﻿body {
    font-family: PoppinsRegular;
}

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 */
}

.row-center {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

p, a, ul {
    font-family: PoppinsRegular;
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 99 !important;
    bottom: 20px;
    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;
}


/*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: 100vh;
}


.topbar {
    background: transparent;
    position: relative;
}

.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: #131313 !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: #131313 !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: AntonioRegular;
}

.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: #131313;
    padding: 60px 30px;
    border-radius: 30px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.bg-red {
    background: #FF454B;
    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: #131313 !important;
}

.color-red {
    color: #DE2418 !important;
}

.section-header h3::before, .section-header h3::after {
    display: none;
}

.section-header h3 {
    font-family: AntonioRegular;
    font-size: 45px;
    max-width: 100%;
    color: #fff;
    text-transform: none !important;
    text-align: left;
    font-weight: normal;
    line-height: 55px;
}

.banner .section-header {
    max-width: 100% !important;
}

.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;
    line-height: 35px;
}

.img-bg {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    min-height: 250px;
}

#servicos .desc {
    background-color: #131313;
    text-align: center;
    color: #fff;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 18px;
}

.bg-blue {
    background: #131313;
    min-height: 150px;
}

.color-black {
    background: #131313;
    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: #FF454B;
    color: #fff !important;
    display: block;
    padding: 12px 35px;
    max-width: 230px;
    width: 100% !important;
    font-size: 15px;
    margin: auto;
    border-radius: 20px;
    font-weight: 600;
    text-align: center;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    font-family: PoppinsBold;
}

    .btn-default:hover {
        opacity: 0.7;
    }

.img-blog {
    min-height: 225px;
    max-height: 225px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}

.box-titulo {
    background: #FF454B;
    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: #131313;
}

#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: #131313;
}

.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;
}

.box-cases {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 400px;
    padding: 25px;
    border-radius: 25px;
    overflow: hidden;
    border: 0.1px solid #fff;
    max-width: 335px;
    margin: auto;
    width: 100%;
}

    /* Overlay inferior forte e suave */
    .box-cases::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.15) 60%, rgba(0, 0, 0, 0.35) 75%, rgba(0, 0, 0, 0.55) 88%, rgba(0, 0, 0, 0.75) 100% );
        pointer-events: none;
        border-radius: inherit;
    }

    /* Fade lateral forte */
    .box-cases::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( to right, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.35) 100% );
        pointer-events: none;
        border-radius: inherit;
    }

    /* 🔥 Borda decorativa em 2 L (topo esquerdo e topo direito) */
    .box-cases .border-l,
    .box-cases .border-r {
        position: absolute;
        top: 0;
        width: 50%;
        height: 1px;
        background: #fff;
        z-index: 3; /* acima dos fades */
    }

    /* L horizontal */
    .box-cases .border-l {
        left: 0;
    }

    .box-cases .border-r {
        right: 0;
    }

        /* L vertical */
        .box-cases .border-l::after,
        .box-cases .border-r::after {
            content: "";
            position: absolute;
            top: 0;
            width: 1px;
            height: 50%; /* desce metade */
            background: #fff;
        }

    .box-cases .border-l::after {
        left: 0;
    }

    .box-cases .border-r::after {
        right: 0;
    }

/* Descrição no rodapé */
.descriocao-case {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 4;
}

.box-cases h3 {
    color: #fff !important;
    font-family: PoppinsBold;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.descriocao-case p {
    text-align: left !important;
    font-size: 13px;
    margin-bottom: 0;
    color: #fff;
}

.menu-toggle {
    background: transparent !important;
}

.contato-page h3 {
    background: #FF454B;
    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: #FF454B !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: top 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: #131313;
    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: auto;
    background: #131313;
    padding: 25px 0 !important;
}

    .topo-page img {
        max-height: 50px;
    }

.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: #FF454B;
        padding: 8px 14px;
        text-decoration: none;
        border: 1px solid #FF454B;
        font-weight: 500;
        transition: all 0.2s ease-in-out;
    }

        /* Hover */
        .text-center .pagination li a:hover {
            background-color: #FF454B;
            color: #fff;
        }

    /* Página atual */
    .text-center .pagination li.active span {
        background-color: #FF454B;
        color: #fff;
        border-color: #FF454B;
    }

    /* Desabilitado */
    .text-center .pagination li.disabled span {
        color: #bbb;
        border-color: #ddd;
        background-color: #f9f9f9;
    }

.img-black {
    object-fit: contain;
    background: #131313;
    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: #131313 !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 {
    height: 5vh;
    display: flex;
    align-items: center;
}

.section .section-header h3 {
    color: #FF454B;
    font-size: 35px;
    margin-bottom: 20px;
    max-width: 100%;
    text-align: left;
}

