.terms {
    
    display: flex;
    align-items: center;
    border-radius: 4px;
    background-color: var(--primary-white);
    flex-direction: column;
    padding: 24px 40px;
}

.terms__title {
    color: var(--gray-500);
    font-family: 'Telefonica-Light', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 16px;
    text-align: center;
}

.terms__description {
    color: var(--gray-400);
    font-family: 'Telefonica-Light', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 16px;
    text-align: center;
}

.terms__link {
    color: var(--primary-blue) !important;
    font-family: 'Telefonica-Light', sans-serif;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
    text-decoration: underline !important;
    margin-bottom: 16px;
}

.social__networks {
    display: flex;
}

.about__section, .legal__section {
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .footer__content {
        flex-flow: column nowrap;
    }
}

@media only screen and (max-width: 567px) { 
    .terms {
        padding: 24px;
    }

    .terms__description {
        text-align: justify;
    }
    .footer__article--column {
        flex-flow: column nowrap;
    }

    .footer__article figure {
        display: inline-block;
    }

    .footer__textarticle--margin {
        margin: 0;
        justify-content: flex-start;
    }

    .footer__socialicon {
        margin: 20px 9px 10px 9px
    }

    .footer__socialicon:first-child {
        margin-left: 0;
    }

    .social__networks {
        justify-content: flex-start;
    }

    .footer__content {
        padding: 40px 0;
    }
}





.footer {
    background-color: var(--color-dark-blue);
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: inherit;
    position: relative;
    width: 100%;
}

.footer__wrapper {
    width: 85%;
}

.footer__branding {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.footer__textbrand {
    color: var(--color-gray-3);
    font-family: 'Telefonica-Light', sans-serif;
    margin-right: 5px;
}

.footer__content {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-top: 1px solid var(--color-gray-2);
    border-bottom: 1px solid var(--color-gray-2);
    padding: 40px 0 80px 0;
}

.footer__article {
    display: flex;
}

.footer__article--center {
    justify-content: flex-start;
    display: flex;
    align-items: center;
}

.footer__article--column {
    display: flex;
    flex-direction: column;
    margin-top: 34px;
    width: 100%;
}

.footer__article--column:last-child {
    margin-left: 20px;
}

.footer__textarticle {
    color: var(--color-secondary);
    font-family: 'Telefonica-Light', sans-serif;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.footer__textarticle--margin {
    margin-right: 8px;
}

.footer__textabout {
    color: var(--color-secondary);
    font-family: 'Telefonica-Bold', sans-serif;
    font-size: 14px;
    margin-top: 40px;
}

.footer__textdetail {
    color: var(--color-gray-3);
    font-size: 14px;
    line-height: 1.9rem;
    display: inline-block;
    width: 100%;
}

.footer__textdetail:hover {
    color: var(--color-gray-4);
    transition: color 150ms linear;
}
.footer__textdescription {
    color: var(--color-secondary);
    font-family: 'Telefonica-Light', sans-serif;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.footer__logogreen {
    margin: 20px 16px 20px 0;
}

.footer__copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.footer__textcopy {
    font-size: 14px;
    font-family: 'Telefonica-Regular', sans-serif;
    color: var(--color-gray-3);
}

.footer__socialicon {
    margin: 0 8px;
}

.d--inerit {
    display: inherit;
}

.terms__options {
    display: flex !important;
}

.arrow-about, .arrow-legals {
    top: 0 !important;
    right: 50px !important;
}

.img--googleplay {
    width: 145px;
    height: 65px;
    object-fit: cover;
}

.img--appstore {
    width: 150px;
    height: 45px;
}

@media only screen and (max-width: 1024px) { 
    .footer__article--column {
        margin: 34px 0;
    }

    .footer__article--column:last-child {
        margin-left: 0;
    }
}


@media only screen and (max-width: 567px) {

    .footer__textarticle {
        justify-content: flex-start;
        font-size: 18px;
    }

    .footer__textdescription {
        justify-content: center;
        font-size: 16px;
    }

    .footer__textabout {
        font-size: 16px;
    }

    .footer__article--column {
        margin: 16px 0;
    }

    .arrow-about, .arrow-legals {
        right: 0 !important;
    }

    .footer__aside {
        margin-bottom: 32px;
    }

    .article--columnmobile {
        display: flex;
        flex-flow: column nowrap;
    }

    .article--columnmobile:last-child {
        margin: 40px 0;
    }
}


footer .footer__textdetail a {
    color: var(--color-gray-2);
    text-decoration: none;
}
footer .footer__textdetail a:hover {
    text-decoration: underline;
}