.fade-left,
.fade-right,
.fade-up {
  opacity: 0;
  transition: all 1.2s ease;
}

/* camioneta */
.fade-left {
  transform: translateX(-60px);
}

/* texto */
.fade-right {
  transform: translateX(60px);
}

/* fade desde abajo */
.fade-up {
  transform: translateY(60px);
}

/* cuando entra */
.fade-left.show,
.fade-right.show,
.fade-up.show {
  opacity: 1;
  transform: translate(0);
}


.somos .cont-somos img{
  width: 100%;
  height: auto;
}
.somos .cont-somos .cont-texto-somos{
  display: flex;
  justify-content: center;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding-left: 4rem;
  text-align: start;
  width: 100%;
  height: 100%;
}
.somos .cont-somos .cont-texto-somos p{
  font-size: 1.2rem;
  color:black;
  margin-bottom: 0;
}
.somos .cont-somos .cont-texto-somos p b{
  font-family: fuente-media;
}
.bullets-masters{
  background-color: whitesmoke;
}
.fondo-n{
  background-color:black;
}
.somos{
  background-color:white;
}
.somos-2{
  background-color: whitesmoke;
}
.bullets-masters .cuerpo-bullet-a{
  background-color: var(--rojo);
  padding: 3rem 5rem 3rem 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:start;
  text-align: start;
  width: 100%;
  height: 100%;
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
}
.bullets-masters .cuerpo-bullet-a h5{
  font-family: fuente-bold;
  font-size: 1.5rem;
  color:white;
  text-transform: uppercase;
  margin-top: 0;
}
.bullets-masters .cuerpo-bullet-a p{
  color:white;
  font-size: 1rem;
  font-size: fuente-media;
  margin-bottom: 0rem;
}
.bullets-masters .cuerpo-bullet-a p b{
  font-family: fuente-bold;
  font-size: 1.2rem;
}
.margin-bullet{
  margin-top: 3rem;
}
.bullets-masters .cuerpo-bullet-b{
  background-color: var(--rojo);
  padding: 3rem 8rem 3rem 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:end;
  text-align: end;
  width: 100%;
  height: 100%;
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
}
.bullets-masters .cuerpo-bullet-b h5{
  font-family: fuente-bold;
  font-size: 1.5rem;
  color:white;
  text-transform: uppercase;
  margin-top: 0;
}
.bullets-masters .cuerpo-bullet-b p{
  color:white;
  font-size: 1rem;
  font-size: fuente-media;
  margin-bottom: 0;
}
.bullets-masters .cuerpo-bullet-b p b{
  font-family: fuente-bold;
  font-size: 1.2rem;
}
.cont-shorts{
  width: 100%;
  height:auto;
  margin-bottom: 1.5rem;
}
.road-masters{
  background-image: url(../images/fondo-masters.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.road-masters .camioneta{
  width: 100%;
  height: auto;
}
.road-masters .cont-texto-masters{
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-left: 3rem;
}
.road-masters .cont-texto-masters .logo-masters{
  width: 50%;
  height: auto;
}
.road-masters .cont-texto-masters p{
  color:white;
  font-size: 1.1rem;
}
.road-masters .cont-texto-masters p b{
  font-family: fuente-media;
  font-size: 1.2rem;
}
.slider .slide__content img{
  width: 40%;
  height: auto;
}
.testimonials{
  padding-top: 110px;
}

.footer .cont-text{
  text-align: end;
}
.footer .cont-text .iconos-sociales{
  text-align: end;
  display: flex;
  justify-content:end;
}
.bandera-landing{
  width: 10%;
}
/* SECCION LANDING */
.seccion-01{
  overflow: hidden;
}
.seccion-01 .imagen{
  width: 100%;
  height: auto;
}
.seccion-01 .cont-text{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: justify;
  padding:0rem 0rem 0rem 3rem;
}
.seccion-01 .cont-text p, .seccion-01 .cont-text ul li{
  font-size: 1rem;
}

.seccion-02{
  overflow: hidden;
  background-color: white;
}
.seccion-02 .imagen{
  width: 100%;
  height: auto;
}
.seccion-02 .cont-text{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: justify;
  padding:0rem 3rem 0rem 0rem;
}
.seccion-02 .cont-text-flotilla{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: justify;
  padding:5rem 3rem 5rem 0rem;
}
.seccion-02 .cont-text p, .seccion-02 .cont-text ul li{
  font-size: 1rem;
}

/* SECCION LANDING */

.video{
  margin-bottom: -0.5%;
}
.bandera{
  width: 5%;
}
.navbar-nav{
  justify-content: end;
}
.btn__icon{
  justify-content: center !important;
}

.logo-light, .logo-dark{
  width: 50%;
}
.logos-clientes{
  background-color: whitesmoke;
  padding:3rem 0rem !important;
}

.logos-clientes .contenedor {
  padding: 1rem 2rem;
}

.service-item{
  height: 400px !important;
}

/* CASOS DE EXITO */
 #casos-movil{
    display: none;
  }
#casos{
  display: block;
}
.m-top{
  margin-top: 2.4rem;
}
#casos .col-md-10 .row{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#casos .mt{
  margin-top: 2.6rem;
}
#casos .pt{
  padding-top: 2.6rem;
}
#casos .w3-container .enlace{
  cursor: pointer;
}
#casos .w3-container .enlace h5{
  color:var(--rojo);
  font-family: fuente-media;
  font-size: 1.2rem;
  margin: 0rem;
}
#casos .w3-container .enlace:hover img{
  cursor: pointer;
  transition: .5s;
}
#casos .w3-container img:hover{
  opacity: 1 !important;
  transform: scale(1.1);
}
.w3-modal{
  background-color: rgba(0,0,0,0.6);
  z-index: 1000 !important;
}
.titulo-modal{
  background-color: var(--rojo) !important;
}
.titulo-modal h2{
  color:white;
  font-size: 1.5rem;
}
.w3-modal p{
  margin-bottom: 0rem !important;
}
.w3-modal-content{
  width: 800px;
}
.w3-display-topright{
  color:white !important;
  font-weight: 600;
  margin-top: .4rem;
}
/* CASOS DE EXITO */

