/*
/*=============================================
ESCRITORIO (XL revisamos en 1366px en adelante)
=============================================*/ 

*{
  margin: 0;
  padding: 0;
}


ul, ol{
  list-style:none;
}

a:visited, a:link, a:focus, a:hover, a:active{
  list-style:none;
  text-decoration: none;
}

body{
  font-family: 'Montserrat', sans-serif;
  
}

.dropdown-menu{
    background: rgba(255,255,255,0.2);
    font-size: 12px;
    min-width: 8rem;
}
.flag{
    float: left;
    height: 20px;
    width: 27px;
    vertical-align: middle;
    padding-right: 5px;
}

.btn-black{
  background:#dfdfdf;
}

.btn:focus{
  box-shadow:none;
  border:0px;
}
.nav{
  margin-right: 3rem;
}

/* 	PARAMETROS GENERALES DE SITIO */
/*=============================================
ESCRITORIO (XL revisamos en 1366px en adelante)
=============================================*/


.navegacion{
  /*background: #002F87;  69A6D2 */
  background-color: transparent;
  background-image: linear-gradient(#fff 0%, #dfdfdf 100%);  
}

  .slide{
  	position: relative;
  	height:60vh; 
  /*	background: #444;
  	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  	font-size: 14px;
  	color: #000;*/
  	
  }

 .swiper {

      height: 100%;
      padding: 0px;
      width: 100%;
      
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      
    }

    .swiper-pagination-progressbar{

      background: #333;

    }

    .textoSub{

      position: inherit;
      background: rgba(255,255,255,0.8);
    }

    .swiSper-slide{

      /*border-radius: 6px;*/
    /*background-color: aliceblue;*/
    /*border: 2px dashed gray;*/
    /*max-width: 30%;*/
    background: #fff;
    /*padding: 1em;*/
    /*margin-bottom: .4em;*/

    }

    .backgroundTexto{
      
      background: rgba(255,255,255,0.5);
    }

    .titulo{
        
      /*background: #ddd;*/
      color:#002F87;
      font-size: 35px;
      font-weight: bold;
      left:30px;
      position:absolute;
      text-align: center;
      text-shadow: 2px 2px #fff;
      top:55px;
      width: 30%;
      z-index: 5;
      padding: 15px;

    }

    .subtitulo{
      /*background: #ff00ff;*/
      color:#002F87;
      font-size: 30px;
      font-weight: bold;
      left: 30px;
      position: absolute;
      text-align: center;
      text-shadow: 2px 2px #fff;
      top:105px;
      width: 30%;
      z-index: 1;
    }




    #navbarSupportedContent{
      justify-content: flex-end;
    }



    .navbar-light .navbar-nav .nav-link{
      color:#1F4A8E;
      font-weight: bold;
    }

    .navbar-light:hover 
    .navbar-nav:hover 
    .nav-link:hover{
      color:#000;

    }


    .navbar-nav li:hover{
      /*background: rgba(31, 74, 142, 0.8);*/
      background: rgba(0,0,0,0.1);
      /*border-bottom: 1px solid #000;*/
      color: #000;
    }

/* 


 */
 /*.card{
  border: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow:hidden;
  border-radius:20px;
  min-height:450px;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);


  @media (max-width: 768px) {
    min-height:350px;
  }

  @media (max-width: 420px) {
    min-height:300px;
  }

  &.card-has-bg{
   transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
   background-size:120%;
   background-repeat:no-repeat;
   background-position: center center;
   &:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);}

    &:hover {
      transform: scale(0.98);
      box-shadow: 0 0 5px -2px rgba(0,0,0,0.3);
      background-size:130%;
      transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);

      .card-img-overlay {
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
        background: rgb(35,79,109);
        background: linear-gradient(0deg, rgba(4,69,114,0.5) 0%, rgba(4,69,114,1) 100%);
      }
    }
  }
  .card-footer{
    background: none;
    border-top: none;
    .media{
     img{
       border:solid 3px rgba(234,95,0,0.3);
     }
   }
 }
 .card-meta{color:orange}
 .card-body{ 
   transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
 }
 &:hover {
   .card-body{
     margin-top:30px;
     transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
   }
   cursor: pointer;
   transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
 }
 .card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  background: rgb(35,79,109);
  background: linear-gradient(0deg, rgba(35,79,109,0.3785889355742297) 0%, rgba(69,95,113,1) 100%);
}

}*/

.servicios-gral{
/*  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top: -84px;
  margin-bottom: -84px;*/
  /*background: #002F87;*/
  /*display: flex;*/
  /*z-index: 1;*/

}
.back-servicios{
  background: #efefef;
  padding: 10px;
}

