﻿img {
    width: auto; /* ignora o width do HTML para o visual */
    height: auto; /* ignora o height do HTML para o visual */
    max-width: 100%; /* nunca ultrapassa o container */
    display: block; /* evita espaços extras abaixo da imagem */
}

#header {
    position: relative !important;
}

.row-center {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

p, a, ul {
    font-family: "RadioCanadaRegular";
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 99 !important;
    bottom: 85px;
    right: 20px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    line-height: 53px;
}

.logo img {
    max-height: 50px;
}



@media (max-width:991px) {
    .float {
        position: fixed;
        width: 50px;
        height: 50px;
        line-height: 50px;
        z-index: 999 !important;
        bottom: 25px;
        right: 20px;
        background-color: #25d366;
        color: #FFF !important;
        border-radius: 50px;
        text-align: center;
        font-size: 23px;
        line-height: 50px;
    }

    .bootstrapiso .pbr-lgpd-2 .pbr-lgpd-4 #btnAccept, .bootstrapiso .pbr-lgpd-2 .pbr-lgpd-4 #btnManager {
        margin-bottom: 2px !important;
    }

    .btn-group-fab {
        z-index: 999 !important;
    }

    /*    .mobile-nav {
        z-index: 9999;
    }*/
}

.float:hover {
    opacity: 0.8;
}

@media (max-width:991px) {
    .whats-web {
        display: none !important;
    }

    .whats-mobile {
        display: block !important;
    }

    .display-mobile {
        display: block;
    }

    .display-web {
        display: none;
    }

    .btn-group-fab {
        z-index: 9999 !important;
    }
}

@media (min-width:992px) {
    .whats-web {
        display: block !important;
    }

    .whats-mobile {
        display: none !important;
    }

    .display-mobile {
        display: none;
    }

    .display-web {
        display: block;
    }
}

.containerCopyright {
    display: none !important;
}

#footer .copyright {
    margin-bottom: 0 !important;
}

.section {
    padding: 60px 0 !important;
}

#header {
    background: transparent !important;
    height: auto;
}


/*LOADING*/
.btnEnviar {
    background-color: #0071b2;
    color: #fff;
    border: 0 solid #015494;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    padding: 0.75em 1em;
    position: relative;
    margin-left: 2em;
    margin-right: 2em;
}

    .btnEnviar * {
        transition: opacity 0.3s ease-in;
    }

    .btnEnviar .loader {
        position: absolute;
        display: block;
        fill: transparent;
        top: calc(50% - 0.75rem);
        left: calc(50% - 0.75rem);
        width: 1.5rem;
        height: 1.5rem;
        animation: rotating 1.5s linear infinite;
        display: none;
        opacity: 0;
    }

    .btnEnviar.loading span {
        color: transparent;
        opacity: 0;
    }

    .btnEnviar.loading .loader {
        fill: transparent;
        display: block;
        opacity: 1;
    }

@-webkit-keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.alert .close {
    margin-left: 15px;
}

.img-center {
    margin: auto !important;
    display: block !important;
}

section {
    padding: 60px 0 !important;
}



#instagram {
    padding: 60px 0;
}

#insta img:hover, #insta video:hover {
    opacity: 0.9;
}

.insta-default {
    margin: auto;
    max-width: fit-content;
}

    .insta-default a {
        padding: 15px 30px;
        display: flex;
        background-color: #E33E5C;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        color: #FFF;
        border-radius: 4px;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;
        transition: all 0.3s;
        align-items: center;
    }

        .insta-default a:hover {
            box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.15);
            transition: all 0.3s;
        }

        .insta-default a i {
            color: #FFF;
            font-size: 18px;
            margin-right: 15px;
        }

.banner {
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
}

@media (min-width:1600px) {
    .banner {
        min-height: 85vh;
    }
}

.topbar {
    position: relative;
    margin-bottom: 20px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.opacity-button:hover {
    opacity: 0.7 !important;
}

.email-link {
    background: #DE2418 !important;
    color: #fff !important;
    padding: 10px 20px;
    margin-left: auto;
    display: block;
    max-width: fit-content;
    font-size: 20px;
    display: flex;
    align-items: center;
    height: 7vh;
}

body {
    font-family: Arquitecta !important;
    background: #ededed;
}

.topbar img {
    max-height: 40px;
    margin-right: 10px;
}

.menu-toggle .bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 4px 0;
    border-radius: 2px;
}

.dropdown-toggle::after {
    display: none !important;
}

.justify-contend-end {
    justify-content: end;
}

.menu-toggle .bar {
    background-color: #fff;
}

.menu-toggle {
    background-color: #000 !important;
    border: 0 !important;
}

a {
    text-decoration: none;
}

dropdown-menu.show {
    background: #fff !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #DE2418;
}