.section p {
    color: #131313;
    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: 50px;
        text-align: center;
        display: block;
        margin: auto;
        margin-bottom: 25px;
        color: #d8af3b;
    }

    #areas-de-atuacao p {
        text-align: center;
        margin-bottom: 10px;
    }

.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;
    }

    .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: #FF454B;
    margin: 5px;
    border-radius: 50%;
}

.img-logo-footer {
    max-width: 300px;
    width: 100%;
}

.color-red {
    color: #FF454B !important;
    font-weight: 700;
}

footer p {
    color: #FF454B !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: #FF454B !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: 0;
    background: #fff !important;
    border-radius: 0;
    box-shadow: #878a8b 0 13px 20px -3px;
}

    .boxBlog:hover {
        opacity: .7;
    }

.tituloNotice {
    font-size: 16px;
    line-height: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* máximo 2 linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left !important;
    margin-bottom: 15px !important;
}


/* 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;
}

/* imagem ocupa o topo */
#blog .img-blog {
    width: 100%;
    object-fit: cover;
    margin-bottom: 5px !important;
}

/* texto ocupa o restante */
#blog .boxBlog .text {
    flex-grow: 1;
    padding: 20px;
}

/* 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: #131313 !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: #131313;
}

.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-size: 14px;
    margin-top: 20px !important;
}

.modal h4 {
    color: #FF454B !important;
}

.modal p, .modal ul {
    font-size: 14px;
    color: #131313 !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 {
    height: 50px !important;
    box-shadow: none !important;
    outline: 0 !important;
    border: 2px solid #bebebe !important;
    border-radius: 15px !important;
    color: #131313 !important;
    font-size: 14px;
}

form textarea {
    box-shadow: none !important;
    outline: 0 !important;
    border: 2px solid #bebebe !important;
    border-radius: 15px !important;
    color: #131313 !important;
    font-size: 14px;
}

#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;
    }

/* 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: #FF454B;
        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;
    }
}

.imagens-banner {
    display: flex;
    align-items: center;
}

    .imagens-banner .logo {
        margin-right: 35px;
    }

.certificacoes {
    display: flex;
    align-items: center;
}

    .certificacoes img {
        margin-left: 7.5px;
        margin-right: 7.5px;
        max-height: 45px;
        border-radius: 7px;
    }

.banner p {
    color: #fff;
}

p b {
    font-family: PoppinsBold;
}

.color-red {
    color: #FF454B !important;
}

.banner .p2 {
    font-size: 14px !important;
}

.banner .btn-default {
    margin-left: 0;
    display: flex;
    max-width: fit-content;
    width: 100% !important;
    align-items: center;
    margin-top: 40px !important;
}

    .banner .btn-default img {
        margin-left: 15px;
    }

.banner {
    position: relative;
}

.img-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
    display: block;
}

#section-2 {
    color: #fff !important;
    background: #131313 !important;
}

.bg-preto {
    background: #131313;
}

#section-2 li {
    color: #fff !important;
}


.stats-list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 0; /* usamos padding internamente para espaçamento uniforme */
    padding: 0;
    margin: 0;
}

    .stats-list li {
        flex: 1; /* garante larguras iguais */
        text-align: center;
        padding: 15px 24px; /* espaço interno igual à esquerda e direita */
        box-sizing: border-box;
        position: relative;
    }

        /* aplica a linha vermelha entre os itens — fica sempre na mesma posição entre colunas */
        .stats-list li + li {
            border-left: 2px solid #FF454B;
        }

    /* estilo dos números/titulos */
    .stats-list .title {
        font-size: 40px;
        color: #fff;
        margin-bottom: 5px;
        display: flex;
        justify-content: center;
        gap: 6px;
        align-items: center;
        font-family: AntonioRegular !important;
    }

        /* cor do + ou destaque adicional (se quiser) */
        .stats-list .title small {
            color: #fff;
        }

    /* descrição */
    .stats-list span {
        color: #fff;
        display: block;
    }

/* mobile: empilha e remove as bordas verticais */
@media (max-width: 768px) {
    .stats-list {
        flex-direction: column;
    }

        .stats-list li + li {
            border-left: none;
            border-top: 2px solid #FF454B;
            padding-top: 18px;
            margin-top: 18px;
        }

        .stats-list li {
            padding: 0 8px;
        }
}

.img-bottom {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
    animation: pulse 2s infinite ease-in-out;
}

/* Efeito de pulsar suave */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05); /* aumenta só um pouquinho */
    }
}

.img-bottom {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

    .img-bottom:hover {
        transform: scale(1.08);
    }

    .img-bottom:hover {
        transform: scale(1.08);
        filter: drop-shadow(0 0 6px rgba(0,0,0,0.2));
    }

.span-2 {
    font-size: 14px;
}

#section-3 {
    background: #ebebec !important;
}

    #section-3 h3 {
        color: #131313 !important;
        font-size: 50px;
    }

