/*
 * 
Theme Name: Actmob 2024 - Site institucional
Author: Jean Andrade
Author URI: https://actmob.com/
Description:  Tema desenvolvido exclusivamente pela Actmob para seu site.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Actmob
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

a {
    text-decoration: none;
}

* {
    outline: none;
}

figure {
    margin-bottom: 0;
}

main>p {
    margin: 0;
}

body,
html {
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
    background-color: var(--act_theme_cor_1);
    line-height: 160%;
    color: var(--act_theme_cor_9);
    scroll-padding-top: 130px;
    scroll-behavior: smooth;
    max-width: 2400px;
    margin: auto;
    overflow-x: hidden;
}


.bg_act_theme_cor_1 {
    background-color: var(--act_theme_cor_1);
}

.bg_act_theme_cor_2 {
    background-color: var(--act_theme_cor_2);
}

.bg_act_theme_cor_3 {
    background-color: var(--act_theme_cor_3);
}

.bg_act_theme_cor_4 {
    background-color: var(--act_theme_cor_4);
}

.bg_act_theme_cor_5 {
    background-color: var(--act_theme_cor_5);
}

.bg_act_theme_cor_6 {
    background-color: var(--act_theme_cor_6);
}

.bg_act_theme_cor_7 {
    background-color: var(--act_theme_cor_7);
}

.bg_act_theme_cor_8 {
    background-color: var(--act_theme_cor_8);
}

.bg_act_theme_cor_9 {
    background-color: var(--act_theme_cor_9);
}

.bg_act_theme_cor_10 {
    background-color: var(--act_theme_cor_10);
}

.text_act_theme_cor_1 {
    color: var(--act_theme_cor_1);
}

.text_act_theme_cor_2 {
    color: var(--act_theme_cor_2);
}

.text_act_theme_cor_3 {
    color: var(--act_theme_cor_3);
}

.text_act_theme_cor_4 {
    color: var(--act_theme_cor_4);
}

.text_act_theme_cor_5 {
    color: var(--act_theme_cor_5);
}

.text_act_theme_cor_6 {
    color: var(--act_theme_cor_6);
}

.text_act_theme_cor_7 {
    color: var(--act_theme_cor_7);
}

.text_act_theme_cor_8 {
    color: var(--act_theme_cor_8);
}

.text_act_theme_cor_9 {
    color: var(--act_theme_cor_9);
}

.text_act_theme_cor_10 {
    color: var(--act_theme_cor_10);
}

.size_act_theme_font_xs {
    font-size: var(--act_theme_font_xs);
}

.size_act_theme_font_sm {
    font-size: var(--act_theme_font_sm);
}

.size_act_theme_font_md {
    font-size: var(--act_theme_font_md);
}

.size_act_theme_font_lg {
    font-size: var(--act_theme_font_lg);
}

.size_act_theme_font_xg {
    font-size: var(--act_theme_font_xg);
}

.size_act_theme_font_cor {
    font-size: var(--act_theme_font_cor);
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.bg-top {
    background-position: top;
}

.bg-top-center {
    background-position: top center;
}

.bg-bottom {
    background-position: bottom;
}

.bg-bottom-center {
    background-position: bottom center;
}

.bg-cover {
    background-size: cover;
}

.bg-100-auto {
    background-size: 100% auto;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.thin {
    font-weight: 300;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: var(--act_theme_cor_8);
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: var(--act_theme_cor_2);
    -webkit-border-radius: 0px;
    height: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    background: var(--act_theme_cor_2);
    border-radius: 4px;
    width: 10px;
}


::-moz-scrollbar {
    width: 5px;
    height: 5px;
}

::-moz-scrollbar-button:start:decrement,
::-moz-scrollbar-button:end:increment {
    display: none;
}

::-moz-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:vertical {
    background-color: var(--act_theme_cor_2);
    -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:horizontal {
    background: var(--act_theme_cor_8);
    border-radius: 4px;
    width: 10px;
}

::-scrollbar-button:start:decrement,
::-scrollbar-button:end:increment {
    display: none;
}

::-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 4px;
}

::-scrollbar-thumb:vertical {
    background-color: var(--act_theme_cor_2);
    -webkit-border-radius: 0px;
    height: 6px;
}

::-scrollbar-thumb:horizontal {
    background: var(--act_theme_cor_8);
    border-radius: 4px;
    width: 10px;
}

header.header-desktop {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header-mobile .fundo-header {
    width: 100%;
    background-color: rgba(10, 49, 29, 0.85);
    padding: 1rem 0;
    transition: all .4s;
}

.header-desktop .fundo-header {
    padding: 1rem 0;
    /* max-width: 1628px; */
    max-width: 87%;
    margin: auto;
    background-color: rgba(10, 49, 29, 0.85);
    border-radius: 100px;
    margin-top: 1.5rem;
    transition: all .4s;
}

