*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/*VENTA EMERGENTE*/
.modal{
    width: 100%;
    height: 100vh;
    position: absolute;
    background-color: rgba(18, 18, 18, 0.722);
    top: 0;
    left: 0;
    display: flex;
    animation: modal 7s;
    visibility: hidden;
    opacity: 0;
 
}
#btn-modal{
    display: none;
}
#btn-modal:checked ~ .modal{
    display: flex;
}
.contenido{
    margin: auto;
    width: 40%;
    max-width: 600px;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.contenido h2{
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    font-size: 27px;
    color: #004563;
    text-align: center;
}
.contenido h3{
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    font-size: 25px;
    color: #000000;
    text-align: center;
    
}
.contenido p{
    border-bottom: 1px solid #dbdbdb;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    color: #000000d4;
    margin-bottom: 10px;
    padding: 5px 15px;
}
.contenido img{
    display: flex;
    width: 100%;
}
@keyframes modal{
    100%{
        visibility: visible;
        opacity: 1;
    }
}
/* barra menu */ 
/* INICIO*/
/* barra menu */ 
.menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 63px;
    background: #E8F0EF;
    position: fixed;
    width: 100%;
    z-index: 100;
    font-family: 'Montserrat', sans-serif;
    
}
.navbar{
    display: flex;
    margin-right: 70px;
    
}
.brand img{
    width: 25px;
    height: 25px;
}
/* logo de menu */
.logo{
    margin-left: 30px;
}

.logo a{
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 30px;
}
.navbar a{
    display: block;
    padding: 23px 20px;
    color: #004563;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;

}
.navbar a:hover {
    background: #F99B2B;
}
/* FIN*/
.header .bienvenida{
    width: 100%;
    height: 10px;
    }

.contenedor{
    width: 90%;
    overflow: hidden;
    margin: auto;
    padding: 60px 0;
}
.content{
    height: 50vh;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} 
/* CARRUSEL */ 
.slider{
    width: 100.07%;
    height: 619px;
    overflow: hidden;
}
.slider ul{
  display: flex;
  animation: cambio 20s infinite alternate linear;
  width: 300%;
}
.slider li{
   width: 100%;
   list-style: none;

}
.slider img{
    width: 1350px;
    height: 99.94%;
}
@keyframes cambio{
    0%{margin-left: 0;}
    20%{margin-left: 0;}

    30%{margin-left: -100%;}
    40%{margin-left: -100%;}

    50%{margin-left: -200%;}
    60%{margin-left: -200%;}

    70%{margin-left: -300%;}
    80%{margin-left: -300%;}

    90%{margin-left: -400%;}
    100%{margin-left: -400%;}

}
/* NUESTRO COMPROMISO Y PRINCIPALES CLIENTES */ 
.about{
    background: url(img/fondop1.jpg); 
    background-repeat: no-repeat;   
    height: 110vh !important ;
    background-size: cover;
    background-position: bottom;
}
.abut{
    background: url(img/parte2.jpg); 
    background-repeat: no-repeat;   
    height: 120vh !important ;
    background-size: cover;
    background-position: bottom;
}
/*CONTACTO*/
footer{
    background: #004563;
    padding-bottom: 0.1px;
    font-family: 'Kanit', sans-serif;
}
.footer-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 10px;
}
.contact-us{
    width: 45%;
    color: #fff;
}
.brand{
   
    font-weight: 500;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
}
 .brand{
    font-weight: 500;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
}
/* ICONOS */
.social-media{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.social-media-icon{
    display: inline-block;
    margin-left: 30px;
    width: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.social-media-icon:hover{
    background: #fff;
    color: #E66A06;
}
.social-media-icon i{
    font-size: 45px;
    line-height: 60px;
}

.line{
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    height: 2px;
    background: #fff;
    margin-bottom: 60px;
}
/* DISPOSITIVO MOVIL    */
@media screen and (max-width: 425px) {
 /* barra menu */ 
 .menu{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    background: #E8F0EF;
    position: fixed;
    z-index: 10;
    font-family: 'Montserrat', sans-serif;
}
.navbar{
 display: flex;
 margin-left: 20px;
}
.navbar a{
 display: block;
 padding: 20px 8px;
 color: #004563;
 text-decoration: none;
 text-transform: uppercase;
 font-size: 9px;
 
}
 /*IMAGEN DEL MUÑECO */ 
.navbar a img{
    margin-left: 25px;
    width: 60%;
    height: 14px;
  }

  .logo img{  
    margin-left: 1px;
    height: 30px;
    width: 100px;
}
.logo{
 margin-left: 13px;
}
.navbar a:hover {
 background: #F99B2B;;
}
 /* CARRUSEL */ 
 .slider{
    width: 100%;
    height: 235px;
    overflow: hidden; 
}
.slider ul{
    display: flex;
    animation: cambio 20s infinite alternate linear;
    width: 100%;
  }
  .slider li{
     width: 100%;
     list-style: none;
  
  }
.slider img{
        width:500px;
    
    }
    /*NUESTRO COMPROMISO 1*/
 .about{
        background: url(img/fondop1.jpg); 
        height: 23vh !important ;
        width: 100%;
        background-size: cover;
    }
        /*NUESTRO COMPROMISO 2*/
    .abut{
        background: url(img/parte2.jpg); 
        height: 23vh !important ;
        width: 100%;
        background-size: cover;
    }
/*VENTA EMERGENTE*/
.modal{
    width: 100%;
    height: 90vh;
    position: absolute;
    background-color: rgba(18, 18, 18, 0.722);
    top: 0;
    left: 0;
    display: flex;
    animation: modal 10s;
    visibility: hidden;
    opacity: 0;
 
    }
    .contenido{
        margin: auto;
        width: 70%;
        max-width: 600px;
        padding: 10px;
        background-color: #FFFFFF;
        border-radius: 10px;
    }
     /* CONTACTO */
     footer{
        width: 100%;
    }
    .contact-us{
        text-align: center;
        width: 80%;
        margin-bottom: 40px;
    }
    .footer-content{
        justify-content: center;
    }
    .social-media-icon{
        margin-left: 0 ;
    }
    .social-media{
        width: 80%;
        justify-content: space-evenly;
    
    }
    .brand{
    
        font-size: 40px;
        font-family: 'Montserrat', sans-serif;
    }
    
   }