﻿body {
    margin: 0;
    padding: 0;
}

/* Schermi grandi o ad alta risoluzione */
@media screen and (min-width: 1690px) {
    .index-main-info {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 5rem auto 12rem;
        grid-template-areas:
            "head"
            "body"
            "footer";
        width: 100%;
        height: 100dvh;
    }

    .index-body-info {
        display: grid;
        grid-template-rows: 28rem auto;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
        grid-area: body;
    }

    .index-body-info-head {
        height: 28rem;
        width: 100%;
    }

    .index-body-info-head-img img {
        height: 28rem;
        width: 100%;
        object-fit: fill;
        z-index: -1;
    }

    .index-body-info-head-title {
        position: relative;
        top: -100%;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        z-index: 1;
        background: rgba(255, 255, 255, 0);
        background: -webkit-linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: -moz-linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    }

        .index-body-info-head-title h1 {
            font-family: var(--fuente);
            font-size: 3.8rem;
            color: var(--colorWhite);
        }

        .index-body-info-head-title span {
            font-family: var(--fuenteLight);
            font-size: 1.8rem;
            color: var(--color1D);
        }

    .index-body-info-main {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        height: auto;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-main > h2 {
            font-family: var(--fuente);
            font-size: 3rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main > h3 {
            font-family: var(--fuenteLight);
            font-size: 1.7rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
            text-align: center;
            width: 65%;
            height: max-content;
        }

            .index-body-info-main > span strong {
                font-size: 0.9rem;
                color: var(--color1A);
            }

    .index-body-info-main-card {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        height: auto;
        width: 100%;
        padding: 0.8rem;
    }

        .index-body-info-main-card > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
            text-align: center;
        }

    .index-body-info-main-card-head {
        display: block;
        text-align: center;
        width: 100%;
    }

        .index-body-info-main-card-head h4 {
            font-family: var(--fuenteLight);
            font-size: 1.7rem;
            color: var(--color1);
        }

    .index-body-info-main-card-body {
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .index-body-info-main-card-body-card {
        display: grid;
        grid-template-rows: 5rem auto;
        gap: 0.5rem;
        width: 18rem;
        height: 18rem;
        padding: 0.5rem;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

        .index-body-info-main-card-body-card > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
            text-align: justify;
        }

        .index-body-info-main-card-body-card > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
        }

            .index-body-info-main-card-body-card > div img {
                height: 4rem;
                width: 4rem;
            }

            .index-body-info-main-card-body-card > div h4 {
                font-family: var(--fuenteLight);
                font-size: 1.1rem;
                color: var(--color4);
                text-align: center;
            }

            .index-body-info-main-card-body-card > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--colorBlack);
                text-align: center;
            }

                .index-body-info-main-card-body-card > div span strong {
                    font-size: 0.9rem;
                    color: var(--color1A);
                }


    .index-body-info-main-inscripciones {
        background-image: url(/Logo/inscripciones_atleta.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        width: 100%;
        height: auto;
    }

        .index-body-info-main-inscripciones > div {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 1rem;
            height: 100%;
            width: 100%;            
            padding: 1rem;
        }

            .index-body-info-main-inscripciones > div > h2 {
                font-family: var(--fuente);
                font-size: 2rem;
                color: var(--colorWhite);
                text-align: center;
            }

    .index-body-info-main-inscripciones-opciones {
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-main-inscripciones-opciones > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
            height: 15rem;
            width: 20rem;
            background-color: var(--colorMenuDrop);
            backdrop-filter: blur(5px);
            border: 0.1rem solid var(--colorWhite);
            text-align: center;
            padding: 0.5rem;
        }

            .index-body-info-main-inscripciones-opciones > div h4 {
                font-family: var(--fuenteLight);
                font-size: 1.8rem;
                color: var(--color4);
                text-align: center;
            }

            .index-body-info-main-inscripciones-opciones > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--colorBlack);
                text-align: center;
            }

    .index-body-info-main-pasos {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.8rem;
        width: 100%;
        height: auto;
        background-color: var(--colorMenuDrop);
        padding: 1rem;
    }

        .index-body-info-main-pasos > h3 {
            font-family: var(--fuente);
            font-size: 2rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main-pasos > div {
            display: flex;
            flex-direction: row;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
        }

    .index-body-info-main-pasos-card {
        display: grid;
        grid-template-rows: 4rem auto;
        gap: 0.3rem;
        height: 15rem;
        width: 15rem;
        background-color: var(--colorWhite);
    }

        .index-body-info-main-pasos-card > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
            padding: 0.5rem;
            
        }

    .index-body-info-main-pasos-card-head {
        display: flex;
        align-items:flex-end;
        justify-content: center;
    }

        .index-body-info-main-pasos-card-head > span {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3rem;
            width: 3rem;
            border-radius: 50%;
            background-color: var(--color3E);
            border: 0.1rem solid var(--color3);
            font-family: var(--fuente);
            font-size: 1.5rem;
            color: var(--color3);
        }

        .index-body-info-main-pasos-card-body {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

            .index-body-info-main-pasos-card-body > h4 {
                font-family: var(--fuente);
                font-size: 1.6rem;
                color: var(--color3);
                text-align: center;
            }

            .index-body-info-main-pasos-card-body > span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--colorBlack);
            }

}


