@import url('https://fonts.googleapis.com/css2?family=Onest&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');

:root {
    --text-color: #fff;
    --text-enfasis: #00A8E8;
    --background-color: #0070b0;
    --background-color-light: #fff;
    --background-color-dark: #003459;
    --background-color-darkest: #00171F;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: 'Onest', sans-serif;
}

body {
    color: var(--background-color-darkest);
    background-color: var(--background-color-light);
}

/* todo: GLOBAL CONTAINER */
.container {
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

/* todo: -------------- */

.top-banner {
    text-align: center;
    color: var(--text-color);
    background-color: var(--background-color-darkest);

    .banner-contenido {
        background-color: #000;
        border-bottom: thin solid var(--background-color-dark);
        padding: 20px;
        background-color: #073251;

        img {
            width: 400px;
            padding: 10px;
        }
    }
}

.navbar {
    text-align: center;
    padding: 15px;
    font-size: 1.4em;
    font-weight: 900;
    background-image: url(./media/navbarro.png);
    background-color: var(--text-enfasis);
    background-size: cover;

    a {
        padding: 20px;
        color: #595959;
        /* text-shadow: rgb(255, 255, 255) 1px 0 10px; */
        font-family: 'Onest', sans-serif;
        font-style: normal;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    a:hover {
        color: var(--text-enfasis);
        text-shadow: #6b6b6b 7px 10px 10px;
    }
}

.panel-container {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(12, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    /*clip-path: polygon(0 0, 100% 0, 100% 95%, 75% 100%, 25% 100%, 0 95%);*/
    background: var(--background-color-darkest);
}

.panel-1 {
    position: relative;
    z-index: 0;
    grid-area: 1 / 1 / 7 / 11;
    background-image: url(./media/wpmainportada.jpeg);
    /*background-color: var(--background-color);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;

    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;

    .degradado {
        position: absolute;
        z-index: -10;
        height: 100%;
        width: 100%;
        z-index: -10;
        background: rgb(255, 255, 255);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 1) 95%);
    }

    .textos-panel {
        margin-top: 120px;
        padding: 20px;

        h2 {
            color: var(--text-color);
            /* text-shadow: rgb(255, 255, 255) 1px 0 10px; */
            font-size: 2.2rem;
            z-index: 10;
            font-weight: 600;
            /*padding: 40px 40px 0px;*/
            padding: 40px 0px 0px 40px;
            text-align: left;
            transition: all 0.3s ease;
        }

        h2:hover {
            color: var(--text-color);
            text-shadow: rgb(255, 255, 255) 1px 0 10px;
        }

        p {
            color: var(--text-color);
            text-shadow: rgb(0, 0, 0) 1px 0 10px;
            margin-top: 5px;
            padding: 0px 0px 60px 40px;
            font-size: 1.2rem;
            line-height: 1.4;
            text-align: left;
            width: 1000px;
            z-index: 10;
        }

        img {
            width: 500px;
            height: 320px;
        }
    }
}


.panel-2 {
    position: relative;
    z-index: 0;
    grid-area: 7 / 1 / 13 / 6;
    background-image: url(./media/foto-equipo.jpg);
    background-color: var(--background-color);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;

    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;

    .degradado {
        position: absolute;
        z-index: -10;
        height: 100%;
        width: 100%;
        z-index: -10;
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 1) 90%);
    }

    .textos-panel {
        margin-top: 40px;
        padding: 20px;

        h2 {
            color: var(--text-color);
            /* text-shadow: rgb(255, 255, 255) 1px 0 10px; */
            font-size: 2.2rem;
            z-index: 10;
            font-weight: 600;
            padding: 30px 0px 0px 40px;
            text-align: left;
            transition: all 0.3s ease;
        }

        h2:hover {
            color: var(--text-color);
            text-shadow: rgb(255, 255, 255) 1px 0 10px;
        }

        p {
            color: var(--text-color);
            text-shadow: rgb(0, 0, 0) 1px 0 10px;
            margin-top: 5px;
            padding: 20px 0px 20px 40px;
            font-size: 1.2rem;
            line-height: 1.4;
            text-align: left;
            width: 700px;
            z-index: 10;
        }
    }
}

