/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 28 2026 | 19:07:53 */
/* MOZEMPREGO — RODAPÉ GLOBAL
 * Identidade: branco, amarelo #fab818 e azul #0a528e.
 */

#colophon.site-footer {
    --moz-footer-yellow: #fab818;
    --moz-footer-blue: #0a528e;
    --moz-footer-text: #334155;
    --moz-footer-muted: #64748b;
    --moz-footer-line: #dbe5ee;
    background: #ffffff !important;
    color: var(--moz-footer-text) !important;
    border-top: 5px solid var(--moz-footer-yellow) !important;
    box-shadow: 0 -10px 32px rgba(10, 82, 142, 0.08);
}

#colophon .site-footer-wrap,
#colophon .site-footer-row-container,
#colophon .site-footer-row-container-inner {
    background: transparent !important;
    color: var(--moz-footer-text) !important;
}

#colophon .site-top-footer-wrap {
    padding: 24px 0 0 !important;
}

#colophon .site-middle-footer-wrap {
    padding: 42px 0 36px !important;
}

#colophon .site-bottom-footer-wrap {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f8fafc !important;
    border-top: 1px solid var(--moz-footer-line) !important;
}

#colophon .site-middle-footer-inner-wrap {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr) minmax(0, 1fr) !important;
    gap: clamp(28px, 4vw, 58px) !important;
    align-items: start !important;
}

#colophon .site-bottom-footer-inner-wrap {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 24px !important;
    align-items: center !important;
    min-height: 88px;
    padding: 18px 0 !important;
}

/* Faixa de chamada para o canal */
#colophon .faixa {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    width: 100% !important;
    min-height: 76px;
    padding: 16px 18px !important;
    color: var(--moz-footer-blue) !important;
    text-align: left !important;
    background: linear-gradient(135deg, #fff6d6 0%, #fffaf0 100%) !important;
    border: 1px solid rgba(250, 184, 24, 0.52) !important;
    border-left: 6px solid var(--moz-footer-yellow) !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 24px rgba(10, 82, 142, 0.08);
}

#colophon .faixa .icon {
    flex: 0 0 auto;
    width: 34px !important;
    height: 34px !important;
    padding: 5px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(10, 82, 142, 0.12);
}

#colophon .faixa > span {
    color: var(--moz-footer-blue) !important;
    font-size: clamp(15px, 1.2vw, 17px) !important;
    font-weight: 800 !important;
    line-height: 1.45;
}

#colophon .faixa .botao {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-left: auto !important;
    padding: 10px 22px !important;
    color: #ffffff !important;
    background: var(--moz-footer-blue) !important;
    border: 2px solid var(--moz-footer-blue) !important;
    border-radius: 10px !important;
    box-shadow: 0 7px 16px rgba(10, 82, 142, 0.18);
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease !important;
}

#colophon .faixa .botao:hover,
#colophon .faixa .botao:focus {
    color: var(--moz-footer-blue) !important;
    background: var(--moz-footer-yellow) !important;
    border-color: var(--moz-footer-yellow) !important;
    box-shadow: 0 9px 20px rgba(250, 184, 24, 0.24);
    transform: translateY(-2px);
}

/* Coluna institucional */
#colophon .footer-widget1 img {
    display: block;
    width: 100% !important;
    max-width: 320px !important;
    height: auto !important;
    margin: 0 0 20px !important;
    object-fit: contain;
}

#colophon .footer-widget1 p,
#colophon .footer-widget1 p span {
    max-width: 430px;
    margin: 0 0 20px !important;
    color: var(--moz-footer-muted) !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
}

#colophon .footer-widget1 p a,
#colophon .footer-widget1 p a span,
#colophon .footer-widget1 p strong {
    color: var(--moz-footer-blue) !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

#colophon .footer-widget1 .wp-block-kadence-singlebtn {
    min-height: 44px;
    padding: 10px 20px !important;
    color: var(--moz-footer-blue) !important;
    background: var(--moz-footer-yellow) !important;
    border: 2px solid var(--moz-footer-yellow) !important;
    border-radius: 10px !important;
    box-shadow: 0 7px 16px rgba(250, 184, 24, 0.2);
    font-weight: 800 !important;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease !important;
}