/* Schermi Desktop o Portatili */
@media screen and (min-width: 1280px) and (max-width: 1689px) {
    .index-main-info {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 5rem auto 12rem;
        grid-template-areas:
            "head"
            "body"
            "footer";
        width: 100%;
        height: 100dvh;
    }

    .index-body-info {
        display: grid;
        grid-template-rows: 28rem auto;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
        grid-area: body;
    }

    .index-body-info-head {
        height: 28rem;
        width: 100%;
    }

    .index-body-info-head-img img {
        height: 28rem;
        width: 100%;
        object-fit: fill;
        z-index: -1;
    }

    .index-body-info-head-title {
        position: relative;
        top: -100%;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        z-index: 1;
        background: rgba(255, 255, 255, 0);
        background: -webkit-linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: -moz-linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    }

        .index-body-info-head-title h1 {
            font-family: var(--fuente);
            font-size: 3.8rem;
            color: var(--colorWhite);
        }

        .index-body-info-head-title span {
            font-family: var(--fuenteLight);
            font-size: 1.8rem;
            color: var(--color1D);
        }

    .index-body-info-main {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        height: auto;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-main > h2 {
            font-family: var(--fuente);
            font-size: 3rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main > h3 {
            font-family: var(--fuenteLight);
            font-size: 1.7rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
            text-align: center;
            width: 65%;
            height: max-content;
        }

            .index-body-info-main > span strong {
                font-size: 0.9rem;
                color: var(--color1A);
            }

    .index-body-info-main-card {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        height: auto;
        width: 100%;
        padding: 0.8rem;
    }

        .index-body-info-main-card > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
            text-align: center;
        }

    .index-body-info-main-card-head {
        display: block;
        text-align: center;
        width: 100%;
    }

        .index-body-info-main-card-head h4 {
            font-family: var(--fuenteLight);
            font-size: 1.7rem;
            color: var(--color1);
        }

    .index-body-info-main-card-body {
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .index-body-info-main-card-body-card {
        display: grid;
        grid-template-rows: 5rem auto;
        gap: 0.5rem;
        width: 18rem;
        height: 18rem;
        padding: 0.5rem;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

        .index-body-info-main-card-body-card > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
            text-align: justify;
        }

        .index-body-info-main-card-body-card > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
        }

            .index-body-info-main-card-body-card > div img {
                height: 4rem;
                width: 4rem;
            }

            .index-body-info-main-card-body-card > div h4 {
                font-family: var(--fuenteLight);
                font-size: 1.1rem;
                color: var(--color4);
                text-align: center;
            }

            .index-body-info-main-card-body-card > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--colorBlack);
                text-align: center;
            }

                .index-body-info-main-card-body-card > div span strong {
                    font-size: 0.9rem;
                    color: var(--color1A);
                }


    .index-body-info-main-inscripciones {
        background-image: url(/Logo/inscripciones_atleta.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        width: 100%;
        height: auto;
    }

        .index-body-info-main-inscripciones > div {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 1rem;
            height: 100%;
            width: 100%;
            padding: 1rem;
        }

            .index-body-info-main-inscripciones > div > h2 {
                font-family: var(--fuente);
                font-size: 2rem;
                color: var(--colorWhite);
                text-align: center;
            }

    .index-body-info-main-inscripciones-opciones {
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-main-inscripciones-opciones > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
            height: 15rem;
            width: 20rem;
            background-color: var(--colorMenuDrop);
            backdrop-filter: blur(5px);
            border: 0.1rem solid var(--colorWhite);
            text-align: center;
            padding: 0.5rem;
        }

            .index-body-info-main-inscripciones-opciones > div h4 {
                font-family: var(--fuenteLight);
                font-size: 1.8rem;
                color: var(--color4);
                text-align: center;
            }

            .index-body-info-main-inscripciones-opciones > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--colorBlack);
                text-align: center;
            }

    .index-body-info-main-pasos {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.8rem;
        width: 100%;
        height: auto;
        background-color: var(--colorMenuDrop);
        padding: 1rem;
    }

        .index-body-info-main-pasos > h3 {
            font-family: var(--fuente);
            font-size: 2rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main-pasos > div {
            display: flex;
            flex-direction: row;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
        }

    .index-body-info-main-pasos-card {
        display: grid;
        grid-template-rows: 4rem auto;
        gap: 0.3rem;
        height: 15rem;
        width: 15rem;
        background-color: var(--colorWhite);
    }

        .index-body-info-main-pasos-card > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
            padding: 0.5rem;
        }

    .index-body-info-main-pasos-card-head {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

        .index-body-info-main-pasos-card-head > span {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3rem;
            width: 3rem;
            border-radius: 50%;
            background-color: var(--color3E);
            border: 0.1rem solid var(--color3);
            font-family: var(--fuente);
            font-size: 1.5rem;
            color: var(--color3);
        }

    .index-body-info-main-pasos-card-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .index-body-info-main-pasos-card-body > h4 {
            font-family: var(--fuente);
            font-size: 1.6rem;
            color: var(--color3);
            text-align: center;
        }

        .index-body-info-main-pasos-card-body > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
        }
}