p.borded {
    color: #FF454B;
    font-size: 18px;
    border: 1px solid;
    padding: 10px 25px !important;
    max-width: fit-content;
    border-radius: 25px;
}

.section-4 {
    background: #131313 !important;
    position: relative;
}

.bg-case {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
}

.ul-cases {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .ul-cases .case-item {
        display: flex;
        align-items: center;
        cursor: pointer;
        margin-bottom: 15px;
        transition: all 0.3s ease;
    }

        .ul-cases .case-item .dot {
            width: 20px;
            height: 20px;
            flex: 0 0 20px; /* impede o flex de esticar o elemento */
            border-radius: 50%;
            background-color: #FF454B;
            margin-right: 15px;
            transition: transform 0.3s ease;
        }

        .ul-cases .case-item .case-title {
            font-size: 18px;
            color: #333;
            transition: color 0.3s ease;
        }


.case-content {
    display: none;
    background-size: cover;
    background-position: center;
    padding: 30px;
    color: #fff;
    border-radius: 12px;
    min-height: 500px;
    position: relative;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

    .case-content.active {
        display: flex;
        opacity: 1;
        animation: fadeIn 0.5s ease-in-out;
        align-items: center;
    }

/*
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}*/

.ul-cases p {
    color: #fff !important;
    margin-bottom: 0 !important;
    font-size: 16px;
    font-weight: 300 !important;
}

    .ul-cases p strong, .ul-cases p b {
        font-weight: 600 !important;
    }

.ul-cases li {
    margin-bottom: 30px !important;
}

.case-item {
    background: linear-gradient( 90deg, rgba(28, 28, 28, 0.8) 0%, /* cinza escuro com 80% de opacidade */
    rgba(255, 69, 75, 0.2) 100% /* vermelho com 20% de opacidade */
    );
    border-radius: 10px;
    padding: 10px 15px;
    transition: background 0.3s ease;
}

.section-4 .section-header p {
    color: #fff;
    margin-bottom: 5px !important;
    padding-bottom: 0 !important;
    text-align: center;
    font-size: 18px !important;
    letter-spacing: 2px;
}

.section-4 .section-header h3 {
    text-align: center;
    color: #FF454B !important;
    font-size: 45px !important;
    text-transform: uppercase !important;
    margin-bottom: 50px !important;
}

.section-4 p {
    color: #fff !important;
}

.arrow-down {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 40px solid #ebebec; /* cor da section anterior */
}

    /* Cria uma área “clicável” e visível pra posicionar o ícone */
    .arrow-down svg {
        position: absolute;
        top: -28px; /* ajusta verticalmente para dentro da seta */
        left: 50%;
        transform: translateX(-50%);
        color: #FF454B;
        font-size: 18px; /* tamanho do ícone */
    }


.section-4 {
    padding-top: 100px !important;
}

.nemora {
    position: relative; /* necessário para o posicionamento absoluto funcionar */
    display: inline-block;
}

    .nemora img {
        display: block;
        max-width: 100%;
        height: auto;
        border-radius: 25px;
    }

        .nemora img.desc {
            position: absolute;
            bottom: 30px;
            right: -120px;
            z-index: 2;
            max-width: 340px;
        }

#section-5 h3 {
    color: #131313;
    font-size: 60px !important;
    line-height: 75px !important;
}

.oculto {
    display: none;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-continuar {
    background-color: transparent !important;
    color: #989898;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
    border: 1px solid #989898 !important;
    font-family: PoppinsRegular !important;
    margin-left: auto;
    display: block;
    font-size: 14px !important;
    box-shadow: none;
    outline: none;
}

#section-6 {
    background: #131313 !important;
}

    #section-6 .btn-default, #section-7 .btn-default, #blog .btn-default, #depoimentos .btn-default {
        margin-left: 0;
        display: flex;
        max-width: fit-content;
        width: 100% !important;
        align-items: center;
        margin-top: 20px !important;
        margin: auto;
        justify-content: center;
    }

        #section-6 .btn-default img, #section-7 .btn-default img, #blog .btn-default img, #depoimentos .btn-default img {
            margin-left: 15px;
        }

    #section-6 p {
        color: #fff !important;
        text-align: center !important;
    }

    #section-6 h3 {
        text-align: center;
        color: #FF454B !important;
        font-size: 45px !important;
        text-transform: uppercase !important;
        margin-bottom: 5px !important;
    }

.max-600 {
    max-width: 700px;
    width: 100%;
    margin: auto;
    display: block;
}