.panel-3 {
    position: relative;
    z-index: 0;
    grid-area: 7 / 6 / 13 / 11;
    background-image: url(./media/underdog.jpg);
    /*background-color: var(--background-color);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;

    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;

    .degradado {
        position: absolute;
        z-index: -10;
        height: 100%;
        width: 100%;
        z-index: -10;
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 1) 80%);
    }

    .textos-panel {
        margin-top: 40px;
        padding: 20px;

        h2 {
            color: var(--text-color);
            /* text-shadow: rgb(255, 255, 255) 1px 0 10px; */
            font-size: 2.2rem;
            z-index: 10;
            font-weight: 600;
            padding: 30px 0px 0px 40px;
            text-align: left;
            transition: all 0.3s ease;
        }

        h2:hover {
            color: var(--text-color);
            text-shadow: rgb(255, 255, 255) 1px 0 10px;
        }

        p {
            color: var(--text-color);
            text-shadow: rgb(0, 0, 0) 1px 0 10px;
            margin-top: 5px;
            padding: 20px 0px 20px 40px;
            font-size: 1.2rem;
            line-height: 1.4;
            text-align: left;
            width: 700px;
            z-index: 10;
        }
    }
}

/* * PANEL PRINCIPAL CONFIGS */
.section-principal {
    position: relative;
    z-index: 0;
    color: var(--background-color-light);
    background-color: var(--background-color);
    background-image: url(./media/clouds-compresed.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 200px;
    clip-path: polygon(20% 0, 80% 0, 100% 5%, 100% 95%, 80% 100%, 20% 100%, 0 95%, 0 4%);

    .degradado {
        position: absolute;
        z-index: -10;
        height: 100%;
        width: 100%;
        z-index: -10;
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 1) 70%);
    }
}

.panel-principal {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    h1 {
        width: 500px;
        padding: 10px;
        text-align: center;
        font-size: 2.8em;
    }

    p {
        margin: 10px;
        padding: 5px;
        text-align: center;
        width: 840px;
        font-size: 1.2em;
        width: 700px;
        padding: 15px;
        background-color: rgba(0, 0, 0, 0.500);
        border-radius: 10px;
        text-shadow: rgb(0, 0, 0) 5px 0 15px;
    }

    .trademark {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 20px;

        h1 {
            display: none;
            font-family: 'DM Serif Display', serif;
            font-size: 5em;
            text-shadow: rgb(0, 0, 0) 5px 0 15px;
        }

        p {
            text-align: center;
            color: var(--text-color);
            font-weight: 900;
            font-family: 'Onest', sans-serif;
            text-shadow: rgb(0, 0, 0) 5px 0 15px;
            background-color: var(--background-color-dark);
            /*background-image: url(./media/smoked.gif);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;*/
            padding: 15px;
            border-radius: 4px;
            border: thin solid var(--background-color);
            width: 400px;
            transition: all 0.3s ease;
        }

        p:hover {
            text-shadow: rgb(255, 255, 255) 5px 0 15px;
        }

        img {
            margin-top: 40px;
            margin-bottom: 80px;
            width: 500px;
            height: 320px;
        }
    }

    .redes-sociales {
        margin-top: 10px;
        padding: 10px;
        color: var(--text-color);

        i {
            font-size: 65px;
            color: var(--text-color);
            text-shadow: rgb(255, 255, 255) 1px 0 10px;
            transition: all 0.3s ease;
        }

        i:hover {
            scale: 1.2;
            transform: scale(1.1);
        }

        .link-tr {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            border: thin solid var(--background-color);
            background-color: #00000091;
            margin-top: 15px;
            border-radius: 10px;

            a {
                font-weight: 500;
                margin-top: 5px;
                padding: 10px;
                color: rgb(255, 255, 255);
                transition: all 0.3s ease;
            }

            a:hover {
                color: var(--text-enfasis);
                text-shadow: rgb(255, 255, 255) 2px 0 15px;
            }
        }
    }
}