.card-gral{
  border:0px solid #002F87;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
  
}

.card-personalizado{
  text-align: center;
  text-transform: uppercase;
  color: #002F87;
  /*font-weight: bold;*/

}
.card-personalizado h4{
  font-weight: bold;
}
.card-personalizado p{
  text-transform: capitalize;
}

.card-personalizado img{
  width: 40%;
  margin: 0 auto;
  border-radius: 50%;
}

.card-personalizado img:hover{
  /*border:1px solid #fff;*/
   /*transition: all 0.5s ease-in-out;*/
   transition: opacity 0.3s ease-in-out;
   box-shadow: rgba(255, 255, 255, 0.45) 0px 15px 20px -20px;
}

.card-personalizado:hover{
 /*background: #69A6D2;*/
   transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  /*background: #69A6D2;*/
  background: #002F87;
  /*background: linear-gradient(0deg, rgba(35,79,109,0.3785889355742297) 0%, rgba(69,95,113,1) 100%);*/
 cursor: pointer;
 color: #fff;
}

.card{
  border-radius: 0px !important;
}

.card-footer{
    background: none;
    border-top: none;
    .media{
     img{
       border:solid 3px rgba(234,95,0,0.3);
     }
   }
 }

  /*--=============================================
     =      SECCION DE SERVICIOS GENERALES          =
     =============================================--*/

  .nuestros-servicios{

    color: #fff;
    font-family: "CaviarItalic",Century-Gothic,serif;

  }

  .linea{
    margin:0 auto;
    width: 40%;
    border: 1px solid #fff;
  }

 .servicios-especificos{
  background: #002F87;
  text-align: center;

 }

 .servicios-especificos img{
  width: 50%;
  padding: 25px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    -ms-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
 }

/*  .servicios-especificos img:hover{
    opacity: 1;
  }
*/

  .servicios-especificos img:hover{
    opacity: 1;
    transform: scale(1.15,1.15);
    -webkit-transform:scale(1.15,1.15);
    -moz-transform:scale(1.15,1.15);
    -ms-transform:scale(1.15,1.15);
    -o-transform:scale(1.15,1.15);
    cursor: pointer;
  }




  .servicios-especificos h2{
  font-weight: bold;
  color: #fff;
 }

  .servicios-especificos p{
  color: #fff;
 }

 .servicios-especificos button{
  background: #fff;
  color: #002F87;
  font-weight: bold;
 }

 .servicios-especificos button:hover{
  color:#fff;
  background: #002F87;
  border:1px solid #fff;

 }

