.elementor-343 .elementor-element.elementor-element-2b1de657{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:00px 00px;--row-gap:00px;--column-gap:00px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-343 .elementor-element.elementor-element-2ab3895{width:100%;max-width:100%;}.elementor-343 .elementor-element.elementor-element-0c791b4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}body:not(.rtl) .elementor-343 .elementor-element.elementor-element-0d03ae2{right:-31px;}body.rtl .elementor-343 .elementor-element.elementor-element-0d03ae2{left:-31px;}.elementor-343 .elementor-element.elementor-element-0d03ae2{top:8%;}.elementor-343 .elementor-element.elementor-element-0d03ae2 img{width:177px;border-radius:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-343 .elementor-element.elementor-element-0d03ae2{top:27%;}}@media(max-width:767px){body:not(.rtl) .elementor-343 .elementor-element.elementor-element-0d03ae2{right:-72px;}body.rtl .elementor-343 .elementor-element.elementor-element-0d03ae2{left:-72px;}}/* Start custom CSS for html, class: .elementor-element-2ab3895 *//* ===== FOOTER ===== */
.footer {
    background-color: #13365C;
    color: #ffffff;
    padding: 50px 0 0 0;
    font-family: inherit;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px 40px 30px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    border-bottom: 1px solid rgba(148, 196, 247, 0.2);
}

/* Colunas */
.footer-col {
    display: flex;
    flex-direction: column;
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    color: #94C4F7;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
}

.footer-subtitle {
    font-size: 15px;
    font-weight: 700;
    color: #94C4F7;
    margin: 0 0 15px 0;
    letter-spacing: 0.5px;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.85);
}

.footer-list li strong {
    color: #ffffff;
    font-weight: 600;
}

.footer-list a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-list a:hover {
    color: #94C4F7;
}

.badge {
    font-size: 10px;
    font-weight: 400;
    color: #94C4F7;
    background: rgba(148, 196, 247, 0.15);
    padding: 2px 10px;
    border-radius: 12px;
    margin-left: 4px;
    text-transform: lowercase;
}

/* Botões */
.footer-actions {
    justify-content: flex-start;
    gap: 12px;
}

.btn-certificar,
.btn-login {
    display: inline-block;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    width: 100%;
    box-sizing: border-box;
}

.btn-certificar {
    background-color: #94C4F7;
    color: #13365C;
}

.btn-certificar:hover {
    background-color: #ffffff;
    color: #13365C;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(148, 196, 247, 0.3);
}

.btn-login {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-login:hover {
    border-color: #94C4F7;
    color: #94C4F7;
    transform: translateY(-2px);
}

/* ===== FOOTER BOTTOM ===== */
.footer-bottom {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 18px 0;
}

.footer-bottom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-copy {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-topo {
    font-size: 13px;
    font-weight: 600;
    color: #94C4F7;
    text-decoration: none;
    transition: color 0.3s ease;
    letter-spacing: 0.5px;
}

.footer-topo:hover {
    color: #ffffff;
}

/* ===== RESPONSIVO ===== */
@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 35px 25px;
    }
    
    .footer-actions {
        grid-column: span 3;
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }
    
    .btn-certificar,
    .btn-login {
        width: auto;
        min-width: 200px;
    }
}

@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
        padding: 0 20px 30px 20px;
    }
    
    .footer-actions {
        grid-column: span 2;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .btn-certificar,
    .btn-login {
        width: 100%;
        max-width: 280px;
    }
    
    .footer-title {
        font-size: 16px;
    }
    
    .footer-subtitle {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .footer {
        padding-top: 30px;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 15px 25px 15px;
    }
    
    .footer-actions {
        grid-column: 1;
    }
    
    .footer-col {
        text-align: center;
    }
    
    .footer-list li {
        line-height: 1.8;
    }
    
    .btn-certificar,
    .btn-login {
        max-width: 100%;
    }
    
    .footer-bottom-container {
        flex-direction: column;
        text-align: center;
        padding: 0 15px;
        gap: 8px;
    }
    
    .footer-copy {
        font-size: 12px;
    }
    
    .footer-topo {
        font-size: 12px;
    }
}/* End custom CSS */