.max-300 {
    max-width: 350px;
    width: 100%;
    margin: auto;
    display: block;
}

#section-6 hr {
    border: 1.8px solid #FF454B;
    opacity: 1;
    max-width: 60px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}




/*// carousel
*/
.carousel-depoimentos {
    width: 100%;
    position: relative;
    padding: 60px 0;
}

    /* Garante que o slick não esconda os laterais */
    .carousel-depoimentos .slick-list {
        overflow: visible !important;
    }

    /* Força espaçamento real */
    .carousel-depoimentos .slick-track {
        display: flex !important;
    }

    .carousel-depoimentos .slick-slide {
        margin: 0 10px; /* 20px total entre slides */
        transition: all 0.3s ease;
    }

/* Caixa do depoimento */
.box-depoimento {
    background: #1D1D1D;
    color: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.4s ease;
}

/* Imagem circular */
.carousel-depoimentos img {
    width: 100px;
    height: 100px;
    object-fit: contain !important;
    background: #fff;
    margin: auto;
    border: 2px solid;
}

/* Todos inicialmente 50% opacos */
.carousel-depoimentos .slick-slide .box-depoimento {
    opacity: 0.5;
}

/* O central fica 100% */
.carousel-depoimentos .slick-center .box-depoimento {
    opacity: 1;
    transform: scale(1.05);
}

/* Flechas */
.carousel-depoimentos .slick-prev,
.carousel-depoimentos .slick-next {
    background: #FF454B;
    color: #fff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border: none;
}


/* Flecha esquerda entre 2 e 3 */
.carousel-depoimentos .slick-prev {
    left: 35%;
}

/* Flecha direita entre 3 e 4 */
.carousel-depoimentos .slick-next {
    right: 35%;
}

/* Dots */
.carousel-depoimentos .slick-dots {
    bottom: -35px;
}

    .carousel-depoimentos .slick-dots li button:before {
        font-size: 12px;
        color: #999;
        opacity: 1;
    }

    .carousel-depoimentos .slick-dots li.slick-active button:before {
        color: #FF454B;
    }

.carousel-depoimentos {
    position: relative;
    width: 100%;
}

    .carousel-depoimentos .slick-prev,
    .carousel-depoimentos .slick-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
        background: #fff;
        border-radius: 50%;
        border: none;
        width: 45px;
        height: 45px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .carousel-depoimentos .slick-prev i,
        .carousel-depoimentos .slick-next i {
            font-size: 20px;
            color: #FF454B;
        }

    /* seta esquerda entre 1 e 2 */
    .carousel-depoimentos .slick-prev {
        left: 20%;
    }

    /* seta direita entre 4 e 5 */
    .carousel-depoimentos .slick-next {
        right: 20%;
    }

.carousel-depoimentos {
    overflow: hidden; /* impede rolagem lateral */
    width: 100%;
    margin: 0 auto;
}

    .carousel-depoimentos .slick-list {
        overflow: visible !important; /* deixa ver os opacos laterais */
    }

    .carousel-depoimentos .slick-track {
        display: flex !important;
        align-items: stretch;
    }

    .carousel-depoimentos .slick-slide {
        margin: 0 10px; /* separação entre slides */
        box-sizing: border-box;
    }

    .carousel-depoimentos .box-depoimento {
        transition: opacity 0.3s ease;
        background: #1D1D1D;
        text-align: center;
        padding: 20px;
        border-radius: 10px;
    }

    .carousel-depoimentos img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        margin: 0 auto;
        border-radius: 50%;
    }

