/* =========================================================
   Footer moderno - Protestar é Legal
   Arquivo separado para não interferir na Home
   ========================================================= */

.site-footer-modern{
    background:linear-gradient(135deg,#082b45 0%,#0b3a5c 48%,#0f5476 100%) !important;
    color:#dcecf4 !important;
    padding:56px 0 0 !important;
    margin-top:55px !important;
    border-top:0 !important;
}

.site-footer-modern .footer-modern-wrap{
    display:grid !important;
    grid-template-columns:1.35fr .85fr 1.15fr .8fr !important;
    gap:44px !important;
    align-items:start !important;
}

.site-footer-modern .footer-modern-brand,
.site-footer-modern .footer-modern-column{
    min-width:0 !important;
}

.site-footer-modern .footer-modern-logo{
    display:inline-block !important;
    margin:0 0 18px !important;
}

.site-footer-modern .footer-modern-logo img{
    display:block !important;
    max-width:220px !important;
    height:auto !important;
    margin:0 !important;
    filter:brightness(1.08) contrast(1.02) drop-shadow(0 10px 18px rgba(0,0,0,.16)) !important;
}

.site-footer-modern .footer-modern-desc{
    color:#dcecf4 !important;
    font-size:15.5px !important;
    line-height:1.75 !important;
    margin:0 0 20px !important;
    max-width:360px !important;
}

.site-footer-modern .footer-modern-contact{
    display:grid !important;
    gap:10px !important;
}

.site-footer-modern .footer-modern-contact a,
.site-footer-modern .footer-modern-contact p{
    display:flex !important;
    align-items:flex-start !important;
    gap:10px !important;
    margin:0 !important;
    color:#eaf6fb !important;
    font-size:15px !important;
    line-height:1.65 !important;
    text-decoration:none !important;
}

.site-footer-modern .footer-icon{
    flex:0 0 28px !important;
    width:28px !important;
    height:28px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:9px !important;
    background:rgba(25,184,176,.16) !important;
    color:#8ff0ec !important;
    font-size:14px !important;
}

.site-footer-modern h3{
    color:#ffffff !important;
    font-size:17px !important;
    font-weight:800 !important;
    text-transform:uppercase !important;
    letter-spacing:.7px !important;
    margin:0 0 24px !important;
    padding:0 0 16px !important;
    position:relative !important;
}

.site-footer-modern h3::after{
    content:"" !important;
    position:absolute !important;
    left:0 !important;
    bottom:0 !important;
    width:52px !important;
    height:4px !important;
    background:#19b8b0 !important;
    border-radius:999px !important;
}

.site-footer-modern .footer-modern-column a{
    display:block !important;
    color:#dcecf4 !important;
    font-size:15px !important;
    line-height:1.45 !important;
    text-decoration:none !important;
    margin:0 0 12px !important;
    padding:0 0 0 18px !important;
    position:relative !important;
    transition:color .2s ease, transform .2s ease !important;
}

.site-footer-modern .footer-modern-column a::before{
    content:"›" !important;
    position:absolute !important;
    left:0 !important;
    top:-1px !important;
    color:#19b8b0 !important;
    font-size:21px !important;
    font-weight:900 !important;
    line-height:1 !important;
}

.site-footer-modern .footer-modern-column a:hover{
    color:#ffffff !important;
    transform:translateX(4px) !important;
}

.site-footer-modern .footer-modern-bottom{
    margin-top:44px !important;
    padding:20px 0 !important;
    border-top:1px solid rgba(255,255,255,.14) !important;
    display:flex !important;
    justify-content:space-between !important;
    gap:18px !important;
    align-items:center !important;
}

.site-footer-modern .footer-modern-bottom p{
    margin:0 !important;
    color:#bcd4df !important;
    font-size:14px !important;
}

@media(max-width:1024px){
    .site-footer-modern .footer-modern-wrap{
        grid-template-columns:1fr 1fr !important;
        gap:34px !important;
    }
}

@media(max-width:640px){
    .site-footer-modern{
        padding-top:40px !important;
    }

    .site-footer-modern .footer-modern-wrap{
        grid-template-columns:1fr !important;
        gap:30px !important;
    }

    .site-footer-modern .footer-modern-bottom{
        flex-direction:column !important;
        align-items:flex-start !important;
    }
}
