@import url('https://fonts.cdnfonts.com/css/billabong');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

html,
body {
    min-height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.main-footer {
    background: rgb(83, 73, 64);
    color: #fff;
    padding: 60px 5% 30px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
}

a.footer-email,
.footer-links a.footer-email,
.main-footer .footer-links a.footer-email {
    font-family: 'Billabong', cursive !important;
    font-size: 2.2rem !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.footer-brand h2 {
    font-size: 1.3rem;
    font-weight: 800;
}

.footer-brand p {
    margin-top: 10px;
    font-size: 0.85rem;
    opacity: 0.9;
    text-align: left;
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-links .footer-email {
    font-family: 'Billabong', cursive !important;
    font-size: 2.2rem;
    color: #fff;
    text-decoration: none;
    transition: transform 0.3s ease;
    text-align: center;
    display: inline-block;
}

.footer-links .footer-email:hover {
    transform: scale(1.05);
    color: #F8F3E8;
}
/*
.footer-link-creadores {
    color: #000;
    text-decoration: none;
    transition: opacity 0.3s ease;
}
*/
.footer-link-creadores:hover {
    text-decoration: underline;
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-social a:hover {
    transform: scale(1.2);
}

.footer-bottom {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #fff;
}

.main-footer .footer-bottom {
    display: block;
    justify-content: initial;
    align-items: initial;
    font-size: inherit;
    color: #fff;
}

.main-footer .footer-bottom p {
    display: block;
    align-items: initial;
    gap: 0;
    margin: 0 0 8px;
}

.main-footer .footer-bottom-content {
    max-width: 1100px;
    margin: 0 auto;
}

.footer-bottom-content p {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    opacity: 0.8;
}

.footer-bottom-content strong {
    font-weight: 800;
    color: #ffffff;
}

.footer-bottom-content strong span {
    color: #fff;
}

.footer-license-link {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity 0.3s ease;
}

.footer-license-link:hover {
    opacity: 0.6;
}

.cc-badge {
    margin-top: 15px;
    filter: none;
    opacity: 0.7;
    transition: 0.3s;
}

.cc-badge:hover {
    filter: grayscale(1) invert(1) brightness(2);
    opacity: 1;
}

.cc-badge img {
    height: 25px;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .footer-brand p {
        text-align: center;
        margin: 10px 0;
        font-size: 0.8rem;
    }

    .footer-social {
        justify-content: center;
        width: 100%;
    }

    .footer-social a {
        width: 45px;
        height: 45px;
        font-size: 1.6rem;
    }

    .footer-links .footer-email {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .footer-links .footer-email {
        font-size: 1.6rem;
    }

    .footer-brand h2 {
        font-size: 1.1rem;
    }
}


.main-footer .footer-links a.footer-email {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    text-decoration: none !important;
}