.panel-botones {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;

    a {
        font-size: 1.4em;
        margin: 5px;
        padding: .8em 1.4em .8em;
        color: var(--text-color);
        font-weight: 600;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 4px;
        box-shadow: 0 8px 6px -6px var(--background-color-dark);
        text-shadow: rgb(0, 0, 0) 1px 0 10px;
        transition: all 0.3s ease;
        padding: 15px;
        background-color: rgba(0, 0, 0, 0.500);
        border-radius: 10px;
        text-shadow: rgb(0, 0, 0) 5px 0 15px;
    }

    a:hover {
        text-shadow: rgb(255, 255, 255) 5px 0 15px;
    }
}

.main-section {
    color: var(--text-color);
    background-color: #000;
    /*clip-path: polygon(25% 0%, 75% 0%, 100% 2%, 100% 100%, 0 100%, 0 2%);*/
    padding-bottom: 200px;
}

.bienvenida {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 90px;
    background-color: #000;
    border-radius: 40px;
    margin-bottom: 180px;

    .container-textos {
        display: flex;
        flex-wrap: wrap;
    }

    .caja-textos {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 20px;
        margin-top: 70px;



        .toggle-button {
            display: none;
        }

        .toggle-button-1,
        .toggle-button-2,
        .toggle-button-3,
        .toggle-button-4,
        .toggle-button-5 {
            display: none;
        }

        .toggle-label,
        .toggle-label-1,
        .toggle-label-2,
        .toggle-label-3,
        .toggle-label-4,
        .toggle-label-5 {
            background-color: var(--background-color);
            border-radius: 12px;
            padding: 10px 20px;
            cursor: pointer;
            margin-top: 40px;
            text-align: center;
        }

        /* Estilos para el texto oculto */
        .texto-oculto,
        .texto-oculto-1,
        .texto-oculto-2,
        .texto-oculto-3,
        .texto-oculto-4,
        .texto-oculto-5 {
            display: none;
            margin-top: 40px;
            /* From https://css.glass */
            background: rgba(177, 200, 244, 0.11);
            border-radius: 16px;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(6.6px);
            -webkit-backdrop-filter: blur(6.6px);
            border: 1px solid rgba(177, 200, 244, 1);
            padding: 25px;

            p {
                font-size: 0.9rem;
                color: var(--background-color-light);
                text-align: start;
                object-fit: contain;
            }
        }

        .toggle-button:checked~.texto-oculto,
        .toggle-button-1:checked~.texto-oculto-1,
        .toggle-button-2:checked~.texto-oculto-2,
        .toggle-button-3:checked~.texto-oculto-3,
        .toggle-button-4:checked~.texto-oculto-4,
        .toggle-button-5:checked~.texto-oculto-5 {
            display: block;
        }
    }

    img {
        width: 500px;
        height: 320px;
        margin-bottom: 40px;
    }

    h2 {
        text-align: center;
        font-family: 'Onest', sans-serif;
        font-size: 3.2em;
        font-weight: 600;
        margin: 80px;
        text-shadow: rgb(255, 255, 255) 2px 0 15px;
    }

    h3 {
        font-size: 1.2em;
        margin-top: 30px;
        width: 500px;
        align-self: center;
        text-align: center;
    }

    p {
        font-size: 1.2rem;
        margin-top: 20px;
        text-align: justify;
        width: 595px;
        color: rgba(255, 255, 255, 0.795);

        strong {
            color: var(--text-color);
        }
    }

}

