@font-face {
  font-family: ZingRust;
  src: url(../fuente/ZingRust.otf);
}

body {
  font-family: ZingRust;
  min-height: 100vh;
}

.col-md-4 {
  padding: 10px;
  margin: 0 !important;
}

.title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
  word-wrap: break-word;
  font-size: 1.3rem;
}

#galeria {
  /*/ Parallax*/
  /*background-image: url("../images/fondo1.jpg");
    background-repeat: no-repeat;
    background-blend-mode: saturation;
    box-shadow: inset 2px 2px 3px 3000px rgba(77, 78, 78, 0.7);
    background-size: cover;
    background-attachment: fixed;
    /*/

  background-color: rgb(71, 23, 125);
  background-image: url("../images/dibujos.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position-x: center;
  min-height: 100vh;
}

@media screen and (min-width: 780px) {
  #box {
    width: 100%;
    height: 300px;
    background: #ccc;
  }

  #box2 {
 
    height: 300px;
    background: #ccc;
  }

  #box img {
    height: auto;
    width: 100%;
  }

  .galeria img:hover {
    border: 10px solid transparent;
  }

  @supports (object-fit: cover) {
    #box img {
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
  }
}

@media screen and (max-width: 780px) {
  .galeria img {
    margin: auto;
    display: block;
    height: 150px;
    width: 100%;
  }
  .col-md-4 {
    padding-bottom: 20px;
    padding-left: 1px;
    padding-right: 1px;
    margin: 0 !important;
  }

  #box {
    width: 100%;
    height: 120px;
    background: #ccc;
  }

  #box2 {
    width: 100%;
    height: 120px;
    background: #ccc;
  }

  @supports (object-fit: cover) {
    #box img {
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
  }
}