/* Tablet in modalità horizontal */
@media screen and (min-width: 737px) and (max-width: 1279px) {
    .index-main-info {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 9rem auto 12rem;
        grid-template-areas:
            "head"
            "body"
            "footer";
        width: 100%;
        height: 100dvh;
    }

    .index-body-info {
        display: grid;
        grid-template-rows: 28rem auto;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
        grid-area: body;
    }

    .index-body-info-head {
        height: 28rem;
        width: 100%;
    }

    .index-body-info-head-img img {
        height: 28rem;
        width: 100%;
        object-fit: fill;
        z-index: -1;
    }

    .index-body-info-head-title {
        position: relative;
        top: -100%;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        z-index: 1;
        background: rgba(255, 255, 255, 0);
        background: -webkit-linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: -moz-linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    }

        .index-body-info-head-title h1 {
            font-family: var(--fuente);
            font-size: 2.1rem;
            color: var(--colorWhite);
        }

        .index-body-info-head-title span {
            font-family: var(--fuenteLight);
            font-size: 1.5rem;
            color: var(--color1D);
        }

    .index-body-info-main {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        height: auto;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 0.5rem;
    }

        .index-body-info-main > h2 {
            font-family: var(--fuente);
            font-size: 1.7rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main > h3 {
            font-family: var(--fuenteLight);
            font-size: 1.7rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
            text-align: center;
            width: 100%;
            height: max-content;
        }

            .index-body-info-main > span strong {
                font-size: 0.9rem;
                color: var(--color1A);
            }

    .index-body-info-main-card {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        height: auto;
        width: 100%;
        padding: 0.8rem;
    }

        .index-body-info-main-card > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
            text-align: center;
        }

    .index-body-info-main-card-head {
        display: block;
        text-align: center;
        width: 100%;
    }

        .index-body-info-main-card-head h4 {
            font-family: var(--fuenteLight);
            font-size: 1.7rem;
            color: var(--color1);
        }

    .index-body-info-main-card-body {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.5rem;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .index-body-info-main-card-body-card {
        display: grid;
        grid-template-rows: 5rem auto;
        gap: 0.5rem;
        width: 18rem;
        height: 18rem;
        padding: 0.5rem;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

        .index-body-info-main-card-body-card > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
            text-align: justify;
        }

        .index-body-info-main-card-body-card > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
        }

            .index-body-info-main-card-body-card > div img {
                height: 4rem;
                width: 4rem;
            }

            .index-body-info-main-card-body-card > div h4 {
                font-family: var(--fuenteLight);
                font-size: 1.1rem;
                color: var(--color4);
                text-align: center;
            }

            .index-body-info-main-card-body-card > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--colorBlack);
                text-align: center;
            }

                .index-body-info-main-card-body-card > div span strong {
                    font-size: 0.9rem;
                    color: var(--color1A);
                }


    .index-body-info-main-inscripciones {
        background-image: url(/Logo/inscripciones_atleta.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        width: 100%;
        height: auto;
    }

        .index-body-info-main-inscripciones > div {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 1rem;
            height: 100%;
            width: 100%;
            padding: 1rem;
        }

            .index-body-info-main-inscripciones > div > h2 {
                font-family: var(--fuente);
                font-size: 2rem;
                color: var(--colorWhite);
                text-align: center;
            }

    .index-body-info-main-inscripciones-opciones {
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-main-inscripciones-opciones > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
            height: 15rem;
            width: 18rem;
            background-color: var(--colorMenuDrop);
            backdrop-filter: blur(5px);
            border: 0.1rem solid var(--colorWhite);
            text-align: center;
            padding: 0.5rem;
        }

            .index-body-info-main-inscripciones-opciones > div h4 {
                font-family: var(--fuenteLight);
                font-size: 1.7rem;
                color: var(--color4);
                text-align: center;
            }

            .index-body-info-main-inscripciones-opciones > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--colorBlack);
                text-align: center;
            }

    .index-body-info-main-pasos {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.8rem;
        width: 100%;
        height: auto;
        background-color: var(--colorMenuDrop);
        padding: 1rem;
    }

        .index-body-info-main-pasos > h3 {
            font-family: var(--fuente);
            font-size: 2rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main-pasos > div {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
        }

    .index-body-info-main-pasos-card {
        display: grid;
        grid-template-rows: 4rem auto;
        gap: 0.3rem;
        height: 15rem;
        width: 15rem;
        background-color: var(--colorWhite);
    }

        .index-body-info-main-pasos-card > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
            padding: 0.5rem;
        }

    .index-body-info-main-pasos-card-head {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

        .index-body-info-main-pasos-card-head > span {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3rem;
            width: 3rem;
            border-radius: 50%;
            background-color: var(--color3E);
            border: 0.1rem solid var(--color3);
            font-family: var(--fuente);
            font-size: 1.5rem;
            color: var(--color3);
        }

    .index-body-info-main-pasos-card-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .index-body-info-main-pasos-card-body > h4 {
            font-family: var(--fuente);
            font-size: 1.6rem;
            color: var(--color3);
            text-align: center;
        }

        .index-body-info-main-pasos-card-body > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
        }
}