.header-desktop .fundo-header>div {
    padding: 0 3.75rem;
}

header .link_logo {
    padding: .875rem;
    transition: all .4s;
}

.header-desktop .fundo-header.bg_ativo .link_logo {
    padding: 0;
}

.header-mobile .fundo-header.bg_ativo,
.header-desktop .fundo-header.bg_ativo {
    background-color: var(--act_theme_cor_1);
}

header.header-mobile .img-logo-mobile,
.header-desktop .fundo-header .img-logo-desktop {
    height: auto;
    max-height: 70px;
    width: auto;
    transition: all .4s;
}

.header-desktop .fundo-header.bg_ativo .img-logo-desktop {
    max-height: 60px;
    width: auto;
}

.header-desktop .fundo-header .search-form-header {
    width: 100%;
    height: auto;
    position: relative;
}

.header-desktop .fundo-header .search-form-header .search-field {
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 4px;
    font-size: 0.875rem;
    padding: 0.875rem;
    position: relative;
    z-index: 1;
}

header .bloco-menu-desktop .fundo-menu,
header .bloco-menu-desktop .fundo-menu>div,
header .bloco-menu-desktop .fundo-menu>div>ul {
    height: 100%;
}

.header-desktop .fundo-menu .menu-desktop>li>a {
    color: var(--act_theme_cor_9);
    font-weight: 400;
    font-size: 1.125rem;
    padding: 0.625rem 0;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
    transition: all .4s;
}

.header-desktop .fundo-menu .menu-desktop>li.menu-item-has-children:hover>a::before {
    transform: rotate(180deg);
}

.header_redes_sociais {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1.875rem;
    height: 100%;
}

#menu-menu-principal>.menu-item>a:after {
    content: '';
    display: block;
    width: 0%;
    height: 5px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all .4s;
}

#menu-menu-principal .menu-item a:hover {
    color: var(--act_theme_cor_4);
}

#menu-menu-principal .menu-item a:hover:after {
    background-color: var(--act_theme_cor_4);
    opacity: 1;
    width: 100%;
}

.header-desktop .fundo-menu .menu-desktop>li {
    position: relative;
}

.header-desktop .fundo-menu .menu-desktop {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-desktop .fundo-menu .menu-desktop>li>.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: var(--act_theme_cor_9);
    width: 15rem;
    padding: 0rem;
    border-radius: 0px 0px 4px 4px;
    height: 0rem;
    overflow-y: auto;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.header-desktop .fundo-menu .menu-desktop>li>.sub-menu>li>a:hover {
    color: var(--act_theme_cor_3);
    font-weight: bold;
}

.header-desktop .fundo-menu .menu-desktop>li>.sub-menu>li>a {
    color: var(--act_theme_cor_1);
    display: block;
    font-size: var(--act_theme_font_md);
    padding: 0.335rem 0;
    margin: 0.1rem 0;
}

.header-desktop .fundo-menu .menu-desktop>li>.sub-menu::-webkit-scrollbar-thumb {
    background: var(--act_theme_cor_8);
}

.header-desktop .fundo-menu .menu-desktop>li>a:hover+.sub-menu,
.header-desktop .fundo-menu .menu-desktop>li>.sub-menu:hover {
    opacity: 1;
    height: auto;
    transition: 0.3s ease-in-out;
    padding: 0.875rem;
}

.header-desktop .fundo-menu .menu-desktop>li.menu-item-has-children>a::before {
    content: '\f078';
    font-family: 'FontAwesome';
    margin-left: 0.313rem;
    font-size: 80%;
    display: inline-block;
    vertical-align: middle;
    transition: all .4s;
}

.container-404 p {
    font-size: var(--act_theme_font_xs);
    margin-bottom: 0;
}

.container-404 h1 {
    font-weight: bold;
    font-size: var(--act_theme_font_lg);
    color: var(--act_theme_cor_9);
    margin-bottom: 0.625rem;
}

.container-404 {
    padding: 3.75rem 0;
}

.container-404 .btn-voltar-home {
    display: inline-block;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: var(--act_theme_cor_9);
    background-color: var(--act_theme_cor_1);
    border-radius: 5px;
    border: none;
    padding: 1rem 2.5rem;
    transition: all .4s;
}

.container-404 .btn-voltar-home:hover {
    transform: scale(1.04);
    background-color: var(--act_theme_cor_3);
}

.container-404 h2 {
    font-size: var(--act_theme_font_md);
    font-weight: bold;
    color: var(--act_theme_cor_9);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.container-404 .sitemap li a:hover {
    color: var(--act_theme_cor_1);
}

.container-404 .sitemap li a {
    color: var(--act_theme_cor_9);
    font-weight: bold;
    margin: 0.2rem 0.665rem;
    font-size: var(--act_theme_font_md);
    display: inline-block;
}

.container-404 .sitemap {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 3;
    text-align: left;
}

.section_404 {
    padding: 6.25rem;
    min-height: 100dvh;
    display: flex;
    align-items: center;
}

.owl-carousel .owl-nav .owl-next::before {
    content: '\f061';
}

.owl-carousel .owl-nav .owl-prev::before {
    content: '\f060';
}

.owl-carousel .owl-nav .owl-prev::before,
.owl-carousel .owl-nav .owl-next::before {
    color: var(--act_theme_cor_9);
    font-size: var(--act_theme_font_lg);
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
    display: none;
}

.owl-carousel .owl-nav .owl-prev {
    top: calc(50% - 40px);
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    top: calc(50% - 40px);
    right: 0;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    font-family: 'FontAwesome' !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 0;
    background: var(--act_theme_cor_3) !important;
    z-index: 2;
}

.owl-carousel .owl-dots {
    position: absolute;
    width: 100%;

}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--act_theme_cor_1);
}