.btn-banner {
    background: #1c2281 !important;
    padding: 20px 40px !important;
    color: #fff !important;
    border-radius: 50px;
    margin: auto;
    display: block;
    max-width: fit-content;
    font-size: 18px;
    text-align: center;
}

.banner .section-header {
    max-width: 600px;
    width: 100%;
    margin: auto;
    display: block;
}


    .banner .section-header h2 {
        color: #fff !important;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: RadioCanadaBold !important;
}

.banner .section-header h2 b {
    font-family: ArquitectaBlack;
}

.banner .section-header h2 {
    font-size: 40px;
}

.banner .section-header p {
    font-size: 26px;
    color: #fff;
    line-height: 30px;
    padding-bottom: 0;
}

.container-blue {
    background: #1c2281;
    padding: 60px 30px;
    border-radius: 30px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.bg-red {
    background: #000;
    padding: 25px;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    margin: auto;
    margin-bottom: 20px;
}

.about-cols p {
    color: #fff;
    text-align: center;
}

.menu-with {
    padding-left: 30px;
    padding-right: 30px;
    min-height: 230px;
}

.menu-with-border {
    border-right: 2px solid #fff;
}

.color-blue {
    color: #1c2281 !important;
}

.color-red {
    color: #DE2418 !important;
}

.section-header h3::before, .section-header h3::after {
    display: none;
}

.section-header h3 {
    font-size: 40px;
    max-width: 700px;
    margin: auto;
    display: block;
    width: 100%;
}

.pBlue {
    font-size: 20px;
    font-family: ArquitectaBlack !important;
    margin-top: 20px;
}

.red-bg {
    background: #DE2418 !important;
    color: #fff !important;
    font-size: 30px;
    text-align: center;
    max-width: fit-content;
    padding: 20px;
    margin: auto;
    display: block;
    max-width: 400px;
    font-family: 'ArquitectaBold';
    line-height: 35px;
}

.img-bg {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    min-height: 250px;
}

#servicos .desc {
    background-color: #1c2281;
    text-align: center;
    color: #fff;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 18px;
}

.bg-blue {
    background: #1c2281;
    min-height: 150px;
}

.color-black {
    background: #000;
    color: #fff;
    padding: 6px 15px;
    font-size: 40px;
    margin-right: 5px;
}

.row800 {
    max-width: 600px;
    width: 100%;
    margin: auto
}

.img-marca {
    max-height: 100px;
    margin: auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#marcas h3 {
    font-size: 50px;
}



.btn-default {
    background: #24187f;
    color: #fff !important;
    display: block;
    padding: 10px 20px;
    max-width: 230px;
    width: 100% !important;
    font-size: 16px;
    margin: auto;
    border-radius: 25px;
    font-weight: 600;
    text-align: center;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    font-family: RadioCanadaRegular;
}

    .btn-default:hover {
        opacity: 0.7;
    }

.img-blog {
    min-height: 225px;
    max-height: 225px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    margin-bottom: 20px;
}

.box-titulo {
    background: #000;
    color: #fff;
    padding: 10px;
    margin-right: 100px;
    margin-bottom: 10px;
}

.box-descricao {
    background: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 20px;
}

.descricao {
    display: -webkit-box;
    -webkit-line-clamp: 8; /* número de linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    /* Remove margens internas de p e ul dentro da descrição */
    .descricao p,
    .descricao ul {
        margin: 0;
        padding: 0;
    }

.box-blog {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#footer .footer-top {
    background: #000;
}

#footer h3 {
    text-align: left;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
}

#footer .divisoria {
    display: block;
    margin-bottom: 15px;
}

#footer .footer-p {
    font-size: 18px;
}

#footer a {
    color: #fff !important;
}

