/*#region -- Elenco Link -- */

footer .content-principale {
    padding: 70px 0px 70px 0px;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    justify-content: space-between;
    width: 80%;
    margin: 0px auto;
}

.colonna {
    flex: 1;
}

    .colonna li {
        line-height: 30px;
    }

        .colonna li a {
            color: #FFFFFF;
            font-size: 12px;
            text-decoration: none;
        }

            .colonna li a:hover {
                text-decoration: underline;
            }
            /*#endregion*/
            /*#region -- Tags -- */
            .colonna-4 {
                flex: 1;
            }

.tagcloud {
    width: 100%;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.item {
    -webkit-flex: 1 auto;
    flex: 1 auto;
    padding: 3px 3px;
    text-align: center;
}

    .item a {
        display: block;
        color: rgba(255, 255, 255, 0.85);
        font-size: 13px;
        font-weight: bold;
        background-color: #11576C;
        border-radius: 14px;
        padding: 12px;
        transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    }
        .item a:hover {
            background-color: #1B748E;
            transform: scale(1.2);
        }

        .item a:focus {
            color: white;
        }

    .item p {
        display: block;
        color: rgba(255, 255, 255, 0.85);
        font-size: 11px;
        padding: 12px;
    }

        .item p a {
            display: block;
            color: rgba(255, 255, 255, 0.85);
            font-size: 11px;
            padding: 12px;
        }

/*#endregion */

/*#region -- RSS button -- */

.rss-feeds {
    width: 100%;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
}

    .rss-feeds a {
        color: #FFFFFF;
    }

        .rss-feeds a:visited {
            color: #FFFFFF;
        }


.rssButton {
    width: 100%;
    padding: 20px;
    transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    background-color: var(--rsscolor);
    border: 2px solid black;
}

    .rssButton:hover {
        filter: brightness(120%);
    }


.fa-wifi {
    font-size: 22px;
    color: #FFFFFF;
    margin-right: 8px;
    transform: rotate(47deg);
}


/*#endregion*/

/*#region -- APP -- */

.app {
    /*display: flex;*/
    flex-direction: column;
}

    .app p {
        margin-top: 50px;
        font-size: 16px;
        color: #FFFFFF;
    }

/*    .app h3 {
        margin-top: 16px;
        font-size: 27px;
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 32px;
    }
	
	*/
    .app span {
        margin-top: 16px;
        font-size: 27px;
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 32px;
        line-height: 1.1;
        letter-spacing: normal;
        display: block;
    }

.h2, h2 {
    font-size: 32px;
    font-weight: 700;
}

    .app .google-play {
        width: 196px;
        margin-bottom: 10px;
        margin-right: 20px;
        transition: transform .2s;
    }

    .app .apple-store {
        width: 175px;
        margin-bottom: 10px;
        transition: transform .2s;
    }

        .app .google-play:hover, .app .apple-store:hover {
            transform: scale(1.2);
        }



.downloadBanners {
    display: flex;
    flex-direction: row;
}

/*#endregion*/

/* -- Separatore -- */
.hr2 {
    width: 85%;
    height: 2px;
    margin: 0 auto;
    background-color: #707070;
}

/*#region -- Copyright GME -- */

.contenuto-finale {
    display: flex;
    padding: 55px 0;
    /* padding: 32px 190px 48px 190px; */
    margin: 0 auto;
    margin-top: 8px;
    width: 80%;
}

.logofooter {
    width: auto;
    max-width: 200px;
    height: auto;
}

.testocontenutofinale {
    flex: 9;
    padding-left: 32px;
}

    .testocontenutofinale span {
        font-size: 13px;
        font-weight: bold;
        color: #FFFFFF;
    }

    .testocontenutofinale p {
        font-size: 11px;
        opacity: 0.7;
        text-align: left;
        color: #FFFFFF;
        padding: 15px 0;
    }

    .testocontenutofinale a {
        font-size: 11px;
        font-weight: bold;
        color: #00B35B;
    }

/*#endregion*/

/* -- Mobile -- */
@media (max-width: 768px) {

    footer {
        /* margin-top: 17px; */
    }

        footer .content-principale {
            flex-direction: column-reverse
        }

            footer .content-principale .colonna {
                display: none;
            }

    .contenuto-finale {
        padding: 55px 25px;
    }

    .griglia, .contenuto-finale {
        flex-direction: column;
    }

    .newsletter-inner, footer .content-principale, .rss-feeds, .griglia, .contenuto-finale {
        width: 100%;
    }

    .rss-feeds {
        padding: 0 25px 0px;
    }

        .rss-feeds button {
            display: none;
        }

    .app {
        column-gap: 20px;
        align-items: center;
        text-align: center;
    }

    .footer-logo {
        text-align: center;
    }

        .footer-logo img {
            width: 130px;
            height: 68px;
        }

    .testocontenutofinale {
        padding: 0;
        text-align: center;
        padding: 40px 0 0;
    }

        .testocontenutofinale p {
            text-align: center;
        }

    footer .content-principale {
        padding: 70px 25px 30px;
    }
}

/*#region -- Accordeon mobile-- */
.accordion-content {
    width: 100%;
    display: none;
    position: relative;
    z-index: 0;
    padding-top: 7px;
}

.accordion-item {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.09);
    cursor: pointer;
    background: #fff;
    margin-bottom: 0.5em;
}

.item-header {
    display: flex;
    justify-content: space-between;
    column-gap: 0.2em;
    align-items: center;
    background: #364549;
    padding: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
}

.item-icon {
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    color: #05191F;
}

    .item-icon i {
        font-size: 22px;
        transition: all 0.25s cubic-bezier(0.5, 0, 0.1, 1);
        margin-top: -10px;
        margin-left: -10px;
    }

.item-question {
    font-size: 1em;
    line-height: 1;
    font-weight: 500;
    color: inherit;
    letter-spacing: normal;
    margin: 0;
    padding: 0;
    scroll-margin-top: calc(9vh + 50px);
}

.active .item-icon i {
    transform: rotate(180deg);
}


@media only screen and (min-width:991px) 
{

    .appBanners {
        display: flex;
        flex-direction: row;
    }
}

.active .item-question {
    font-weight: 500;
}

.item-content {
    max-height: 0;
    overflow: hidden;
    transition: all 300ms ease;
    background-color: #05191F;
}

.item-answer {
    line-height: 150%;
    opacity: 0.8;
}

    .item-answer .colonna {
        padding: 20px 0;
    }

        .item-answer .colonna li {
            line-height: 40px;
            text-align: center;
        }

/*#endregion*/

/*#region -- Edit -- */

.errorLabel {
    color: red;
}

.submitSection {
    display: flex;
    flex-direction: column;
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    margin-bottom: 10px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*#endregion*/
