/* CSS extraído de site-php/includes/footer.php para compatibilidade com CSP */

.footer-copyright-intervention {
        background: #ffffff;
        color: #333333;
        text-align: center;
        padding: 14px 10px;
        font-size: 14px;
        line-height: 1.5;
        border-top: 1px solid #eeeeee;
    }

    .footer-copyright-intervention p {
        margin: 0;
    }

    /*
     * Correção dos modais de telefone e WhatsApp.
     * Importante: usar Turnstile compact nos modais.
     */
    #modalPhone .modal-dialog,
    #modalWhats .modal-dialog {
        max-width: 420px !important;
    }

    #modalPhone .modal-contact-form,
    #modalWhats .modal-contact-form {
        width: 100% !important;
        margin: 0 !important;
    }

    #modalPhone .modal-header,
    #modalWhats .modal-header {
        display: block !important;
        text-align: center !important;
        padding: 28px 24px 20px !important;
    }

    #modalPhone .modal-header img,
    #modalWhats .modal-header img {
        max-width: 260px !important;
        height: auto !important;
        margin: 0 auto !important;
        display: block !important;
    }

    #modalPhone .modal-body,
    #modalWhats .modal-body {
        text-align: center !important;
        padding: 28px 32px 0 !important;
    }

    #modalPhone .modal-body .form-group,
    #modalWhats .modal-body .form-group {
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    #modalPhone .modal-body .form-control,
    #modalWhats .modal-body .form-control {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #modalPhone .turnstile-form-group,
    #modalWhats .turnstile-form-group {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 22px 0 0 !important;
        padding: 0 !important;
        clear: both !important;
        text-align: center !important;
        overflow: visible !important;
    }

    #modalPhone .turnstile-form-group .cf-turnstile,
    #modalWhats .turnstile-form-group .cf-turnstile {
        width: auto !important;
        max-width: 100% !important;
        display: inline-block !important;
        margin: 0 auto !important;
    }

    #modalPhone .turnstile-form-group iframe,
    #modalWhats .turnstile-form-group iframe {
        display: block !important;
        margin: 0 auto !important;
        max-width: 100% !important;
    }

    #modalPhone .modal-footer,
    #modalWhats .modal-footer {
        display: block !important;
        width: 100% !important;
        padding: 24px 32px 32px !important;
        margin: 0 !important;
        text-align: center !important;
        border-top: 0 !important;
    }

    #modalPhone .modal-footer .btn,
    #modalWhats .modal-footer .btn {
        width: 100% !important;
        margin: 0 !important;
        display: block !important;
    }

    #modalPhone .modal-content,
    #modalWhats .modal-content {
        overflow: hidden !important;
    }

    /* Corrige backdrop cobrindo os modais Bootstrap */
    body.modal-open .modal-backdrop,
    body.modal-open .modal-backdrop.show {
        z-index: 1040 !important;
    }

    body.modal-open #modalPhone.modal.show,
    body.modal-open #modalWhats.modal.show,
    body.modal-open #modalPhone2.modal.show {
        z-index: 1055 !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    body.modal-open #modalPhone.modal.show .modal-dialog,
    body.modal-open #modalWhats.modal.show .modal-dialog,
    body.modal-open #modalPhone2.modal.show .modal-dialog {
        position: relative !important;
        z-index: 1060 !important;
        pointer-events: auto !important;
    }

    body.modal-open #modalPhone.modal.show .modal-content,
    body.modal-open #modalWhats.modal.show .modal-content,
    body.modal-open #modalPhone2.modal.show .modal-content {
        position: relative !important;
        z-index: 1061 !important;
        pointer-events: auto !important;
        opacity: 1 !important;
    }

/* BEGIN CSP utility classes para remover style inline de conteúdo importado */
.csp-u-ml-25 {
    margin-left: 25px;
}

.csp-u-gdoc-paragraph {
    line-height: 1.38;
    text-align: justify;
    margin-top: 0;
    margin-bottom: 0;
}

.csp-u-white-space-pre {
    white-space: pre;
}
/* END CSP utility classes para remover style inline de conteúdo importado */