#colophon .footer-widget1 .wp-block-kadence-singlebtn:hover,
#colophon .footer-widget1 .wp-block-kadence-singlebtn:focus {
    color: #ffffff !important;
    background: var(--moz-footer-blue) !important;
    border-color: var(--moz-footer-blue) !important;
    transform: translateY(-2px);
}

/* Títulos e ligações */
#colophon .footer-widget2 h3,
#colophon .footer-widget3 h3 {
    position: relative;
    margin: 0 0 20px !important;
    padding: 0 0 12px !important;
    color: var(--moz-footer-blue) !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
}

#colophon .footer-widget2 h3 span,
#colophon .footer-widget3 h3 span {
    color: var(--moz-footer-blue) !important;
}

#colophon .footer-widget2 h3::after,
#colophon .footer-widget3 h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 4px;
    background: var(--moz-footer-yellow);
    border-radius: 99px;
}

#colophon .footer-widget2 .widget,
#colophon .footer-widget3 .widget {
    margin: 0 0 10px !important;
}

#colophon .footer-widget2 h4,
#colophon .footer-widget3 h4 {
    margin: 0 !important;
    color: var(--moz-footer-text) !important;
    font-size: 14.5px !important;
    font-weight: 650 !important;
    line-height: 1.5 !important;
    transition: transform 0.2s ease;
}

#colophon .footer-widget2 h4:hover,
#colophon .footer-widget3 h4:hover {
    transform: translateX(4px);
}

#colophon .footer-widget2 h4 a,
#colophon .footer-widget3 h4 a,
#colophon .footer-widget2 .kb-adv-text-inner a,
#colophon .footer-widget3 .kb-adv-text-inner a {
    color: var(--moz-footer-text) !important;
    text-decoration: none !important;
}

#colophon .footer-widget2 h4 a:hover,
#colophon .footer-widget2 h4 a:focus,
#colophon .footer-widget3 h4 a:hover,
#colophon .footer-widget3 h4 a:focus {
    color: var(--moz-footer-blue) !important;
}

#colophon .footer-widget2 .kb-svg-icon-wrap,
#colophon .footer-widget3 .kb-svg-icon-wrap {
    flex: 0 0 18px;
    color: var(--moz-footer-yellow) !important;
}

#colophon .footer-widget2 .kb-svg-icon-wrap svg,
#colophon .footer-widget3 .kb-svg-icon-wrap svg {
    width: 17px !important;
    height: 17px !important;
    stroke-width: 2.3;
}

/* Faixa inferior */
#colophon .footer-html p {
    margin: 0 !important;
    color: var(--moz-footer-muted) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

#colophon .footer-social {
    color: var(--moz-footer-text) !important;
}

#colophon .footer-social .widget-title {
    margin: 0 0 10px !important;
    color: var(--moz-footer-blue) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em;
    line-height: 1.3;
    text-transform: uppercase;
}

#colophon .footer-social-inner-wrap {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-end !important;
    gap: 8px !important;
}

#colophon .footer-social .social-button {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    padding: 7px 10px !important;
    color: var(--moz-footer-blue) !important;
    background: #ffffff !important;
    border: 1px solid var(--moz-footer-line) !important;
    border-radius: 8px !important;
    box-shadow: 0 3px 10px rgba(10, 82, 142, 0.06);
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease !important;
}

#colophon .footer-social .social-button:hover,
#colophon .footer-social .social-button:focus {
    color: var(--moz-footer-blue) !important;
    background: var(--moz-footer-yellow) !important;
    border-color: var(--moz-footer-yellow) !important;
    transform: translateY(-2px);
}

#colophon .footer-social .social-button svg {
    width: 17px !important;
    height: 17px !important;
}

/* Tablet */
@media (max-width: 1024px) {
    #colophon .site-middle-footer-inner-wrap {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 28px !important;
    }

    #colophon .footer-widget1 img {
        max-width: 280px !important;
    }

    #colophon .faixa {
        padding: 15px 16px !important;
    }
}