#servicios {
    margin-top: 0px;
    margin-bottom: 120px;
    padding: 10px;
    padding-top: 90px;
    padding-bottom: 70px;
    background-color: #073251;
    background-blend-mode: luminosity;
    background-image: url(./media/mainwp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*clip-path: polygon(20% 5%, 80% 5%, 100% 0, 100% 95%, 80% 100%, 20% 100%, 0 95%, 0 0);*/
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-auto-rows: 10rem;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 150px;
    /*background-image: url(./media/orbit.png);
    background-position: center;
    background-repeat: repeat;
    background-size: contain;*/

    .bento-item-one {
        position: relative;
        z-index: 0;
        grid-area: 1 / 1 / 4 / 5;
        border-radius: 4px;
        background-image: url(./media/Caballoscon_Ivar.JPG);
        /*background-color: var(--background-color);*/
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: luminosity;
        box-shadow: 0 8px 6px -6px black;

        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: end;

        .degradado {
            position: absolute;
            z-index: -10;
            height: 100%;
            width: 100%;
            z-index: -10;
            background: rgb(255, 255, 255);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 1) 80%);
            border-radius: 4px;
        }

        h3 {
            color: var(--text-color);
            font-size: 2.4em;
            z-index: 10;
            padding: 0px 20px;
        }

        h4 {
            color: var(--text-enfasis);
            font-size: 1.4em;
            padding: 0px 20px;
        }

        p {
            color: var(--text-color);
            margin-top: 5px;
            padding: 0px 20px 25px;
        }
    }

    .bento-item-two {
        position: relative;
        z-index: 0;
        grid-area: 1 / 5 / 4 / 11;
        border-radius: 4px;
        background-image: url(./media/Siembra\ en\ Guatin.JPG);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        /*background-color: var(--background-color);*/
        background-blend-mode: luminosity;
        box-shadow: 0 8px 6px -6px black;

        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: end;

        .degradado {
            position: absolute;
            z-index: -10;
            height: 100%;
            width: 100%;
            z-index: -10;
            background: rgb(255, 255, 255);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 1) 80%);
            border-radius: 4px;
        }

        h3 {
            color: var(--text-color);
            font-size: 2.4em;
            padding: 0px 20px;
        }

        h4 {
            color: var(--text-enfasis);
            font-size: 1.4em;
            padding: 0px 20px;
        }

        p {
            color: var(--text-color);
            margin-top: 5px;
            padding: 0px 20px 25px;
        }
    }

    .bento-item-tree {
        position: relative;
        z-index: 0;
        grid-area: 4 / 1 / 7 / 7;
        border-radius: 4px;
        background-image: url(./media/dialogo.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        /*background-color: var(--background-color);*/
        background-blend-mode: luminosity;
        box-shadow: 0 8px 6px -6px black;

        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: end;

        .degradado {
            position: absolute;
            z-index: -10;
            height: 100%;
            width: 100%;
            z-index: -10;
            background: rgb(255, 255, 255);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 1) 80%);
            border-radius: 4px;
        }

        h3 {
            color: var(--text-color);
            font-size: 2.4em;
            padding: 0px 20px;
        }

        h4 {
            color: var(--text-enfasis);
            font-size: 1.4em;
            padding: 0px 20px;
        }

        p {
            color: var(--text-color);
            margin-top: 5px;
            padding: 0px 20px 25px;
        }
    }

    .bento-item-four {
        position: relative;
        z-index: 0;
        grid-area: 4 / 7 / 7 / 11;
        border-radius: 4px;
        background-image: url(./media/capacita.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        /*background-color: var(--background-color);*/
        background-blend-mode: luminosity;
        box-shadow: 0 8px 6px -6px black;

        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: end;

        .degradado {
            position: absolute;
            z-index: -10;
            height: 100%;
            width: 100%;
            z-index: -10;
            background: rgb(255, 255, 255);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 1) 80%);
            border-radius: 4px;
        }

        h3 {
            color: var(--text-color);
            font-size: 2.4em;
            padding: 0px 20px;
        }

        h4 {
            color: var(--text-enfasis);
            font-size: 1.4em;
            padding: 0px 20px;
        }

        p {
            color: var(--text-color);
            margin-top: 5px;
            padding: 0px 20px 25px;
        }
    }
}

#team {
    margin-top: 120px;
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #073251;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 75% 100%, 25% 100%, 0 95%);
}

