/* ----------------------------------------------
 * Generated by Animista on 2024-1-4 17:52:29
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


@keyframes fade-in-top {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in-bottom {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2024-1-4 17:53:16
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.videomovil{
  display: none;
}
.testimoniosmovil{
    
    display: none !important;
  }


.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.active.slide-in-right {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.clientes{
  padding-top: 55px;
   padding-bottom: 0px;
}





@keyframes Cliente {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.container-clientes{
 padding-left: 5%;
 padding-right: 5%;
}
.active.seccion2-1{
  opacity: 0;
  animation: fade-in-top 2s ease 0s 1 normal forwards; ;
}
.active.seccion2-2{
  opacity: 0;
  animation: fade-in-bottom 2s ease 0s 1 normal forwards; ;
}
.active.cliente1{
  opacity: 0;
  animation: Cliente 1s linear 0s 1 normal forwards;
}


.active.cliente2{
  opacity: 0;
  animation: Cliente 1s linear .5s 1 normal forwards;
}


.active.cliente3{
  opacity: 0;
  animation: Cliente 1s linear 1s 1 normal forwards;
}



.active.cliente4{
  opacity: 0;
  animation: Cliente 1s linear 1.5s 1 normal forwards;
}


.active.cliente5{
  opacity: 0;
  animation: Cliente 1s linear 2s 1 normal forwards;
}



@keyframes Fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.active.seccion1-1{
  animation: Fade-in-left .7s linear 0s 1 alternate forwards;
}


@keyframes Fade-in-right {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.active.seccion1-2{
  animation: Fade-in-right .7s linear 0s 1 alternate forwards;
}



@media only screen and (max-width: 600px) {
  .videoescritorio{
    display:none ;
  }
  .videomovil{
    display: block;
  }

.review-slider__title {
    
    font-size: 50px;
    
}

.clientes{
  padding-top: 0px !important;
   padding-bottom: 50px;
}

.panorama-slider2__subtitle{
  
  color: #FCF4E9 !important;
}
.zoom-counter__title{
  
  color: #FCF4E9 !important;
}  

.clients__title{
  text-align: center;
  font-size: 24px;
}
.panorama-slider2__subtitle{
  font-size: 24px !important;
  color: #FCF4E9;
}
.zoom-counter__title{
  font-size: 45px;
  color: #FCF4E9;
}
  .testimoniosmovil{
    
    display: block !important;
  }
  .testimonioescritorio{
    display:none ;
  }


  .panorama-slider2__footer-item{
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
 
 .espaciomovil{
  margin-top: 8px;
  margin-bottom: 8px;
 }
  .panorama-slider2__link{
    font-size: 22px !important;
     color: #FCF4E9;
     line-height: 1!important;
  }
  .panorama-slider2__title{
    font-size: 60px !important;
     color: #FCF4E9;
     line-height: 1!important;
  }


  .ocultar{
    display: none;
  }
}