﻿
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.8rem;
        z-index: 1;
        background: rgba(0,0,0, 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);
            font-weight: bold;
        }

        .index-body-info-head-title span {            
            font-family: var(--fuenteLight);
            font-size: 1.8rem;
            color: var(--color3);
        }

    .index-body-info-main {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        height: 100%;
        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(--fuente);
        font-size: 1.4rem;
        color: var(--color1B);
        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: 1rem;
            color: var(--color1A);
        }

    .index-body-info-valores {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
    }

    .index-body-info-valores {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-valores > h2 {
            font-family: var(--fuente);
            font-size: 2.2rem;
            color: var(--color1C);
            text-align: center;
        }

    .index-body-info-valores-card {
        display: grid;
        grid-template-columns: auto 30rem;
        gap: 0.8rem;
        width: 60%;
        
    }

    .index-body-info-valores-body {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
    }

    .index-body-info-valores-body > div {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
    }

        .index-body-info-valores-body > div > h4 {
            font-family: var(--fuenteLight);
            font-size: 1.5rem;
            color: var(--colorBlack);
            padding: 0.3rem;
            border-bottom: 0.1rem solid var(--colorMenuDrop);
        }

        .index-body-info-valores-body > div > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
            text-align: justify;
        }
        
    .index-body-info-valores-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .index-body-info-valores-img > img {
        height: 25rem;
        width: 25rem;
    }

    .index-body-info-main-ecosistema {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        height: 60rem;
        width: 100%;
        background: #242E45;
        background: linear-gradient(142deg, rgba(36, 46, 69, 1) 0%, rgba(0, 85, 153, 1) 50%, rgba(112, 137, 187, 1) 100%);
    }

        .index-body-info-main-ecosistema > h2 {
            font-family: var(--fuente);
            font-size: 2.2rem;
            color: var(--color1C);
            text-align: center;
        }

        .index-body-info-main-ecosistema > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorWhite);
            text-align: center;
        }

            .index-body-info-main-ecosistema > span strong {
                font-size: 1rem;
                color: var(--colorWhite);
            }


    .index-body-info-main-ecosistema-pilares-card {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        height: auto;
        width: 100%;
        padding: 0.8rem;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-main-ecosistema-pilares-card > span {
            font-family: var(--fuenteLight);
            font-size: 1rem;
            color: var(--colorWhite);
        }

        .index-body-info-main-ecosistema-pilares-card h4 {
            font-family: var(--fuenteLight);
            font-size: 1.5rem;
            color: var(--colorWhite);
        }

    .index-body-info-main-ecosistema-pilares-card-body {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        height: 100%;
        width: auto;
        padding: 0.8rem;
    }

    .index-body-info-main-ecosistema-pilares-card-body-card {
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
        align-items: center;
        justify-content: center;
        background-color: var(--colorWhiteBack);
        height: 14rem;
        padding: 0.5rem;
        border-radius: 0.5rem;
    }

        .index-body-info-main-ecosistema-pilares-card-body-card > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
            width: 25rem;
            height: 18rem;
        }

            .index-body-info-main-ecosistema-pilares-card-body-card > div img {
                height: 5rem;
                width: 5rem;
            }

            .index-body-info-main-ecosistema-pilares-card-body-card > div h4 {
                font-family: var(--fuenteLight);
                font-size: 1.2rem;
                color: var(--colorWhite);
            }

            .index-body-info-main-ecosistema-pilares-card-body-card > div span {
                font-family: var(--fuenteLight);
                font-size: 0.8rem;
                color: var(--colorWhite);
                text-align: center;
            }

                .index-body-info-main-ecosistema-pilares-card-body-card > div span strong {
                    font-size: 1rem;
                    color: var(--colorWhite);
                }
}

