<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Footer */
footer{
    background-color: #383436;
}

/* Newsletter */
.newsletter-title{
    text-align: center;
    font-weight: bold;
    color: #FED403;
}

.newsletter-text{
    text-align: justify;
    text-align-last: center;
    color: white;
}

.btn{
    font-weight: bold;
    color: #000000;
    background-color: #FED403;
}

    /* Social Links */
.social{
    background-color: #5B9340;
}

.social-title{
    text-align: center;
    color: #FED403;
    font-weight: bold;
}

.social-btn{
    border-radius: 50%;
    background-color: transparent;
    border: none;
}

.bi-facebook,
.bi-instagram,
.bi-youtube,
.bi-envelope-fill{
    color: white;
    text-decoration: none;
    font-size: 2rem;
}

.ico-footer{
    display: flex;
    justify-content: space-evenly;
}

/* Divider */
.solid-divider{
    border-top: 3px solid white;
}

/* */

.logo-footer{
    max-width: 80%;
}

.footer-titles{
    color: #FED403;
    font-size: 1.5rem;
    font-weight: bold;
}

.footer-text{
    color: #ffffff;
    text-align: center;
}

a{
    text-decoration: none;
}

.copyright{
    color: #FED403;
    text-align: center;
}

.language-switch{
    display: flex;
    justify-content: center;
}

/* Desktop */
@media (min-width: 768px){

    /* Footer */  
    .newsletter-title{
        font-size: 2rem;
    }

    .newsletter-text{
        text-align: justify;
    }
    
    .footer-titles{
        text-align: start;
    }
    
    .footer-text{
        text-align: start;
    }

    .logo-footer{
        max-width: 25%;
    }

    /* Social Links */
    .social-title{
        text-align: start;
    }

    .bi-facebook,
    .bi-instagram,
    .bi-youtube,
    .bi-envelope-fill{
        color: #D8D8D5;
        text-decoration: none;
        font-size: 2rem;
    }

    .bi-facebook:hover,
    .bi-instagram:hover,
    .bi-youtube:hover,
    .bi-envelope-fill:hover{
        color: white;
        filter: brightness(1.1);
    }
    
    .footer-text:hover{
        color: white;
    }

    .copyright{
        text-align: start;
    }

    .language-switch{
        justify-content: end;
    }
}</pre></body></html>