.equipo {
    display: flex;
    flex-direction: column;
    align-items: center;

    i {
        font-size: 5em;
        padding: 20px;
    }

    h2 {
        font-family: 'Onest', sans-serif;
        font-size: 3.0em;
        font-weight: 600;
    }

    h3 {
        font-family: 'Onest', sans-serif;
        font-size: 2em;
        font-weight: 100;
        color: var(--text-color);
    }
}

.equipo-cards {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 40px;
    gap: 20px;

    .card-1 {
        background-image: url(./media/mujer-1.png);
    }

    .card-2 {
        background-image: url(./media/alejandro.jpeg);
    }

    .card-3 {
        background-image: url(./media/mujer-2.jpg);
    }

    .card-4 {
        background-image: url(./media/jorge.jpeg);
        background-repeat: top;

    }

    .card-5 {
        background-image: url(./media/andrea.jpg);
        background-repeat: top;
    }

    .card-1,
    .card-2,
    .card-3,
    .card-4,
    .card-5 {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: end;
        position: relative;
        z-index: 0;
        display: flex;
        flex-direction: column;
        /*background-color: var(--background-color);*/
        background-blend-mode: luminosity;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 4px;
        width: 400px;
        height: 400px;
        box-shadow: 0 8px 6px -6px black;

        .degradado {
            position: absolute;
            z-index: -10;
            height: 100%;
            width: 100%;
            z-index: -10;
            background: rgb(255, 255, 255);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 1) 80%);
            border-radius: 3px;
        }

        h3 {
            color: var(--text-color);
            font-size: 1.4em;
            padding: 0px 20px;
        }

        h4 {
            color: var(--text-enfasis);
            font-size: 1.4em;
            padding: 0px 20px;
        }

        p {
            color: var(--text-color);
            margin-top: 5px;
            padding: 0px 20px 25px;
        }
    }
}

footer {
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgb(0, 0, 0);
    color: var(--text-enfasis);

    .logo-footer {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;

        img {
            width: 400px;
            padding: 40px;
        }

        .mini-informacion {
            padding-bottom: 20px;

            p {
                color: var(--text-color);
                padding: 2px;
            }
        }
    }
}

/* ! MEDIA QUERYS ------------------------------------------ */