/* 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.8rem;
        z-index: 1;
        background: rgba(0,0,0, 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);
            font-weight: bold;
        }

        .index-body-info-head-title span {
            font-family: var(--fuenteLight);
            font-size: 1.8rem;
            color: var(--color3);
        }

    .index-body-info-main {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        height: 100%;
        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(--fuente);
            font-size: 1.4rem;
            color: var(--color1B);
            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: 1rem;
                color: var(--color1A);
            }

    .index-body-info-valores {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
    }

    .index-body-info-valores {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-valores > h2 {
            font-family: var(--fuente);
            font-size: 2.2rem;
            color: var(--color1C);
            text-align: center;
        }

    .index-body-info-valores-card {
        display: grid;
        grid-template-columns: auto 30rem;
        gap: 0.8rem;
        width: 60%;
    }

    .index-body-info-valores-body {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
    }

        .index-body-info-valores-body > div {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }

            .index-body-info-valores-body > div > h4 {
                font-family: var(--fuenteLight);
                font-size: 1.5rem;
                color: var(--colorBlack);
                padding: 0.3rem;
                border-bottom: 0.1rem solid var(--colorMenuDrop);
            }

            .index-body-info-valores-body > div > span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--colorBlack);
                text-align: justify;
            }

    .index-body-info-valores-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-valores-img > img {
            height: 25rem;
            width: 25rem;
        }

    .index-body-info-main-ecosistema {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        height: 60rem;
        width: 100%;
        background: #242E45;
        background: linear-gradient(142deg, rgba(36, 46, 69, 1) 0%, rgba(0, 85, 153, 1) 50%, rgba(112, 137, 187, 1) 100%);
    }

        .index-body-info-main-ecosistema > h2 {
            font-family: var(--fuente);
            font-size: 2.2rem;
            color: var(--color1C);
            text-align: center;
        }

        .index-body-info-main-ecosistema > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorWhite);
            text-align: center;
        }

            .index-body-info-main-ecosistema > span strong {
                font-size: 1rem;
                color: var(--colorWhite);
            }


    .index-body-info-main-ecosistema-pilares-card {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        height: auto;
        width: 100%;
        padding: 0.8rem;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-main-ecosistema-pilares-card > span {
            font-family: var(--fuenteLight);
            font-size: 1rem;
            color: var(--colorWhite);
        }

        .index-body-info-main-ecosistema-pilares-card h4 {
            font-family: var(--fuenteLight);
            font-size: 1.5rem;
            color: var(--colorWhite);
        }

    .index-body-info-main-ecosistema-pilares-card-body {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        height: 100%;
        width: auto;
        padding: 0.8rem;
    }

    .index-body-info-main-ecosistema-pilares-card-body-card {
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
        align-items: center;
        justify-content: center;
        background-color: var(--colorWhiteBack);
        height: 14rem;
        padding: 0.5rem;
        border-radius: 0.5rem;
    }

        .index-body-info-main-ecosistema-pilares-card-body-card > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
            width: 25rem;
            height: 18rem;
        }

            .index-body-info-main-ecosistema-pilares-card-body-card > div img {
                height: 5rem;
                width: 5rem;
            }

            .index-body-info-main-ecosistema-pilares-card-body-card > div h4 {
                font-family: var(--fuenteLight);
                font-size: 1.2rem;
                color: var(--colorWhite);
            }

            .index-body-info-main-ecosistema-pilares-card-body-card > div span {
                font-family: var(--fuenteLight);
                font-size: 0.8rem;
                color: var(--colorWhite);
                text-align: center;
            }

                .index-body-info-main-ecosistema-pilares-card-body-card > div span strong {
                    font-size: 1rem;
                    color: var(--colorWhite);
                }
}

/* 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.8rem;
        z-index: 1;
        background: rgba(0,0,0, 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%);
        padding: 0.5rem;
    }

        .index-body-info-head-title h1 {
            font-family: var(--fuente);
            font-size: 2.1rem;
            color: var(--colorWhite);
            text-align: center;
            font-weight: bold;
        }

        .index-body-info-head-title span {
            font-family: var(--fuenteLight);
            font-size: 1rem;
            color: var(--color3);
            text-align: center;
        }

    .index-body-info-main {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-main > h2 {
            font-family: var(--fuente);
            font-size: 1.8rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main > h3 {
            font-family: var(--fuente);
            font-size: 0.8rem;
            color: var(--color1B);
            text-align: center;
        }

        .index-body-info-main > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
            text-align: justify;
            width: 100%;
            height: max-content;
            padding: 0.5rem;
        }

            .index-body-info-main > span strong {
                font-size: 0.9rem;
                color: var(--color1A);
            }

    .index-body-info-valores {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        width: 100%;
        height: auto;
    }

    .index-body-info-valores {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-valores > h2 {
            font-family: var(--fuente);
            font-size: 1.4rem;
            color: var(--color1C);
            text-align: center;
        }

    .index-body-info-valores-card {
        display: grid;
        grid-template-rows: 20rem auto;
        gap: 0.8rem;
        width: 100%;
        padding: 0.5rem;
    }

    .index-body-info-valores-body {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        order: 1;
    }

        .index-body-info-valores-body > div {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }

            .index-body-info-valores-body > div > h4 {
                font-family: var(--fuenteLight);
                font-size: 1.3rem;
                color: var(--colorBlack);
                padding: 0.3rem;
                border-bottom: 0.1rem solid var(--colorMenuDrop);
            }

            .index-body-info-valores-body > div > span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--colorBlack);
                text-align: justify;
            }

    .index-body-info-valores-img {
        display: flex;
        align-items: center;
        justify-content: center;
        order: 0;
    }

        .index-body-info-valores-img > img {
            height: 20rem;
            width: 60%;
        }

    .index-body-info-main-ecosistema {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        height: auto;
        width: 100%;
        background: #242E45;
        background: linear-gradient(142deg, rgba(36, 46, 69, 1) 0%, rgba(0, 85, 153, 1) 50%, rgba(112, 137, 187, 1) 100%);
        padding: 0.5rem;
    }

        .index-body-info-main-ecosistema > h2 {
            font-family: var(--fuente);
            font-size: 1.4rem;
            color: var(--color1C);
            text-align: center;
        }

        .index-body-info-main-ecosistema > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorWhite);
            text-align: center;
        }

            .index-body-info-main-ecosistema > span strong {
                font-size: 0.9rem;
                color: var(--colorWhite);
            }


    .index-body-info-main-ecosistema-pilares-card {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        height: auto;
        width: 100%;
        padding: 0.8rem;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-main-ecosistema-pilares-card > span {
            font-family: var(--fuenteLight);
            font-size: 0.8rem;
            color: var(--colorWhite);
            text-align: center;
        }

        .index-body-info-main-ecosistema-pilares-card h4 {
            font-family: var(--fuenteLight);
            font-size: 1.2rem;
            color: var(--colorWhite);
        }

    .index-body-info-main-ecosistema-pilares-card-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        height: 100%;
        width: 100%;
        padding: 0.8rem;
    }

    .index-body-info-main-ecosistema-pilares-card-body-card {
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
        align-items: center;
        justify-content: center;
        background-color: var(--colorWhiteBack);
        height: 14rem;
        width: 100%;
        padding: 0.5rem;
        border-radius: 0.5rem;
    }

        .index-body-info-main-ecosistema-pilares-card-body-card > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 18rem;
        }

            .index-body-info-main-ecosistema-pilares-card-body-card > div img {
                height: 4rem;
                width: 4rem;
            }

            .index-body-info-main-ecosistema-pilares-card-body-card > div h4 {
                font-family: var(--fuenteLight);
                font-size: 1.2rem;
                color: var(--colorWhite);
            }

            .index-body-info-main-ecosistema-pilares-card-body-card > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--colorWhite);
                text-align: center;
            }

                .index-body-info-main-ecosistema-pilares-card-body-card > div span strong {
                    font-size: 0.9rem;
                    color: var(--colorWhite);
                }
}

/* 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.8rem;
        z-index: 1;
        background: rgba(0,0,0, 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%);
        padding: 0.5rem;
    }

        .index-body-info-head-title h1 {
            font-family: var(--fuente);
            font-size: 2.1rem;
            color: var(--colorWhite);
            text-align: center;
            font-weight: bold;
        }

        .index-body-info-head-title span {
            font-family: var(--fuenteLight);
            font-size: 1rem;
            color: var(--color3);
            text-align: center;
        }

    .index-body-info-main {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-main > h2 {
            font-family: var(--fuente);
            font-size: 1.8rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main > h3 {
            font-family: var(--fuente);
            font-size: 0.8rem;
            color: var(--color1B);
            text-align: center;
        }

        .index-body-info-main > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
            text-align: justify;
            width: 100%;
            height: max-content;
            padding: 0.5rem;
        }

            .index-body-info-main > span strong {
                font-size: 1rem;
                color: var(--color1A);
            }

    .index-body-info-valores {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        width: 100%;
        height: auto;
    }

    .index-body-info-valores {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-valores > h2 {
            font-family: var(--fuente);
            font-size: 1.4rem;
            color: var(--color1C);
            text-align: center;
        }

    .index-body-info-valores-card {
        display: grid;
        grid-template-rows: 20rem auto;
        gap: 0.8rem;
        width: 100%;
        padding: 0.5rem;
    }

    .index-body-info-valores-body {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        order: 1;
    }

        .index-body-info-valores-body > div {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }

            .index-body-info-valores-body > div > h4 {
                font-family: var(--fuenteLight);
                font-size: 1.3rem;
                color: var(--colorBlack);
                padding: 0.3rem;
                border-bottom: 0.1rem solid var(--colorMenuDrop);
            }

            .index-body-info-valores-body > div > span {
                font-family: var(--fuenteLight);
                font-size: 0.7rem;
                color: var(--colorBlack);
                text-align: justify;
            }

    .index-body-info-valores-img {
        display: flex;
        align-items: center;
        justify-content: center;
        order: 0;
    }

        .index-body-info-valores-img > img {
            height: 20rem;
            width: 100%;
        }

    .index-body-info-main-ecosistema {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        height: auto;
        width: 100%;
        background: #242E45;
        background: linear-gradient(142deg, rgba(36, 46, 69, 1) 0%, rgba(0, 85, 153, 1) 50%, rgba(112, 137, 187, 1) 100%);
        padding: 0.5rem;
    }

        .index-body-info-main-ecosistema > h2 {
            font-family: var(--fuente);
            font-size: 1.4rem;
            color: var(--color1C);
            text-align: center;
        }

        .index-body-info-main-ecosistema > span {
            font-family: var(--fuenteLight);
            font-size: 0.7rem;
            color: var(--colorWhite);
            text-align: justify;
        }

            .index-body-info-main-ecosistema > span strong {
                font-size: 1rem;
                color: var(--colorWhite);
            }


    .index-body-info-main-ecosistema-pilares-card {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        height: auto;
        width: 100%;
        padding: 0.8rem;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-main-ecosistema-pilares-card > span {
            font-family: var(--fuenteLight);
            font-size: 0.8rem;
            color: var(--colorWhite);
            text-align: justify;
        }

        .index-body-info-main-ecosistema-pilares-card h4 {
            font-family: var(--fuenteLight);
            font-size: 1.2rem;
            color: var(--colorWhite);
        }

    .index-body-info-main-ecosistema-pilares-card-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        height: 100%;
        width: 100%;
        padding: 0.8rem;
    }

    .index-body-info-main-ecosistema-pilares-card-body-card {
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
        align-items: center;
        justify-content: center;
        background-color: var(--colorWhiteBack);
        height: 14rem;
        padding: 0.5rem;
        border-radius: 0.5rem;
    }

        .index-body-info-main-ecosistema-pilares-card-body-card > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 18rem;
        }

            .index-body-info-main-ecosistema-pilares-card-body-card > div img {
                height: 4rem;
                width: 4rem;
            }

            .index-body-info-main-ecosistema-pilares-card-body-card > div h4 {
                font-family: var(--fuenteLight);
                font-size: 1.2rem;
                color: var(--colorWhite);
            }

            .index-body-info-main-ecosistema-pilares-card-body-card > div span {
                font-family: var(--fuenteLight);
                font-size: 0.7rem;
                color: var(--colorWhite);
                text-align: center;
            }

                .index-body-info-main-ecosistema-pilares-card-body-card > div span strong {
                    font-size: 0.7rem;
                    color: var(--colorWhite);
                }
}

/* 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.8rem;
        z-index: 1;
        background: rgba(0,0,0, 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%);
        padding: 0.5rem;
    }

        .index-body-info-head-title h1 {
            font-family: var(--fuente);
            font-size: 2.1rem;
            color: var(--colorWhite);
            text-align: center;
            font-weight: bold;
        }

        .index-body-info-head-title span {
            font-family: var(--fuenteLight);
            font-size: 1rem;
            color: var(--color3);
            text-align: center;
        }

    .index-body-info-main {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;        
    }

        .index-body-info-main > h2 {
            font-family: var(--fuente);
            font-size: 1.8rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main > h3 {
            font-family: var(--fuente);
            font-size: 0.8rem;
            color: var(--color1B);
            text-align: center;
        }

        .index-body-info-main > span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
            text-align: justify;
            width: 100%;
            height: max-content;
            padding: 0.5rem;
        }

            .index-body-info-main > span strong {
                font-size: 1rem;
                color: var(--color1A);
            }

    .index-body-info-valores {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        width: 100%;
        height: auto;
    }

    .index-body-info-valores {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-valores > h2 {
            font-family: var(--fuente);
            font-size: 1.4rem;
            color: var(--color1C);
            text-align: center;
        }

    .index-body-info-valores-card {
        display: grid;
        grid-template-rows: 20rem auto;
        gap: 0.8rem;
        width: 100%;
        padding: 0.5rem;
    }

    .index-body-info-valores-body {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        order: 1;
    }

        .index-body-info-valores-body > div {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }

            .index-body-info-valores-body > div > h4 {
                font-family: var(--fuenteLight);
                font-size: 1.3rem;
                color: var(--colorBlack);
                padding: 0.3rem;
                border-bottom: 0.1rem solid var(--colorMenuDrop);
            }

            .index-body-info-valores-body > div > span {
                font-family: var(--fuenteLight);
                font-size: 0.7rem;
                color: var(--colorBlack);
                text-align: justify;
            }

    .index-body-info-valores-img {
        display: flex;
        align-items: center;
        justify-content: center;
        order: 0;
    }

        .index-body-info-valores-img > img {
            height: 20rem;
            width: 100%;
        }

    .index-body-info-main-ecosistema {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        height: auto;
        width: 100%;
        background: #242E45;
        background: linear-gradient(142deg, rgba(36, 46, 69, 1) 0%, rgba(0, 85, 153, 1) 50%, rgba(112, 137, 187, 1) 100%);
        padding: 0.5rem;
    }

        .index-body-info-main-ecosistema > h2 {
            font-family: var(--fuente);
            font-size: 1.4rem;
            color: var(--color1C);
            text-align: center;
        }

        .index-body-info-main-ecosistema > span {
            font-family: var(--fuenteLight);
            font-size: 0.7rem;
            color: var(--colorWhite);
            text-align: justify;
        }

            .index-body-info-main-ecosistema > span strong {
                font-size: 1rem;
                color: var(--colorWhite);
            }


    .index-body-info-main-ecosistema-pilares-card {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        height: auto;
        width: 100%;
        padding: 0.8rem;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-main-ecosistema-pilares-card > span {
            font-family: var(--fuenteLight);
            font-size: 0.8rem;
            color: var(--colorWhite);
            text-align: justify;
        }

        .index-body-info-main-ecosistema-pilares-card h4 {
            font-family: var(--fuenteLight);
            font-size: 1.2rem;
            color: var(--colorWhite);
        }

    .index-body-info-main-ecosistema-pilares-card-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        height: 100%;
        width: 100%;
        padding: 0.8rem;
    }

    .index-body-info-main-ecosistema-pilares-card-body-card {
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
        align-items: center;
        justify-content: center;
        background-color: var(--colorWhiteBack);
        height: 14rem;
        padding: 0.5rem;
        border-radius: 0.5rem;
    }

        .index-body-info-main-ecosistema-pilares-card-body-card > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 18rem;
        }

            .index-body-info-main-ecosistema-pilares-card-body-card > div img {
                height: 4rem;
                width: 4rem;
            }

            .index-body-info-main-ecosistema-pilares-card-body-card > div h4 {
                font-family: var(--fuenteLight);
                font-size: 1.2rem;
                color: var(--colorWhite);
            }

            .index-body-info-main-ecosistema-pilares-card-body-card > div span {
                font-family: var(--fuenteLight);
                font-size: 0.7rem;
                color: var(--colorWhite);
                text-align: center;
            }

                .index-body-info-main-ecosistema-pilares-card-body-card > div span strong {
                    font-size: 0.7rem;
                    color: var(--colorWhite);
                }
}