.contato-page {
    padding-top: 17vh !important;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.bg-preto {
    background: #000;
}

.bg-contato {
    background-image: url('img/contato-bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.topbar-absolute {
    position: absolute;
    width: 100%;
    z-index: 9;
}

.contato-bg {
}

.menu-toggle {
    background: transparent !important;
}

.contato-page h3 {
    background: #000;
    padding: 0;
    text-align: left;
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: fit-content;
    margin-left: 0;
    border-radius: 25px;
}

.container-800 {
    max-width: 800px;
    width: 100%;
}

.contato-page .form-contato {
    background-color: rgba(217, 217, 217, 0.25);
    padding: 25px;
    border-radius: 25px;
}

.contato-page label {
    color: #fff;
    margin-bottom: 2px;
    font-size: 18px;
    margin-top: 10px;
}

.contato-page button {
    max-width: fit-content;
    margin: auto;
    margin-top: 20px;
    background: #000 !important;
    margin: auto;
    display: block;
    margin-top: 25px;
    text-transform: none;
    font-size: 20px;
    font-family: Arquitecta !important;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 200px;
    width: 100%;
    border: 0 !important;
}

.bg-preto {
    position: relative;
    overflow: hidden;
}

.bg-slideshow {
    position: absolute;
    inset: 0; /* top:0; left:0; right:0; bottom:0; */
    z-index: 0;
    overflow: hidden;
}

    .bg-slideshow .slide {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transition: opacity 1.5s ease-in-out;
        will-change: opacity;
    }

        .bg-slideshow .slide.active {
            opacity: 1;
            z-index: 1;
        }

/* conteúdo da seção fica acima */
.bg-preto > section.banner {
    position: relative;
    z-index: 2;
}


.bg-slideshow {
    position: absolute;
    inset: 0;
    z-index: 0;
}

    .bg-slideshow .overlay {
        position: absolute;
        inset: 0;
        background-color: rgba(0,0,0,0.8);
        z-index: 2;
        pointer-events: none;
    }

    .bg-slideshow .slide {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transition: opacity 1.5s ease-in-out;
        z-index: 1;
    }

        .bg-slideshow .slide.active {
            opacity: 1;
        }


.ul-socials img {
    max-height: 75px;
    padding: 10px;
}

.contato-2 p {
    color: #1c2281;
    font-size: 18px;
}

.ul-socials {
    display: flex;
    list-style: none;
    padding-inline-start: 0 !important;
}

.contato-2 .color-red {
    font-family: ArquitectaBlack !important;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 40px;
}

.contato-2 {
    background: #EDEDED !important;
}

.topo-page {
    min-height: 17vh;
    background: #000;
}

.pagination {
    display: flex;
    list-style: none;
    padding-left: 0;
}

    .pagination li {
        margin: 0 5px;
    }

        .pagination li a, .pagination li span {
            display: block;
            padding: 8px 12px;
            color: #007bff;
            text-decoration: none;
            border: 1px solid #dee2e6;
            border-radius: 4px;
        }

            .pagination li a:hover {
                background-color: #e9ecef;
            }

        .pagination li.active span {
            background-color: #007bff;
            color: white;
            border-color: #007bff;
        }

.blog-page .box-blog {
    margin-bottom: 50px;
}

/* Container centralizado */
.text-center .pagination {
    display: inline-flex;
    list-style: none;
    padding-left: 0;
    border-radius: 6px;
    overflow: hidden;
}

    /* Links da paginação */
    .text-center .pagination li a,
    .text-center .pagination li span {
        color: #000;
        padding: 8px 14px;
        text-decoration: none;
        border: 1px solid #000;
        font-weight: 500;
        transition: all 0.2s ease-in-out;
    }

        /* Hover */
        .text-center .pagination li a:hover {
            background-color: #000;
            color: #fff;
        }

    /* Página atual */
    .text-center .pagination li.active span {
        background-color: #000;
        color: #fff;
        border-color: #000;
    }

    /* Desabilitado */
    .text-center .pagination li.disabled span {
        color: #bbb;
        border-color: #ddd;
        background-color: #f9f9f9;
    }

.img-black {
    object-fit: contain;
    background: #000;
    padding: 25px;
}

.blog-page h3 {
    margin: auto !important;
    margin-bottom: 30px !important;
}

.img-blog-detalhes {
    max-height: 450px;
    margin: auto;
    display: block;
    margin-bottom: 60px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
}

.descricao-blog p, .descricao-blog ul {
    font-size: 18px;
    text-align: left;
}

.bg-contato .container-800 {
    padding-top: 60px;
}

@media (max-width:1537px) {
    .topbar-absolute .logo img {
        max-height: 40px;
    }

    .topbar-absolute .header-scrolled .logo img {
        max-height: 50px !important;
    }
}

@media (max-width:991px) {
    .topbar {
        display: none !important;
    }

    .topbar-absolute .logo img {
        max-height: 50px;
        padding: 10px;
    }

    #header.header-scrolled img {
        padding: 10px;
    }

    .banner .mt-5 {
        margin-top: 10px !important;
    }

    .menu-with-border {
        border-right: 0 !important;
    }

    #sobre {
        margin-left: 15px;
        margin-right: 15px;
    }

        #sobre .bg-red {
            margin-top: 25px;
        }

    .section-header h3 {
        font-size: 30px;
    }

    .red-bg {
        font-size: 25px;
    }

    #servicos .desc {
        margin-bottom: 30px;
    }

    .bg-blue {
        display: none;
    }

    #marcas h3 {
        font-size: 35px;
    }

    #marcas .color-black {
        font-size: 30px;
    }

    #blog h3 {
        margin: auto;
    }

    #footer h3 {
        text-align: left;
        color: #fff;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
        text-align: center;
    }

    #footer .footer-p {
        text-align: center;
    }

    .ul-socials {
        justify-content: center;
    }

    #header {
        min-height: 15vh !important;
        padding: 0 !important;
        background: #000 !important;
        display: flex;
        align-items: center;
    }

    .topo-page {
        display: none;
    }

    .blog-page .container {
        padding-top: 60px !important;
    }

    .contato-page {
        padding-top: 60px !important;
    }

        .contato-page h3 {
            margin: auto;
        }
}