@media only screen and (min-width: 320px) and (max-width: 590px) {
    /* ? Estilos para pantallas con ancho entre 320px y 560px */

    .banner-contenido {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        h3 {
            text-align: center;
            padding: 5px;
            padding-top: 12px;
            font-weight: 400;
        }
    }

    .navbar {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        background-color: #005986;
    }

    .panel-container {
        display: flex;
        flex-direction: column;

        .panel-1 {
            display: flex;
            flex-direction: column;
            align-items: center;
            height: 640px;

            .textos-panel {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                padding: 0px;
                margin: 0px;

                padding: 0px;
                margin-top: 0px;

                img {
                    width: 400px;
                    height: 240px;
                    margin-bottom: 140px;
                }

                h2 {
                    text-align: center;
                    font-size: 1.4em;
                    width: 350px;
                    padding: 0px;
                }

                p {
                    text-align: center;
                    font-size: 1em;
                    width: 350px;
                    padding: 20px;
                }
            }
        }

        .panel-2 {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 640px;

            .degradado {
                background: linear-gradient(180deg, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 1) 100%);
            }

            .textos-panel {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                padding: 0px;
                margin: 0px;

                padding: 0px;
                margin-top: 100px;

                img {
                    width: 400px;
                    height: 240px;
                    margin-bottom: 140px;
                }

                h2 {
                    text-align: center;
                    font-size: 1.4em;
                    width: 350px;
                    padding: 0px;
                }

                p {
                    text-align: center;
                    font-size: 1em;
                    width: 350px;
                    padding: 20px;
                }
            }
        }

        .panel-3 {
            display: flex;
            flex-direction: column;
            align-items: center;
            height: 640px;

            .textos-panel {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                padding: 0px;
                margin: 0px;

                padding: 0px;
                margin-top: 100px;

                img {
                    width: 400px;
                    height: 240px;
                    margin-bottom: 140px;
                }

                h2 {
                    text-align: center;
                    font-size: 1.4em;
                    width: 350px;
                    padding: 0px;
                }

                p {
                    text-align: center;
                    font-size: 1em;
                    width: 350px;
                    padding: 20px;
                }
            }
        }
    }

    .panel-principal {
        align-items: center;
        flex-wrap: nowrap;

        h2 {
            font-size: 0.8em;
            text-align: center;
            margin-top: 10px;
            padding: 15px;
            background-color: rgba(0, 0, 0, 0.500);
            border-radius: 10px;
            text-shadow: rgb(0, 0, 0) 5px 0 15px;
            width: 300px;
        }

        p {
            font-size: 0.8em;
            text-align: center;
            margin-top: 10px;
            padding: 15px;
            background-color: rgba(0, 0, 0, 0.500);
            border-radius: 10px;
            text-shadow: rgb(0, 0, 0) 5px 0 15px;
            width: 300px;
        }

        .trademark {
            align-items: center;
            margin-top: 10px;
            padding: 0px;

            h1 {
                font-size: 3.5em;
                text-align: center;
            }

            img {
                width: 320px;
                height: 200px;
            }

            p {
                width: 300px;
            }
        }

        .redes-sociales {
            text-align: center;

            i {
                font-size: 50px;
            }
        }
    }

    .panel-botones {
        width: 300px;

        a {
            font-size: 0.70em;
            margin: 2.5px;
        }
    }

    .discord {
        flex-direction: column;
        margin-bottom: 20px;
        padding: 25px;

        p {
            margin-top: 20px;
            margin-bottom: 20px;
            width: 200px;
            background-color: #00000000;
        }
    }

    .bienvenida {
        flex-wrap: nowrap;

        img {
            width: 400px;
            height: 240px;
        }

        h2 {
            font-size: 2em;
            width: 250px;
            margin-bottom: 20px;
        }

        p {
            width: 320px;
            font-size: 0.9rem;
        }

        .toggle-label,
        .toggle-label-1,
        .toggle-label-2,
        .toggle-label-3,
        .toggle-label-4,
        .toggle-label-5 {
            background-color: var(--background-color);
            border-radius: 12px;
            padding: 10px 20px;
            cursor: pointer;
            margin-top: 40px;
            width: 250px;
        }

        /* Estilos para el texto oculto */
        .texto-oculto,
        .texto-oculto-1,
        .texto-oculto-2,
        .texto-oculto-3,
        .texto-oculto-4,
        .texto-oculto-5 {
            display: none;
            margin-top: 40px;
            /* From https://css.glass */
            background: rgba(177, 200, 244, 0.11);
            border-radius: 16px;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(6.6px);
            -webkit-backdrop-filter: blur(6.6px);
            border: 1px solid rgba(177, 200, 244, 1);
            padding: 25px;
            width: 300px;
            text-align: center;
            object-fit: contain;

            p {
                width: 250px;
            }
        }
    }

    .bento-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bento-item-one,
    .bento-item-two,
    .bento-item-tree,
    .bento-item-four {
        width: 350px;
        margin-bottom: 20px;
        height: 500px;
    }

    .degradado {
        height: 150px;
        /* Ajusta la altura según tus necesidades */
    }

    h3,
    h4,
    p {
        font-size: .8em;
        text-align: start;
    }

    .equipo {
        h2 {
            font-size: 2.2em;
        }

        h3 {
            font-size: 1.2em;
            text-align: center;
            width: 350px;
        }
    }

    .equipo-cards {
        display: flex;
        flex-direction: column;

        .card-1,
        .card-2,
        .card-3,
        .card-4,
        .card-5 {
            width: 350px;
            height: 500px;
        }
    }

    footer {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        p {
            padding: 20px;
            text-align: center;
        }

        .logo-footer {
            img {
                width: 400px;
            }
        }
    }

    .bienvenida {

        h2 {
            text-align: center;
        }

        h3 {
            width: 320px;
        }
    }
}