/* container ocupa 100% e corta overflow da página (sem rolagem horizontal) */
.carousel-depoimentos {
    width: 100%;
    position: relative;
    overflow: hidden; /* evita scroll lateral da página */
}

    /* slick internals */
    .carousel-depoimentos .slick-list {
        overflow: visible; /* permite ver os cantos parcialmente */
    }

    .carousel-depoimentos .slick-track {
        display: flex !important;
        align-items: stretch;
    }

    /* espaçamento real entre slides: 10px left + 10px right = 20px */
    .carousel-depoimentos .slick-slide {
        box-sizing: border-box;
        padding: 0 10px;
    }

    /* card */
    .carousel-depoimentos .box-depoimento {
        background: #1D1D1D;
        color: #fff;
        border-radius: 12px;
        padding: 20px;
        text-align: center;
        transition: opacity 0.28s ease, transform 0.28s ease;
        /* valor inicial será sobrescrito pelo JS, mas mantém fallback */
        opacity: 0.6;
        transform: scale(0.97);
    }

        /* imagem 100x100 */
        .carousel-depoimentos .box-depoimento img {
            width: 100px;
            height: 100px;
            object-fit: cover;
            border-radius: 50%;
            display: block;
            margin: 0 auto 10px;
        }

    /* central destacado (a classe slick-center continuará existindo, mas opacidade é controlada pelo JS) */
    .carousel-depoimentos .slick-center .box-depoimento {
        /* pequena correção visual caso JS não tenha rodado ainda */
        opacity: 1;
        transform: scale(1);
    }

    /* arrows base */
    .carousel-depoimentos .slick-prev,
    .carousel-depoimentos .slick-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: none;
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: #FF454B;
        color: #fff;
    }

    /* ajuste: posicione as setas mais internas (entre 1/2 e 4/5) */
    .carousel-depoimentos .slick-prev {
        left: calc(17% + 39px);
    }
    /* ajuste fino se necessário */
    .carousel-depoimentos .slick-next {
        right: calc(17% + 36px);
    }

    /* dots: garantir visibilidade e centralização */
    .carousel-depoimentos .slick-dots {
        display: flex !important;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 16px 0 0 0;
        position: relative;
        z-index: 6;
    }

        .carousel-depoimentos .slick-dots li {
            margin: 0 6px;
        }

            .carousel-depoimentos .slick-dots li button:before {
                font-size: 10px;
                color: #999;
                opacity: 1;
            }

            .carousel-depoimentos .slick-dots li.slick-active button:before {
                color: #FF454B;
            }

.box-depoimento {
    min-height: 320px;
    transform: scale(1) !important;
    opacity: 1 !important;
}

.slick-prev:before, .slick-next:before {
    color: #FF454B !important;
}

.carousel-depoimentos .slick-prev, .carousel-depoimentos .slick-next {
    background: transparent;
    width: auto;
    height: auto;
    opacity: 1 !important;
}

.slick-prev:before, .slick-next:before {
    opacity: 1 !important;
    font-size: 35px;
}

.slick-prev:hover, .slick-next:hover {
    opacity: 0.7 !important;
}

.carousel-depoimentos {
    max-width: 1900px !important;
    width: 100%;
}

    /* dots: garantir visibilidade e centralização */
    .carousel-depoimentos .slick-dots {
        display: flex !important;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 16px 0 0 0;
        position: relative;
        z-index: 6;
    }

        .carousel-depoimentos .slick-dots li {
            margin: 0 6px;
        }

            /* deixa o botão dos dots maior e em formato de traço */
            .carousel-depoimentos .slick-dots li button {
                width: 28px;
                height: 4px;
                border-radius: 2px;
                background-color: #999;
                border: none;
                padding: 0;
                transition: background-color 0.3s ease;
            }

                /* remove o ícone padrão do slick */
                .carousel-depoimentos .slick-dots li button:before {
                    display: none;
                }

            /* dot ativo */
            .carousel-depoimentos .slick-dots li.slick-active button {
                background-color: #FF454B;
            }


/* Entre 992px e 1199px → 3 slides visíveis, setas mais nas extremidades */
@media (max-width: 1199px) and (min-width: 992px) {
    .carousel-depoimentos .slick-prev {
        left: 0;
    }

    .carousel-depoimentos .slick-next {
        right: 0;
    }
}

/* Entre 768px e 991px → 2 slides visíveis, setas ainda mais nas bordas */
@media (max-width: 991px) and (min-width: 768px) {
    .carousel-depoimentos .slick-prev {
        left: 0;
    }

    .carousel-depoimentos .slick-next {
        right: 0;
    }
}

/* Mobile (<768px) → 1 slide visível, setas coladas nas laterais do container */
@media (max-width: 767px) {
    .carousel-depoimentos .slick-prev {
        left: 0;
    }

    .carousel-depoimentos .slick-next {
        right: 0;
    }
}

.linhas-duplas {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px; /* Espaço entre as linhas */
    padding: 20px 0; /* Espaço vertical opcional */
}

    .linhas-duplas .linha {
        position: relative;
        width: 90%;
        height: 2px; /* espessura da linha */
        background: linear-gradient( to right, rgba(255, 69, 75, 0), /* 0% transparente */
        rgba(255, 69, 75, 1), /* 15% opaco */
        rgba(255, 69, 75, 1), /* 85% opaco */
        rgba(255, 69, 75, 0) /* 100% transparente */
        );
        border-radius: 2px;
    }

#section-7 {
    background: #131313 !important;
}

#section-6 {
    padding-bottom: 0 !important;
}

#section-7 h3 {
    text-align: center;
    color: #fff !important;
    font-size: 45px !important;
    text-transform: uppercase !important;
    margin-bottom: 25px !important;
    margin-top: 30px;
}

.box-servicos {
    padding: 30px;
    border-radius: 25px;
    background: #fff !important;
    margin-bottom: 20px;
}

    .box-servicos h4 {
        color: #FF454B !important;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: left !important;
        font-family: PoppinsBold;
        font-size: 20px;
    }

    .box-servicos p {
        font-size: 14px;
        text-align: left;
        margin-bottom: 0 !important;
    }

