body, html {
    margin: 0;
    padding: 0;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#inicio{
    height: 70vh;
    & .texto-inicio h1, .texto-inicio p{
        color: white;
    }
    & img{
        height: 400px;
        margin-right: 30px;
        transform: translateY(-70px);
    }
}
body {
    font-family: 'Poppins', sans-serif;
    /*background-color: #f0f4f8;*/
    line-height: 1.6;
}
header {
    background-color: rgba(100, 13, 120, 0.7);
    backdrop-filter: blur(10px);
    top: 0;
    padding: 20px;
    text-align: center;
    color: white;
    font-size: 1.5rem;
    position: sticky;
    z-index: 1000;
}
nav{
    display: flex;
    justify-content: center;
    background-color: #333;
}
nav ul{
    list-style: none;
    display: flex;
}
nav ul li{
    margin: 0 15px;
}
nav ul li a{
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 20px;
    display: block;
}
nav ul li a:hover, .login:hover{
    background-color: #c995d5;
    border-radius: 5px;
}
h3 {
    font-size: 2rem;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    color: var(--color-texto);
    background-color: var(--color-Moon);
}
.login{
    list-style: none;
    position: relative;
    overflow: hidden;
    padding: 0 15px 0 15px;
    margin-left: 5px;
}
.login li{
    max-width: 100%;
    max-height: 100%;
}
.login li > a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 20px 0 20px 0;
}
.menu-icon{
    display: none;
    justify-content: space-between;
    cursor: pointer;
}
.menu-icon .fa-solid{
    width: 25px;
    height: 10px;
    margin: 4px 0;
}
.menu-icon i{
    transform: translateY(-10px);
    color: white;
    font-size: 30px;
}
.navigation{
    list-style: none;
    display: flex;
}
.navigation li{
    margin: 0 5px;
}
.navigation a{
    text-decoration: none;
    color: white;
    padding: 20px;
    font-weight: 600;
    transition: color 0.3s ease;
}
.navigation li a:hover{
    background-color: #c995d5;
    border-radius: 5px;
    transition: .3s ease;
}
section {
    padding: 40px;
    text-align: center;
    background-color: color-mix(in srgb, var(--color-Moon) 50%, transparent);
    
}
section h1 {
    font-size: 2.5rem;
    color: #333;
}
section p {
    margin: 20px 0;
    font-size: 1.1rem;
    color: #555;
    max-width: 600px;
    margin: 20px auto;
}
.cta-button {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: 0.3s;
}
.cta-button:hover {
    background-color: #7b0693;
}
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #333;
    color: white;
    text-align: center;
    line-height: 50px;
}

/*CONTACT VIEW*/
.contacto-seccion {
    padding: 50px;
    text-align: center;
    background-color: #b9a3be;
    color: white;
}