/* BEGIN CSP utility classes lote 2 */
.csp-u-color-444 {
    color: #444 !important;
}

.csp-u-bg-white {
    background: #fff;
}

.csp-u-visible-slide-left {
    visibility: visible;
    animation-name: slideInLeft;
}

.csp-u-font-5 {
    font-size: 5px;
}

.csp-u-min-h-350 {
    min-height: 350px;
}

.csp-u-py-100 {
    padding: 100px 0;
}

.csp-u-font-24 {
    font-size: 24px;
}

.csp-u-font-16 {
    font-size: 16px;
}

.csp-u-max-w-100 {
    max-width: 100%;
}

.csp-u-uppercase {
    text-transform: uppercase;
}

.csp-u-mb-0 {
    margin-bottom: 0;
}

.csp-u-color-white {
    color: #fff;
}

.csp-u-bg-black {
    background: #000;
}

.csp-u-ml-50 {
    margin-left: 50px;
}
/* END CSP utility classes lote 2 */

/* BEGIN CSP utility classes lote 3 */
.csp-u-footer-social-spaced {
    color: #fff;
    padding: 0 10px;
}

.csp-u-font-18 {
    font-size: 18px;
}

.csp-u-color-primary-dark {
    color: #01265c;
}

.csp-u-border-0 {
    border: 0;
}

.csp-u-max-w-200 {
    max-width: 200px;
}

.csp-u-pb-0 {
    padding-bottom: 0;
}

.csp-u-mt-30 {
    margin-top: 30px;
}

.csp-u-mb-20 {
    margin-bottom: 20px;
}

.csp-u-pt-100 {
    padding-top: 100px;
}

.csp-u-obrigado-wrap {
    max-width: 760px;
    margin: 0 auto;
    padding: 20px 0 40px;
}

.csp-u-text-18-lh-17 {
    font-size: 18px;
    line-height: 1.7;
}

.csp-u-text-16-lh-17 {
    font-size: 16px;
    line-height: 1.7;
}

.csp-u-mt-35 {
    margin-top: 35px;
}

.csp-u-bg-rgb-247 {
    background-color: rgb(247, 247, 247);
}

.csp-u-reset-color-primary {
    margin: 0;
    padding: 0;
    color: var(--color-primary);
}

.csp-u-reset-mp {
    margin: 0;
    padding: 0;
}

.csp-u-reset-bold {
    margin: 0;
    padding: 0;
    font-weight: bolder;
}
/* END CSP utility classes lote 3 */

/* BEGIN CSP utility classes lote final */
.csp-u-ml-10 {
    margin-left: 10px;
}

.csp-u-header-blue {
    background: #3b6df6;
}

.csp-u-header-border-right {
    border-right: 1px solid #d1d1d1;
    margin-right: 10px;
}

.csp-u-btn-whatsapp-green {
    background: #33af23;
    border-color: #33af23;
}

.csp-u-w-100 {
    width: 100%;
}

.csp-u-gdoc-times-span {
    font-size: 12pt;
    font-family: "Times New Roman", serif;
    color: rgb(0, 0, 0);
    background-color: transparent;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-variant-alternates: normal;
    font-variant-position: normal;
    font-variant-emoji: normal;
    vertical-align: baseline;
    white-space-collapse: preserve;
}

.csp-u-gdoc-img-wrap-490x283 {
    border: none;
    display: inline-block;
    overflow: hidden;
    width: 490px;
    height: 283px;
}

.csp-u-mt-0-ml-0 {
    margin-left: 0;
    margin-top: 0;
}

.csp-u-reset-bold-bodytext {
    margin: 0;
    padding: 0;
    font-weight: bolder;
    color: rgb(33, 37, 41);
    font-family: roboto, sans-serif;
    font-size: 16px;
}

.csp-u-text-justify {
    text-align: justify;
}
/* END CSP utility classes lote final */

/* Ajuste da logo */

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand img,
.site-logo {
  max-height: 56px;
  width: auto;
  height: auto;
  display: block;
  transform: translateY(8px);
}


@media (max-width: 768px) {
  .navbar-brand img,
  .site-logo {
    max-height: 40px;
  }
}