.topbar {
    background: #d8af3b !important;
}

#header {
    background: rgb(28 34 129) !important;
    position: relative;
    padding: 15px 0 !important;
}

.header-scrolled {
    position: fixed !important;
}

.topbar {
    padding: 10px 0;
}

.logo img {
    max-height: 60px;
}

.mr-2 {
    margin-right: 30px !important;
}

.topbar .align-center svg {
    margin-right: 2px !important;
}

.topbar .align-center {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.topbar .text-right {
    justify-content: end;
}

.nav-menu > ul > li {
    padding: 15px !important;
}

    .nav-menu > ul > li a {
        color: #fff !important;
    }

.nav-menu {
    margin-left: auto;
}

#header {
    height: 15vh;
    display: flex;
    align-items: center;
}

@media (min-width:1600px) {

    #header {
        height: 10vh;
        display: flex;
        align-items: center;
    }
}

.topbar {
    display: flex;
    align-items: center;
}

.section .section-header h3 {
    color: #24187f;
    font-family: RadioCanadaBold !important;
    font-size: 35px;
    margin-bottom: 20px;
    max-width: 100%;
    text-align: left;
}

.section p {
    font-family: RadioCanadaRegular;
    color: #000;
    text-align: justify;
}

#quem-somos {
    background: #fff;
}

#nossa-historia p, #nossa-historia h3, #nossa-historia ul {
    color: #fff !important;
}

/*#nossa-historia {
    position: relative;*/ /* necessário para o ::before */
/*background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('assets/img/news/bg-hist.webp') !important;
}

    #nossa-historia::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);*/ /* overlay preto semitransparente */
/*z-index: 1;*/ /* fica acima do background mas abaixo do conteúdo */
/*}*/

/* Para o conteúdo dentro da seção não ficar por baixo do overlay */
/*#nossa-historia * {
        position: relative;
        z-index: 2;
    }*/

#nossa-historia .col-md-4 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

#nossa-historia img {
    max-height: 70px;
    margin-bottom: 25px !important;
}

#areas-de-atuacao {
    background: #fff;
}

    #areas-de-atuacao svg {
        font-size: 35px;
        text-align: center;
        display: block;
        margin: auto;
        margin-bottom: 25px;
        color: #000;
    }

    #areas-de-atuacao p {
        text-align: center;
        margin-bottom: 5px;
        color: #000 !important;
    }

.equipe-item {
    position: relative;
    height: 100vh; /* tamanho da imagem */
    overflow: hidden;
}

    .equipe-item .img-equipe {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.5s ease;
    }

    .equipe-item:hover .img-equipe {
        transform: scale(1.1); /* leve zoom ao passar o mouse */
    }

    .equipe-item .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(36, 24, 127, 0.9); /* overlay com opacidade */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
        opacity: 0;
        transition: opacity 0.5s ease;
        text-align: center;
        padding: 25px;
    }

    .equipe-item:hover .overlay {
        opacity: 1;
    }

.conteudo-oculto {
    max-width: 100% !important;
    width: 100%;
    margin: auto;
    display: block;
    padding-right: 25px;
    padding-left: 25px;
}

    .conteudo-oculto h4 {
        margin-bottom: 15px;
        text-align: left;
        font-size: 22px;
        font-family: RadioCanadaRegular !important;
    }

    .conteudo-oculto ul {
        padding: 0;
        margin: 0;
        text-align: left;
    }

        .conteudo-oculto ul li {
            margin-bottom: 5px;
            font-size: 12px;
        }

#equipe {
    padding-bottom: 0 !important;
    background: #d8af3b !important;
}

#footer {
    background: #d8af3b !important;
}

    #footer .footer-top {
        background: #e7e7e7 !important;
        padding: 40px 0 !important;
    }

.ul-socials img {
    max-height: 40px;
    padding: 5px;
    background: #24187f;
    margin: 5px;
    border-radius: 50%;
}

.img-logo-footer {
    max-width: 300px;
    width: 100%;
}

.color-red {
    color: #24187f !important;
    font-weight: 700;
}

footer p {
    color: #24187f !important;
    font-size: 16px !important;
}

#footer .copyright {
    font-size: 14px !important;
    color: #fff !important;
}

#footer .divisoria {
    font-size: 16px;
    margin-bottom: 0 !important;
}

#footer .footer-p {
    margin-bottom: 5px !important;
}

    #footer .footer-p a {
        color: #24187f !important;
    }

    #footer .footer-p a {
        font-size: 16px;
    }


footer .ul-socials {
    margin-bottom: 0 !important;
}