/* Telemóvel */
@media (max-width: 767px) {
    #colophon.site-footer {
        border-top-width: 4px !important;
    }

    #colophon .site-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #colophon .site-top-footer-wrap {
        padding-top: 18px !important;
    }

    #colophon .faixa {
        flex-direction: column !important;
        gap: 10px !important;
        min-height: 0;
        padding: 18px 16px !important;
        text-align: center !important;
        border-left-width: 1px !important;
        border-top: 5px solid var(--moz-footer-yellow) !important;
        border-radius: 13px !important;
    }

    #colophon .faixa > span {
        text-align: center !important;
    }

    #colophon .faixa .botao {
        width: 100% !important;
        margin: 4px 0 0 !important;
    }

    #colophon .site-middle-footer-wrap {
        padding: 34px 0 28px !important;
    }

    #colophon .site-middle-footer-inner-wrap {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 28px !important;
    }

    #colophon .site-footer-middle-section-2,
    #colophon .site-footer-middle-section-3 {
        padding-top: 26px;
        border-top: 1px solid var(--moz-footer-line);
    }

    #colophon .footer-widget1 img {
        max-width: 260px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #colophon .footer-widget1 p {
        max-width: 100%;
        text-align: center;
    }

    #colophon .footer-widget1 .wp-block-kadence-advancedbtn {
        justify-content: center !important;
    }

    #colophon .footer-widget1 .wp-block-kadence-singlebtn {
        width: 100% !important;
        justify-content: center !important;
    }

    #colophon .footer-widget2 h3,
    #colophon .footer-widget3 h3 {
        font-size: 19px !important;
    }

    #colophon .site-bottom-footer-inner-wrap {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 16px !important;
        min-height: 0;
        padding: 22px 0 !important;
        text-align: center;
    }

    #colophon .footer-social,
    #colophon .footer-social .widget-title {
        text-align: center !important;
    }

    #colophon .footer-social-inner-wrap {
        justify-content: center !important;
    }
}

@media (max-width: 420px) {
    #colophon .site-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    #colophon .footer-social .social-button {
        flex: 1 1 calc(50% - 8px);
        justify-content: center;
    }
}


/* Anúncios automáticos não ocupam o rodapé */
#colophon .google-auto-placed {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
/* MOZEMPREGO — RODAPÉ GLOBAL
 * Identidade: branco, amarelo #fab818 e azul #0a528e.
 */

#colophon.site-footer {
    --moz-footer-yellow: #fab818;
    --moz-footer-blue: #0a528e;
    --moz-footer-text: #334155;
    --moz-footer-muted: #64748b;
    --moz-footer-line: #dbe5ee;
    background: #ffffff !important;
    color: var(--moz-footer-text) !important;
    border-top: 5px solid var(--moz-footer-yellow) !important;
    box-shadow: 0 -10px 32px rgba(10, 82, 142, 0.08);
}

#colophon .site-footer-wrap,
#colophon .site-footer-row-container,
#colophon .site-footer-row-container-inner {
    background: transparent !important;
    color: var(--moz-footer-text) !important;
}

#colophon .site-top-footer-wrap {
    padding: 24px 0 0 !important;
}

#colophon .site-middle-footer-wrap {
    padding: 42px 0 36px !important;
}

#colophon .site-bottom-footer-wrap {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f8fafc !important;
    border-top: 1px solid var(--moz-footer-line) !important;
}

#colophon .site-middle-footer-inner-wrap {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr) minmax(0, 1fr) !important;
    gap: clamp(28px, 4vw, 58px) !important;
    align-items: start !important;
}

#colophon .site-bottom-footer-inner-wrap {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 24px !important;
    align-items: center !important;
    min-height: 88px;
    padding: 18px 0 !important;
}

/* Faixa de chamada para o canal */
#colophon .faixa {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    width: 100% !important;
    min-height: 76px;
    padding: 16px 18px !important;
    color: var(--moz-footer-blue) !important;
    text-align: left !important;
    background: linear-gradient(135deg, #fff6d6 0%, #fffaf0 100%) !important;
    border: 1px solid rgba(250, 184, 24, 0.52) !important;
    border-left: 6px solid var(--moz-footer-yellow) !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 24px rgba(10, 82, 142, 0.08);
}

