@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700&display=swap');
body{
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 16px;
    color: #666;
    font-weight: 300;
}
.black{color: #111;}
/*menu*/
/* Bootstrap : Hacer que el dropdown se despliegue al pasar el mouse */
.dropdown:hover .dropdown-menu {
    display: block !important;
}
header{-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .26);-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .26);box-shadow: 0 0 6px rgba(0, 0, 0, .26);}
header nav .nav-link{
    color: #444;
    display: block;
    line-height: 30px;
    padding: 0 13px;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
header nav .nav-link:hover{color: #ff0000;}
nav .form-control{
    border: 1px solid #e5e5e5;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05) inset;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05) inset;
    font-weight: 300;
    color:#848484;
    line-height:1.75;
    max-width: 100%!important;
    padding: 0 10px;
    font-size: 12px!important;
    width: 120px;
    height: 30px!important;
    border-radius: 5px!important;
    margin: 14px 3px;
    float: left;
}
header input[type="text"]:focus,
header input[type="password"]:focus{
    border: 2px solid #000;
    box-shadow: none;
}
nav .form-control::-webkit-input-placeholder,
.proveedores-section1 form .form-control::-webkit-input-placeholder{
    color: #888;
}
nav .btn.mobile {display: none;}
nav form .btn, nav form .btn:active,nav form .btn:hover{
    display: block;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    float: left;
    height: 28px;
    border-radius: 5px;
    line-height: 25px;
    padding: 0px 8px;
    font-size: 21px;
    margin: 14px 3px;
    border: solid 1px #dc9c9c;
}
nav form .btn span{font-family: 'Raleway', Arial, sans-serif;}
nav .btn, nav form .btn:active,nav form .btn:hover{
    display: block;
    background: #ff0000;
    color: #ffffff;
    font-weight: 400;
    float: left;
    height: 28px;
    border-radius: 5px;
    line-height: 25px;
    padding: 0px 8px;
    font-size: 16px;
    margin: 14px 13px;
}
nav .btn:hover{
    display: block;
    background: #ff0000;
    color: #ffffff;
    font-weight: 400;
    float: left;
    height: 28px;
    border-radius: 5px;
    line-height: 25px;
    padding: 0px 8px;
    font-size: 16px;
    margin: 14px 13px;
}
nav .btn span{font-family: 'Raleway', Arial, sans-serif;}
nav .dropdown-menu{background: #ff0000;border-radius:0 ;padding: 0;}
nav .dropdown-item{
    color: #fff;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    padding: 7px 20px;
}
nav .dropdown-menu li{
    font-size: 14px;
    line-height: 30px;
    border-top: 1px solid #ff0000;
    font-weight: 400;
    margin: 0;
    width: 250px;
}
header .navbar-toggler{border:0;}
header .navbar-toggler-icon{
    background-image:url(../images/boton-mobile.jpeg);
}
nav .dropdown-item:hover{
    background-color: #bf2828;
    color: #fff;
}
header .navbar-toggler:focus{border: 0;box-shadow: none;}
header nav .active,header nav li .active{color:#ff0000!important;}
/*correr hacia abajo la seccion para que no tape el header*/
.mt-menu{margin-top: 100px;}
.carousel-home img{max-height: 640px;}
/*footer*/
.footer{padding: 0px 0px 32px 0px;background-color: #111111; color:#888;font-size: 12px;line-height: 16px;font-weight: 300; padding-bottom: 60px;font-family: Arial, Helvetica, sans-serif;}
.footer a{color:#888;text-decoration: none;}
.footer a:hover{color: #fff; transition: color 0.2s linear;}
/*general*/
.pb-32{padding-bottom: 32px;}
section h1{
    font-size: 44px;
    font-weight: 300;
    margin: 25px 0 10px;
    font-family: 'Raleway', Arial, sans-serif;
    color: #ff0000;
}
/*empresa*/
.empresa-section1 h4,
.como-llegar-section1 h4,
.proveedores-section1 h4,
.contacto-section1 h4,
.envios-section1 h4{
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 12px;
    font-family: 'Raleway', Arial, sans-serif;
    color: #ff0000;
    font-weight: 400;
}
.empresa-section1 p,
.como-llegar-section1 p,
.como-llegar-section1 ul li,
.proveedores-section1 p,
.contacto-section1 p,
.apertura-section1 p,
.apertura-section1 ul li,
.faqs-section1 p,
.envios-section1 p,
.pagos-section1 p{
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 12px;
}
.empresa-section1 img,
.como-llegar-section1 .como-llegar-item img,
.apertura-section1 img,
.envios-section1 img{margin-right: 20px;margin-top: 12px;}
.empresa-section1 .empresa-item,
.como-llegar-section1 .como-llegar-item,
.envios-section1 .envios-item{    border-bottom: 1px solid #E2E2E2;}
.como-llegar-section1 .como-llegar-item p b{color: #111;}
/*como llegar*/
.como-llegar-section1 ul li{list-style-type: none;margin: 0;}
/*proveedores*/
.proveedores-section1 h1{font-size: 32px;}
.proveedores-section1 h4{font-size: 24px;color: #00a8e6;}
.proveedores-section1 form{width: 50%;margin: 0 auto;}
.proveedores-section1 form .form-control{
    height: 30px;
    padding: 4px 6px;
    border: 1px solid #ddd;
    background: #fff;
    color: #444;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    background-color: #c1c1c138!important;
    border-radius: 2px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05) inset;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05) inset;
    font-size: 16px;
    font-weight: 300;
    margin: 15px 0;
}
.proveedores-section1 form textarea{height: auto!important;}
.proveedores-section1 form .btn,
.proveedores-section1 form .btn:active{
    background-color: #35b3ee;
    color: #fff;
    padding: 0 12px;
    border: none;
    line-height: 30px;
    min-height: 30px;
    height: 36px;
    font-size: 1rem;
    border-radius: 2px;
}
.proveedores-section1 form .btn:last-child{background-color: #e4354f;}
.proveedores-section1 .cont-1 img{margin-top: 25px;}
/*contacto*/
.contacto-section1 h1{font-size: 42px;}
.contacto-section1 img{max-width: 67%; margin-top: 90px;}
.contacto-section1 form label{
    color: #111;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px 0 15px;
    text-align: right;
}
.contacto-section1 form label b{font-weight: 400; margin-left: 3px;}
.contacto-section1 form .row{margin-bottom: 15px;}
.contacto-section1 form input{
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05) inset;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05) inset;
    font-size: 16px;
    font-weight: 300;
    color: #848484;
    height: 42px;
    line-height: 1.75;
    max-width: 100%!important;
    padding: 0 10px;
}
.contacto-section1 form .btn-primary{
    background-color: #337ab7;
    border-color: #2e6da4;
    text-transform: uppercase;
    font-size:14px;
    border-radius: 4px;
}
.contacto-section1 form .btn-primary:hover{
    background-color: #286090;
    border-color: #204d74;
}
/*apertura*/
.apertura-section1 p b,
.envios-section1 p b{font-weight: 400;}
.apertura-section1 ul{margin-top: 12px; margin-bottom: 20px;}
.apertura-section1 ul li{margin: 5px 0;font-weight: 400;}
.apertura-section1 ul li::marker{
    color: #ff0000;
}
.apertura-section1 p a,
.envios-section1 p a{color: #ff0000;text-decoration: none;}
/*faqs*/
.faqs-section1 h5{font-size: 17px;color: #ff0000;font-weight: 400;}

/*queries*/
@media  (max-width: 1199px){
    .mt-menu{margin-top: 95px;}
    header nav .nav-link{padding: 0 ;}
    .empresa-section1 p,
    .como-llegar-section1 p,
    .como-llegar-section1 ul li,
    .proveedores-section1 p,
    .contacto-section1 p,
    .apertura-section1 p,
    .apertura-section1 ul li,
    .faqs-section1 p,
    .envios-section1 p,
    .pagos-section1 p{font-size: 14px;}
    .contacto-section1 img{max-width: 100%;margin-top: 40px;}
}
@media (max-width: 767px) { 
    .mt-menu{margin-top: 57px;}
    header img{max-height: 35px;} 
    .empresa-section1 h4,
    .como-llegar-section1 h4,
    .proveedores-section1 h4,
    .contacto-section1 h4,
    .envios-section1 h4{font-size: 20px;}
    .proveedores-section1 form{width: 100%;margin: 0 auto;}
    section h1,.contacto-section1 h1{font-size: 24px;}
    .contacto-section1 form label{text-align: left;}
    .apertura-section1 img{float: left;}
    nav .btn {display: none;}
    nav .btn.mobile {display: block;}
}
@media (max-width: 575px){
    .proveedores-section1 .cont-1 img{display: block; float: right;margin-top: 0;}
}
.btn-whatsapp {
    display:block;
    width:70px;
    height:70px;
    color:#fff;
    position: fixed;
    right:5px;
    bottom:80px;
    border-radius:50%;
    line-height:80px;
    text-align:center;
    z-index:999;
}