/*==================================================
Video del home
==================================================*/
.contvideo {
  background-color: #D4D4D4;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.contvideo > video {
  object-position: top;
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: -10px;
  z-index: 1;
}
.contvideo > .altura {
  position: absolute;
  top: 15%;
}
.contvideo > .texto {
  position: absolute;
  z-index: 3;
  right: 5%;
  left: 5%;
}

.thumbnail {
  border: none !important;
}

/* sm */
@media (min-width: 768px) and (max-width: 1024px) {
  .logo {
    height: 35px;
  }
  .fh5co-person.close h3, .fh5co-person.close .fh5co-position {
    width: 100%;
  }
  .contvideo > .texto {
    max-width: 100%;
    top: 25%;
    font-size: 85%;
  }
}

/* md */
@media (min-width: 1025px) and (max-width: 1399px) {
  .contvideo > .texto {
    max-width: 95%;
    top: 33%;
  }
}
/* lg */
@media (min-width: 1400px) {
  .contvideo > .texto {
    max-width: 90%;
    top: 20%;
  }
}