#colophon .faixa .icon {
    flex: 0 0 auto;
    width: 34px !important;
    height: 34px !important;
    padding: 5px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(10, 82, 142, 0.12);
}

#colophon .faixa > span {
    color: var(--moz-footer-blue) !important;
    font-size: clamp(15px, 1.2vw, 17px) !important;
    font-weight: 800 !important;
    line-height: 1.45;
}

#colophon .faixa .botao {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-left: auto !important;
    padding: 10px 22px !important;
    color: #ffffff !important;
    background: var(--moz-footer-blue) !important;
    border: 2px solid var(--moz-footer-blue) !important;
    border-radius: 10px !important;
    box-shadow: 0 7px 16px rgba(10, 82, 142, 0.18);
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease !important;
}

#colophon .faixa .botao:hover,
#colophon .faixa .botao:focus {
    color: var(--moz-footer-blue) !important;
    background: var(--moz-footer-yellow) !important;
    border-color: var(--moz-footer-yellow) !important;
    box-shadow: 0 9px 20px rgba(250, 184, 24, 0.24);
    transform: translateY(-2px);
}

/* Coluna institucional */
#colophon .footer-widget1 img {
    display: block;
    width: 100% !important;
    max-width: 320px !important;
    height: auto !important;
    margin: 0 0 20px !important;
    object-fit: contain;
}

#colophon .footer-widget1 p,
#colophon .footer-widget1 p span {
    max-width: 430px;
    margin: 0 0 20px !important;
    color: var(--moz-footer-muted) !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
}

#colophon .footer-widget1 p a,
#colophon .footer-widget1 p a span,
#colophon .footer-widget1 p strong {
    color: var(--moz-footer-blue) !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

#colophon .footer-widget1 .wp-block-kadence-singlebtn {
    min-height: 44px;
    padding: 10px 20px !important;
    color: var(--moz-footer-blue) !important;
    background: var(--moz-footer-yellow) !important;
    border: 2px solid var(--moz-footer-yellow) !important;
    border-radius: 10px !important;
    box-shadow: 0 7px 16px rgba(250, 184, 24, 0.2);
    font-weight: 800 !important;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease !important;
}

#colophon .footer-widget1 .wp-block-kadence-singlebtn:hover,
#colophon .footer-widget1 .wp-block-kadence-singlebtn:focus {
    color: #ffffff !important;
    background: var(--moz-footer-blue) !important;
    border-color: var(--moz-footer-blue) !important;
    transform: translateY(-2px);
}

/* Títulos e ligações */
#colophon .footer-widget2 h3,
#colophon .footer-widget3 h3 {
    position: relative;
    margin: 0 0 20px !important;
    padding: 0 0 12px !important;
    color: var(--moz-footer-blue) !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
}

#colophon .footer-widget2 h3 span,
#colophon .footer-widget3 h3 span {
    color: var(--moz-footer-blue) !important;
}

#colophon .footer-widget2 h3::after,
#colophon .footer-widget3 h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 4px;
    background: var(--moz-footer-yellow);
    border-radius: 99px;
}

#colophon .footer-widget2 .widget,
#colophon .footer-widget3 .widget {
    margin: 0 0 10px !important;
}

#colophon .footer-widget2 h4,
#colophon .footer-widget3 h4 {
    margin: 0 !important;
    color: var(--moz-footer-text) !important;
    font-size: 14.5px !important;
    font-weight: 650 !important;
    line-height: 1.5 !important;
    transition: transform 0.2s ease;
}

#colophon .footer-widget2 h4:hover,
#colophon .footer-widget3 h4:hover {
    transform: translateX(4px);
}

#colophon .footer-widget2 h4 a,
#colophon .footer-widget3 h4 a,
#colophon .footer-widget2 .kb-adv-text-inner a,
#colophon .footer-widget3 .kb-adv-text-inner a {
    color: var(--moz-footer-text) !important;
    text-decoration: none !important;
}

#colophon .footer-widget2 h4 a:hover,
#colophon .footer-widget2 h4 a:focus,
#colophon .footer-widget3 h4 a:hover,
#colophon .footer-widget3 h4 a:focus {
    color: var(--moz-footer-blue) !important;
}