.icone {
    width: 50px;
    height: 50px;
    border: 2px solid #FF454B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 5px;
}

    .icone img {
        max-width: 80%;
        max-height: 80%;
        object-fit: contain;
    }

/* Garante que as colunas dentro da linha tenham alturas iguais */
#container-servicos .row {
    display: flex;
    flex-wrap: wrap;
}

/* Cada coluna ocupa o espaço igualmente */
#container-servicos .col-md-4 {
    display: flex;
}

/* Faz com que o box interno estique pra igualar a altura */
#container-servicos .box-servicos {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
}

/* Um leve hover opcional */
.box-servicos:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}

/* Ajuste do texto */
.box-servicos h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.box-servicos p {
    flex-grow: 1;
}

#section-7 .max-600 {
    color: #fff;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 500px;
    width: 100%;
}

#footer {
    background: #131313 !important;
    padding: 40px 0;
}

    #footer p {
        color: #fff;
    }

    #footer .copyright {
        padding: 0;
    }

#blog h3 {
    color: #131313 !important;
    font-size: 35px !important;
}

#depoimentos h3 {
    color: #000;
    line-height: 40px;
}

#blog .borded {
    color: #FF454B;
    font-size: 12px;
    border: 1px solid;
    padding: 5px 35px;
    max-width: fit-content;
    border-radius: 25px;
    font-family: PoppinsSemiBold;
    margin: auto;
}

.descricao-blog p, .descricao-blog ul {
    color: #131313;
    text-align: justify;
    font-size: 16px;
}

.carousel-depoimentos::before,
.carousel-depoimentos::after {
    content: "";
    position: absolute;
    top: 0;
    width: 20%; /* largura do fade, pode ajustar */
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

/* Fade à esquerda */
.carousel-depoimentos::before {
    left: 0;
    background: linear-gradient(to right, #131313 0%, rgba(19, 19, 19, 0) 100%);
}

/* Fade à direita */
.carousel-depoimentos::after {
    right: 0;
    background: linear-gradient(to left, #131313 0%, rgba(19, 19, 19, 0) 100%);
}

@media (min-width:1200px) {
    .carousel-depoimentos {
        position: relative;
        background-color: #131313 !important;
    }

        /* Gradientes laterais */
        .carousel-depoimentos::before,
        .carousel-depoimentos::after {
            content: "";
            position: absolute;
            top: 0;
            width: 20%; /* largura do fade, pode ajustar */
            height: 100%;
            z-index: 2;
            pointer-events: none;
        }

        /* Fade à esquerda */
        .carousel-depoimentos::before {
            left: 0;
            background: linear-gradient(to right, #131313 0%, rgba(19, 19, 19, 0) 100%);
        }

        /* Fade à direita */
        .carousel-depoimentos::after {
            right: 0;
            background: linear-gradient(to left, #131313 0%, rgba(19, 19, 19, 0) 100%);
        }
}

@media (max-width:991px) {
    .section p {
        text-align: center !important;
        padding: 0;
        margin-bottom: 5px !important;
    }

    .nemora img.desc {
        right: 0 !important;
    }

    .nemora img {
        max-width: 350px;
        margin: auto;
        display: block;
    }

    .nemora {
        display: block !important;
    }

    .imagens-banner {
        display: block;
    }

    .logo img {
        margin: auto;
        display: block;
        margin-bottom: 20px;
    }

    .certificacoes {
        margin-bottom: 20px;
        justify-content: center;
    }

    .imagens-banner .logo {
        margin-right: 0 !important;
    }

    .certificacoes img {
        max-height: 35px;
    }

    .section-header h3 {
        text-align: center;
        line-height: 35px;
    }

    .banner p {
        text-align: center;
    }

    .img-bottom {
        display: none !important;
    }

    .btn-default {
        padding: 10px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .borded {
        margin: auto;
        margin-bottom: 20px;
    }

    .section .section-header h3 {
        font-size: 35px !important;
        line-height: 45px !important;
    }

    .nemora img.desc {
        width: 100%;
        bottom: 15px;
    }

    .nemora img {
        width: 100%;
    }

    #section-5 p.borded {
        text-align: center;
        margin-top: 20px;
    }

    #section-5 h3 {
        font-size: 35px !important;
        line-height: 45px !important
    }

    #section-6 h3 {
        font-size: 35px !important;
        line-height: 45px !important
    }

    #section-7 h3 {
        font-size: 35px !important;
        line-height: 45px !important
    }

    .box-servicos h4 {
        text-align: center !important;
    }

    .box-servicos img {
        margin: auto !important;
        display: block !important;
    }

    .box-servicos p {
        text-align: center;
    }

    .icone {
        margin: 0 auto;
    }

    #footer img {
        margin: auto !important;
        display: block !important;
        margin-bottom: 20px !important;
    }

    #blog .col-md-4 {
        margin-bottom: 40px !important;
    }

    .topo-page {
        display: block !important;
    }

    .blog-page {
        padding-top: 0 !important;
    }

        .blog-page h3 {
            font-size: 35px !important;
            line-height: 45px !important;
        }



    video {
        margin-top: 30px !important;
    }

    .ul-cases p {
        color: #131313 !important;
    }

    .case-content {
        margin-bottom: 60px !important;
        min-height: auto !important;
    }

    .arrow-down {
    }
}




