@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 200;
    font-display: swap;
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Montserrat-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
}
:root {
    --verde: #a4a48d;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    color: #2e2d2d;
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
li {
    list-style: none;
}
button {
    cursor: pointer;
}
button,
input {
    font-family: 'Montserrat';
    font-weight: 500;
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon/icomoon.eot?1j2m0y');
    src: url('../fonts/icomoon/icomoon.eot?1j2m0y#iefix') format('embedded-opentype'),
        url('../fonts/icomoon/icomoon.ttf?1j2m0y') format('truetype'),
        url('../fonts/icomoon/icomoon.woff?1j2m0y') format('woff'),
        url('../fonts/icomoon/icomoon.svg?1j2m0y#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
    font-display: swap;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-atendimento:before {
    content: "\e900";
}
.icon-estrategia:before {
    content: "\e902";
}
.icon-planejamento:before {
    content: "\e904";
}
.icon-pareceres:before {
    content: "\e905";
}
.icon-search:before {
    content: "\e901";
}
.icon-phone:before {
    content: "\e942";
}
.icon-location:before {
    content: "\e947";
}
.icon-close:before {
    content: "\ea0f";
}
.icon-checkmark:before {
    content: "\ea10";
}
.icon-facebook:before {
    content: "\ea90";
}
.icon-instagram:before {
    content: "\ea92";
}
.icon-whatsapp:before {
    content: "\ea93";
}
.icon-email:before {
    content: "\e903";
}
.icon-linkedin:before {
    content: "\eaca";
}
.box-float {
    -webkit-box-shadow: 0px 0px 19px -4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 19px -4px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 19px -4px rgba(0, 0, 0, 0.6);
    padding: 15px 9px;
    background-color: #ffff;
    border-radius: 0px;
    position: fixed;
    right: 70px;
    bottom: 50px;
    z-index: 999;
}
.box-float ul {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    color: #fff;
    list-style: none;
}
.box-float ul li a {
    font-size: 35px;
    color: #A4A48D;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-float ul li a svg {
    fill: #A4A48D;
}
::-webkit-scrollbar {
    background-color: #ffffff00;
    width: 10px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #4d4d4d;
    border: 1px solid #fff;
    border-radius: 10px;
}
.content {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
}
.area-header {
    height: 80vh;
    background-color: #000;
    position: relative;
    padding: 0 1rem;
}
.area-banner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}
.area-banner img,
.area-banner video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.5;
}
.area-header header {
    position: relative;
    z-index: 2;
}
header .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 2rem 0;
}
header .top .right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.25rem;
}
header .top .right a {
    color: #fff;
}
nav#menu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
nav#menu ul a {
    display: inline-block;
    max-width: 160px;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    font-size: 15px;
}
nav#menu ul a:hover,
nav#menu ul a.active {
    transition: .2s;
    background-color: #fff;
    color: #666652;
}
nav#menu li.breadcumb-header br {
    display: none;
}
nav#menu li.breadcumb-header {
    color: #fff;
}
nav#menu li.breadcumb-header a {
    font-size: 16px;
    max-width: max-content;
}
nav#menu li.breadcumb-header a:first-child {
    font-weight: 600;
}
nav#menu li.breadcumb-header a:last-child {
    display: inline-flex;
    gap: 5px;
}
#header > nav li.breadcumb-header {
    order: -1;
    animation-delay: 0.5s !important;
}
.area-header h1.title-home {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 400;
    color: #fff;
    font-family: "Bebas Neue";
    max-width: calc(1350px - 190px - 2rem) !important;
    text-shadow: 0px 3px 5px #000000;
}
main {
    padding: 0 1rem
}
.btnMobile {
    width: 30px;
    height: 25px;
    position: relative;
    background-color: transparent;
    border: none;
}
.btnMobile span {
    transition: all .3s ease-in-out;
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
    right: 0;
}
.btnMobile span:nth-child(1) {
    top: 0;
}
.btnMobile span:nth-child(2){
    top: 9px;
    width: 100%;
}
.btnMobile span:nth-child(3) {
    top: 19px;
    width: 100%;
}
header.active .btnMobile span:nth-child(1) {
    width: 100%;
    transform: translateY(10px) rotate(45deg);
}
header.active .btnMobile span:nth-child(2) {
    width: 100%;
    opacity: 0;
}
header.active .btnMobile span:nth-child(3) {
    width: 100%;
    transform: translateY(-9px) rotate(-45deg);
}
.btnMobile {
    display: none;
}
#offcanvasMenu {
    justify-content: center;
    padding: 3.5rem 1rem 1rem;
    overflow-y: auto;
}
#offcanvasMenu a.logo {
    margin: 0 auto;
    margin-bottom: 2rem;
}
/* ====== ANIMAÇÕES ====== */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* ====== HEADER ANIMAÇÕES ====== */
#header .left,
#header .right {
    opacity: 0;
}
#header.show .left {
    animation: slideInLeft 0.8s ease forwards;
}
#header.show .right {
    animation: slideInRight 0.8s ease forwards;
    animation-delay: 0.3s;
}
/* ====== NAV LINKS ====== */
#header nav ul li {
    opacity: 0;
    transform: translateX(-40px);
}
#header.show nav ul li {
    animation: slideInLeft 0.6s ease forwards;
}
#header.show nav ul li:nth-child(1) {
    animation-delay: 0.5s;
}
#header.show nav ul li:nth-child(2) {
    animation-delay: 0.65s;
}
#header.show nav ul li:nth-child(3) {
    animation-delay: 0.8s;
}
#header.show nav ul li:nth-child(4) {
    animation-delay: 0.95s;
}
#header.show nav ul li:nth-child(5) {
    animation-delay: 1.1s;
}
#header.show nav ul li:nth-child(6) {
    animation-delay: 1.25s;
}
#header.show nav ul li:nth-child(7) {
    animation-delay: 1.4s;
}
#header.show nav ul li:nth-child(8) {
    animation-delay: 1.55s;
}
#header.show nav ul li:nth-child(9) {
    animation-delay: 1.55s;
}
/* ====== TÍTULO PRINCIPAL ====== */
.title-home {
    opacity: 0;
    top: 40% !important;
    transition: all 0.8s ease;
}
.title-home.show {
    opacity: 1;
    top: 50% !important;
}
.message {
    transition: .8s ease-in-out;
    z-index: 99999;
    border-radius: 5px;
    border: 3px solid #37b452;
    color: white;
    position: fixed;
    margin: 0 auto;
    justify-content: center;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    background-color: #4BD068;
    padding: 18px 20px;
    width: fit-content;
    height: 30px;
}
.message p {
    margin-bottom: 0;
}
.message.message-error {
    border: 3px solid #c53434;
    background-color: #D73D3D;
}
/*
Scroll text
*/
.scroll-text {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding: 1rem 0 3rem 0;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}
.scroll-content {
    display: inline-flex;
    width: max-content;
    animation: scroll 30s linear infinite;
    font-family: "Bebas Neue";
    font-size: 3rem;
    letter-spacing: -1px;
    line-height: 3rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.scroll-content span {
    padding: 0 10px;
    color: #eae6e5;
    flex-shrink: 0
}
.scroll-content span:nth-child(2n) {
    color: #a4a48d;
}
.scroll-content span::after {
    content: '';
    display: inline-flex;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: relative;
    top: -16px;
    left: 10px;
    background-color: #eae6e5;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% / 2));
    }
}
@media (max-width: 500px) {
    .scroll-text {
        padding-bottom: 1.5rem;
    }
    .scroll-content {
        font-size: 2rem;
        line-height: 2rem;
    }
    .scroll-content span::after {
        top: -10px;
    }
}
/*
 Fim - Scroll text
*/
.menu-fixed {
    position: fixed;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;
    background-color: #a4a48d;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 0 0 10px 10px;
}
.menu-fixed.active {
    top: 0;
}
.menu-fixed .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
}
.menu-fixed a.logo img {
    height: 85px;
}
.menu-fixed .btnMobile {
    display: flex;
}
.menu-fixed .right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.25rem;
}
.menu-fixed .right a {
    color: #fff;
}
#offcanvasMenu a.logo img {
    width: auto;
    height: 120px;
}
/* Estado inicial (antes de aparecer) */
[data-animate] {
    pointer-events: none;
    opacity: 0;
    transition: all 0.9s cubic-bezier(0.65, 0, 0.35, 1);
}
/* Direções iniciais */
[data-animate="left"] {
    transform: translateX(-50px);
}
[data-animate="right"] {
    transform: translateX(50px);
}
[data-animate="top"] {
    transform: translateY(-50px);
}
[data-animate="bottom"] {
    transform: translateY(50px);
}
[data-animate="fade"] {
    transform: scale(0.98);
}
[data-animate="scale"] {
    transform: scale(0.5);
}
/* Estado ativo (quando entra na tela) */
.animate.active {
    pointer-events: auto;
    opacity: 1;
    transform: none;
}
.splide__pagination {
    bottom: -1.5rem !important;
}
.splide__pagination__page.is-active {
    background-color: #666652 !important;
    transform: scale(1) !important;
}
.menu-fixed.active .right {
    order: 3;
}
.menu-fixed.active nav#menu ul {
    flex-direction: row;
}
.menu-fixed.active nav#menu li a {
    display: inline-flex;
    gap: 5px;
    max-width: max-content;
}
.menu-fixed.active nav#menu ul a br,
.menu-fixed.active .btnMobile {
    display: none;
}
.menu-fixed.active nav#menu li.breadcumb-header a:nth-child(1),
.menu-fixed.active nav#menu li.breadcumb-header span.separator {
    display: none !important;
}
.menu-fixed.active nav#menu li.active a,
.menu-fixed.active nav#menu li.breadcumb-header a {
    transition: .2s;
    background-color: #fff;
    color: #666652;;
}
@media (max-width: 1320px) {
    .menu-fixed.active nav#menu li a {
        font-size: 14px;
        padding: 10px 5px;
    }
}
@media (max-width: 1170px) {
    .menu-fixed.active nav#menu li a {
        font-size: 13px;
    }
}
@media (max-width: 1120px) {
    .menu-fixed.active nav#menu ul {
        flex-direction: column;
    }
    .menu-fixed.active .btnMobile {
        display: flex;
    }
}
@media (max-width: 430px) and (max-height: 630px) {
    header a.logo img {
        height: 80px;
    }
    .area-header {
        min-height: 430px;
    }
}
@media (max-width: 1050px) and (max-height: 640px) {
    .area-header h1.title-home {
        font-size: 2rem;
        line-height: 2rem;
    }
    .area-header {
        min-height: 550px;
    } 
}
@media (max-width: 1120px) {
    header .top .right {
        gap: 1rem;
    }
    .btnMobile {
        display: flex;
    }
    nav#menu ul a {
        max-width: 185px;
    }
    nav#menu ul a br {
        display: none;
    }
    nav#menu li a {
        display: inline-flex;
        gap: 5px;
        max-width: max-content;
        flex-wrap: wrap;
    }
    .area-header h1.title-home {
        width: 100%;
        max-width: calc(100% - 2rem) !important;
    }
}
@media (max-width: 800px) {
    .box-float{
        transform: scale(.8);
        right: 10px;
    }
    header .top {
        padding: 1rem 0;
    }
    header a.logo img {
        width: auto;
        height: 120px;
    }
    .area-header h1.title-home {
        font-size: 2rem;
        line-height: 2rem;
    }
    .area-header {
        height: 65vh;
    }
}
@media (max-width: 550px) {
    .area-header h1.title-home {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
    .area-header {
        height: 60vh;
    }
    header a.logo img {
        height: 100px;
    }
    #offcanvasMenu {
        width: 70%;
        justify-content: flex-start;
    }
    nav#menu ul a {
        font-size: 16px;
    }
}
@media (max-width: 550px) and (max-height: 900px) {
    .area-header {
        min-height: 500px;
    }
    .area-header h1.title-home {
        top: 55% !important;
    }
}
@media (max-width: 430px) {
    .area-header h1.title-home {
        text-wrap: wrap;
    }
    .area-header h1.title-home br {
        display: none;
    }
    header .top .right {
        gap: 15px;
    }
    .btnMobile {
        width: 25px;
        height: 20px;
    }
    .btnMobile span {
        height: 3px;
    }
    header a.logo img,
    .menu-fixed a.logo img {
        height: 75px;
    }
}
@media (max-width: 400px) {
    .area-header h1.title-home {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
}
@media (max-height: 690px) {
    #offcanvasMenu a.logo img {
        width: auto;
        height: 80px;
    }
    nav#menu ul a {
        font-size: 14px;
    }
    nav#menu ul {
        gap: 10px;
    }
    .btn-close {
        font-size: 16px;
    }
    #offcanvasMenu {
        padding: 1rem;
    }
}
@media (max-height: 580px) {
    #offcanvasMenu {
        justify-content: flex-start;
    }
}
@media (min-height: 620px) {
    .area-header {
        min-height: 640px;
    }
}
@media (max-width: 1500px) and (min-height: 650px) {
    .area-header {
        min-height: 640px;
    }
}