.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 25px;
}

.owl-carousel .owl-dots .owl-dot {
    width: 1rem;
    height: 1rem;
    background-color: var(--act_theme_cor_9);
    border-radius: 100px;
    margin: 0 0.4rem;
}

/* WhatsApp Flutuante */
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(42, 208, 122, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(42, 208, 122, 0);
    }
}

.btn-header-whatsapp,
.btn-header-whatsapp i,
.btn-flutuante-whatsapp,
.btn-flutuante-whatsapp span,
.btn-flutuante-whatsapp i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-flutuante-whatsapp span {
    display: none;
}

.btn-flutuante-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 35px;
    z-index: 9999;
    font-size: var(--act_theme_font_xg);
    color: var(--act_theme_cor_9);
}

.btn-header-whatsapp {
    font-size: var(--act_theme_font_xg);
    color: var(--act_theme_cor_9);
    margin-left: auto;
}

.btn-header-whatsapp i,
.btn-flutuante-whatsapp i {
    font-size: 2rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(42, 208, 122);
    z-index: 2;
}

.btn-flutuante-whatsapp i {
    box-shadow: 0 0 0 0 rgba(42, 208, 122, 0.3);
    animation: pulse 2.25s infinite cubic-bezier(0.16, 0, 0, 1);
}

.btn-flutuante-whatsapp:hover i {
    animation: none;
}

.btn-flutuante-whatsapp span {
    font-size: var(--act_theme_font_sm);
    background-color: rgb(0, 0, 0, .8);
    position: absolute;
    right: 50px;
    width: 145px;
    padding: .3125rem 1rem;
    border-radius: 5px;
    z-index: 1;
}