/* PRELOADER */
.loading{
  width: 100%;
  height: 100vh;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top:0;
  left: 0;
  z-index: 100000;
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
  -webkit-transition: -webkit-clip-path 0.8s ease-in-out;
  transition: -webkit-clip-path 0.8s ease-in-out;
  -o-transition: clip-path 0.8s ease-in-out;
  transition: clip-path 0.8s ease-in-out;
  transition: clip-path 0.8s ease-in-out, -webkit-clip-path 0.8s ease-in-out;
}
.loading .logo-carga{
  width: 20%;
}
.loading2{
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: white transparent white transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}
@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* PRELOADER */

/* ESPACIOS */
.espacio-section{
  padding: 3rem;
}
/* ESPACIOS */

/* SUBTITULOS */
.contenedor-subtitulo{
  text-align: center;
}
.contenedor-subtitulo h2{
  font-family: fuente-light;
  font-size: 1.3rem;
  margin-bottom:5rem;
}
/* SUBTITULOS */

.contenedor-texto p{
  color:black;
  margin-bottom: 0px;
  font-size: 17px;
}
.poli{
  padding: 6rem 0rem;
}

/* FACTS */
.facts{
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
}
.fact__title{
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 30px;
  text-align: justify;
  font-style: italic;
  opacity:.8;
  padding-right: 3rem;
}
.fact-wrapper{
  padding-right: 2rem !important;
}
/* FACTS */

