﻿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(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 a {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            height: 4rem;
            width: 12rem;
            text-decoration: none;
            font-size: 1.5rem;
            color: var(--color4);
            border: 0.1rem solid var(--color4);
            font-family: var(--fuenteLight);
            border-radius: 0.3rem;
            background-color: var(--color4E);
        }

    .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(--color1A);
            text-align: center;
        }

        .index-body-info-main > h3 {
            font-family: var(--fuente);
            font-size: 1.4rem;
            color: var(--color1C);
            text-align: center;
        }

        .index-body-info-main > span {
            font-family: var(--fuenteLight);
            font-size: 1rem;
            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-main-card {
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
        width: 70%;
        height: auto;
        align-items: center;
        justify-content: center;
        
    }

        .index-body-info-main-card > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            width: 100%;
            height: 8rem;
            padding: 0.5rem;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
            border: 0.1rem solid var(--color4);
        }

            .index-body-info-main-card > div h4 {
                font-family: var(--fuenteLight);
                font-size: 1.4rem;
                color: var(--color4);
                text-align: justify;
            }

        .index-body-info-main-card > div span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--colorBlack);
            text-align: justify;
        }

    .index-body-info-main-planes {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 0.5rem;
        height: auto;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    

        .index-body-info-main-planes-title {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .index-body-info-main-planes-title > h3 {
                font-family: var(--fuente);
                font-size: 2.5rem;
                color: var(--color1A);
                text-align: center;
            }

    .index-body-info-main-planes-info {
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
        height: max-content;
        width: max-content;
        align-items: center;
        justify-content: center;
    }

    .index-body-info-main-planes-gratis {
        display: grid;
        grid-template-rows: 6rem auto;
        gap: 0.5rem;
        width: 25rem;
        height: 35rem;
        background-color: var(--colorWhite);
        border: 0.1rem solid var(--colorGray);
        padding: 0.5rem;
        border-radius: 0.5rem;
    }

        .index-body-info-main-planes-gratis h3 {
            font-family: var(--fuenteLight);
            font-size: 1.5rem;
            color: var(--color2);
            text-align: center;
        }

        .index-body-info-main-planes-gratis h2 {
            font-family: var(--fuenteLight);
            font-size: 2rem;
            color: var(--color2);
            text-align: center;
        }

    .index-body-info-main-planes-info-body-gratis {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
        height: 100%;
    }

        .index-body-info-main-planes-info-body-gratis > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            width: 100%;
            height: auto;
            padding: 0.5rem;
        }

            .index-body-info-main-planes-info-body-gratis > div h4 {
                font-family: var(--fuente);
                font-size: 1.2rem;
                color: var(--color2);
                text-align: justify;
            }

            .index-body-info-main-planes-info-body-gratis > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--color2);
                text-align: justify;
            }

    .index-body-info-main-planes-premium {
        display: grid;
        grid-template-rows: 6rem 8rem auto;
        gap: 0.5rem;
        width: 25rem;
        height: 45rem;
        background-color: var(--color4E);
        border: 0.1rem solid var(--color4);
        padding: 0.5rem;
        border-radius: 0.5rem;
    }

        .index-body-info-main-planes-premium h3 {
            font-family: var(--fuenteLight);
            font-size: 1.5rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main-planes-premium h2 {
            font-family: var(--fuenteLight);
            font-size: 3rem;
            color: var(--color4);
            text-align: center;
        }

        .index-body-info-main-planes-premium span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--color2);
            text-align: justify;
        }

    .index-body-info-main-planes-info-body-premium {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
        height: 100%;
    }

        .index-body-info-main-planes-info-body-premium > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            width: 100%;
            height: auto;
            padding: 0.5rem;
        }

            .index-body-info-main-planes-info-body-premium > div h4 {
                font-family: var(--fuente);
                font-size: 1.2rem;
                color: var(--color2);
                text-align: justify;
            }

            .index-body-info-main-planes-info-body-premium > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--color2);
                text-align: justify;
            }

}