/* Formulario */
.formulario .select_form p>span {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.formulario .select_form p>span:after {
    content: '\f0d7';
    font-size: var(--act_theme_font_md);
    font-family: 'FontAwesome';
    display: flex;
    position: absolute;
    right: 0;
    color: var(--act_theme_cor_2);
    z-index: 0;
    transition: all .4s;
}

.formulario .select_form p>span.ativo:after {
    transform: rotate(180deg);
}

.formulario .select_form select {
    font-size: var(--act_theme_font_md);
    color: var(--act_theme_cor_9);
    background-color: transparent;
    border-radius: 3px;
    border: none;
    border-bottom: 1px solid rgb(41, 61, 42);
    padding: .75rem 0;
    width: 100%;
    /* min-height: 100px; */
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.formulario .select_form select option {
    color: var(--act_theme_cor_10);
}

.formulario>div {
    margin-bottom: 1.25rem;
}

.formulario p {
    margin-bottom: 0;
}

.formulario p span {
    display: block;
    position: relative;
}

.formulario p span:before {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 14px;
    right: 14px;
    color: var(--act_theme_cor_7);
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

.formulario p span[data-name="nome"]:before {
    content: '\f007';
}

.formulario p span[data-name="telefone"]:before {
    content: '\f2a0';
}

.formulario p span[data-name="assunto"]:before {
    content: '\f0d7';
}

.formulario p span[data-name="email"]:before {
    content: '\f0e0';
}

.formulario p span[data-name="mensagem"]:before {
    content: '\f303';
}

.formulario select::-ms-expand {
    display: none;
}

.formulario select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}


span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -2px;
}

.formulario select,
.formulario textarea,
.formulario input {
    background-color: var(--act_theme_cor_9);
    border-radius: 10px;
    border: 1px solid var(--act_theme_cor_7);
    width: 100%;
    min-height: 74px;
    padding: 1.25rem .75rem;
    color: var(--act_theme_cor_1);
    font-size: var(--act_theme_font_sm);
    z-index: 2;
    position: relative;
}

textarea[aria-invalid="true"] {
    border-color: rgb(255, 44, 0) !important;
}

.formulario textarea::placeholder,
.formulario input::placeholder {
    color: var(--act_theme_cor_1);
    font-size: var(--act_theme_font_xs);
}

.formulario .btn-form {
    background-color: var(--act_theme_cor_3);
    color: var(--act_theme_cor_9);
    font-size: 1.5625rem;
    margin-left: auto;
    display: block;
    min-height: 74px;
    border: none;
    border-radius: 20px;
    transition: all .4s;
}

.formulario .btn-form:hover {
    transform: scale(1.04);
    color: var(--act_theme_cor_1);
    background-color: var(--act_theme_cor_4);
}

.formulario p span.wpcf7-spinner {
    position: absolute;
}

.form-aceite label {
    display: flex;
    align-items: center;
    gap: 1rem;
    line-height: 110%;
}

.form-aceite input {
    max-width: 25px;
    min-width: 25px;
    height: 25px;
    border: 2px solid var(--act_theme_cor_9);
    padding: 0;
    min-height: auto;
    appearance: none;
    border-radius: 10px;
}

.form-aceite input:checked {
    background: var(--act_theme_cor_3);
}

footer {
    padding: 1.75rem 0 1.25rem;
}

footer img.img-actmob-copyright {
    max-height: 55px;
}

footer .copyright p {
    font-size: var(--act_theme_font_sm);
    color: var(--act_theme_cor_9);
}

footer.footer-desktop {
    position: relative;
}

footer p {
    margin: 0;
}

footer .dados_de_contato {
    margin: 0;
    margin-bottom: .625rem;
    flex-direction: row;
}

.bg_arvore {
    position: absolute;
    display: block;
    bottom: 25px;
    right: 0;
    z-index: 0;
}

footer .dados_de_contato a {
    min-width: 170px;
    font-size: var(--act_theme_font_xs);
}

footer h2.wp-block-heading {
    font-size: var(--act_theme_font_xs);
    margin-bottom: 1.5rem;
}

footer hr {
    margin-bottom: 2.25rem;
    color: rgba(18, 78, 47, 1);
    opacity: 1;
}

footer .dados_de_contato_item svg {
    min-width: 20px;
    max-width: 20px;
}

.bg_footer,
.copyright {
    position: relative;
    z-index: 3;
}

main.main-content-site>br {
    display: none;
}

main.main-content-site>p {
    margin-bottom: 0;
}

.custom-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.custom-gallery-item {
    max-width: calc(50% - 5px);
    width: 100%;
}

.custom-gallery-item img {
    border-radius: 5px;
    transition: transform 0.2s;
    cursor: pointer;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.custom-gallery-item img:hover {
    transform: scale(1.05);
}

/* Estilos para o lightbox */
#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#lightbox.active {
    display: flex;
}

.lightbox-content {
    position: relative;
    max-width: 90dvw;
    max-height: 90dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#lightbox-img {
    border-radius: 10px;
    max-height: 90dvh;
    /*width: 100%;
    max-width: 1400px;
     height: auto; */
}

#lightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
}

#lightbox-controls {
    position: absolute;
    top: 50%;
    width: 80dvw;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    color: #fff;
    font-size: 2rem;
}

#lightbox-prev,
#lightbox-next {
    cursor: pointer;
    padding: 0 20px;
}

/* ESTILOS PERSONALIZADOS */
.btn_principal a,
a.btn_principal {
    width: 100%;
    max-width: 375px;
    border-radius: 100px;
    padding: .625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    min-height: 80px;
    font-size: var(--act_theme_font_sm);
    line-height: 110%;
    color: var(--act_theme_cor_1);
    background-color: var(--act_theme_cor_4);
    position: relative;
    z-index: 3;
    transition: all .4s;
}

.btn_principal a span,
a.btn_principal span {
    font-weight: bold;
}

.btn_principal:hover a,
a.btn_principal:hover {
    transform: scale(1.02);
    background-color: var(--act_theme_cor_1);
    color: var(--act_theme_cor_4);
}

/* --- BANNER PRINCIPAL --- */
.section_banner_principal {
    min-height: 900px;
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: var(--act_theme_cor_2);
    display: flex;
    align-items: end;
}

