/*--------------------------------------------------------------
# VIDEO PORTADA
--------------------------------------------------------------*/

#hero2 {
  width: 100%;
  height: 60vw;

  background-color: #000;

  overflow: hidden;
  position: relative;
  padding: 0;
  text-align: center;

  transition: all 0.5s ease-in-out 0s;
}

#hero2 .hero-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  text-shadow: 0px 0px 10px #666;

  flex-direction: column;
}

#hero2 .hero-container .logoCentral {
  max-width: 600px;
}

#myVideo {
  position: relative;
  margin: 0 auto;
  /*
    width: 177.77777778vh;
    */
  height: 100%;
  /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw;
}

.video1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

/*
.textoEscritorio {
  display: block;
}
.textoMovil {
  display: none;
  margin: auto;
  z-index:999;
}
  */

.tituloCuadros {
  font-family: "Imperial Script", cursive;
  font-weight: 400;
  font-size: 40pt;
}

.services .details p {
  line-height: 24px;
  font-size: 16px;
}

@media (max-width: 768px) {
  /* 
 .textoEscritorio {
    display: none;
  }
  .textoMovil {
    display: block;
  }
    */
  .tituloCuadros {
    font-size: 24pt;
  }

  .services .details {
    position: relative;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 10px;
    width:90%;
  }

  .services .details p {
    line-height: 12px;
    font-size: 14px;
  }
}

@media (max-width: 580px) {
  #hero2 {
    height: 105vh;
  }
  .video1 {
    display: none;
  }

  .video2 {
    display: block;
  }

  #hero2 .hero-container .logoCentral {
    max-width: 360px;
  }
}

.bgTarjeta {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 75%,
    rgba(221, 195, 141, 1) 100%
  );
}