/* === CAROUSEL MENSAGENS (OWL) === */


.carousel-mensagens {
    position: relative;
    width: 100%;
    overflow: visible; /* permite sobreposição */
}

.mensagem-item {
    position: relative;
    transition: all 0.4s ease;
    transform-origin: center center;
    z-index: 1;
}

    .mensagem-item img {
        width: 100%;
        border-radius: 20px;
        transition: all 0.4s ease;
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
    }

/* Reduz o espaço e cria sobreposição */
.owl-stage {
    display: flex;
    gap: 0;
}

.owl-item {
    margin-left: -80px; /* sobreposição entre os itens */
}

    /* Destaques graduais */
    .owl-item:nth-child(1) .mensagem-item img {
        transform: scale(0.8) rotate(0deg);
        z-index: 2;
    }

    .owl-item:nth-child(2) .mensagem-item img {
        transform: scale(0.85) rotate(0deg);
        z-index: 3;
    }

    .owl-item:nth-child(3) .mensagem-item img {
        transform: scale(0.9) rotate(0deg);
        z-index: 4;
    }

    .owl-item:nth-child(4) .mensagem-item img {
        transform: scale(0.95) rotate(0deg);
        z-index: 5;
    }

    .owl-item:nth-child(5) .mensagem-item img {
        transform: scale(1.1) rotate(5deg);
        z-index: 10;
    }

    /* Ajuste geral */
    .owl-item.active .mensagem-item img {
        opacity: 1;
    }

/* Setas personalizadas se quiser reaparecer depois */
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    z-index: 50;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}

.ul-cases p {
    color: #fff !important;
}

.stack-gallery {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stack-track {
    position: relative;
    width: 100%;
    height: 475px;
}

/* imagens base */
.stack-item {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all .6s cubic-bezier(.45,.05,.55,.95);
}

    .stack-item img {
        width: 260px;
        height: 360px;
        object-fit: cover;
        border-radius: 12px;
        /*        box-shadow: 0 8px 25px rgba(0,0,0,0.3);
*/
    }

/* flechas */
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    z-index: 10;
    line-height: 35px;
}

.nav {
    background: #FF454B !important;
    color: #fff !important;
}

    .nav.prev {
        left: 0;
    }

    .nav.next {
        right: 0;
    }

/* chevrons (css puro) */
.chevron {
    border: solid currentColor;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
}

.chevron-left {
    transform: rotate(135deg);
}

.chevron-right {
    transform: rotate(-45deg);
}

/* posições do stack */
.stack-item.visible {
    opacity: 1;
}

.stack-item.pos1 {
    transform: translate(-180%, -50%) scale(0.7) rotate(0deg);
    z-index: 1;
}

/* item esquerdo médio (mais alto, leve inclinação) */
.stack-item.pos2 {
    transform: translate(-120%, -50%) scale(0.78) rotate(6deg);
    z-index: 2;
}

/* item quase central (mais perto, pequeno tilt) */
.stack-item.pos3 {
    transform: translate(-60%, -40%) scale(0.92) rotate(-5deg);
    z-index: 3;
}

/* segundo principal (um pouco acima e leve rotação) */
.stack-item.pos4 {
    transform: translate(10%, -60%) scale(1.03) rotate(3deg);
    z-index: 4;
}

/* PRINCIPAL – mantém o que já estava, mas aumentei a rotação pra destacar mais */
.stack-item.pos5 {
    transform: translate(80%, -50%) scale(1.2) rotate(10deg);
    z-index: 5;
}

/*.stack-item.pos1 {
    transform: translate(-180%, -50%) scale(0.7) rotate(0deg);
    z-index: 1;
}

.stack-item.pos2 {
    transform: translate(-110%, -50%) scale(0.8) rotate(0deg);
    z-index: 2;
}

.stack-item.pos3 {
    transform: translate(-40%, -50%) scale(0.9) rotate(0deg);
    z-index: 3;
}

.stack-item.pos4 {
    transform: translate(30%, -50%) scale(1.0) rotate(0deg);
    z-index: 4;
}

.stack-item.pos5 {
    transform: translate(100%, -50%) scale(1.15) rotate(8deg);
    z-index: 5;
}*/