.section_banner_principal_texto {
    position: relative;
    min-height: 520px;
    max-width: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_banner_principal_texto>div {
    max-width: 550px;
    position: relative;
    z-index: 2;
}

.section_banner_principal_texto figure {
    position: absolute;
}

.section_banner_principal_texto h1 {
    font-size: var(--act_theme_font_xg);
    font-weight: bold;
    text-align: center;
}

.section_banner_principal_texto h1 span {
    font-size: var(--act_theme_font_cor);
}

.section_banner_principal_texto h2 {
    max-width: 450px;
    margin: auto;
    text-align: center;
    font-size: var(--act_theme_font_lg);
    font-weight: 300;
}

.section_banner_principal_texto h2 strong {
    font-weight: bold;
}

/* --- FIM BANNER PRINCIPAL --- */

/* --- O PROJETO --- */
.section_o_projeto {
    background-color: var(--act_theme_cor_2);
    padding-top: 8rem;
    padding-bottom: 1.25rem;
}

.section_o_projeto h2 strong {
    font-weight: 600;
}

.section_o_projeto h2 {
    font-size: var(--act_theme_font_xg);
    font-weight: 300;
    line-height: 110%;
    max-width: 590px;
}

.section_o_projeto h3 {
    font-size: var(--act_theme_font_lg);
    font-weight: bold;
}

.section_o_projeto h4 {
    font-size: var(--act_theme_font_md);
    font-weight: 500;
    max-width: 590px;
}

.row_icones {
    margin-top: 5rem;
}

.section_o_projeto .row_icones .row_icones_item h2 {
    font-size: 1.5625rem;
    font-weight: bold;
    text-align: start;
    margin: 0;
    margin-bottom: 1.375rem;
}

.section_o_projeto .row_icones .row_icones_item {
    display: grid;
    grid-template-columns: 75px 1fr;
    column-gap: 0.625rem;
}

.section_o_projeto .row_icones .row_icones_item p {
    grid-column: 2;
}

.section_video {
    background-repeat: no-repeat;
    background-position: right -1px;
    background-size: 100dvw;
}

/* --- FIM O PROJETO --- */

/* --- LOTES --- */
.section_lotes {
    padding: 5rem 8rem 1.25rem;
}

.lotes_imagens>div figure:first-child {
    grid-column: 1 / 3;
}

.lotes_imagens>div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.lotes_conteudos h2 {
    font-size: var(--act_theme_font_xg);
    font-weight: bold;
}

.lotes_conteudos>h2 {
    font-weight: 300;
    margin-bottom: 2rem;
    max-width: 620px;
}

.lotes_conteudos>h2 strong {
    font-weight: bold;
}

.lotes_conteudos>div h2 span {
    font-size: var(--act_theme_font_cor);
}

.lotes_conteudos p {
    font-size: var(--act_theme_font_sm);
    font-weight: 300;
    max-width: 460px;
    margin-bottom: 1.25rem;
}

.lotes_conteudos>div>div,
.lotes_conteudos>div {
    position: relative;
    z-index: 2;
}

.lotes_conteudos .img-folha {
    position: absolute;
    z-index: 0;
    top: 0;
    left: -86px;
}

.lotes_conteudos>div>div>div {
    max-width: 540px;
    padding-top: 1.25rem;
}

.lotes_conteudos>div>div figure {
    position: relative;
    left: 70px;
    top: -40px;
}

.lotes_conteudos h3 {
    font-size: var(--act_theme_font_md);
    font-weight: 600;
    max-width: 360px;
}

/* --- FIM LOTES --- */

/* --- INFRAESTRUTURA --- */
.section_infraestrutura {
    padding: 7.5rem 0;
}

.section_infraestrutura h3,
.section_infraestrutura h2 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 3rem;
}

.section_infraestrutura h3 {
    margin-bottom: 1.5rem;
}

.section_infraestrutura .section_infraestrutura_icones {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 5rem;
}

.section_infraestrutura .section_infraestrutura_icones>div {
    display: grid;
    align-items: center;
    grid-template-columns: 50px 1fr;
    gap: .625rem;
}



.section_infraestrutura .section_infraestrutura_icones h2 {
    font-size: var(--act_theme_font_sm);
    font-weight: 300;
    margin: 0;
}

/* --- FIM INFRAESTRUTURA --- */

/* --- COMODIDADES --- */
.section_comodidades {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 950px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_comodidades>div {
    max-width: 1400px;
}

.section_comodidades h2 {
    font-size: var(--act_theme_font_xg);
    font-weight: 600;
    line-height: 100%;
}


.section_comodidades_motivos {
    padding-left: 3rem;
    list-style: none;
    margin: 4rem 0 1.25rem;
}


.section_comodidades_motivos li {
    display: flex;
    align-items: center;
    gap: .625rem;
    margin-bottom: 3rem;
    max-width: 470px;
}

.section_comodidades_motivos li span {
    border: 1px solid var(--act_theme_cor_4);
    border-radius: 5px;
    font-size: var(--act_theme_font_md);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
    min-width: 65px;
}

.section_comodidades_motivos p {
    font-size: var(--act_theme_font_sm);
    font-weight: 300;
    line-height: 100%;
    margin: 0;
}

.section_comodidades a.btn_principal,
.section_comodidades .btn_principal a {
    max-width: 580px;
    font-size: var(--act_theme_font_md);
    font-weight: 600;
}

.section_comodidades a.btn_principal:hover,
.section_comodidades .btn_principal a:hover {
    background-color: var(--act_theme_cor_3);
    color: var(--act_theme_cor_8);
}

/* --- FIM COMODIDADES --- */

/* --- OPORTUNIDADE --- */
.section_oportunidade {
    margin: 10rem 0;
}

.section_oportunidade h2 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 110%;
}