@media only screen and (max-width:1300px){
  .road-masters .cont-texto-masters p{
    font-size: 1rem;
  }
  .seccion-01 .cont-text p, .seccion-01 .cont-text ul li,
  .seccion-02 .cont-text p, .seccion-02 .cont-text ul li,
  .seccion-02 .cont-text-flotilla p, .seccion-02 .cont-text-flotilla ul li{
    font-size: .9rem;
  }
  h3{
    font-size: 30px;
  }
  .testimonial__title{
    font-size: 20px;
  }
  .somos .cont-somos .cont-texto-somos p{
    font-size: 1rem;
  }
  .bullets-masters .cuerpo-bullet-a h5, .bullets-masters .cuerpo-bullet-b h5{
    font-size: 1.5rem;
  }
  .bullets-masters .cuerpo-bullet-a p b, .bullets-masters .cuerpo-bullet-b p b{
    font-size: 1.2rem;
  }
  .bullets-masters .cuerpo-bullet-a p, .bullets-masters .cuerpo-bullet-b p{
    font-size: 1rem;
  }
}

@media only screen and (max-width:1100px){
  .seccion-01 .cont-text, .seccion-02 .cont-text{
      padding: 5rem 0rem !important;
    }
    .servicios .tarjetas .tarjeta-a-02 .cont-text h4,
    .servicios .tarjetas .tarjeta-b-02 .cont-text h4{
      font-size: 28px;
    }
}

