*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    scroll-behavior: smooth;
}

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



.contenedor{
    
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    /*max-width: 1200px;*/
    overflow: hidden;
    margin: auto;
    height: 50vh;
    /*padding: 60px 0;*/
    display: flex;
    justify-content: center;
}


/*Agregado*/



.titulo{
    display: flex;
    /*background-color: rgba(255, 255, 255, 0.486);*/
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: center;
}
.titulo h1{
    font-size: 35px;
    color: #fcfbed;
    margin: 5px;
    
}



.contenedor-carusel{
    /*background-color: rgba(0, 0, 0, .25);  */
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
    display: flex;
    
}
.contenedor-carusel > .carusel{
    
    display: flex;
    justify-content: center;
    align-self: center;
    width: 3700px;
    height: 150px;
    animation: mover-car 20s linear infinite;
}
.elemento-carusel1{
    
    background-image: url(imag/CaruselA.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 100%;
    
    
 
}
.elemento-carusel2{
    background-image: url(imag/CaruselB.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 100%;
    
}    
.elemento-carusel3{
    background-image: url(imag/CaruselC.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 100%;
    
    
}
.elemento-carusel4{
    background-image: url(imag/CaruselD.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 100%;
    
 
}
.elemento-carusel5{
    background-image: url(imag/CaruselE.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 100%;
    
    
}
.elemento-carusel6{
    background-image: url(imag/CaruselF.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 100%;
    
    
}
.elemento-carusel7{
    background-image: url(imag/CaruselG.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 100%;
    
   
}
.elemento-carusel8{
    background-image: url(imag/CaruselA.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 100%;
    
    
}
.elemento-carusel9{
    background-image: url(imag/CaruselB.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 100%;
    
    
}
.elemento-carusel10{
    background-image: url(imag/CaruselC.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 100%;
    
}
.elemento-carusel11{
    background-image: url(imag/CaruselD.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 100%;
    
}
.elemento-carusel12{
    background-image: url(imag/CaruselE.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 100%;
    
}
.elemento-carusel13{
    background-image: url(imag/CaruselF.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 100%;
    
}
.elemento-carusel14{
    background-image: url(imag/CaruselG.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 100%;
    
}



@keyframes mover-car{
    0%{margin-left: 0;}
    100%{margin-left: -1850px}
}

.header{
    display: flex;
    background-image: linear-gradient(to top, rgba(174, 202, 125, 0.171) 0%,rgba(13, 34, 25, 0.4) 100%), url(imag/Aerea-kasema-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 90vh;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
}

.head{
    padding: 0;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    text-align: center;
    color: #fff;
}


.hamburguer{
    position: fixed;
    top: 30px;
    right: 30px;
    background: #fff;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    z-index: 100;
}

.menu-navegacion{
    position: fixed;
    top: 0;
    width: 20vw;
    height: 100%;
     background-image: linear-gradient(to top, #fbc2eb 0%, #a6c0ee 100%); 
    /* 02 */
    background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
    /* 028 */
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    right: 0;
    transform: translateX(110%);
    transition:transform 0.5s ease-in-out;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    z-index: 100;
}

.spread{
    transform: translateX(0);
}

.menu-navegacion a{
    color: #fff;
    text-decoration: none;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/
main{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100vw;
}

.caracteristicas-producto{
    
    width: 100%;
    
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 5px;
    overflow: hidden;
}
.caracteristicas-producto > .caja-texto{
    align-self: start;
    width: 50%;
    max-width: 1200px;
    margin-top: 30px;
    padding-bottom: 20px;

}
.caracteristicas-producto p{
    
    text-align: center;
    margin: auto;
    margin-top: 15px;
    padding-bottom: 15px;
   
}
.area-producto{
    width: 70%;
    max-width: 1200px;
    height: 420px;
}


.area-producto >.imagen-producto{
    background-image: url(imag/RRHH.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    margin-bottom: 15px;
}



/*/////////////////////////////////////////////////////////////////////////////////////////*/


footer{
    background: #9f8ad0;
    padding-bottom: 0.1px;
}

.footer-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 40px;
}

.contenedor-footer{
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
    padding: 60px 0;
}


.contact-us{
    width: 40%;
    color: #fff;
}

.brand{
    font-weight: 500;
    font-size: 40px;
}

.brand+p{
    font-weight: 500;
}

.social-media{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.footer-content > .social-media > .social-media-icon{
    display: inline-block;
    margin-left: 20px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.social-media-icon i{
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    
}

.line{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    height: 2px;
    background: #fff;
    margin-bottom: 60px;
}
.cierre{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    height: 30px;

}
.cierre p{
    font-size: .8rem;
    color: khaki;
}

.footer-content > .social-media > .social-media-icon:hover{
    background: #fff;
    color:#764ba2;
}

@media screen and (max-width: 800px){
    .menu-navegacion{
        width: 50vw;
    }

    .titulo h1{
        font-size: 30px;
    }*/

   
    .contenedor >.subtitulo h2{
        font-size: 28;
    }

    .caracteristicas-producto > .caja-texto{
    
        width: 70%;
        
        
    }
    
    .footer-content{
        justify-content: center;
    }

    .social-media{
        width: 80%;
        justify-content: space-evenly;
    }

    .social-media-icon{
        margin-left: 0;
    }

    .contact-us{
        text-align: center;
        width: 80%;
        margin-bottom: 40px;
    }
    
}


@media screen and (max-width: 500px){
    .menu-navegacion{
        width: 65vw;
    }

    .hamburguer{
        top: 20px;
        right: 20px;
    }

   
    .header{
        /*height: 100vh;*/
        /* 02 */
        
        display: flex;
        background-image: linear-gradient(to top, rgba(174, 202, 125, 0.171) 0%,rgba(13, 34, 25, 0.4) 100%), url(imag/Aerea-kasema-Celular.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: 90vh;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 100vw;
    }

    .titulo h1{
        font-size: 30px;
    }

    .contenedor >.subtitulo h2{
        font-size: 30px;
    }


    
        
        
    
    .caracteristicas-producto > .caja-texto{
        width: 90%;
        padding-bottom: 50px;
    }

    .descripcion-prod{
        width: 90%;
    }
    .area-producto{
        height: 200px;
    }
    
   

    .contact-us{
        text-align: center;
        width: 95%;
        margin-bottom: 40px;
    }
    
}