.section_oportunidade h3 {
    font-size: var(--act_theme_font_lg);
    font-weight: 300;
    max-width: 370px;
}

.section_oportunidade h3 strong {
    font-size: 2.5rem;
    font-weight: bold;
}

.section_oportunidade_card_item {
    position: relative;
    padding: .625rem;
    border-radius: 20px;
    background-color: #133D27;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 1.5rem;
}


.section_oportunidade .section_oportunidade_card_item h2 {
    position: absolute;
    width: calc(100% - 1.25rem);
    text-align: center;
    margin: 0;
    padding-bottom: 1.25rem;
    font-size: var(--act_theme_font_sm);
    color: var(--act_theme_cor_9);
    z-index: 2;
}

.section_oportunidade_card_item h2:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.90) 100%);
    content: '';
    display: block;
    border-radius: 0 0 20px 20px;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -1;
}

.section_oportunidade_card_item figure,
.section_oportunidade_card_item figure img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}

/* --- FIM OPORTUNIDADE --- */

/* --- LOCALIZAÇÃO --- */
.imagem_localizacao_container {
    position: relative;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.imagem_localizacao_container figure {
    margin-bottom: 0;
}

.imagem_localizacao_container .pin {
    position: absolute;
    cursor: pointer;
    transition: all .4s;
}

.imagem_localizacao_container .pin:hover {
    transform: scale(1.05);
}

.imagem_localizacao_container .pin i {
    font-size: 2rem;
    color: var(--act_theme_cor_4);
}

.imagem_localizacao_container .pin .pin_conteudo {
    position: relative;
}

.imagem_localizacao_container .pin span {
    position: absolute;
    color: var(--act_theme_cor_9);
    top: -4px;
    left: -6px;
    display: flex;
    align-items: center;
    max-width: 100%;
    min-width: 280px;
    min-height: 43px;
    padding: .625rem;
    padding-left: 52px;
    padding-right: 1.25rem;
    line-height: 110%;
    background-color: rgba(6, 37, 21, 0.9);
    border-radius: 100px;
    transition: all .4s;
}

.imagem_localizacao_container .pin .pin_conteudo svg {
    position: relative;
    z-index: 2;
}

.imagem_localizacao_container .pin.pin0 svg {
    width: 62px;
    height: 108px;
}

.imagem_localizacao_container .pin.pin0 svg path {
    fill: var(--act_theme_cor_5);
}

.imagem_localizacao_container .pin.pin0 span {
    padding-left: 75px;
    min-height: 74px;
    min-width: 345px;
}

/* Posições dos pins */
.pin_area svg {
    width: 500px;
    height: auto;
    width: 26.5dvw;
}

.pin_area {
    position: absolute;
    top: 26%;
    left: 40%;
}

.pin0 {
    top: 45%;
    left: 53%;
    min-width: 300px;
}

.pin1 {
    top: 59%;
    left: 21%;
}

.pin2 {
    top: 47%;
    left: 18%;
}

.pin3 {
    top: 66%;
    left: 5%;
}

.pin4 {
    top: 43%;
    left: 1.5%;
}


/* --- FIM LOCALIZAÇÃO --- */


/* --- ATENDIMENTO --- */
.section_atendimento {
    padding-top: 8.125rem;
    margin-bottom: 4.375rem;
    z-index: 3;
    position: relative;
}

.section_atendimento h2 {
    font-size: var(--act_theme_font_cor);
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 1.5rem;
}

.section_atendimento h3 {
    font-size: 1.5625rem;
    font-weight: 600;
    max-width: 420px;
}

.dados_de_contato {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
}

.dados_de_contato_item a {
    display: flex;
    gap: .625rem;
    color: var(--act_theme_cor_9);
    font-size: var(--act_theme_font_sm);
    font-weight: 300;
    transition: all .4s;
}

.dados_de_contato_item a:hover svg *,
.dados_de_contato_item a:hover {
    color: var(--act_theme_cor_4);
    fill: var(--act_theme_cor_4);
}

.dados_de_contato_item svg {
    min-width: 24px;
    height: 100%;
}

/* --- FIM ATENDIMENTO --- */




@media screen and (max-width: 1399px) {
    .header-desktop .fundo-header>div {
        padding: 0 2.5rem;
    }

    .lotes_conteudos h2 {
        font-size: var(--act_theme_font_lg);
        max-width: 425px;
    }

    .lotes_conteudos>div h2 span {
        font-size: var(--act_theme_font_xg);
    }

    .lotes_conteudos h3 {
        font-size: var(--act_theme_font_sm);
    }

    .lotes_conteudos p {
        font-size: var(--act_theme_font_xs);
        max-width: 360px;
    }

    .section_infraestrutura_galeria {
        margin-top: 3.75rem;
    }
}

@media screen and (max-width: 1199px) {
    header.header-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 99999;
        background: transparent;
    }

    html.overflow_hidden,
    body.overflow_hidden {
        overflow: hidden;
    }

    .header-mobile .fundo-header {
        background-color: var(--act_theme_cor_1);
        transition: all 1s;
    }

    .header-mobile .fundo-header.is_active {
        background-color: var(--act_theme_cor_1);
    }

    header.header-desktop .bloco-menu-desktop .menu-desktop,
    header.header-mobile .bloco-menu-mobile .menu-mobile {
        padding-top: 3.75rem;
        align-items: center;
    }

    header.header-mobile>.container.bloco-menu-mobile {
        padding-top: 0;
    }

    header.header-desktop .btn-open-menu-desktop,
    header.header-mobile .btn-open-menu-mobile {
        font-size: var(--act_theme_font_lg);
        color: var(--act_theme_cor_9);
        border: none;
        background-color: transparent;
    }

    header.header-mobile .bloco-menu-mobile .menu-mobile {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    header.header-desktop .bloco-menu-desktop .menu-desktop>li,
    header.header-mobile .bloco-menu-mobile .menu-mobile>li {
        position: relative;
    }

    header.header-desktop .bloco-menu-desktop .menu-desktop>li>a,
    header.header-mobile .bloco-menu-mobile .menu-mobile>li>a {
        display: inline-flex;
        margin: 0 auto;
        max-width: 100%;
        font-size: var(--act_theme_font_md);
        margin-bottom: .625rem;
        text-transform: uppercase;
        font-weight: bold;
        color: var(--act_theme_cor_10);
        padding: 1rem;
        position: relative;
    }

    header.header-desktop .bloco-menu-desktop,
    header.header-mobile .bloco-menu-mobile {
        height: auto;
        max-height: 0vh;
        padding: 0 6dvw;
        width: 100%;
        background-color: var(--act_theme_cor_9);
        min-height: calc(100dvh - 110px);
        max-height: 100dvh;
        top: 102px;
        left: -120dvw;
        flex-direction: column;
        display: flex;
        justify-content: center;
        position: fixed;
        overflow-y: auto;
        z-index: 99;
        transition: all .4s;
    }

    header.header-desktop .bloco-menu-desktop.is_active,
    header.header-mobile .bloco-menu-mobile.is_active {
        left: 0;
    }

    header.header-desktop .bloco-menu-desktop .menu-desktop>li>.sub-menu,
    header.header-mobile .bloco-menu-mobile .menu-mobile>li>.sub-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-left: 1rem;
        display: none;
    }

    header.header-desktop .bloco-menu-desktop .menu-desktop>li>.sub-menu>li>a,
    header.header-mobile .bloco-menu-mobile .menu-mobile>li>.sub-menu>li>a {
        display: block;
        color: var(--act_theme_cor_1);
        font-size: var(--act_theme_font_sm);
        text-transform: uppercase;
        margin: .3125rem 0;
    }

    header .bloco-menu-desktop .fundo-menu,
    header .bloco-menu-desktop .fundo-menu>div.d-block,
    header.header-mobile .bloco-menu-mobile>div.d-block {
        max-height: calc(100dvh - 140px);
        overflow-y: auto;
        max-width: 100%;
        padding: 0;
    }

    header.header-desktop .fundo-header.ativo {
        background-color: var(--act_theme_cor_1);
    }

    header.header-desktop .fundo-header.ativo .bloco-menu-desktop.ativo {
        display: block !important;
        padding: 2rem 4.375rem;
        background-color: var(--act_theme_cor_1);
    }

    header.header-desktop .fundo-header.ativo .bloco-menu-desktop.ativo #menu-menu-principal {
        flex-direction: column;
    }

    header.header-desktop .fundo-header.ativo .menu-desktop>li>a:hover {
        height: auto;
    }

    header.header-desktop .fundo-header.ativo .menu-desktop>li>a:hover+.sub-menu {
        width: auto;
        display: block;
        position: unset;
        text-align: center;
    }

    header.header-desktop .fundo-header.ativo .menu-desktop>li>a:hover {
        height: auto;
        justify-content: center;
    }

    header.header-desktop .fundo-header .menu-desktop>li>.sub-menu a {
        font-size: .875rem;
    }

    header,
    footer,
    main.main,
    main.main-content-site {
        overflow: hidden;
    }

    header.header-mobile .img-logo-mobile,
    .header-desktop .fundo-header .img-logo-desktop {
        max-height: 70px;
    }

    .section_o_projeto h4,
    .section_o_projeto h2,
    .section_o_projeto h3 {
        text-align: center;
        margin: auto;
        margin-bottom: 1.25rem;
    }

    .section_o_projeto .row_icones .row_icones_item {
        max-width: 240px;
        margin: 0 auto 2.5rem;
        align-items: center;
    }

    .section_o_projeto .row_icones .row_icones_item h2 {
        margin: 0;
    }

    .section_o_projeto .row_icones .row_icones_item p {
        grid-column: 1 / 3;
        text-align: center;
        margin-top: 1rem;
    }

    .section_video:before {
        content: '';
        display: block;
        width: 100%;
        height: 80px;
        position: absolute;
        top: -8px;
        background-color: #a97949;
        clip-path: polygon(100% 0%, 110% 0%, 0% 100%, 0% 0%);
        z-index: 99990;
    }

    .section_video {
        padding-top: 10rem;
        background-image: none !important;
        position: relative;
        overflow: hidden;
    }

    .lotes_imagens figure,
    .lotes_imagens figure img {
        width: 100%;
        object-fit: cover;
    }

    .lotes_conteudos {
        padding-top: 3.75rem;
        text-align: center;
    }

    .lotes_conteudos a,
    .lotes_conteudos h2,
    .lotes_conteudos h3,
    .lotes_conteudos>div>div>div {
        margin-left: auto;
        margin-right: auto;
    }

    .lotes_conteudos .img-folha {
        left: 20px;
    }

    .lotes_conteudos>div>div figure {
        left: 0;
        top: 0;
    }

    .section_comodidades figure,
    .section_comodidades h2 {
        text-align: center;
    }

    .section_comodidades_motivos li {
        margin-left: auto;
        margin-right: auto;
    }

    .section_comodidades {
        padding: 2.5rem 0;
    }

    .section_oportunidade h2 {
        text-align: center;
        margin-bottom: 2.5rem;
    }

    .section_oportunidade {
        margin: 5rem 0;
    }

    .section_comodidades a.btn_principal,
    .section_comodidades .btn_principal a {
        font-size: var(--act_theme_font_xs);
        max-width: 80%;
        margin: auto;
    }

    .bg_footer figure {
        text-align: center;
        margin: 1.5rem 0;
    }

    footer .dados_de_contato {
        flex-direction: column;
        align-items: center;
        margin-bottom: 2.5rem;
    }

    footer .dados_de_contato a {
        text-align: center;
        justify-content: center;
    }
}