.prev .chevron {
    margin-left: 8px;
}

.nav.prev {
    left: 100px;
}

.nav:hover {
    opacity: 0.7;
}

@media (max-width:1199px) {
    /* Container */
    .custom-carousel {
        position: relative;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

        /* Faixa de itens */
        .custom-carousel .track {
            display: flex;
            transition: transform 0.6s ease;
        }

        /* Item */
        .custom-carousel .item {
            flex: 0 0 50%; /* 2 por vez (default) */
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px;
            box-sizing: border-box;
        }

        .custom-carousel img {
            width: 100%;
            max-width: 250px;
            height: auto;
            border-radius: 10px;
            object-fit: cover;
        }

        /* Flechas */
        .custom-carousel .nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.8);
            border: none;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
        }

            .custom-carousel .nav:hover {
                background: rgba(255, 255, 255, 1);
                box-shadow: 0 0 10px rgba(0,0,0,0.2);
            }

            .custom-carousel .nav.prev {
                left: 10px;
            }

            .custom-carousel .nav.next {
                right: 10px;
            }

    .chevron {
        font-size: 1.4rem;
    }

    /* Responsivo */
    @media (max-width: 767px) {
        .custom-carousel .item {
            flex: 0 0 100%; /* 1 por vez */
        }
    }
}

@media (max-width:991px) {
    .bg-slideshow .slide.active {
        background-position: top center !important;
    }

    .bg-preto > section.banner {
        padding-top: 200px !important;
    }

    .banner .section-header h3 {
        text-align: left !important;
        padding-bottom: 0 !important;
    }

    .certificacoes img {
        max-height: 25px !important;
    }

    .banner p {
        font-size: 13px;
        text-align: left;
        margin-bottom: 20px;
    }

    .banner .btn-default {
        margin-top: 20px !important;
        font-size: 13px;
    }

        .banner .btn-default img {
            margin-left: 10px;
            max-height: 22px;
            margin-top: -2px;
        }

    .banner .p2 {
        font-size: 12px !important;
    }
}

/* ============================================
   CAROUSEL CASES — CLONE DO DEPOIMENTOS
   SEM SETAS (ARROWS)
   ============================================ */

.carousel-cases {
    width: 100%;
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

    .carousel-cases .slick-list {
        overflow: visible !important;
    }

    .carousel-cases .slick-track {
        display: flex !important;
        align-items: stretch;
    }

    .carousel-cases .slick-slide {
        margin: 0 10px;
        box-sizing: border-box;
    }

    .carousel-cases .box-depoimento {
        background: #1D1D1D;
        color: #fff;
        border-radius: 12px;
        padding: 20px;
        text-align: center;
        transition: opacity 0.28s ease, transform 0.28s ease;
        opacity: 0.6;
        transform: scale(0.97);
    }

        .carousel-cases .box-depoimento img {
            width: 100px;
            height: 100px;
            object-fit: cover;
            border-radius: 50%;
            margin: 0 auto 10px;
        }

    .carousel-cases .slick-center .box-depoimento {
        opacity: 1;
        transform: scale(1);
    }

    /* ====== REMOVER SETAS ====== */
    .carousel-cases .slick-prev,
    .carousel-cases .slick-next {
        display: none !important;
    }

    /* ====== DOTS ====== */
    .carousel-cases .slick-dots {
        display: flex !important;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 16px 0 0 0;
        position: relative;
        z-index: 6;
    }

        .carousel-cases .slick-dots li {
            margin: 0 6px;
        }

            .carousel-cases .slick-dots li button {
                width: 28px;
                height: 4px;
                border-radius: 2px;
                background-color: #999;
                border: none;
                padding: 0;
                transition: background-color 0.3s ease;
            }

                /* remove ícone interno do slick */
                .carousel-cases .slick-dots li button:before {
                    display: none;
                }

            .carousel-cases .slick-dots li.slick-active button {
                background-color: #FF454B;
            }

/* Responsivo igual ao outro */
@media (max-width: 1199px) and (min-width: 992px) {
    .carousel-cases .slick-prev,
    .carousel-cases .slick-next {
        display: none !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .carousel-cases .slick-prev,
    .carousel-cases .slick-next {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .carousel-cases .slick-prev,
    .carousel-cases .slick-next {
        display: none !important;
    }
}

@media (min-width:992px) {
    .img-logo {
        position: absolute;
        left: 0;
        top: 35px;
    }

    .copyright2 {
        text-align: center !important;
    }

    .box-footer2 {
        position:relative;

    }
}