.box-footer {
    margin: auto;
    display: block;
    max-width: 275px;
    width: 100%;
}

.footer-p-2 a {
    font-size: 14px !important;
}

footer .ul-socials {
    justify-content: center;
}

#blog {
    background: #fff;
}


.boxBlog {
    padding: 30px;
    background: #ededed !important;
    border-radius: 20px;
    box-shadow: #878a8b 0 13px 20px -3px;
    margin-bottom: 25px !important;
}

    .boxBlog:hover {
        opacity: .7;
    }

.tituloNotice {
    font-weight: 700; /* deixa strong */
    font-size: 18px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* máximo 2 linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left !important;
    margin-bottom: 15px !important;
}

.descricao {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* mostra só 6 linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    /* força todos os elementos internos da descrição a terem o mesmo estilo */
    .descricao h1,
    .descricao h2,
    .descricao h3,
    .descricao h4,
    .descricao h5,
    .descricao h6,
    .descricao p,
    .descricao ul,
    .descricao ol,
    .descricao li {
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.6 !important;
        margin: 0;
        padding: 0;
        color: inherit;
        list-style-position: inside;
    }


/* força todas as colunas a terem a mesma altura */
#blog .row.row-center {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* todas com mesma altura */
}

    /* cada coluna ocupa espaço igual */
    #blog .row.row-center > [class*="col-"] {
        display: flex;
    }

/* o boxBlog cresce para preencher o espaço */
#blog .boxBlog {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* separa imagem e texto */
    background: #fff;
    height: 100%;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin-bottom: 25px !important;
}

/* imagem ocupa o topo */
#blog .img-blog {
    width: 100%;
    object-fit: cover;
}

/* texto ocupa o restante */
#blog .boxBlog .text {
    flex-grow: 1;
    padding: 15px;
}

/* hover suave opcional */
#blog .boxBlog:hover {
    transform: translateY(-5px);
}

.whats-button-wrapper {
    text-align: center;
    margin-top: 0px !important;
}

.whats-button-anim {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #25D366; /* verde WhatsApp */
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 1rem;
    box-shadow: 0 0 10px rgba(37, 211, 102, 0.5);
    transition: transform 0.2s ease-in-out;
    animation: whatsPulseAnim 2.5s infinite ease-in-out;
    display: block;
    width: 90%;
    margin: auto;
    max-width: 300px;
    margin-top: 10px !important;
}

    .whats-button-anim:hover {
        transform: scale(1.05);
        text-decoration: none;
        color: #fff !important;
        opacity: 0.8;
    }

@keyframes whatsPulseAnim {
    0% {
        box-shadow: 0 0 10px rgba(37, 211, 102, 0.5);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 20px rgba(37, 211, 102, 0.8);
        transform: scale(1.05);
    }

    100% {
        box-shadow: 0 0 10px rgba(37, 211, 102, 0.5);
        transform: scale(1);
    }
}

.areas-atuacao {
    background-color: #fafafa;
}

.box-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px 20px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

    .box-card i {
        font-size: 38px;
        margin-bottom: 10px;
        display: block;
    }

    .box-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    }

.area-titulo {
    font-size: 1.1rem;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.area-desc {
    font-size: 0.95rem;
    color: #555;
    min-height: 60px;
    margin-bottom: 15px !important;
}

.box-card ul {
    font-size: 13px !important;
    color: #000 !important;
    padding-left: 18px;
    margin-top: 10px;
    margin-bottom: 0 !important;
}


/* Responsivo */
@media (max-width: 767px) {
    .box-card {
        margin-bottom: 20px;
    }
}

.area-desc ul {
    color: #000;
}

.area-desc {
    font-size: 15px !important;
}

.areas-atuacao .box-card {
    box-sizing: border-box;
    height: auto;
    margin-top: 0;
}

.conteudo-oculto p, .conteudo-oculto ul {
    color: #fff !important;
    font-size: 13px !important;
    margin-bottom: 10px !important;
}

#equipe .btn-default {
    background: #cdb343 !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    font-family: "RadioCanadaRegular" !important;
    font-size: 14px;
    margin-top: 20px !important;
}

.modal h4 {
    color: #24187f !important;
}

.modal p, .modal ul {
    font-size: 14px;
    color: #000 !important;
    margin-bottom: 15px !important;
}

.toast-msg {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #1e73be;
    color: #fff;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    font-family: sans-serif;
    font-size: 14px;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 9999;
    display: none;
}

    .toast-msg.show {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }


form .form-group {
    margin-bottom: 20px !important;
}

form input {
    font-family: RadioCanadaRegular;
    height: 50px !important;
    box-shadow: none !important;
    outline: 0 !important;
    border: 2px solid #bebebe !important;
    border-radius: 15px !important;
    color: #000 !important;
    font-size: 14px;
}