/* Tablet in modalità verticale */
@media screen and (min-width: 481px) and (max-width: 736px) {
    .index-main-info {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 9rem auto 12rem;
        grid-template-areas:
            "head"
            "body"
            "footer";
        width: 100%;
        height: 100dvh;
    }

    .index-body-info {
        display: grid;
        grid-template-rows: 28rem auto;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
        grid-area: body;
    }

    .index-body-info-head {
        height: 28rem;
        width: 100%;
    }

    .index-body-info-head-img img {
        height: 28rem;
        width: 100%;
        object-fit: fill;
        z-index: -1;
    }

    .index-body-info-head-title {
        position: relative;
        top: -100%;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        z-index: 1;
        background: rgba(255, 255, 255, 0);
        background: -webkit-linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: -moz-linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    }

        .index-body-info-head-title h1 {
            font-family: var(--fuente);
            font-size: 2.1rem;
            color: var(--colorWhite);
            text-align: center;
        }

        .index-body-info-head-title span {
            font-family: var(--fuenteLight);
            font-size: 1.5rem;
            color: var(--color1D);
        }

    .index-body-info-main {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        height: auto;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 0.5rem;
    }

        .index-body-info-main > h2 {
            font-family: var(--fuente);
            font-size: 1.7rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main > h3 {
            font-family: var(--fuenteLight);
            font-size: 1.7rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
            text-align: center;
            width: 100%;
            height: max-content;
        }

            .index-body-info-main > span strong {
                font-size: 0.9rem;
                color: var(--color1A);
            }

    .index-body-info-main-card {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        height: auto;
        width: 100%;
        padding: 0.8rem;
    }

        .index-body-info-main-card > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
            text-align: center;
        }

    .index-body-info-main-card-head {
        display: block;
        text-align: center;
        width: 100%;
    }

        .index-body-info-main-card-head h4 {
            font-family: var(--fuenteLight);
            font-size: 1.7rem;
            color: var(--color1);
        }

    .index-body-info-main-card-body {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 0.5rem;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .index-body-info-main-card-body-card {
        display: grid;
        grid-template-rows: 5rem auto;
        gap: 0.5rem;
        width: 18rem;
        height: 18rem;
        padding: 0.5rem;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

        .index-body-info-main-card-body-card > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
            text-align: justify;
        }

        .index-body-info-main-card-body-card > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
        }

            .index-body-info-main-card-body-card > div img {
                height: 4rem;
                width: 4rem;
            }

            .index-body-info-main-card-body-card > div h4 {
                font-family: var(--fuenteLight);
                font-size: 1.1rem;
                color: var(--color4);
                text-align: center;
            }

            .index-body-info-main-card-body-card > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--colorBlack);
                text-align: center;
            }

                .index-body-info-main-card-body-card > div span strong {
                    font-size: 0.9rem;
                    color: var(--color1A);
                }


    .index-body-info-main-inscripciones {
        background-image: url(/Logo/inscripciones_atleta.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        width: 100%;
        height: auto;
    }

        .index-body-info-main-inscripciones > div {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 1rem;
            height: 100%;
            width: 100%;
            padding: 1rem;
        }

            .index-body-info-main-inscripciones > div > h2 {
                font-family: var(--fuente);
                font-size: 2rem;
                color: var(--colorWhite);
                text-align: center;
            }

    .index-body-info-main-inscripciones-opciones {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-main-inscripciones-opciones > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
            height: 15rem;
            width: 18rem;
            background-color: var(--colorMenuDrop);
            backdrop-filter: blur(5px);
            border: 0.1rem solid var(--colorWhite);
            text-align: center;
            padding: 0.5rem;
        }

            .index-body-info-main-inscripciones-opciones > div h4 {
                font-family: var(--fuenteLight);
                font-size: 1.7rem;
                color: var(--color4);
                text-align: center;
            }

            .index-body-info-main-inscripciones-opciones > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--colorBlack);
                text-align: center;
            }

    .index-body-info-main-pasos {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.8rem;
        width: 100%;
        height: auto;
        background-color: var(--colorMenuDrop);
        padding: 1rem;
    }

        .index-body-info-main-pasos > h3 {
            font-family: var(--fuente);
            font-size: 2rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main-pasos > div {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
        }

    .index-body-info-main-pasos-card {
        display: grid;
        grid-template-rows: 4rem auto;
        gap: 0.3rem;
        height: 15rem;
        width: 15rem;
        background-color: var(--colorWhite);
    }

        .index-body-info-main-pasos-card > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
            padding: 0.5rem;
        }

    .index-body-info-main-pasos-card-head {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

        .index-body-info-main-pasos-card-head > span {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3rem;
            width: 3rem;
            border-radius: 50%;
            background-color: var(--color3E);
            border: 0.1rem solid var(--color3);
            font-family: var(--fuente);
            font-size: 1.5rem;
            color: var(--color3);
        }

    .index-body-info-main-pasos-card-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .index-body-info-main-pasos-card-body > h4 {
            font-family: var(--fuente);
            font-size: 1.6rem;
            color: var(--color3);
            text-align: center;
        }

        .index-body-info-main-pasos-card-body > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
        }
}