/*=============================================
          SECCION SOLICITUD DE SERVICIO
=============================================*/
.solicita-servicio{

  background-color: transparent;
  background-image: linear-gradient(#fff 0%, #dfdfdf 100%); 
}

.cotiza-ahora{

  background: #efefef;
  padding: 1rem;
  text-align: center;

}

.cotiza-ahora h4{

  text-align: center;
  text-transform: uppercase;
  padding: 1rem;

}

.cotiza-ahora p{
  font-size: 1rem;
  text-align: justify;
  padding: 1rem;
}

.cotiza-ahora button{
  margin:0 auto; 
  text-transform: uppercase;
}

.cotiza-ahora button:hover{
  background: #002F87;
}

/*=============================================
  SECCION DE FORMULARIO SERVICIOS
 =============================================*/
.formulario{
  background: #fff;
  padding:1rem;
  text-align: right;
}

.formulario label{
  text-align: left;
  text-decoration: underline;
  padding-bottom: 2px;
}
.formulario button:hover{
  background: #002F87;
}

/*=============================================
  SLIDE CLIENTES
 =============================================*/
.flexDemo{
  padding-bottom: 130px;
  background: #efefef;
}


/*=============================================
          SECCION DE UBICACION
=============================================*/

.ubicacion-fondo{
  background: url(../img/slide/DSC_1.jpg);
  background-attachment: fixed; 
   background-repeat: no-repeat;
  background-size: cover;

}
.box{

  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  font-family: sans-serif;
  text-align: center;
  line-height: 1;
 -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  max-width: 90%;
  max-height: 50%;
  padding: 20px 40px;
  margin: 0 auto;
}

/*.ubicacion-fondo section{
  background: rgba(0,0,0,0.1);
}*/

.ubicanos-enforcer img{
  width: 20%;
}



.visitanos-enforcer h4{
  font-weight: bold;
  
}

.visitanos-enforcer ul li{
  margin-left: 12px;
  line-height: 1.5rem;
}
.visitanos-enforcer i{
  margin-left: 12px;
}


.ubicanos-enforcer{
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/*=============================================
          EFECTO SUBIR FLECHA
=============================================*/

 .up-a{
  bottom: 1rem;
  cursor: pointer;
  right: 1rem;
  background: #444;
  color: #fff;
  /*border-radius: 50%;*/
  height: 40px;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  position: fixed;
  width: 40px;
  z-index: 99999;
  transition: all 800ms ease;

}
.up-a:hover{
  background: #efefef;
  box-shadow: 2px 2px 2px #333; 
}

.up-a a{
  color: #fff;
}
.up-a a:hover{
  color: #000;
}


/*=============================================
          SECCION DEL FOOTER
=============================================*/

.footer-logo img{
  width: 60%;
}
.footer-description{
  padding-top: 2px;
  text-align: center;
  font-size: 12px;

}

.footer-logo p{
  font-size: 12px;
  margin: 0px;
}

.footer-redes a{

  border-radius: 50%;

}

.footer-redes a:hover{

  background: #69A6D2;
  border-color: #69A6D2;
  color: #fff;

}

.footer-button-s button{

  border:0px solid;
  font-weight: bold;
  background: #002F87;
}

.footer-button-s button:hover{
  color: #fff;
  background: #69A6D2;
}

.footer-menu h5{

  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.footer-menu .links li {

  text-decoration: none;
  list-style: none;
  font-size: 13px;
}
.footer-menu .links li a {

  text-decoration: none;
  list-style: none;
}

.footer-menu li a:hover{
  border-bottom: 1px solid #69A6D2;
  border-radius: 0px;
  background: transparent;
  padding-bottom: 2px;
}

.footer-privacidad{
  font-size: 12px;
}

/*=============================================
SECCION COOKIES
=============================================*/

  #cajacookies {
      display: none;
      box-shadow: 0px 0px 5px 5px #808080;
      background-color: #efefef;
      color: black;
      padding: 10px;
      /*margin-left: 0px;
      margin-right: -15px;
      margin-bottom: 0px;*/
      position: fixed;
      bottom: 0px;
      width: 100%;
      font-size: 12px;

    }

    #cajacookies button {
      color: #fff;
      background: #002F87;

    }

    #cajacookies a{

      font-weight: bold;
      color: #002F87; 
      padding-right: 20px;

    }

    #cajacookies p{
      color:#002F87;
      display: flex;
      align-items:baseline;
      justify-content: center;
    }

    .politicas{
      margin-left: 5px;
    }

/*=============================================
  SECCCION FORMULARIO CONTACTO
=============================================*/
    .btn-block{
      display: block;
      width: 100%;
    }

    .img-contacto{
      display: flex;
      align-items: center;
    }

/*=============================================
DIRECCION CONTACTOS Y HORARIOS
=============================================*/

    .contacto-direccion h6{
      font-weight: bold;
      color:#002F87;
    }

    .direccion li {
      font-family:"Caviar",'Montserrat', sans-serif;
      /*font-weight: bold;*/
      font-size: .9rem;
      color:#333;
    }

    .direccion li i{
      color: #002F87;
    }

    .dir-horario{
       font-family:"Caviar",'Montserrat', sans-serif;
       font-size: .9rem;
    }

    .dir-horario li:first-child{
      color: #444;
      border-bottom: .5px solid #efefef;
      box-shadow: 0px 2px #efefef;
      width: 70%;
      font-weight: bold;

    }

    .dir-horario li:nth-child(2n){
      padding: 10px 0px 0px 10px;
    }

    .dir-horario li:nth-child(3n){
      padding: 0px 0px 0px 10px;
    }

/*=============================================
UBICACION MAPA GOOGLE
=============================================*/
    .mapa{
      max-width: 100%;
      width: 80%;
      margin:0 auto;

   }

/*=============================================
   EFECTO PARALLAX
=============================================*/