/* 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(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 a {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            height: 4rem;
            width: 12rem;
            text-decoration: none;
            font-size: 1.5rem;
            color: var(--color4);
            border: 0.1rem solid var(--color4);
            font-family: var(--fuenteLight);
            border-radius: 0.3rem;
            background-color: var(--color4E);
        }

    .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(--color1A);
            text-align: center;
        }

        .index-body-info-main > h3 {
            font-family: var(--fuente);
            font-size: 1.4rem;
            color: var(--color1C);
            text-align: center;
        }

        .index-body-info-main > span {
            font-family: var(--fuenteLight);
            font-size: 1rem;
            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-main-card {
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
        width: 80%;
        height: auto;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-main-card > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            width: 100%;
            height: 11rem;
            padding: 0.5rem;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
            border: 0.1rem solid var(--color4);
        }

            .index-body-info-main-card > div h4 {
                font-family: var(--fuenteLight);
                font-size: 1.4rem;
                color: var(--color4);
                text-align: justify;
            }

            .index-body-info-main-card > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--colorBlack);
                text-align: justify;
            }

    .index-body-info-main-planes {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 0.5rem;
        height: auto;
        width: 100%;
        align-items: center;
        justify-content: center;
    }


    .index-body-info-main-planes-title {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-main-planes-title > h3 {
            font-family: var(--fuente);
            font-size: 2.5rem;
            color: var(--color1A);
            text-align: center;
        }

    .index-body-info-main-planes-info {
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
        height: max-content;
        width: max-content;
        align-items: center;
        justify-content: center;
    }

    .index-body-info-main-planes-gratis {
        display: grid;
        grid-template-rows: 6rem auto;
        gap: 0.5rem;
        width: 25rem;
        height: 35rem;
        background-color: var(--colorWhite);
        border: 0.1rem solid var(--colorGray);
        padding: 0.5rem;
        border-radius: 0.5rem;
    }

        .index-body-info-main-planes-gratis h3 {
            font-family: var(--fuenteLight);
            font-size: 1.5rem;
            color: var(--color2);
            text-align: center;
        }

        .index-body-info-main-planes-gratis h2 {
            font-family: var(--fuenteLight);
            font-size: 2rem;
            color: var(--color2);
            text-align: center;
        }

    .index-body-info-main-planes-info-body-gratis {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
        height: 100%;
    }

        .index-body-info-main-planes-info-body-gratis > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            width: 100%;
            height: auto;
            padding: 0.5rem;
        }

            .index-body-info-main-planes-info-body-gratis > div h4 {
                font-family: var(--fuente);
                font-size: 1.2rem;
                color: var(--color2);
                text-align: justify;
            }

            .index-body-info-main-planes-info-body-gratis > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--color2);
                text-align: justify;
            }

    .index-body-info-main-planes-premium {
        display: grid;
        grid-template-rows: 6rem 8rem auto;
        gap: 0.5rem;
        width: 25rem;
        height: 45rem;
        background-color: var(--color4E);
        border: 0.1rem solid var(--color4);
        padding: 0.5rem;
        border-radius: 0.5rem;
    }

        .index-body-info-main-planes-premium h3 {
            font-family: var(--fuenteLight);
            font-size: 1.5rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main-planes-premium h2 {
            font-family: var(--fuenteLight);
            font-size: 3rem;
            color: var(--color4);
            text-align: center;
        }

        .index-body-info-main-planes-premium span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--color2);
            text-align: justify;
        }

    .index-body-info-main-planes-info-body-premium {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
        height: 100%;
    }

        .index-body-info-main-planes-info-body-premium > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            width: 100%;
            height: auto;
            padding: 0.5rem;
        }

            .index-body-info-main-planes-info-body-premium > div h4 {
                font-family: var(--fuente);
                font-size: 1.2rem;
                color: var(--color2);
                text-align: justify;
            }

            .index-body-info-main-planes-info-body-premium > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--color2);
                text-align: justify;
            }
}

/* 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(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: 2.1rem;
            color: var(--colorWhite);
            font-weight: bold;
            text-align: center;
        }

        .index-body-info-head-title a {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            height: 4rem;
            width: 12rem;
            text-decoration: none;
            font-size: 1.5rem;
            color: var(--color4);
            border: 0.1rem solid var(--color4);
            font-family: var(--fuenteLight);
            border-radius: 0.3rem;
            background-color: var(--color4E);
        }

    .index-body-info-main {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 0.5rem;
    }

        .index-body-info-main > h2 {
            font-family: var(--fuente);
            font-size: 2rem;
            color: var(--color1A);
            text-align: center;
        }

        .index-body-info-main > h3 {
            font-family: var(--fuente);
            font-size: 1.5rem;
            color: var(--color1C);
            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.8rem;
                color: var(--color1A);
            }

    .index-body-info-main-card {
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
        width: 100%;
        height: auto;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-main-card > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            width: 100%;
            height: 13rem;
            padding: 0.5rem;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
            border: 0.1rem solid var(--color4);
        }

            .index-body-info-main-card > div h4 {
                font-family: var(--fuenteLight);
                font-size: 1.3rem;
                color: var(--color4);
                text-align: justify;
            }

            .index-body-info-main-card > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--colorBlack);
                text-align: justify;
            }

    .index-body-info-main-planes {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 0.5rem;
        height: auto;
        width: 100%;
        align-items: center;
        justify-content: center;
    }


    .index-body-info-main-planes-title {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-main-planes-title > h3 {
            font-family: var(--fuente);
            font-size: 1.5rem;
            color: var(--color1A);
            text-align: center;
        }

    .index-body-info-main-planes-info {
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
        height: max-content;
        width: max-content;
        align-items: center;
        justify-content: center;
    }

    .index-body-info-main-planes-gratis {
        display: grid;
        grid-template-rows: 6rem auto;
        gap: 0.5rem;
        width: 20rem;
        height: 40rem;
        background-color: var(--colorWhite);
        border: 0.1rem solid var(--colorGray);
        padding: 0.5rem;
        border-radius: 0.5rem;
    }

        .index-body-info-main-planes-gratis h3 {
            font-family: var(--fuenteLight);
            font-size: 1.3rem;
            color: var(--color2);
            text-align: center;
        }

        .index-body-info-main-planes-gratis h2 {
            font-family: var(--fuenteLight);
            font-size: 1.8rem;
            color: var(--color2);
            text-align: center;
        }

    .index-body-info-main-planes-info-body-gratis {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
        height: 100%;
    }

        .index-body-info-main-planes-info-body-gratis > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            width: 100%;
            height: auto;
            padding: 0.5rem;
        }

            .index-body-info-main-planes-info-body-gratis > div h4 {
                font-family: var(--fuente);
                font-size: 1.2rem;
                color: var(--color2);
                text-align: justify;
            }

            .index-body-info-main-planes-info-body-gratis > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--color2);
                text-align: justify;
            }

    .index-body-info-main-planes-premium {
        display: grid;
        grid-template-rows: 6rem 9rem auto;
        gap: 0.5rem;
        width: 20rem;
        height: 50rem;
        background-color: var(--color4E);
        border: 0.1rem solid var(--color4);
        padding: 0.5rem;
        border-radius: 0.5rem;
    }

        .index-body-info-main-planes-premium h3 {
            font-family: var(--fuenteLight);
            font-size: 1.3rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main-planes-premium h2 {
            font-family: var(--fuenteLight);
            font-size: 2rem;
            color: var(--color4);
            text-align: center;
        }

        .index-body-info-main-planes-premium span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--color2);
            text-align: justify;
        }

    .index-body-info-main-planes-info-body-premium {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
        height: 100%;
    }

        .index-body-info-main-planes-info-body-premium > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            width: 100%;
            height: auto;
            padding: 0.5rem;
        }

            .index-body-info-main-planes-info-body-premium > div h4 {
                font-family: var(--fuente);
                font-size: 1.2rem;
                color: var(--color2);
                text-align: justify;
            }

            .index-body-info-main-planes-info-body-premium > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--color2);
                text-align: justify;
            }
}

/* 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(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: 2.1rem;
            color: var(--colorWhite);
            font-weight: bold;
            text-align: center;
        }

        .index-body-info-head-title a {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            height: 4rem;
            width: 12rem;
            text-decoration: none;
            font-size: 1.5rem;
            color: var(--color4);
            border: 0.1rem solid var(--color4);
            font-family: var(--fuenteLight);
            border-radius: 0.3rem;
            background-color: var(--color4E);
        }

    .index-body-info-main {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 0.5rem;
    }

        .index-body-info-main > h2 {
            font-family: var(--fuente);
            font-size: 2rem;
            color: var(--color1A);
            text-align: center;
        }

        .index-body-info-main > h3 {
            font-family: var(--fuente);
            font-size: 1.4rem;
            color: var(--color1C);
            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.8rem;
                color: var(--color1A);
            }

    .index-body-info-main-card {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
        height: auto;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-main-card > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            width: 100%;
            height: 8rem;
            padding: 0.5rem;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
            border: 0.1rem solid var(--color4);
        }

            .index-body-info-main-card > div h4 {
                font-family: var(--fuenteLight);
                font-size: 1.4rem;
                color: var(--color4);
                text-align: justify;
            }

            .index-body-info-main-card > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--colorBlack);
                text-align: justify;
            }

    .index-body-info-main-planes {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 0.5rem;
        height: auto;
        width: 100%;
        align-items: center;
        justify-content: center;
    }


    .index-body-info-main-planes-title {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-main-planes-title > h3 {
            font-family: var(--fuente);
            font-size: 1.5rem;
            color: var(--color1A);
            text-align: center;
        }

    .index-body-info-main-planes-info {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        height: max-content;
        width: max-content;
        align-items: center;
        justify-content: center;
    }

    .index-body-info-main-planes-gratis {
        display: grid;
        grid-template-rows: 6rem auto;
        gap: 0.5rem;
        width: 20rem;
        height: 40rem;
        background-color: var(--colorWhite);
        border: 0.1rem solid var(--colorGray);
        padding: 0.5rem;
        border-radius: 0.5rem;
    }

        .index-body-info-main-planes-gratis h3 {
            font-family: var(--fuenteLight);
            font-size: 1.3rem;
            color: var(--color2);
            text-align: center;
        }

        .index-body-info-main-planes-gratis h2 {
            font-family: var(--fuenteLight);
            font-size: 1.8rem;
            color: var(--color2);
            text-align: center;
        }

    .index-body-info-main-planes-info-body-gratis {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
        height: 100%;
    }

        .index-body-info-main-planes-info-body-gratis > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            width: 100%;
            height: auto;
            padding: 0.5rem;
        }

            .index-body-info-main-planes-info-body-gratis > div h4 {
                font-family: var(--fuente);
                font-size: 1.2rem;
                color: var(--color2);
                text-align: justify;
            }

            .index-body-info-main-planes-info-body-gratis > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--color2);
                text-align: justify;
            }

    .index-body-info-main-planes-premium {
        display: grid;
        grid-template-rows: 6rem 9rem auto;
        gap: 0.5rem;
        width: 20rem;
        height: 50rem;
        background-color: var(--color4E);
        border: 0.1rem solid var(--color4);
        padding: 0.5rem;
        border-radius: 0.5rem;
    }

        .index-body-info-main-planes-premium h3 {
            font-family: var(--fuenteLight);
            font-size: 1.3rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main-planes-premium h2 {
            font-family: var(--fuenteLight);
            font-size: 2rem;
            color: var(--color4);
            text-align: center;
        }

        .index-body-info-main-planes-premium span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--color2);
            text-align: justify;
        }

    .index-body-info-main-planes-info-body-premium {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
        height: 100%;
    }

        .index-body-info-main-planes-info-body-premium > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            width: 100%;
            height: auto;
            padding: 0.5rem;
        }

            .index-body-info-main-planes-info-body-premium > div h4 {
                font-family: var(--fuente);
                font-size: 1.2rem;
                color: var(--color2);
                text-align: justify;
            }

            .index-body-info-main-planes-info-body-premium > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--color2);
                text-align: justify;
            }
}

/* 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(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: 2.1rem;
            color: var(--colorWhite);
            font-weight: bold;
            text-align: center;
        }

        .index-body-info-head-title a {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            height: 4rem;
            width: 12rem;
            text-decoration: none;
            font-size: 1.5rem;
            color: var(--color4);
            border: 0.1rem solid var(--color4);
            font-family: var(--fuenteLight);
            border-radius: 0.3rem;
            background-color: var(--color4E);
        }

    .index-body-info-main {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 0.5rem;
    }

        .index-body-info-main > h2 {
            font-family: var(--fuente);
            font-size: 2rem;
            color: var(--color1A);
            text-align: center;
        }

        .index-body-info-main > h3 {
            font-family: var(--fuente);
            font-size: 1.4rem;
            color: var(--color1C);
            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.8rem;
                color: var(--color1A);
            }

    .index-body-info-main-card {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
        height: auto;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-main-card > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            width: 100%;
            height: 8rem;
            padding: 0.5rem;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
            border: 0.1rem solid var(--color4);
        }

            .index-body-info-main-card > div h4 {
                font-family: var(--fuenteLight);
                font-size: 1.4rem;
                color: var(--color4);
                text-align: justify;
            }

            .index-body-info-main-card > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--colorBlack);
                text-align: justify;
            }

    .index-body-info-main-planes {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 0.5rem;
        height: auto;
        width: 100%;
        align-items: center;
        justify-content: center;
    }


    .index-body-info-main-planes-title {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .index-body-info-main-planes-title > h3 {
            font-family: var(--fuente);
            font-size: 1.5rem;
            color: var(--color1A);
            text-align: center;
        }

    .index-body-info-main-planes-info {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        height: max-content;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .index-body-info-main-planes-gratis {
        display: grid;
        grid-template-rows: 6rem auto;
        gap: 0.5rem;
        width: 20rem;
        height: 40rem;
        background-color: var(--colorWhite);
        border: 0.1rem solid var(--colorGray);
        padding: 0.5rem;
        border-radius: 0.5rem;
    }

        .index-body-info-main-planes-gratis h3 {
            font-family: var(--fuenteLight);
            font-size: 1.3rem;
            color: var(--color2);
            text-align: center;
        }

        .index-body-info-main-planes-gratis h2 {
            font-family: var(--fuenteLight);
            font-size: 1.8rem;
            color: var(--color2);
            text-align: center;
        }

    .index-body-info-main-planes-info-body-gratis {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
        height: 100%;
    }

        .index-body-info-main-planes-info-body-gratis > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            width: 100%;
            height: auto;
            padding: 0.5rem;
        }

            .index-body-info-main-planes-info-body-gratis > div h4 {
                font-family: var(--fuente);
                font-size: 1.2rem;
                color: var(--color2);
                text-align: justify;
            }

            .index-body-info-main-planes-info-body-gratis > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--color2);
                text-align: justify;
            }

    .index-body-info-main-planes-premium {
        display: grid;
        grid-template-rows: 6rem 9rem auto;
        gap: 0.5rem;
        width: 20rem;
        height: 50rem;
        background-color: var(--color4E);
        border: 0.1rem solid var(--color4);
        padding: 0.5rem;
        border-radius: 0.5rem;
    }

        .index-body-info-main-planes-premium h3 {
            font-family: var(--fuenteLight);
            font-size: 1.3rem;
            color: var(--color1);
            text-align: center;
        }

        .index-body-info-main-planes-premium h2 {
            font-family: var(--fuenteLight);
            font-size: 2rem;
            color: var(--color4);
            text-align: center;
        }

        .index-body-info-main-planes-premium span {
            font-family: var(--fuenteLight);
            font-size: 0.9rem;
            color: var(--color2);
            text-align: justify;
        }

    .index-body-info-main-planes-info-body-premium {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
        height: 100%;
    }

        .index-body-info-main-planes-info-body-premium > div {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            width: 100%;
            height: auto;
            padding: 0.5rem;
        }

            .index-body-info-main-planes-info-body-premium > div h4 {
                font-family: var(--fuente);
                font-size: 1.2rem;
                color: var(--color2);
                text-align: justify;
            }

            .index-body-info-main-planes-info-body-premium > div span {
                font-family: var(--fuenteLight);
                font-size: 0.9rem;
                color: var(--color2);
                text-align: justify;
            }
}