/* Smartphone o piccoli Tablet */
@media screen and (max-width: 480px) {
    .index-main-info {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 9rem auto 12rem;
        grid-template-areas:
            "head"
            "body"
            "footer";
        width: 100%;
        height: 100dvh;
    }

    .index-body-info {
        display: grid;
        grid-template-rows: 28rem auto;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
        grid-area: body;
    }

    .index-body-info-head {
        height: 28rem;
        width: 100%;
    }

    .index-body-info-head-img img {
        height: 28rem;
        width: 100%;
        object-fit: fill;
        z-index: -1;
    }

    .index-body-info-head-title {
        position: relative;
        top: -100%;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        z-index: 1;
        background: rgba(255, 255, 255, 0);
        background: -webkit-linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: -moz-linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    }

        .index-body-info-head-title h1 {
            font-family: var(--fuente);
            font-size: 2.1rem;
            color: var(--colorWhite);
            text-align: center;
        }

        .index-body-info-head-title span {
            font-family: var(--fuenteLight);
            font-size: 1.5rem;
            color: var(--color1D);
        }

    .index-body-info-main {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        height: auto;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 0.5rem;
    }

        .index-body-info-main > h2 {
            font-family: var(--fuente);
            font-size: 1.7rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main > h3 {
            font-family: var(--fuenteLight);
            font-size: 1.7rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
            text-align: center;
            width: 100%;
            height: max-content;
        }

            .index-body-info-main > span strong {
                font-size: 0.9rem;
                color: var(--color1A);
            }

    .index-body-info-main-card {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        height: auto;
        width: 100%;
        padding: 0.8rem;
    }

        .index-body-info-main-card > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
            text-align: center;
        }

    .index-body-info-main-card-head {
        display: block;
        text-align: center;
        width: 100%;
    }

        .index-body-info-main-card-head h4 {
            font-family: var(--fuenteLight);
            font-size: 1.7rem;
            color: var(--color1);
        }

    .index-body-info-main-card-body {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 0.5rem;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .index-body-info-main-card-body-card {
        display: grid;
        grid-template-rows: 5rem auto;
        gap: 0.5rem;
        width: 18rem;
        height: 18rem;
        padding: 0.5rem;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

        .index-body-info-main-card-body-card > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
            text-align: justify;
        }

        .index-body-info-main-card-body-card > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
        }

            .index-body-info-main-card-body-card > div img {
                height: 4rem;
                width: 4rem;
            }

            .index-body-info-main-card-body-card > div h4 {
                font-family: var(--fuenteLight);
                font-size: 1.1rem;
                color: var(--color4);
                text-align: center;
            }

            .index-body-info-main-card-body-card > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--colorBlack);
                text-align: center;
            }

                .index-body-info-main-card-body-card > div span strong {
                    font-size: 0.9rem;
                    color: var(--color1A);
                }


    .index-body-info-main-inscripciones {
        background-image: url(/Logo/inscripciones_atleta.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        width: 100%;
        height: auto;
    }

        .index-body-info-main-inscripciones > div {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 1rem;
            height: 100%;
            width: 100%;
            padding: 1rem;
        }

            .index-body-info-main-inscripciones > div > h2 {
                font-family: var(--fuente);
                font-size: 2rem;
                color: var(--colorWhite);
                text-align: center;
            }

    .index-body-info-main-inscripciones-opciones {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-main-inscripciones-opciones > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
            height: 15rem;
            width: 18rem;
            background-color: var(--colorMenuDrop);
            backdrop-filter: blur(5px);
            border: 0.1rem solid var(--colorWhite);
            text-align: center;
            padding: 0.5rem;
        }

            .index-body-info-main-inscripciones-opciones > div h4 {
                font-family: var(--fuenteLight);
                font-size: 1.7rem;
                color: var(--color4);
                text-align: center;
            }

            .index-body-info-main-inscripciones-opciones > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--colorBlack);
                text-align: center;
            }

    .index-body-info-main-pasos {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.8rem;
        width: 100%;
        height: auto;
        background-color: var(--colorMenuDrop);
        padding: 1rem;
    }

        .index-body-info-main-pasos > h3 {
            font-family: var(--fuente);
            font-size: 2rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main-pasos > div {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
        }

    .index-body-info-main-pasos-card {
        display: grid;
        grid-template-rows: 4rem auto;
        gap: 0.3rem;
        height: 15rem;
        width: 15rem;
        background-color: var(--colorWhite);
    }

        .index-body-info-main-pasos-card > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
            padding: 0.5rem;
        }

    .index-body-info-main-pasos-card-head {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

        .index-body-info-main-pasos-card-head > span {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 3rem;
            width: 3rem;
            border-radius: 50%;
            background-color: var(--color3E);
            border: 0.1rem solid var(--color3);
            font-family: var(--fuente);
            font-size: 1.5rem;
            color: var(--color3);
        }

    .index-body-info-main-pasos-card-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .index-body-info-main-pasos-card-body > h4 {
            font-family: var(--fuente);
            font-size: 1.6rem;
            color: var(--color3);
            text-align: center;
        }

        .index-body-info-main-pasos-card-body > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
        }
}