form label {
    color: #fff !important;
    font-family: RadioCanadaRegular;
    margin-bottom: 3px !important;
}

form textarea {
    font-family: RadioCanadaRegular;
    box-shadow: none !important;
    outline: 0 !important;
    border: 2px solid #bebebe !important;
    border-radius: 15px !important;
    color: #000 !important;
    font-size: 14px;
}

form select {
    font-family: RadioCanadaRegular;
    box-shadow: none !important;
    outline: 0 !important;
    border: 2px solid #bebebe !important;
    border-radius: 15px !important;
    color: #000 !important;
    font-size: 14px;
    background: transparent !important;
    color: #fff !important;
    height: 50px !important;
}

#contato {
    background: #fff !important;
}

    #contato .iframe {
        height: 600px;
        width: 100% !important;
    }


.nav-menu > ul > li.active a {
    color: #d8af3b !important;
}

@media (max-width:991px) {
    .float {
        display: none !important;
    }

    .banner .section-header p {
        font-size: 18px;
        line-height: 22px;
    }

    .section .section-header h3 {
        font-size: 28px;
        text-align: center;
    }

    .topbar {
        display: none !important;
    }

    #header {
        position: fixed !important;
    }

    .banner {
        min-height: 100vh !important;
    }

    .equipe-item {
        height: auto !important;
        margin-bottom: 60px;
    }

        .equipe-item .img-equipe {
            height: 300px;
            border-radius: 25px;
        }

    .conteudo-oculto h4 {
        color: #fff;
        margin-top: 20px;
    }

    #contato {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

        #contato .iframe {
            height: 300px !important;
            margin-top: 40px;
        }

    .img-logo-footer {
        max-width: 200px;
        margin-bottom: 30px !important;
    }

    #footer .footer-p {
        margin-bottom: 15px !important;
    }

    .whats-button-anim {
        font-size: 14px !important;
    }

    .mobile-nav.d-lg-none {
        display: none !important;
    }
}


/* BOTÃO HAMBÚRGUER */
.mobile-nav-toggle {
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1100;
    position: relative;
    width: 35px;
    height: 25px;
}

    .mobile-nav-toggle .hamburger,
    .mobile-nav-toggle .hamburger::before,
    .mobile-nav-toggle .hamburger::after {
        content: "";
        display: block;
        background-color: #fff;
        height: 3px;
        width: 100%;
        border-radius: 2px;
        position: absolute;
        transition: all 0.3s ease;
    }

    .mobile-nav-toggle .hamburger {
        top: 50%;
        transform: translateY(-50%);
    }

        .mobile-nav-toggle .hamburger::before {
            top: -10px;
        }

        .mobile-nav-toggle .hamburger::after {
            bottom: -10px;
        }

    /* ANIMAÇÃO PARA O "X" */
    .mobile-nav-toggle.active .hamburger {
        background-color: transparent;
    }

        .mobile-nav-toggle.active .hamburger::before {
            transform: rotate(45deg);
            top: 0;
        }

        .mobile-nav-toggle.active .hamburger::after {
            transform: rotate(-45deg);
            bottom: 0;
        }

/* MENU LATERAL */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #222;
    color: #fff;
    padding-top: 70px;
    transition: left 0.3s ease;
    z-index: 1000;
}

    .mobile-menu.active {
        left: 0;
    }

    .mobile-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .mobile-menu ul li {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

            .mobile-menu ul li a {
                display: block;
                padding: 15px 20px;
                color: #fff;
                text-decoration: none;
                transition: background 0.3s;
            }

                .mobile-menu ul li a:hover {
                    background: rgba(255, 255, 255, 0.1);
                }

/* SOBREPOSIÇÃO ESCURA */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 900;
}

    .menu-overlay.active {
        display: block;
    }


#header {
    background: transparent !important;
    display: block;
    height: auto;
    background-color: transparent !important;
}

.topbar {
    background-color: transparent !important;
    position: relative !important;
}

.banner {
    min-height: 100vh;
}

.topbar {
    background-color: transparent !important;
    height: auto !important;
    z-index: 9;
    margin-bottom: 0px;
    padding: 15px 0;
}

#header.header-scrolled {
    position: fixed !important;
    background: rgb(28 34 129) !important;
}

.header-top {
    position: absolute !important;
    width: 100%;
}

.topbar .row {
    width: 100%;
}

.topbar a {
    color: #fff !important;
}

.mr-3 {
    margin-right: 30px !important;
}

/* ESCONDER NAV NORMAL NO MOBILE */
@media (max-width: 991px) {
    .nav-menu {
        display: none !important;
    }

    .mobile-menu img {
        max-height: 60px;
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .mobile-nav-toggle {
        width: 25px;
        margin-right: 15px;
    }

    .logo img {
        max-height: 50px;
    }

    #header {
        height: auto;
        display: flex;
        align-items: center;
        padding: 10px 0 !important;
        min-height: auto !important;
    }

        #header.header-scrolled img {
            padding: 0 !important;
        }

    .mobile-menu {
        background: #24187f;
        color: #fff;
        padding-top: 25px;
    }

        .mobile-menu ul li a {
            font-size: 14px;
        }

    .equipe-item:hover .img-equipe {
        transform: none !important;
    }
}