/* TABLETS */
@media only screen and (max-width:835px){
  .flotilla .cont-flotilla-card .titulo h4{
    font-size: 1rem !important;
  }
  .servicios .titulo h3{
    font-size: 30px;
  }
  .servicios .tarjetas .tarjeta-a-02 .cont-text h4, .servicios .tarjetas .tarjeta-b-02 .cont-text h4{
    font-size: 25px;
  }
  .footer-top, .footer-primary{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  h3{
    font-size: 25px;
  }
  .road-masters{
    margin-top: -0.4rem;
    z-index: 2;
    position: relative;
  }
  .servicios .tarjetas .tarjeta-a .cont-text h4,
  .servicios .tarjetas .tarjeta-b .cont-text h4{
      font-size: 25px;
    }
  .servicios .tarjetas .tarjeta-a .cont-text p,
  .servicios .tarjetas .tarjeta-b .cont-text p,
  .servicios .tarjetas .tarjeta-b .cont-text ul li{
      font-size: 14px !important;
    }
  .header-transparent.header-full + .slider .slide-item{
    height: 60vh;
  }
  .slider .slide__content img{
    width: 50%;
  }
  .slider .slide__desc{
    max-width: 100%;
    font-size: 16px;
  }
  .slider .slide__title{
    font-size: 35px;
    line-height: 35px !important;
  }
  .road-masters .cont-texto-masters{
    padding:4rem 3rem 5rem;
  }
  .seccion-01 .cont-text, .seccion-02 .cont-text, .somos .cont-somos .cont-texto-somos{
    padding: 5rem 0rem;
  }
  .testimonials{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .contact-panel{
    padding: 40px;
  }
  .footer .footer-top img{
    width: 100%;
  }
  .navbar-nav{
    justify-content: start !important;
  }
  .bandera{
    width: 20%;
    margin-top: 2rem;
  }
  .nav__item .btn{
    margin-left: 1rem;
    margin-top:1.5rem
  }
}

.carrucel-movil{
    display: none;
  }

 @media only screen and (max-width: 450px){
  .contenedor-subtitulo h2{
    font-size: 1.1rem;
  }
  .servicios .tarjetas .tarjeta-a-02 .cont-text, .servicios .tarjetas .tarjeta-b-02 .cont-text{
    padding: 1.5rem 3rem !important;
  }
  .servicios .tarjetas .tarjeta-b .cont-text,
  .seccion-02 .cont-text-flotilla{
    padding: 4rem 3rem !important;
  }
  .somos .cont-somos .cont-texto-somos{
    padding: 4rem 2rem !important;
  }
  .servicios .tarjetas .tarjeta-b .cont-text ul,
  .seccion-02 .cont-text-flotilla ul{
    padding-left: 1rem;
  }
  .fletes-01, .fletes-02,
  .almacenaje-01, .almacenaje-02,
  .especiales-01, .especiales-02{
    height: 400px !important;
  }
  .road-masters .cont-texto-masters .logo-masters{
    width: 70%;
  }
  .master-bullets-movil .card-body p{
    font-size: 1rem;
    color:black;
  }
  .master-bullets-movil .card-body p b{
    font-family: fuente-media;
    font-size: 1.1rem;
  }
  .master-bullets-movil{
    background-color: whitesmoke;
  }
  .btn-acordeon{
    background-color: var(--rojo) !important;
    color:white;
    font-family: fuente-bold;
    text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  min-width: 170px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 15px;
  letter-spacing: 1px;
  border: 0;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn:focus{
  background-color: var(--color_2) !important;
}
  .testimonials{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .contact-layout2{
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .carrucel-movil{
    display: block;
  }
  .seccion-01 .cont-text, .seccion-02 .cont-text, .seccion-02 .cont-text-flotilla{
    text-align: start;
  }
  .slider .slide__content img{
    width: 80%;
  }
  .slider .slide__title{
    font-size: 30px;
  }
  .header-transparent.header-full + .slider .slide-item{
    height: 50vh !important;
  }
  .navbar-brand{
    width: 40%;
  }
  .layout2-top{
    margin-top: 2rem;
  }
  .footer .footer-top img{
    width: 30%;
  }
  .bandera{
    width: 20%;
  }
  .navbar-nav{
    justify-content: start;
  }
  .w3-modal p{
    font-size: 1.2rem;
  }
  .contenedor-subtitulo h2{
    margin-bottom: 3rem;
  }
  #casos-movil{
    display: block;
  }
  #casos-movil .enlace{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #casos{
  display: none;
}
  #casos .mt{
  margin-top: 2rem;
}
  #casos .w3-container img{
    width: 70%;
    height: auto;
    text-align: center;
  }
  .fact-wrapper{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .fact__title{
    padding-right: 0rem;
  }
  .service-item{
    height: 200px !important;
  }
  .loading .logo-carga{
    width: 40%;
  }
  .video-empresarial iframe{
      height: 240px !important;
    }
  .timeline-item .timeline__year{
      font-size: 15px !important;
  }
  .timeline-item .timeline__desc{
    padding-left: 25px;
  }
  .navbar-brand img{
    width: 100% !important;
  }
  .carga-aerea-img,
  .carga-almacenaje-img,
  .carga-maritima-img,
  .carga-terrestre-img,
  .courier-internacional-img,
  .carga-liberacion-aduanal-img,
  .carga-servicios-especiales-img{
    height: 600px;
    margin-bottom:4rem;
  }
  .contact-layout1 a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
  }
 }

  @media only screen and (max-width: 450px){
    .bandera-landing{
    width: 20%;
  }
    .seccion-01 .cont-text h3, .seccion-02 .cont-text h3{
      font-size: 35px;
    }
    .seccion-01 .cont-text, .seccion-02 .cont-text{
      padding: 5rem 0rem !important;
    }
    .services-layout1 .service-item{
      padding:20px 40px !important;
    }
    .service-item{
      height: 260px !important;
    }
    .stats-banner .slick-dots{
      top:-20px;
    }
    .page-title .pagetitle__heading{
      font-size: 30px !important;
    }
    .titulo-modal h2{
      font-size: 1.2rem;
    }
    .fa-times::before{
      color:black;
    }
    .navbar .close-mobile-menu{
      color:black;
      border:1px solid black;
    }
  }

  @media only screen and (max-width: 365px){
    .slider .slide__title{
      font-size: 35px;
    }
    .service-item{
      height: 300px !important;
    }
    .video-empresarial iframe{
      height: 200px !important;
    }
    .page-title .pagetitle__heading{
      font-size: 30px !important;
    }
    .heading__title{
      font-size: 25px !important;
    }
  }