.efecto-parallax{

  position: relative;
  background: url(../img/contenido/banner1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 30vh;
/*  padding-top: 250px;
  padding-bottom: 200px;
  filter: blur(0.1px);
*/
}

.efecto-parallax-contacto{
  position: relative;
  background: url(../img/contenido/banner3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 30vh;
}

.titulo-nosotros h2{
  position: absolute;
  top:120px;
  left:250px;
  color:#fff;
  background: rgba(0,0,0,0.7);
  padding:10px;
}


.text-nosotros{
  text-align: justify;
}



.text-nosotros h4{
  text-align: center;
}
.img-nosotros{

  text-align: center;
  display: flex;
  align-items: center;
}

.img-nosotros img{
  
  width: 90%;
}

.listaDespachos li{
  font-size: .9rem;
}
.nosotros-general-1{

}
.nosotros-general-1 p{
  text-transform: uppercase;
}


.nosotros-general-2 h3{
  text-align: right;
}
.nosotros-general-2 p{
  text-align: right;
  text-transform: uppercase;
}

.tipos-fletes p{
  text-align: center;
  font-weight: bold;
}
.tipos-fletes ul{
  font-size: .9rem;
  text-align: justify;
}

.tipos-fletes ul li i{
  font-size: .8rem;
  
}

.listaCargas li{
  text-align: left;
}


/*=============================================
SECCION DE MAPS
=============================================*/

.mapael .map {
  position: relative;
}

.mapael .mapTooltip {
  position: absolute;
  background-color: #fff;
  moz-opacity: 0.70;
  opacity: 0.70;
  filter: alpha(opacity=70);
  border-radius: 10px;
  padding: 10px;
  z-index: 1000;
  max-width: 200px;
  display: none;
  color: #343434;
}

.mapael .areaLegend {
  margin-bottom: 20px;
}






/*=============================================
TABLET HORIZONTAL (LG revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px){



  

}

/*=============================================
TABLET VERTICAL (MD revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){

  .ubicanos-enforcer img{
    display: none;
  }

  .visitanos-enforcer ul li{
    margin-left: 0px;
    text-align: center;
    padding-bottom: 15px;
    
  }

  .visitanos-enforcer i{
  
    margin-left: 0px;

  }
/*=============================================
   UBICACION MAPA GOOGLE
  =============================================*/
  .maps{
    display: flex;
    justify-content: center;
    align-items: center;
  }
    .mapa{
      margin:0 auto;
      overflow: hidden;

    }

    .mapa iframe{
      
      width: 420px;
      height: 250px;
      line-height: 250px;
    }



 
  
}

/*=============================================
MÓVIL HORIZONTAL (SM revisamos en 576px)
=============================================*/

@media (max-width:767px) and (min-width:576px){

  .ubicanos-enforcer img{

    display: none;
  }

  .visitanos-enforcer ul li{
    
    margin-left: 0px;
    text-align: center;
    padding-bottom: 15px;
    
  }

  .visitanos-enforcer i{
  
    margin-left: 0px;

  }





/*=============================================
   UBICACION MAPA GOOGLE
  =============================================*/
    .mapa{
      margin:0 auto;
      overflow: hidden;

    }

    .mapa iframe{
      
      width: 520px;
      height: 357px;
    }


  
}





/*=============================================
MOVIL VERTICAL (revisamos en 320px)
=============================================*/

@media (max-width:575px){

.navegacion ul li{
   text-align: center;  
}


/*=============================================
MENU NAVEGACION
=============================================*/




/*=============================================
NUESTRO SERVICIO
=============================================*/
  .nuestros-servicios h1{
    text-transform: uppercase;
  }

  .linea{
     width: 80%;
  }


  .titulo-enforcer ul li{
    margin:0 auto;
    margin-left: 0px;
  }

  .visitanos-enforcer ul{
    padding: 0;

  }

  .visitanos-enforcer ul li{
    margin-left: 0px;
    text-align: center;
    padding-bottom: 15px;
    
  }

  .visitanos-enforcer i{
  
    margin-left: 0px;

}


.ubicanos-enforcer{
  display: block;
  
  
}

.ubicanos-enforcer img{
  width: 70%;
  padding: 15px;
}


/*=============================================
PIE DE PAGINA
=============================================*/

  .footer-texto{
    font-size: 14px;
  }

  .footer-menu h5{
    margin:6px 6px;
    border-bottom: 1px solid #fff;
   padding-top: 10px;
  }

  .footer-menu .links li {
    text-align: center;
  }

  .footer-privacidad{
    display: block;
    font-size: 12px;
  }





/*=============================================
    COOKIES
=============================================*/

  #cajacookies p{
    
    display: flex;
    flex-direction: column;
    text-align: center;
    } 

    #cajacookies a{
      margin: 0 auto;
      padding: 20px;
    }

    #cajacookies button{
      margin: 0 auto;
      
    }


/*=============================================
UBICACION MAPA GOOGLE
=============================================*/
    .mapa{
      margin:0 auto;
    }

    .mapa iframe{
      
      width: 280px;
      height: 350px;

    
    }



  
}

