*{
    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: 80vh;
    /*padding: 60px 0;*/
}


/*Agregado*/

.contenedor >.logo-smell{
    background-image: url(imag/Logo-Kaza-QK.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;   
    margin-top: 0px;
    
    width: 100%;
    height: 200px;
    
}
.contenedor > .subtitulo{
    width: 100%;
    margin-bottom: 20px;
    animation: aparece 1s ease-out;
}
.contenedor >.subtitulo h2{
    font-size: 1.5em;
    color: #fcfcfc;
    text-shadow: 1px 2px 2px rgba(153, 100, 2, 0.938);
}
.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;
    text-shadow: 1px 2px 1px rgb(243, 215, 137);
}

@keyframes aparece{
    0%{opacity: 0; scale: 70%;}
    90%{scale: 110%;}
    100%{opacity: 1; scale: 100%;}
}

/* Fin de Subtítulo de inicio animado*/



.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/Cocina3.jpg);
    background-repeat: no-repeat;
    /*background-position: center;*/
    background-size: cover;
    background-attachment: fixed;
    height: 70vh;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100vw;
}

.head{
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
    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: space-evenly;
    flex-wrap: wrap;
    width: 100vw;
}
.area-producto{
    width: 50%;
}
.caracteristicas-producto{
    
    width: 40%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px;
    overflow: hidden;
}
.caracteristicas-producto > .caja-texto{
    align-self: center;
    
    width: 100%;
    margin-top: 30px;
    padding-bottom: 20px;

}
.caracteristicas-producto p{
    width: 80%;
    text-align: center;
    margin: auto;
    margin-top: 15px;
   
}
.prod-mk{
    
    width: 90%;
    height: 450px;
    max-width: 1200px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    
}
.descripcion-prod{
    
    width: 90%;
    padding: 1%;
    margin: 1%;
}
.subtiluto{
    width: 80%;    
}
.descripcion-prod h2{
    color: #7e0696;
}
.descripcion-prod h3{
    margin-bottom: 5px;
    color: #353e4e;
}


.descripcion-prod p{
    background-image: linear-gradient(to top, rgba(240, 234, 228, 0.911) 0%, rgb(222, 229, 233) 100%);
    /*background-color: rgba(206, 221, 235, 0.76);*/
    border-radius: 10px;
    border: 2px solid;
    border-color: rgba(183, 183, 201, 0.795);
    box-shadow: 1 2px 4px .5px rgba(0 0 0 0.5px);
    padding: 1%;
    margin-top: 2%;
}
.imagen-producto{
    
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    width: 80%;
    height: 250px;
    align-self: center;
    margin: auto;
}
.im1{
    background-image: url(imag/Carusel10.png);
}



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


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;
}

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

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

.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;
}

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

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

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

    .contenedor .wrapper{
        
        width: 60%;
    }
    .contenedor >.subtitulo h2{
        font-size: 28;
    }

   
    
    .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 */
        background-image: linear-gradient(to top, rgba(174, 202, 125, 0.171) 0%,rgba(13, 34, 25, 0.4) 100%), url(imag/Cocina3.jpg);
        
    }

    .head{
        justify-content: space-around;
    }

    .titulo h1{
        font-size: 20px;
        margin-top: 100px !important;
    }

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

    .area-producto{
        display: flex;
        justify-content: center;
        width: 90%;
    }
    .caracteristicas-producto{
        
        width: 80%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 10px;
        overflow: hidden;
    }

    .descripcion-prod h2{
        text-align: center;
    }

    .descripcion-prod h3{
        text-align: center;
    }
    .descripcion-prod p{
        text-align: center;
    }
    .descripcion-prod{
        width: 100%;
    }
    .imagen-producto{
        width: 90%;
    }

   

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