/* Estilo base do botão */
#btnEnviar {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

    /* Quando estiver em loading */
    #btnEnviar.loading {
        color: transparent !important; /* Esconde o texto */
        pointer-events: none; /* Evita múltiplos cliques */
    }

        /* Spinner */
        #btnEnviar.loading::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 22px;
            height: 22px;
            border: 2px solid #fff;
            border-top-color: transparent;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            animation: spin 0.8s linear infinite;
        }

/* Animação de rotação */
@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

#estrutura {
    padding: 60px 0;
}

.img-estrutura {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

    .img-estrutura:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

@media (max-width: 768px) {
    .img-estrutura {
        height: 140px;
    }
}

.icon-wrap i {
    font-size: 30px;
    color: #000;
}

.titulo-area {
    font-weight: 600;
    margin-bottom: 10px;
}

/* botao */
.btn-azul {
    background: rgb(28, 34, 129) !important;
    color: #fff !important;
    border-radius: 6px;
    padding: 8px 18px;
    margin-top: 10px !important;
}

/* modal */
.modal-azul {
    background: rgb(28, 34, 129) !important;
    color: #fff !important;
    border-radius: 12px;
    overflow: hidden;
}

    .modal-azul .modal-header {
        border-bottom: 1px solid rgba(255,255,255,.15);
        padding: 20px;
    }

    .modal-azul .modal-footer {
        border-top: 1px solid rgba(255,255,255,.15);
    }

    .modal-azul .modal-body {
        max-height: 65vh;
        overflow-y: auto;
        padding: 25px;
    }

        /* scroll bonito */
        .modal-azul .modal-body::-webkit-scrollbar {
            width: 8px;
        }

        .modal-azul .modal-body::-webkit-scrollbar-thumb {
            background: rgba(255,255,255,.3);
            border-radius: 10px;
        }

#areas-de-atuacao p {
    text-align: left !important;
}

.box-atuacao h4 {
    color: #000 !important;
}

/*.descricao-text {
    font-size: 15px;
}*/

.banner-page {
    min-height: 45vh !important;
}

    .banner-page h3 {
        color: #fff !important;
    }

    .banner-page .container {
        position: absolute;
        bottom: 25px;
    }

.areas-atuacao .btn-default {
    margin-left: 0 !important;
    background: #fff;
    border: 2px solid #000 !important;
    color: #000 !IMPORTANT
}

    .areas-atuacao .btn-default:hover {
        margin-left: 0 !important;
        background: #000 !important;
        border: 2px solid #000 !important;
        color: #FFF !IMPORTANT;
        opacity: 1 !important;
    }

.banner-page .section-header {
    width: 100%;
    max-width: 100%;
}

    .banner-page .section-header h3 {
        width: 100%;
        max-width: 100%;
    }

#detalhes-areas-de-atuacao ul {
    margin-bottom: 2rem;
    color: #000;
}

#detalhes-areas-de-atuacao .pBold {
    max-width: fit-content;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    margin-top: 45px !important;
}

.banner-contato {
    min-height: 100vh !important;
}

.iframe {
    width: 100%;
    height: 400px !important;
    margin-bottom: -10px;
}


.banner-contato .container {
    margin-top: 120px !important;
    position: relative;
    bottom: initial !important;
}

.banner-contato h3 {
    text-align: left !important;
    font-size: 30px;
}

.contatos a {
    color: #fff;
    display: block;
    max-width: fit-content;
    margin-bottom: 10px;
}

.banner-contato .btn-default {
    margin-left: 0;
    margin-top: 20px;
    background: transparent;
    border: 2px solid #fff !important;
}

.banner-contato form .btn-default {
    margin-top: 5px !important;
}

.banner-contato .btn-default:hover {
    background: #fff !important;
    opacity: 1 !important;
    color: #000 !important;
}

.banner-contato form input {
    background: transparent;
    background-color: transparent !important;
    color: #fff !important;
}

    .banner-contato form input::placeholder, .banner-contato form textarea::placeholder {
        color: #fff !important;
    }

.banner-contato form textarea {
    background: transparent;
    background-color: transparent !important;
    color: #fff !important;
}

.img-equipe {
    max-height: 465px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 15px;
}

#nosso-time h4 {
    color: #000;
}

#nosso-time ul {
    color: #000;
}

#nosso-time .col-md-4 p {
    margin-bottom: 15px;
}