#colophon .footer-widget2 .kb-svg-icon-wrap,
#colophon .footer-widget3 .kb-svg-icon-wrap {
    flex: 0 0 18px;
    color: var(--moz-footer-yellow) !important;
}

#colophon .footer-widget2 .kb-svg-icon-wrap svg,
#colophon .footer-widget3 .kb-svg-icon-wrap svg {
    width: 17px !important;
    height: 17px !important;
    stroke-width: 2.3;
}

/* Faixa inferior */
#colophon .footer-html p {
    margin: 0 !important;
    color: var(--moz-footer-muted) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

#colophon .footer-social {
    color: var(--moz-footer-text) !important;
}

#colophon .footer-social .widget-title {
    margin: 0 0 10px !important;
    color: var(--moz-footer-blue) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em;
    line-height: 1.3;
    text-transform: uppercase;
}

#colophon .footer-social-inner-wrap {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-end !important;
    gap: 8px !important;
}

#colophon .footer-social .social-button {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    padding: 7px 10px !important;
    color: var(--moz-footer-blue) !important;
    background: #ffffff !important;
    border: 1px solid var(--moz-footer-line) !important;
    border-radius: 8px !important;
    box-shadow: 0 3px 10px rgba(10, 82, 142, 0.06);
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease !important;
}

#colophon .footer-social .social-button:hover,
#colophon .footer-social .social-button:focus {
    color: var(--moz-footer-blue) !important;
    background: var(--moz-footer-yellow) !important;
    border-color: var(--moz-footer-yellow) !important;
    transform: translateY(-2px);
}

#colophon .footer-social .social-button svg {
    width: 17px !important;
    height: 17px !important;
}

/* Tablet */
@media (max-width: 1024px) {
    #colophon .site-middle-footer-inner-wrap {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 28px !important;
    }

    #colophon .footer-widget1 img {
        max-width: 280px !important;
    }

    #colophon .faixa {
        padding: 15px 16px !important;
    }
}

/* Telemóvel */
@media (max-width: 767px) {
    #colophon.site-footer {
        border-top-width: 4px !important;
    }

    #colophon .site-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #colophon .site-top-footer-wrap {
        padding-top: 18px !important;
    }

    #colophon .faixa {
        flex-direction: column !important;
        gap: 10px !important;
        min-height: 0;
        padding: 18px 16px !important;
        text-align: center !important;
        border-left-width: 1px !important;
        border-top: 5px solid var(--moz-footer-yellow) !important;
        border-radius: 13px !important;
    }

    #colophon .faixa > span {
        text-align: center !important;
    }

    #colophon .faixa .botao {
        width: 100% !important;
        margin: 4px 0 0 !important;
    }

    #colophon .site-middle-footer-wrap {
        padding: 34px 0 28px !important;
    }

    #colophon .site-middle-footer-inner-wrap {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 28px !important;
    }

    #colophon .site-footer-middle-section-2,
    #colophon .site-footer-middle-section-3 {
        padding-top: 26px;
        border-top: 1px solid var(--moz-footer-line);
    }

    #colophon .footer-widget1 img {
        max-width: 260px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #colophon .footer-widget1 p {
        max-width: 100%;
        text-align: center;
    }

    #colophon .footer-widget1 .wp-block-kadence-advancedbtn {
        justify-content: center !important;
    }

    #colophon .footer-widget1 .wp-block-kadence-singlebtn {
        width: 100% !important;
        justify-content: center !important;
    }

    #colophon .footer-widget2 h3,
    #colophon .footer-widget3 h3 {
        font-size: 19px !important;
    }

    #colophon .site-bottom-footer-inner-wrap {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 16px !important;
        min-height: 0;
        padding: 22px 0 !important;
        text-align: center;
    }

    #colophon .footer-social,
    #colophon .footer-social .widget-title {
        text-align: center !important;
    }

    #colophon .footer-social-inner-wrap {
        justify-content: center !important;
    }
}

@media (max-width: 420px) {
    #colophon .site-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    #colophon .footer-social .social-button {
        flex: 1 1 calc(50% - 8px);
        justify-content: center;
    }
}