.contenedor-contacto {
    max-width: 600px;
    margin: auto;
    background: linear-gradient(to right, #F0B6D5, #8c32a0);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.contenedor-contacto h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.contenedor-contacto p {
    font-size: 1rem;
    margin-bottom: 20px;
}
form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-group label {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 5px;
    text-align: left;
    display: block;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 2px solid #8c32a0;
    background-color: #f9f4fa;
}

/*ABOUT US VIEW*/
h2 {
    font-size: 3rem;
    margin: 0;
    text-align: center;
    color: white;
}
.sobre-nosotros{
    display: grid;
    place-items: center;
    padding: 100px 20px;
    background-color: #b9a3be;
    height: auto;
    color: white;
    text-align: center;
    position: relative;
}
.contenedor-sobre-nosotros {
    max-width: 1200px;
    margin: auto;
    background: linear-gradient(to right, #F0B6D5, #8c32a0);
    padding: 60px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.sobre-nosotros h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #fff;
}
.sobre-nosotros p {
    font-size: 1.3rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.imagen-sobre-nosotros {
    margin-top: 40px;
    max-width: 100%;
    overflow: hidden;
}
.imagen-equipo {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.boton-accion {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.boton-accion:hover {
    background-color: #7b0693;
}

.current{
    background: #c10c9f;
    border-radius: 5px;
    box-shadow: 0 0 50px rgba(241, 15, 203, 0.7);
    position: relative;
    animation: iluminar 2s infinite alternate;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
.current:hover{
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
@keyframes iluminar {
    0% {
        box-shadow: 0 0 50px rgba(241, 15, 203, 0.7);
    }
    100% {
        box-shadow: 0 0 150px rgba(241, 15, 203, 1);
    }
}
        .contenedor-sobre-nosotros {
            transform: translateY(-80px);
            background: linear-gradient(to right, #e28de2, #8e2de2);
            color: #ffffff;
            padding: 20px 20px;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
            max-width: 1000px;
            width: 100%;
            text-align: center;
            position: relative;
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            z-index: 0;
        }

        .contenedor-sobre-nosotros:hover {
            transform: translateY(-85px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
        }

        .contenedor-sobre-nosotros h2 {
            font-size: 1.3em;
            font-weight: 700;
            margin-bottom: 15px; 
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
            letter-spacing: 1px;
            color: #ffffff;
            position: relative;
            animation: fadeInScale 1s ease-out forwards;
            opacity: 0;
            transform: scale(0.9);
            word-wrap: break-word;
            overflow-wrap: break-word;
        }

        .contenedor-sobre-nosotros p {
            font-size: 1em;
            line-height: 1.4;
            max-width: 400px;
            margin: 0 auto 20px auto;
            opacity: 0;
            animation: fadeIn 1s ease-out forwards;
            animation-delay: 0.5s;
        }

        .contenedor-extras {
            margin-top: 10px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 8px; 
        }

        .extra-item {
            background-color: rgba(255, 255, 255, 0.2);
            padding: 15px;
            border-radius: 8px;
            width: calc(50% - 8px);
            box-sizing: border-box;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            text-align: left;
            transition: background-color 0.3s ease;
            opacity: 0;
            animation: fadeIn 1s ease-out forwards;
            animation-delay: 0.8s;
        }
        .extra-item:nth-child(2) {
            animation-delay: 1.1s;
        }

        .extra-item h3 {
            font-size: 1.4em;
            margin-bottom: 10px;
            color: #ffffff;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        }

        .extra-item ul {
            list-style: none;
            padding: 0;
        }

        .extra-item ul li {
            margin-bottom: 5px;
            font-size: 0.9em;
            display: flex;
            align-items: center;
        }

        .extra-item ul li::before {
            content: '✨';
            margin-right: 10px;
            color: #ffeb3b;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes fadeInScale {
            from { opacity: 0; transform: scale(0.8) translateY(-20px); }
            to { opacity: 1; transform: scale(1) translateY(0); }
        }

        @media (max-width: 900px) {
            .contenedor-sobre-nosotros {
                padding: 40px;
                margin-top: 70px;
            }
            .contenedor-sobre-nosotros h2 {
                font-size: 1.4em;
            }
            .contenedor-sobre-nosotros p {
                font-size: 1.1em;
            }
            .extra-item {
                width: 100%;
            }
        }

        @media (max-width: 768px) {
            .sobre-nosotros {
                padding: 20px 10px;
            }
            .contenedor-sobre-nosotros {
                padding: 30px 20px;
                border-radius: 10px;
            }
            .contenedor-sobre-nosotros h2 {
                font-size: 1.1em; /* Antes 2.2em */
                margin-bottom: 15px;
            }
            .contenedor-sobre-nosotros p {
                font-size: 1em;
                line-height: 1.6;
                margin-bottom: 20px;
            }
            .extra-item h3 {
                font-size: 1.6em;
            }
        }

        @media (max-width: 480px) {
            .contenedor-sobre-nosotros {
                padding: 20px 15px;
            }
            .contenedor-sobre-nosotros h2 {
                font-size: 0.9em;
            }
            .contenedor-sobre-nosotros p {
                font-size: 0.95em;
            }
        }

/* PRODUCTOS */
.products{
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 45px;
    /*background-color: var(--color-fondo);*/
    margin: -20px 0 0 0;
}
.products-dashboard{
    padding: 0 0 80px 45px;
}
.products, .products-dashboard {
    background-color: color-mix(in srgb, var(--color-fondo) 90%, transparent);
}

.slideshow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -999;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: fade 16s infinite;
}
.slide:nth-child(1) {
    background-image: url('/images/fondos/fondo1.jpg');
    animation-delay: 0s;
}
.slide:nth-child(2) {
    background-image: url('/images/fondos/fondo2.jpg');
    animation-delay: 4s;
}
.slide:nth-child(3) {
    background-image: url('/images/fondos/fondo3.jpg');
    animation-delay: 8s;
}
.slide:nth-child(4) {
    background-image: url('/images/fondos/fondo4.jpg');
    animation-delay: 12s;
}
@keyframes fade {
    0% { opacity: 0; }
    8% { opacity: 1; }
    25% { opacity: 1; }
    33% { opacity: 0; }
    100% { opacity: 0; }
}