.img-equipe {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

    .img-equipe:hover {
        filter: grayscale(0%);
    }

#nosso-time {
    background: #fff;
}

    #nosso-time .col-md-4 {
        padding-left: 20px;
        padding-right: 20px;
    }

.img-equipe-ban {
    border-radius: 0px 0px 80px 0px;
}

.saiba-mais {
    background: #fff;
    border: 2px solid #000 !important;
    color: #000 !IMPORTANT;
    display: block;
    padding: 10px 20px;
    max-width: 230px;
    width: 100% !important;
    font-size: 16px;
    margin: auto;
    border-radius: 25px;
    font-weight: 600;
    text-align: center;
    outline: none !important;
    box-shadow: none !important;
    margin-left: 0 !important;
}

    .saiba-mais:hover {
        background: #000 !important;
        color: #fff !important;
    }

.banner-quem-somos {
}

.bg-slideshow-2 .slide {
    background-position: top center !important;
}

.banner-quem-somos p {
    color: #fff !important;
    margin-bottom: 20px !important;
}

.buttons {
    display: flex;
    max-width: fit-content;
}

    .buttons a {
        margin-right: 15px;
        width: 100%;
        max-width: fit-content;
    }

#nossa-historia h4 {
    color: #fff;
    text-align: center !important;
    font-size: 30px;
}

.blog-page .box-titulo {
    background-color: transparent !important;
    margin-right: 0 !important;
    color: #000;
    padding: 0;
}

.box-titulo p {
    font-size: 18px !important;
    color: #000;
    margin-bottom: 0 !important;
    font-weight: 600;
    line-height: 25px;
}

.h3-noticias {
    font-size: 26px !important;
}

.blog-page small {
    color: #000
}

.descricao-blog p, .descricao-blog ul {
    color: #000;
    font-size: 16px;
}

#txtDesejo {
    background: transparent;
    color: #fff;
}

    /* deixa o fundo do OPTION mais clean no desktop */
    #txtDesejo option {
        background: transparent !important; /* transparente */
        color: #333;
    }

.input-file-transparente {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 45px;
    cursor: pointer;
}

/* Botão visível */
.btn-arquivo {
    display: block;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: transparent;
    color: #555;
    cursor: pointer;
}

.nome-arquivo {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #444;
}

.areas-home .btn-default {
    padding: 5px 10px !important;
    max-width: 150px !important;
    font-size: 15px !important;
}

.areas-home .titulo-area {
    font-size: 15px !important;
}

.pHome {
    font-family: 'RadioCanadaBold' !important;
}

i {
    font-family: RadioCanadaItalic;
}

.nav-menu a {
    font-family: 'RadioCanadaBold' !important;
}

.blog-page h3 {
    max-width: 100% !important;
}

.blog-page {
    padding-top: 120px;
}

@media(max-width:991px) {
    .mobile-menu {
        max-height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 80px;
    }

    #quem-somos .saiba-mais {
        margin: auto !important;
        display: block;
        margin-bottom: 30px !important;
    }

    .box-atuacao .d-flex {
        flex-direction: column;
        align-items: center !important;
        text-align: center;
    }

    .box-atuacao .icon-wrap {
        margin-right: 0 !important;
        margin-bottom: 10px;
        font-size: 32px; /* opcional, só destaca no mobile */
    }

    .box-atuacao h4.titulo-area {
        width: 100%;
        text-align: center;
    }

    .box-atuacao .btn-default {
        margin-top: 15px;
    }

    #areas-de-atuacao svg {
        margin-bottom: 10px !important;
        font-size: 25px !important;
    }

    #areas-de-atuacao .btn-default {
        display: block;
        margin: auto;
        margin-right: auto;
        margin-left: auto !important;
    }

    .box-atuacao h4.titulo-area {
        font-size: 18px !important;
    }

    #areas-de-atuacao p {
        text-align: justify !important;
    }

    .iframe {
        height: 300px !important;
    }

    .banner-contato .container {
        margin-top: 60px !important;
        text-align: center;
    }

    .banner-contato p {
        text-align: center !important;
    }

    .banner-contato a {
        display: block;
        text-align: center !important;
        margin: auto;
        margin-bottom: 10px;
    }

    .banner-page .section-header h3 {
        text-align: center !important;
    }

    .banner-contato .btn-default {
        margin: auto !important;
        display: block !important;
        margin-bottom: 40px !important;
    }

    .img-equipe {
        filter: none !important;
        max-height: 400px !important;
        border-radius: 15px;
        width: 100%;
        object-position: top center;
        margin-top: 30px !important;
    }

    #nossa-historia p, #nossa-historia ul {
        text-align: justify !important;
    }

    #blog .boxBlog {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .buttons {
        display: block !important;
        width: 100%;
        max-width: 100%;
    }

        .buttons a {
            margin: auto !important;
            display: block !important;
            margin-top: 20px !important;
            margin-bottom: 0 !important;
        }
}
