body {
    margin: 0;
    padding: 0;
    box-sizing: 0;
    font-family: Arial, Helvetica, sans-serif;
}
 
  .video{
    width: 100% !important;
    height: auto !important;
  }
  
  .contentinfo {
      position: relative;
      background-color: #fff;
      height: 65vh;
      min-height: 25rem;
      width: 100%;
      overflow: hidden;
    }
    @media (max-width: 1000px){
      .contentinfo {
    
        height: 45vh !important;
        min-height: 15rem !important;
        
      }
    }
    .c1{
      z-index: 0 !important;
      top: 50%;
    }
    .contentinfo .c1 video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 0;
      -ms-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
    }
  
  
.carousel-inner img {
    width: 200%;
    height: 400px;
}
.img-clientes, .img-clientesvale{
  text-align: center;
}
.img-clientes img{
width: 400px;
height: 200px;

} 
.img-clientes-labormed img{
  margin-top: 60px;
  width: 400px;
  height: 80px;
  
  } 

.img-clientes-cepein img{
  margin-top: 60px;
  width: 200px;
  height: 80px;
  
  } 

.img-clientesvale img{
 
  height: 100px;

  }
  .sectionnosotros{
    background-color: #f8f9fa!important;
  }  
.aboutnosotros {
    padding: 60px 0px;  
   
     
}
.clients{
  padding-top: 90px !important;
 
}
.aboutnosotros h2{
  font: 5 30px 'Nexa';
  color: #000000;
  
}
.aboutnosotros p{
  text-align: justify;
  font: 5 25px 'Nexa';
  color: #555454;
}

.img-gallery {
  overflow: hidden; /* Oculta el exceso de la imagen cuando se aplica la animación */
  position: relative;
}
.img-gallery img {
  transition: transform 0.4s ease, opacity 0.4s ease; /* Animaciones en la transformación y opacidad */
  width: 100%; /* Asegura que las imágenes ocupen todo el espacio disponible */
  height: auto;
}
/* Zoom In al pasar el cursor */
.img-gallery:hover img {
  transform: scale(1.1); /* Aumenta la escala a 110% */
}
/* Desplazamiento de la imagen */
.img-gallery:hover img {
  transform: translateY(-10px); /* Desplaza la imagen hacia arriba */
}
/* Fondo sombreado al pasar el cursor */
.img-gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* Sombra negra con transparencia */
  transition: opacity 0.4s ease;
  opacity: 0;
}
.img-gallery:hover::before {
  opacity: 1; /* Se muestra el fondo sombreado */
}
  
@media (max-width:767px){
.aboutnosotros{
  display: flex;
 
}
.aboutnosotros .img-fluid{
  height: 50px !important;
}
}
@media (max-width:600px){
  .aboutnosotros p{
    margin:0 15px;
  }
  .block-2 .front img{
    margin-top: 70px;
    width: 200px !important;
    height: 200px !important;
  }
}
.block-2{
  margin-bottom: 30px;
}
.n1{
  text-align: center;
  padding-top: 30px;
  visibility: visible;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: 1; 
}
/* valores */
.ftco-section {
  padding: 7em 0;
  position: relative;
  visibility: visible;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  
}
.heading-section{
  padding-top: 30px;
}
.heading-section .subheading {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #25a4b2;
  letter-spacing: 2px;
  font-weight: 600;
}
.heading-section h2 {
  line-height: 1.2;
  font-size: 40px;
  font-weight: 700;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.my-5 {
  margin-bottom: 3rem !important;
}
.mb-5a{
padding: 0 !important;
}

.block-2, .block-2 .front, .block-2 .back {
  width: 100%;
  height: 400px;
}
.block-2 .flipper {
  -webkit-transition: 0.3s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.block-2:hover .front, .block-2.hover .front {
  -webkit-transform: rotateY(
180deg
);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(
180deg
);
}
.block-2 .front {
  -webkit-transform: rotateY(
0deg
);

  -ms-transform: rotateY(0deg);
  background: #20a6b4;
  z-index: 2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
 
  overflow: hidden;
  text-align: center;
}
.block-2 .front img{
width: 380px;
height: 380px;
}


.block-2 .front, .block-2 .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0px;
  -webkit-transition: 0.9s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(
0deg
);
  -moz-transition: 0.9s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.9s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.9s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.9s;
  transform-style: preserve-3d;
  transform: rotateY(
0deg
);
  position: absolute;
  top: 0;
  left: 0;
}
.block-2 .front:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .7;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(38%, rgba(255, 255, 255, 0.15)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(38%, rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
.block-2 .front .box {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.block-2 .front .box h2 {
  font-size: 20px;
  font-weight: 600;
}
.block-2 .front .box h2, .block-2 .front .box p {
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.block-2 .front .box p {
  font-size: 12px;
}
.block-2:hover .back, .block-2.hover .back {
  -webkit-transform: rotateY(
0deg
);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(
1deg
);
}
.block-2 .back {
  background: #0e76a8 !important;
  -webkit-box-shadow: 0 0 70px -10px rgb(0 0 0 / 40%);
  box-shadow: 0 0 70px -10px rgb(0 0 0 / 40%);
  -webkit-transform: rotateY(
-180deg
);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(
-180deg
);
}
blockquote {
  margin: 0 0 1rem;
}
.block-2 .back p {
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0px 20px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  text-align: center;
  
}
@media (max-width:991px){
  .block-2 .back p {
    top: 70px;
  }
  .section-tittle span.back-text {
    font-size: 95px !important;
  }
}
@media (max-width:767px){
  .block-2 .back p {
    top: 40px;
  }
}
@media (max-width:576px){
  .block-2 .back p {
    top: 100px;
  }
  .section-tittle span.back-text {
    font-size: 70px !important;
  }
   .ftco-section3 .services-2 .icon img{
  width: 50%;

} 
}

/* fin valores */
.section-padding30 {
  padding-top: 183px;
  padding-bottom: 170px;
}.section-tittle {
  position: relative;
}.mb-50 {
  margin-bottom: 50px;
}.section-tittle .front-text {
  position: relative;
  z-index: 2;
}.section-tittle .front-text h2 {
  color: #0e132a;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Teko",sans-serif;
}.section-tittle span.back-text {
  font-size: 140px;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #f6f7f8;
  -webkit-text-fill-color: transparent;
  margin: 0;
  line-height: 1;
  position: absolute;
  transform: translateY(-114%);
  right: 0;
  left: 12px;
  overflow: hidden;
}.single-team .team-img {
  overflow: hidden;
  margin-bottom: 19px;
}.single-team .team-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.6s ease-out 0s;
}
.single-team:hover .team-img img {
  transform: scale(1.1)
}
.single-team .team-caption span {
  color: #ff5f13;
  font-size: 14px;
  font-weight: 500;
  font-family: "Teko",sans-serif;
  display: block;
  position: relative;
  margin-left: 30px;
  margin-bottom: 10px;
}
.single-team .team-caption span::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  top: 0;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background: #ff5f13;
}.single-team .team-caption h3 {
  color: #0e132a;
  font-weight: 700;
  font-size: 25px;
  font-family: "Teko",sans-serif;
}
/* fin valores2 */
.ftco-section3{
  padding-top: 4rem;
  visibility: visible;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: 1;
}
/* .ftco-section3 .services-2 .img-fluid{
  width: 25%;
  height: 50%;
} */
.pl-4 h4{
  font-size: 1rem !important;
}
.teem{
  visibility: visible;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: 1;
}