@media screen and (max-width: 991px) {
    html {
        margin-top: 0 !important;
    }

    html #wpadminbar {
        display: none;
    }

    .container-404 .sitemap {
        column-count: 2;
    }

    .section_lotes {
        padding: 5rem 0 .25rem;
    }

    .lotes_conteudos .img-folha {
        display: none;
    }

    .lotes_conteudos {
        background: linear-gradient(180deg, var(--act_theme_cor_3) 90%, transparent 0%);
    }

    .section_infraestrutura h3,
    .section_infraestrutura h2,
    .section_infraestrutura a {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .section_infraestrutura .section_infraestrutura_icones h2 {
        text-align: start;
        font-size: 1rem;
    }

    .section_infraestrutura .section_infraestrutura_icones>div figure {
        min-width: 48px;
    }

    .section_infraestrutura_galeria {
        margin-top: 0;
    }

    .section_infraestrutura h3 {
        line-height: 100%;
        margin-top: 2.5rem;
    }

    .section_oportunidade h3 {
        margin: auto;
        text-align: center;
        max-width: 550px;
        margin-bottom: 3.75rem;
    }

    .section_atendimento h2,
    .section_atendimento h3,
    .section_atendimento a {
        text-align: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .section_atendimento {
        padding-top: 5rem;
        margin-bottom: 2.5rem;
    }

    .section_banner_principal video {
        min-height: 700px;
        object-fit: cover;
        /* position: absolute;
        top: 0; */
    }

    .section_banner_principal {
        background-image: none !important;
        flex-direction: column;
        justify-content: center;
    }

    .imagem_banner_mobile,
    .imagem_banner_mobile img {
        width: 100%;
    }

    .section_banner_principal .container {
        position: relative;
        display: flex;
        align-items: center;
    }

    .section_banner_principal article {
        position: absolute;
    }

    .section_banner_principal article figure {
        width: 113dvw;
        height: auto;
    }

    .section_banner_principal article figure img {
        width: 110dvw;
        min-height: 430px;
        object-fit: cover;
    }

    .section_banner_principal_texto h1 {
        font-size: var(--act_theme_font_lg);
    }

    .section_banner_principal_texto h2 {
        font-size: var(--act_theme_font_md);
    }
	#localizacao {
		display: none;
	}
	.section_infraestrutura {
		padding: 0;
		margin-bottom: 3.75rem;
	}
}

@media screen and (max-width: 767px) {
    .container-404 .sitemap {
        column-count: 1;
    }

    .btn-flutuante-whatsapp {
        bottom: 65px;
    }
}

@media screen and (max-width: 575px) {}

@media screen and (max-width: 425px) {
    a[href^="mailto:"] {
        font-size: var(--act_theme_font_xs) !important;
    }
}

@media screen and (max-width: 390px) {}