
body {

    font-family: 'Lato', sans-serif;
    overflow-x: hidden;

}
html{
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    color: white;
    padding: 230px 0 30px;
    font-weight: 800;
    font-size: 50px;
    
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
a:hover {
   text-decoration: none;
   -webkit-transition-duration: 0.4s; /* Safari */
   transition-duration: 0.4s;
   cursor: pointer;
  
}

#nav {
    background-color: rgb(166, 6, 14);
    color: #333333;
    z-index: 2; 
    height: 73px;
}

li.nav-item , a.nav-link, .navbar-brand {
    color: #333333;
    font-weight: 600;
    font-family: 'Roboto', sans-serif; 
}
.navbar-brand:hover {
    color: #333333;
}
 a.nav-link:hover {
     color: #F2CA30;   
}

li {
    list-style: none;
}
.mostrar {
 display: none;
}
.img-logo {
    width:240px;
}
.comercial-top {
    background-color: #fff200;
    color :black !important;
}
/* servicios*/
.servicios {
    padding: 30px 0 50px 0;
}
.titulo-servicios {
    
  text-align: center;
    color: #333333;
    padding: 70px 0 0 0;
}
.subtitulo-servicios {
    text-align: center;
}
/*---------------- botones ----------------*/
a.color:hover {
    color:#F2CA30;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
a.color {
    color:white;
}
.btn-sol {
    color: black;
    font-weight: 700;
    background: #F2CA30;
    padding: 10px 70px;
     border: 2px solid #F2CA30;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}
.btn-enviar-cotizar {
    color: black;
    font-weight: 700;
    background: #F2CA30;
   padding: 10px 70px;
   width: 100%;
   border: 2px solid #F2CA30;
   -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}
.btn-1 {
    font-weight: 400;
    margin: 23px 0 15px 16px;
    width: 185px;
    height: 50px;
    background: #F2CA30;
    border: 2px solid#F2CA30;
    color: black;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}
.btn-1:hover, .btn-3:hover , .btn-enviar-cotizar:hover , .btn-sol:hover {
    background: #ffd900;
    border: 2px solid#ffd900;
    color: black;
    font-weight: 700;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.btn-enviar {
    background: #ffd900;
    width: 100%;
    height: 40px;
    border: #ffd900;
    color: black;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.btn-enviar:hover {
    background: #ffd900;
    border: #ffd900;
    color: black;
    font-weight: 700;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.btn-3 {
    font-weight: 600;
    margin: 40px 0 0 0;
    width: 181px;
    height: 50px;
    background: white;
    border: 2px solid white;
    color: #F2CA30;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
   
}
.btn-3:hover {
    background: #ffd900;
    border: 2px solid white;;
    color: white;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.white {
    color:white;
}
/*---------------- intro -----------------*/
#intro {
    z-index: 1;
    background: linear-gradient( to bottom,
        rgba(0,0,0, 0.1), 
        rgba(0,0,0, .3)
      ), url("../images/fondo-landings-industrial.png") no-repeat ;
      background-size: cover;   
      position: relative;
}

#intro::before{
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(0,0,0, .6);
}
.barra-inf {
    display: none ;
     
 }

h2.logo {
    font-weight: 800;
}
h3.subt {
    color: white;
}
h2.text-center {
    text-align: center!important;
    font-weight: 700;
}

.contacto {
    background:rgba(33, 37, 41, .6) !important; 
    margin: 30px 30px ;
    padding: 64px 30px 10px 30px;
}

.campo{
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.campo:invalid{
	border: 1px solid red;
}
.campo:invalid{
	border: 1px solid red;
}
.campo:valid{
	border: 2px solid green;
}
.campo:valid{
	border: 2px solid green;
}
.campo:invalid + span::after{
	content: url(../images/error.png);
}

.campo:valid + span::after{
	content: url(../images/exito.png);
}

.error-msj{
	position: absolute;
	width: 150px;
	height: auto;
	padding: 5px;
	background-color: red;
	color: #222;
	border-radius: 5px;
	left: 502px;
	font-size: 12px;
	animation: resaltar 0.2s linear 4;
}

@-moz-keyframes resaltar{
	0%{
		transform: translateY(-10);
	}

	50%{
		transform: translateY(+10);
	}

	100%{
		transform: translateY(-10);
	}
}

@-webkit-keyframes resaltar{
	0%{
		transform: translateY(-10);
	}

	50%{
		transform: translateY(+10);
	}

	100%{
		transform: translateY(-10);
	}
}

@keyframes resaltar{
	0%{
		transform: translateY(-10);
	}

	50%{
		transform: translateY(+10);
	}

	100%{
		transform: translateY(-10);
	}
}

.correct{
    background: green;
    text-align: center;
}

.status-fields{
    background: rgba(224, 49, 50, 1);
    color: white;
    animation: wow linear 0.5s 4;
    text-align: center;
}

h2.cont {
    font-weight: 600;
    font-size: 36px;
    color: white;
    
}
.technofum-form {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #1B3A7F;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#promocion{
    position:relative;
}
.buttons-form{
    margin-top:180px;
}

.buttons-form .btn-1{
    width: 150px;
}

.buttons-form .btn-1.activo{
    background: #ffd900;
    border: 2px solid#ffd900;
    color: black;
    font-weight: 700;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

/* -------------btn-----------------*/
a.button-whatsapp  {
    background: #F2CA30;
    color: white;
    font-size: 40px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 8000;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    padding: 15px 20px;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  a.button-whatsapp:hover {
    background: #ffdf29;
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
    
  }

.envios {
  background: #203F7D;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    color: white;
    padding: 40px 0 50px 0;
    

}
.mostrar-1 {
    display: none !important;
}
.envios-mapa {
    color: white;
    padding: 10px 0;
    text-align: center;
  

}

.envios2-title {
    font-size: 36px;
    font-weight: 600;
    color: white;
    padding: 15px 0 5px 0;
}

h1.envios {
    margin-bottom: -20px;
    margin-top:-25px;
}

.mostrar-imagen-servicios {
    display: none;
}
.services-padding {
    padding: 20px 10px 30px 10px;
}
h5.banner-sup {
    padding: 0px 0 20px 0;
    color: white;
}
.white.strong {
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
}
.green {
    background: #F2CA30;
    color: white;
    padding-bottom: 70px;
    justify-content: center;
    text-align: center;
}
p.text {
    font-size: 14px;
}
.transporte-service {
    font-weight: 600;
}
.transporte-service img {
    margin-right: 13px;
    margin-top: -31px;
}
.text-inicio {
    padding: 165px 30px 0 30px ;
}
.img-desc {
    padding: 10px 0 0 0;
}
.relativa-position {
    position: relative;
}
.img-desc2 {
    padding: 10px 0 0 0;
    position: absolute;
    left: 100px;
    bottom: 0px;
    width: 900;
}
.gray {
    background:  #EDEDED;
    text-align: center;
}
.img-world {
    padding: 60px 0 10px 0;
    text-align: center;
    justify-content: center;
}
.padding-top-cobertura{
  padding: 30px 0 10px 0;  
}

.ventajas {
    padding: 30px 0 70px;
}
.ventajas-m{
    padding: 70px 0 50px 0;
    
}
.form-control:hover , .form-control:focus {
    border: 3px solid #F2CA30 !important;
    outline-style: none;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
textarea.form-control {
    height: 100px; 
}

.mt-20 {
    margin-top: 20px;
}
/* -------------faq-----------------*/

footer {
    background:#203F7D;
  background-position: bottom;
    padding: 30px 0 10px 0;
    color: white;
}

a.link.contacto-footer {
    padding-left: 50px;
}

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

.fa-phone , .fa-envelope{
    font-size: 16px;
    padding: 0 10px 0 0;
}
.fa-facebook-f  {
    font-size: 15px;
    padding: 0 5px 0 5px;
}
.link {
    color: white;
}

.link:hover {
    color: #F2CA30;
    
}

.m-300 {
    margin-top: 400px;
}

@media screen and (min-width:1700px){
    h2.cont {
        font-weight: 600;
        font-size: 30px;
    }
    .img-desc2 {
        padding: 10px 0 0 0;
        position: absolute;
        left: 7%;
        bottom: 0px;
        
    }
    .contacto {
        background: rgba(33, 37, 41, .6) !important;
       
        padding: 64px 30px 10px 30px;
    }
    .text-inicio {
        padding: 41px 30px 0 30px;
    }
  
}
@media screen and (max-width:1699px){
   
    h2.cont {
        font-weight: 600;
        font-size: 30px;
    }
    .img-desc2 {
        padding: 10px 0 0 0;
        position: absolute;
        left: 0%;
        bottom: 0px;
    }
    .contacto {
        background: rgba(33, 37, 41, .6) !important;
        margin: 40px 30px;
        padding: 64px 30px 10px 30px;
    }
    .text-inicio {
        padding: 41px 30px 0 30px;
    }
}
@media screen and (max-width:1450px){
   
    .img-desc2 {
        padding: 10px 0 0 0;
        position: absolute;
        left: -3%;
        bottom: 0px;
        width: 700px;
    }
    .text-inicio {
        padding: 75px 30px 0 30px;
    }
    .contacto {
        background: rgba(33, 37, 41, .6) !important;
        margin: 68px;
        padding: 64px 30px 10px 30px;
    }
    .m-300 {
        margin-top: 361px;
    }
    .btn-1 {
       
        margin: 5px 10px 15px 0px;
        
    }
}

@media screen and (max-width:1350px){
    .img-desc2 {
        padding: 10px 0 0 0;
        position: absolute;
        left: -50px;
        bottom: 0px;
        width: 650;
    }
    .contacto {
        background: rgba(33, 37, 41, .6) !important;
        
        padding: 64px 30px 10px 30px;
    }.text-inicio {
        padding: 100px 30px 0 30px;
    }
    .btn-1 {
       
        margin: 5px 0 5px 16px;
    }
    .m-300 {
        margin-top: 333px;
    }
}
@media screen and (max-width:1200px){
    .img-desc2 {
        padding: 10px 0 0 0;
        position: absolute;
        width: 650px;
        left: -10%;
        bottom: 0px;
    }
    .btn-1 {
        margin: 5px 5px 5px 5px;
    }
    h1 {
        color: white;
        padding: 150px 0 30px;
        font-weight: 800;
        font-size: 35px;
    }
    h3.subt {
        color: white;
        font-size: 25px;
    }
    .contacto {
        background: rgba(33, 37, 41, .6) !important;
        margin: 60px 30px;
        padding: 50px 30px 10px 30px;
    }
    .text-inicio {
        padding: 100px 30px 0 30px;
    }
    .m-300 {
        margin-top: 306px;
    }
    
}

@media screen and (max-width: 991px) and (min-width: 767px){
    .buttons-form .btn-1{
        width: 110px;
    }
    
} 

@media screen and (max-width:992px){ 
    .img-desc2 {
        padding: 10px 0 0 0;
        position: absolute;
        width: 600px;
        left: -10%;
        bottom: 0px;
    }
    h4.white.p-30 {
        font-size: 15px;
    }
    .text-inicio {
        padding: 100px 30px 0 30px;
    }
   
    .contacto {
        
        
        padding: 10px;
    margin: 10px 0;
    }
    h2.cont {
        font-weight: 600;
        font-size: 27px;
        margin-top: 11px;
    }
    .ocultar-texto-header {
      display: none;  
    }
   .btn-1 {
    margin: 10px 10px;
    width: 160px;
   }
   .envios2-title {
    font-size: 28px;
    
}

h2 {
    font-size: 24px;
}

}
@media screen and (max-width:767px){ 
    .navbar{
        justify-content: center;
    }
    .buttons-form{
        margin-top:0px;
    }
    .img-desc2 {
        display: none;
    }
   .oculto-1 {
       display: none;
   }
   .mostrar-1  {
       display: flex!important;
   }
   .img-desc {
        padding: 0px 0 0 0;
    }
    .img-logo  {
        justify-content: center;
        text-align: center;
        width: 400px;
        padding: 10px 0;
    }
    .gotitas {
        justify-content: center;
        text-align: center;
        width: 400px;
        padding: 10px 0;
    }
    .contacto {
        padding: 40px;
        /*margin: 50px;*/
    }
    .fa-phone , .fa-envelope{
        font-size: 32px;
        padding: 0 10px 0 0;
    }
    .barra-inf {
        display: block;
        position: fixed;
        bottom: 0;
        background: #f2ca30;
        height: 90px;
        font-size: 38PX;
        color: WHITE;
        z-index: 1000;
        width: 100%;
        -webkit-box-shadow: -1px -2px 30px -10px rgba(89,83,89,1);
    -moz-box-shadow: -1px -2px 30px -10px rgba(89,83,89,1);
    box-shadow: -1px -2px 30px -10px rgba(89,83,89,1);
        
    }
    a.button-whatsapp  {
    background: #2e3f74 !important;
    color: white;
    font-size: 32px;
    position: fixed;
    right: 10%;
    bottom: 11px;
    z-index: 8000;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 15px 19px;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  a.button-mail{
    background: #2e3f74 !important;
    color: white;
    font-size: 32px !important;
    position: fixed;
    right: 42%;
    bottom: 11px;
    z-index: 8000;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 15px 9px 15px 17px;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  a.button-llamada{
    background: #2e3f74 !important;
    color: white;
    font-size: 32px !important;
    position: fixed;
    left: 10%;
    bottom: 11px;
    z-index: 8000;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 15px 9px 15px 17px;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
   
}
@media screen and (max-width:550px){ 
   
    .contacto {
        padding: 25px;
        margin: 0;
    }
    .fa-phone , .fa-envelope{
        font-size: 32px;
        padding: 0 10px 0 0;
    }
    .barra-inf {
        position: fixed;
        bottom: 0;
        background: #f2ca30;
        height: 70px;
        font-size: 38PX;
        color: WHITE;
        z-index: 1000;
        width: 100%;
        -webkit-box-shadow: -1px -2px 30px -10px rgba(89,83,89,1);
-moz-box-shadow: -1px -2px 30px -10px rgba(89,83,89,1);
box-shadow: -1px -2px 30px -10px rgba(89,83,89,1);
        
    }
    a.button-whatsapp  {
        background: #2e3f74 !important;
        color: white;
        font-size: 32px;
        position: fixed;
        right: 10%;
        bottom: 11px;
        z-index: 8000;
        cursor: pointer;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        padding: 10px 14px;
        -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      }
      a.button-mail{
        background: #2e3f74 !important;
        color: white;
        font-size: 32px !important;
        position: fixed;
        right: 41%;
        bottom: 11px;
        z-index: 8000;
        cursor: pointer;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        padding: 10px 3px 10px 12px;
        -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      }
      a.button-llamada{
        background: #2e3f74 !important;
        color: white;
        font-size: 32px !important;
        position: fixed;
        left: 10%;
        bottom: 11px;
        z-index: 8000;
        cursor: pointer;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        padding: 10px 3px 10px 12px;
        -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      }
}

@media screen and (max-width:450px){ 
    .gotitas {
        width: 100px;
    }
    .img-logo {
        margin: -17px 0 0 0;
        width: 136px;
    }
    .ventajas {
        padding: 0;
    }
    .p-50 {
        padding: 15px 15px !important;
    }
    .contacto {
        padding: 25px;
        margin: 0;
        text-align: center;
    
    }
    .footer-text {
        text-align: center;
    }

    .ventajas-margen {
        padding: 50px 0;
        text-align: center;
    }
    .margen-ventajas-mov {
        padding: 10px;
    }
    .services-padding {
        padding: 0px 10px 20px 10px;
        text-align: center;
    }

    .nav-link {
        display: block;
        padding: .5rem .2rem;
    }
    h1 {
        color: white;
        padding: 150px 0 4px;
        font-weight: 800;
        font-size: 32px;
        text-align: center;
    }

    h3.subt {
        color: white;
        font-size: 18px;
        text-align: center;
    }

   
    .buttonintro {
        display: block;
        text-align: center;
    }
      
    .oculto {
        display: none;
    }
    .ocultar-footer-web {
        display: none;
    }
    a.ocultar-3e {
        display: none;
    }
       
    .mostrar-imagen-servicios {
        display: inline-block;
        text-align: center;
        margin-bottom: 10px;
    }
    p.peque {
        font-size: 12px;
    }
    .centrar {
        justify-content: center;
    }


    h3.faq {
        padding: 0 0 29px 32px;
    }
    .mostrar {
        display: inline-block;
        text-align: left;
    }
    .mostrar-icons {
        display: inline-block;
        text-align: left;
    }
    h6.ocultar{
        display: none;
    }
  
    .margen-movil {
        margin: 10px 10px -35px 0;
        color: white;
    }


    footer {
       
        padding: 40px 0 0 0;
       
        }  
  
}
.services {
    padding: 50px 0 70px;
}

.gracias {
    padding-top: 70px ;
}
.btn-regresar2{
    padding: 15px 65px;
    color: white;
    background: #203F7D;
    margin: 20px 0;
}
.btn-regresar2:hover {
    color: white;
    background: #AA1826;
}
.p-50 {
    padding: 50px 15px;
}

.ventajas-margen {
    padding: 30px 0 0 0;
    text-align: center;
}

.video {
    padding: 100px 0 50px 0 ;
}
.descuento {
    padding-bottom: 70px;
}
.p-30 {
    padding: 0px 15px 20px; 
}
.clientes {
    background: #fafafa;
    padding: 70px 0 ;
}
.mb-30 {
    padding-bottom: 50px;
}



