@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans';
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans';
    background-color: white !important;
}

/*ARREGLAR EL GAP EN LA PARTE DERECHA EN VERSIÓN MOBILE*/
html, body{
    width: 100%;
    overflow-x: hidden;
}

/*HEADER Y NAVEGACIÓN*/

.header{
    width: 100%;
    min-height: 5em;
    background-color: lightpink;
    border-bottom: solid 1px #707070;

    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;

    position: fixed;
    top: 0;
    z-index: 2;

    background: rgba(252, 190, 210, 0.75);
}

.header-a{
    font-size: 3em;
    font-weight: lighter;
    
    border-radius: 2em;
    padding: .3em;
    color: black;
}

.imagen-logo{
    width: 3em;
    border-radius: 1em;
}

.nav-ul{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.nav-li{
    margin: 0.25em;
}
.nav-a{ 
    font-size: 1.5em;
    padding: .3em;
    color: rgb(62, 62, 62);
}

    .nav-a::after{
        content: "";
        height: 3px;
        width: 0;
        background-color: #ff5267;
        display: block;
        transition: all 300ms ease;
        border-radius: 1em;
    }

    .nav-a:hover::after{
        width: 100%;
    }

/*PRESENTACIÓN*/

.seccion{
    width: 100%;
    min-height: 100vh;
    background-color: white;
    
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

#inicio{
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.section{
    width: 100%;
    margin-top: 1em;

    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.foto-presentacion{
    width: 50em;
}

.nombre {
    font-size: 25px;
    margin-bottom: .2em; 
}

.seccion-h5{
    font-weight: bold;
    margin: 1em 0 1em;
    font-size: 1.2em;
    color: black;
}

.seccion-h2{
    font-size: 4em;
    padding: 0.5em;
    font-weight: bold;
}

.presentacion{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.seccion-h4{
    font-style: italic;
    margin: 0 0 1em;
    font-size: 1.2em;
}

.section-img{
    background-color: lightpink;
    padding: 1em;
    border: solid 1px #a20554;
    border-radius: 5em;
    height: 6em;

    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

    transform: scale(1);
}

    .section-img:hover{
        transform: scale(1.1);
        transition: all .3s ease;
        background-color: palevioletred;
    }

.section-a-tienda{
    margin: 1em;
}

.section-a-productos{
    margin: 1em;
}

.bi-svg{
    height: 3em;
}

/*SECCIÓN DE INICIO*/

.seccion-inicio {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: auto;
    background-color: white;
}

.nombre {
    font-size: 25px;
    margin-bottom: .2em; 
}

.seccion-h2{
    font-size: 4em;
    padding: 0.5em;
    font-weight: bold;
    color: #a20554;

    margin-top: 1em;
}

.seccion-h4{
    font-style: italic;
    margin: 0 0 1em;
    font-size: 1.2em;
}

.seccion-p{
    padding: 1em;
    font-size: 1.2em;
    color: black;
    background-color: white;
    border-radius: 3em;
    margin: .5em 0;
}

#productos{
    padding: 5em;
    width: 100%;
}

.seccion-div-contenedor{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;

    width: 100%;
}

.seccion-div-rebajas-test{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

}

.div-rebajas{
    background-image: url(/assets/imagen-rebajas1.webp);
    
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;

    width: 35em;
    height: 18em;
    border-radius: .5em;
    margin: .5em 0;
    border: solid .1em #7e0434;

    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;

    cursor: pointer;
}

    .div-rebajas:hover{
        box-shadow: 0 0 20px #711241;
    }

.seccion-a-rebajas{
    color: #d780ae;
    font-size: 3em;
    font-weight: bold;
    
    transform: scale(1);
}

.div-test{
    background-image: url(/assets/imagen-test-1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    
    width: 35em;
    height: 6em;
    border-radius: .5em;
    margin: .5em 0;
    border: solid .1em #7e0434;

    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;

    cursor: pointer;
}

 .div-test:hover{
    box-shadow: 0 0 20px #711241;
 }

.seccion-a-test{
    color: aliceblue;
    font-size: 2em;
    font-weight: bold;
    padding: 1em;
}

.div-kit{
    background-image: url(assets/imagen-kit.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;

    
    width: 10%;
    height: 24.9em;
    width: 25em;
    border-radius: .5em;
    border: solid .1em #7e0434;
    margin: 0 2em;

    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;

    cursor: pointer;
}

    .div-kit:hover{
        box-shadow: 0 0 20px #711241;
    }

.seccion-a-kit{
    color: #454242;
    font-size: 3em;
    font-weight: bold;
}

/*SECCIÓN DE PRODUCTOS*/

.contenido {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

    background-color: white;
}

.maquillaje{
    width: 100%;
    background-color: white;
}
.piel{
    width: 100%;
    background-color: white;
}

.mostrador {
    width: 100%;
    transition: .5s ease;
    margin-top: 10em;
    display: block;

    /*background-color: burlywood;*/
}

.seccion-h3 {
    padding: 1em;
    font-size: 1.5em;
    font-weight: 500;
    border-radius: .5em;
    margin: .5em;
    margin-right: 3em;
    margin-left: 3em;
    text-align: center;

    background-color: #817d0bd6;
    color: white;
    border: solid 1px white;
}

.mostrador .fila {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 40px;
    padding: 1em;

    /*background-color: yellow;*/
}

.mostrador .fila .item {
    max-width: 210px;
    padding: 10px;
    height: 330px;
    text-align: center;
    margin: 0 .1em;
    cursor: pointer;
    border-radius: 1em;
    transition: .3s;

    /*background-color: brown;*/
}

    .mostrador .fila .item:hover {
        background-color:#e4e4e4;
    }

.mostrador .fila .item img {
    width: 100%;
}

.mostrador .fila .item .descripcion {
    color: #7d7d7d;
    font-weight: bold;
    margin-top: .5em;
}

.mostrador .fila .item .precio {
    color: lightpink;
    font-weight: bold;
    font-size: 1em;
}

.mostrador .fila .item .euro {
    color: palevioletred;
    font-size: 1.1em;
    font-weight: bold;
}

.mostrador .fila .item .btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #817d0bd6;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

.mostrador .fila .item .btn:hover {
    background-color: #6b6809;
    transform: scale(1.05);
}

.seleccion {
    top: 9em;
    transition: .5s ease;
    opacity: 0;
    width: 0em;
    border: .1em solid #ccc;
    border-radius: .5em;
    position: fixed; /*cambiar a fixed en versión mobile*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

:-webkit-scrollbar {
    display: none;
}

.cerrar {
    position: absolute;
    right: .7em;
    top: .6em;
    cursor: pointer;
    color: lightpink;
    font-weight: bold;
    font-size: 2em;
}

    .cerrar:hover {
        color: palevioletred;
    }

.info {
    padding: 1em;
    display: flex;
    flex-flow: column nowrap;
    justify-content: left;
    align-items: left;
    width: 100%;
    height: 40em;

    background-color: #e4e4e4;
}

.info img {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: .5em;
    margin-top: 2em;
}

.info h2 {
    color: #707070;
    margin-top: .5em;
    margin-bottom: .5em;
}

.info .precio {
    font-size: 2em;
    color: palevioletred;
    margin: .5em 0;
    display: block;
}

.middle {
    transform: translate(50%,-20%);
    position: absolute;
    left: -7em;
    top: 34.5em;
    
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

    padding: 1em;
    margin: .5em;
}

.btn {
    height: 3em;
    border: 1px solid #000;
    
    padding: 1em;
    background: none;
    cursor: pointer;

    display: flex;
    align-items: center;
    transition: color 0.1s linear;
    position: relative;
}

    .btn:hover {
        color: #fff;
    }

    .btn::before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: palevioletred;
        z-index: -1;
        transition: transform 0.8s;
        transform-origin: 0 0;
        transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
    }

    .btn::before {
        transform: scaleX(0);
    }

    .btn:hover::before {
        transform: scaleX(1);
    }

/*SOBRE MÍ*/

.sobre-mi{
    padding: 15em;
    width: 100%;
    height: auto;
    
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;

    background-image: url(/assets/background-principal.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    user-select: none;
    
}

.seccion-img{
    max-width: 15em;
    border-radius: 11em;
    border: solid 0.5em #1cd14f;
    object-fit: contain; /*para que no se deforme la imagen*/
    
    /*alineamos la imagen con estas dos propiedades*/
    display: block; 
    margin: 1em;
    align-items: center;
}

.sobre-mi-1{
    padding: 1em;

}

.sobre-mi-h3{
    font-size: 2em;
    padding: .2em;    
    font-weight: bold;
}

.sobre-mi-p{
    padding: .2em;
    margin: 1em;
    text-align: left;
    font-size: 1.5em;

    width: 20em;
}

.seccion-ul{
    margin: .5em 0;
    
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;

}
.seccion-li{
    background-color: #bbb85e;
    margin: 0 1em;
    border: solid 1px #8e8a30;
    border-radius: 3em;
    padding: .5em;
}

    .seccion-li:hover{
        background-color: #8e8a30;
    }

.seccion-a{}

.bi-svg{
    height: 2em;
}

/*PIE DE PÁGINA*/

.footer {
    width: 100%;
    background-color: rgba(252, 190, 210, 0.75);
    border-top: solid 1px #707070;
    padding: 2rem;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.footer-p {
    margin: 0;
}

.footer-span {
    margin: 0;
}

.footer-legal {
    border-top: 1px solid #ddd;
    padding-top: 1rem;
}

.footer-legal-ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-legal-li {
    margin: 0;
}

.footer-legal-a {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-legal-a:hover {
    color: #333;
    text-decoration: underline;
}

.legal-content {
    max-width: 800px;
    margin: 12rem auto;
    padding: 0 3rem;
    background-color: white;
}

.legal-content h1 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 2rem;
    text-align: center;
}

.legal-content h2 {
    font-size: 1.5rem;
    color: #444;
    margin: 2rem 0 1rem;
}

.legal-content section {
    margin-bottom: 2rem;
}

.legal-content p {
    line-height: 1.6;
    margin-bottom: 1rem;
}

.legal-content ul, .legal-content ol {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.legal-content li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .footer {
        padding: 1rem;
    }

    .footer-info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .footer-legal-ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        flex-wrap: wrap;
    }
}

@media (max-width:1200px) {
    .imagen-logo {
        width: 2.5em;
    }

    .nav-ul {
        font-size: .75em;
    }

    .nombre {
        font-size: 1em;
    }

    .presentacion {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
    }

    .seccion-h5 {
        font-size: 1em;
    }

    .section-img {
        background-color: lightpink;
        border: solid 1px #a20554;
        border-radius: 5em;
        height: 4em;
        width: 7em;

        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }

    .section-a-tienda {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }

    .section-a-productos {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }

    .section {
        margin-top: 1em;

        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;

        width: 100%;
    }

    /*SECCIÓN PRODUCTOS*/

    .seccion-inicio {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;

        width: 100%;
    }

    .seccion-div-contenedor{
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    
        width: 100%;
    }

    .seccion-h2 {
        padding: 1em;
        font-size: 1.5em;
        font-weight: bold;
        text-align: center;
        color: #a20554;
        margin-top: 2.5em;
        width: 15em;
    }

    .seccion-a-rebajas {
        font-size: 1.5em;
    }

    .seccion-a-test {
        font-size: 1.2em;
    }

    .div-rebajas {
        
        width: 21em;
        height: 12em;
        border-radius: .5em;
        margin: .5em 0;
        border: solid .1em #7e0434;

        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }

    .div-test {
        width: 21em;
        height: 5em;
        border-radius: .5em;
        margin: .5em 0;
        border: solid .1em #7e0434;

        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }

    .div-kit {
        background-image: url(assets/imagen-kit.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        object-fit: cover;

        height: 17em;
        width: 21em;
        border-radius: .5em;
        border: solid .1em #7e0434;
        margin: 0 1em;

        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;

        cursor: pointer;
    }

    .mostrador {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
    }

    .fila {
        display: flex;
        flex-flow: column nowrap;
    }

    .contenedor-foto {
        margin-bottom: 1em;
    }

    .item {
        margin-bottom: 1em;
    }

    .info {
        padding: 1em;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 29em;
    }

    .info img {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 19em;
        border-radius: .5em;
        margin-top: -3.5em;
        
    }

    .middle {
        transform: translate(50%,-20%);
        position: absolute;
        left: -4em;
        top: 25em;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        
        
        padding: 1em;
        margin: .5em;
    }

    .btn {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }

    .seleccion {
        top: 10em;
        background: 2em;
    }

    .seccion-h3 {
        padding: 1em;
        font-size: 1.5em;
        font-weight: 500;
        border-radius: .5em;
        margin: .5em;
        margin-right: .1em;
        margin-left: .1em;
        text-align: center;

        background-color: #817d0bd6;
        color: white;
        border: solid 1px white;
    }

    img {
    }

    .cerrar {

    }

    .sobre-mi{
        padding: 1em;
        width: 100%;
        height: 52em;
        
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    
        background-image: url(/assets/background-principal.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;

        width: 100%;
        height: auto;
    }

    .sobre-mi-1{
        padding: 1em;
        margin-top: -3em;
    
    }

    .seccion-img{
        max-width: 10em;
        border-radius: 11em;
        border: solid 0.2em #1cd14f;
        object-fit: contain; /*para que no se deforme la imagen*/
        
        /*alineamos la imagen con estas dos propiedades*/
        display: block; 
        margin-top: 10em;
        align-items: center;
    }

    .sobre-mi-1{
        padding: 3em;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;    
    }

    .sobre-mi-h3{
        font-size: 1.5em;
        font-weight: bold;
        padding: .2em;    
    }

    .sobre-mi-p{
        padding: 0em;
        margin: 1em;
        text-align: center;
        font-size: 1em;
        
        width: 20em;
        height: auto;
    }

    .seccion-ul{
        margin: 1em 0;
        
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
    
    }

    .seccion-li{
        background-color: #bbb85e;
        margin: 0 .5em;
        border: solid 1px #8e8a30;
        border-radius: 10em;
        padding: 1em;
    
        
    }

    .footer {
        max-width: 100%;
        min-height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 2em 1em;
        background-color: rgba(252, 190, 210, 0.75);
        border-top: solid 1px #707070;
    }

    .footer-info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 1em;
    }

    .footer-p {
        margin: 0;
    }

    .footer-span {
        margin: 0;
    }

    .footer-legal {
        width: 100%;
        margin-top: 1em;
    }

    .footer-legal-ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 0.5em;
        flex-wrap: wrap;
    }
}

/* Estilos para el aviso de cookies */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 1rem;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.cookie-text {
    flex: 1;
    font-size: 0.9rem;
    color: #333;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.cookie-button {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.accept-cookies {
    background-color: #817d0bd6;
    color: white;
}

.accept-cookies:hover {
    background-color: #6b6809;
}

.more-info {
    background-color: #f0f0f0;
    color: #333;
}

.more-info:hover {
    background-color: #e0e0e0;
}

@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-buttons {
        width: 100%;
        justify-content: center;
    }

    .footer {
        max-width: 100%;
        min-height: auto;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        padding: 2em 1em;
        background-color: rgba(252, 190, 210, 0.75);
        border-top: solid 1px #707070;
    }

    .footer-info {
        width: 100%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        gap: 1em;
        margin-bottom: 1em;
    }

    .footer-p {
        margin: 0;
        text-align: center;
    }

    .footer-span {
        margin: 0;
        text-align: center;
    }

    .footer-legal {
        width: 100%;
        margin-top: 1em;
    }

    .footer-legal-ul {
        flex-direction: column;
        align-items: center;
        gap: 0.5em;
    }
}