/*
 * 
Theme Name: Actmob Institucional 2024 - Novellis Imoveis
Author: Actmob
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=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap')

@font-face{
	font-family: 'ITC Garamond Light';
	src: url('assets/fonts/itcgaramondstd-lt.otf') format("opentype");
}

.font-family-itc-garamond-light {
	font-family: 'ITC Garamond Light' !important;
}

@font-face{
	font-family: 'AR CENA';
	src: url('assets/fonts/arcena.ttf') format("truetype");
}

.font-family-arcena {
	font-family: 'AR CENA' !important;
}



a{text-decoration: none;}

*{outline: none;}

div, p, strong, article, aside, section, button, input, h1, h2, h3, h4, h5, h6, a{
	font-family: 'Lato', sans-serif;
}

input[type="submit"]:hover, button:hover, a:hover {
	opacity: 0.85!important;
}

body, html {
  scroll-padding-top: 180px;
}

.font-family-raleway, .font-family-raleway * {
	font-family: 'Raleway', sans-serif;
}

.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_4);
}

::-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: #666;
	-webkit-border-radius: 0px;
	height: 6px;
}

::-webkit-scrollbar-thumb:horizontal{
	background: #666;
	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: #666;
	-webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:horizontal{
	background: #efefef;
	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: #666;
	-webkit-border-radius: 0px;
	height: 6px;
}

::-scrollbar-thumb:horizontal{
	background: #efefef;
	border-radius: 4px;
	width: 10px;
}

.spaceHeader {
	height: 120px;
}


header.header-shop {
	width: 100%;
	height: auto;
	box-shadow: #00000022 0px 3px 6px;
	border-bottom: 4px solid #ccc;
	background: #fff;
	padding: 1rem 0;
}

header.header-shop .img-logo-desktop {
    width: auto;
    height: auto;
    max-width: 120px;
    max-height: 120px;
}

header.header-shop .info-compra-segura,
footer.footer-shop .info-compra-segura{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header.header-shop .info-compra-segura span,
footer.footer-shop .info-compra-segura span{
    color: #888;
    text-transform: uppercase;
    font-size: var(--act_theme_font_sm);
    margin-right: 1rem;
}

header.header-shop .info-compra-segura .icon,
footer.footer-shop .info-compra-segura .icon{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #18c718;
    border-radius: 200px;
    font-size: 1.5rem;
    color: #18c718;
}

footer.footer-shop {
    width: 100%;
    height: auto;
    padding: 2rem 0;
    background: #eee;
}

footer.footer-shop .copyright-shop .container img {
    margin-top: 1rem;
    max-width: 120px;
}
footer.footer-shop .copyright-shop .container {
    font-size: var(--act_theme_font_sm);
    color: #555;
    font-weight: bold;
}
footer.footer-shop .copyright-shop {
    padding: 2rem 0;
    border-top: 1px solid #ddd;
    margin-top: 2rem;
}

footer.footer-shop .lista-formas-de-pagemento li img {
    max-width: 60px;
    margin-right: 15px;
}
footer.footer-shop .lista-formas-de-pagemento {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

footer.footer-shop h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}


header.header-desktop {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10;
    border-bottom: 1px solid var(--act_theme_cor_5);
}

header.header-desktop .fundo-faixa-header {
    padding: 0.313rem 0;
}

header.header-desktop .fundo-faixa-header .user-welcome i {
    font-size: var(--act_theme_font_md);
    margin-right: 0.313rem;
    color: var(--act_theme_cor_1);
}

header.header-desktop .fundo-faixa-header .user-welcome {
    font-size: var(--act_theme_font_sm);
	color: var(--act_theme_cor_5);
    display: flex;
    align-items: center;
}

header.header-desktop .fundo-faixa-header .user-welcome label {
    line-height: 100%;
    margin-left: 3px;
	color: var(--act_theme_cor_1);
	font-weight: bold;
}

header.header-desktop .fundo-faixa-header .info-faixa-topo .info-faixa p strong {
    font-weight: bold;
    color: var(--act_theme_cor_1);
}

header.header-desktop .fundo-faixa-header .info-faixa-topo .info-faixa p {
    margin: 0;
    font-size: var(--act_theme_font_sm);
    color: var(--act_theme_cor_5);
}

header.header-desktop .fundo-faixa-header .redes-sociais li a {
    color: var(--act_theme_cor_5);	
    font-size: var(--act_theme_font_md);
}

header.header-desktop .fundo-faixa-header .redes-sociais > li:not(:last-child) {
    margin-right: 1rem;
}

header.header-desktop .fundo-faixa-header .redes-sociais {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    justify-content: end;
}

.header-desktop .fundo-header {
    width: 100%;
    background: var(--act_theme_cor_6);
}

.header-desktop .fundo-header .img-logo-desktop {
    width: 75%;
    height: auto;
    padding: 0.325rem 0;
	transition: 0.2s;
}

.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-desktop .fundo-header .search-form-header .search-submit {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    border: 0;
    background: transparent;
    font-size: var(--act_theme_font_lg);
    padding: 0 0.625rem;
    color: var(--act_theme_cor_1);
}

.header-desktop .fundo-header .bloco-icons-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header-desktop .fundo-header .bloco-icons-header .bloco-icon-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--act_theme_cor_2);
    color: #fff;
    padding: 0.625rem 1.25rem;
    border-radius: 4px;
	position: relative;
}

.header-desktop .fundo-header .bloco-icons-header .bloco-icon-header .info-icon-header {
    display: inline-block;
    margin-right: 0.625rem;
    font-size: var(--act_theme_font_md);
    line-height: 110%;
    text-align: right;
}

.header-desktop .fundo-header .bloco-icons-header .bloco-icon-header .info-icon-header label {
    display: block;
    font-size: 90%;
    padding: 0;
    line-height: 100%;
    cursor: pointer;
}

.header-desktop .fundo-header .bloco-icons-header .bloco-icon-header i {
    font-size: 1.5rem;
    color: var(--act_theme_cor_3);
}

.header-desktop .fundo-header .bloco-icons-header .bloco-icon-header .qtd-itens-cart {
    color: var(--act_theme_cor_1);
    font-weight: bold;
    position: absolute;
    right: 0.313rem;
    top: 0.313rem;
    background: var(--act_theme_cor_3);
    width: 1.575rem;
    height: 1.575rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: var(--act_theme_font_md);
    box-shadow: #00000044 0px 4px 4px;
}

.header-desktop .fundo-menu {
    width: 100%;
    height: auto;
}

.header-desktop .fundo-menu .menu-desktop > li > a {
    color: var(--act_theme_cor_9);
    font-weight: 400;
    font-size: var(--act_theme_font_md);
    padding: 0.625rem 0;
    display: inline-block;
}

.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: var(--act_theme_cor_1);
    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: #fff;
    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: 10rem;
    transition: 0.3s ease-in-out;
    padding: 0.875rem;
}

.header-desktop .fundo-menu .menu-desktop > li.menu-item-has-children > a::after {
    content: '\f078';
    font-family: 'FontAwesome';
    margin-left: 0.313rem;
    font-size: 80%;
    display: inline-block;
    vertical-align: middle;
}

footer.footer-desktop {
    background: var(--act_theme_cor_6);
    padding: 2.5rem 0;
    color: var(--act_theme_cor_9);
}

.container-404 p {
    font-size: 1rem;
    margin-bottom: 0;
}

.container-404 h1 {
    font-weight: bold;
    font-size: var(--act_theme_font_xg);
    color: var(--act_theme_cor_1);
    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(--bs-white);
    background: var(--act_theme_cor_1);
    border-radius: 5px;
    padding: 1rem;
}

.container-404 h2 {
    font-size: var(--act_theme_font_xg);
    font-weight: bold;
    color: var(--act_theme_cor_1);
    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(--bs-black);
    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;
}

.bloco-categorias-rodape ul {
    column-count: 3;
}

.copyright p {
    color: var(--bs-white);
    font-size: var(--act_theme_font_md);
	margin: 0;
}

rs-module, rs-module-wrap{
	width: 100%!important;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    background: #5E5E5E88 !important;
    border-radius: 100px;
    font-family: 'FontAwesome' !important;
}

.owl-carousel .owl-nav .owl-next::before {
    content: '\f105';
    font-size: 1rem;
    color: #fff;
}

.owl-carousel .owl-nav .owl-prev::before {
    content: '\f104';
    font-size: 1rem;
    color: #fff;
}

.owl-carousel .owl-nav .owl-prev span, 
.owl-carousel .owl-nav .owl-next span {
    display: none;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 47%;
    left: 1rem;
	z-index: 2;
	background: var(--act_theme_cor_5) !important;
    border-radius: 4px;
}
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 47%;
    right: 1rem;
	z-index: 2;
	background: var(--act_theme_cor_5) !important;
    border-radius: 4px;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: var(--act_theme_cor_1);
}

.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 1rem;
    height: 1rem;
    border: 1px solid var(--act_theme_cor_1);
    border-radius: 100px;
    margin: 0 0.4rem;
}

footer.footer-mobile {
    color: #fff;
    background: var(--act_theme_cor_4);
    padding: 3.75rem 0;
	padding-bottom: 7rem;
}

footer.footer-mobile .bloco-info-contato-rodape {
    width: 100%;
    border-bottom: 1px solid #222E3C;
    padding-left: 0.938rem;
    padding-right: 0.938rem;
    padding-bottom: 1.563rem;
    margin-bottom: 1.563rem;
}

footer.footer-mobile .bloco-info-contato-rodape h2 {
    font-size: var(--act_theme_font_lg);
    margin-bottom: 1rem;
    font-weight: bold;
}

footer.footer-mobile .bloco-info-contato-rodape p {
    margin-bottom: 0.625rem;
    font-size: var(--act_theme_font_md);
}

footer.footer-mobile .bloco-info-contato-rodape p:last-child {
    margin-bottom: 0;
}

footer.footer-mobile .bloco-info-contato-rodape p i {
    color: var(--act_theme_cor_3);
    margin-right: 0.625rem;
    font-size: 140%;
}


footer.footer-mobile .copyright img {
    margin-top: 2rem;
}

header.header-desktop .redes-sociais li a {
    display: block;
    font-size: var(--act_theme_font_lg);
   color: var(--act_theme_cor_9);
}

header.header-desktop  .redes-sociais {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: end;
    gap: .3125rem;
    margin: 0;
    padding: 0;
    border-left: 1px solid var(--act_theme_cor_10);
    height: 100%;
    width: 100%;
}

header.header-desktop .cabecalho_desktop {
    width: 100%;
}

header.header-desktop .bloco-header-desktop .bloco-contato-header-desktop {
    color: var(--act_theme_cor_9);
    font-size: var(--act_theme_font_md);
}

header.header-desktop .bloco-header-desktop .bloco-contato-header-desktop i {
    font-size: 130%;
    margin-right: 0.625rem;
    display: inline-block;
    vertical-align: bottom;
}

header.header-desktop .bloco-header-desktop .bloco-contato-header-desktop {
    color: var(--act_theme_cor_9);
    font-size: var(--act_theme_font_md);
}


footer.footer-desktop h2 {
    font-size: var(--act_theme_font_lg);
    font-family: "Raleway", sans-serif;
    margin-bottom: 1.25rem;
}

footer.footer-desktop .bloco-newsletter-rodape h2 {
    margin-bottom: 0;
}

.newsletter .input-newsletter::placeholder {
    color: #fff;
}

.newsletter .input-newsletter {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0.625rem 1rem;
    border-radius: 5px;
    border: 0;
    background: var(--act_theme_cor_7);
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: var(--act_theme_font_md);
    height: 3.688rem;
}

.newsletter .btn-newsletter {
    margin: 0;
    padding: 0 3rem;
    border-radius: 5px;
    border: 0;
    background: var(--act_theme_cor_2);
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: var(--act_theme_font_md);
    height: 3.688rem;
    font-weight: 500;
}

.bloco-newsletter-rodape > .container {
    border-top: 1px solid var(--act_theme_cor_8);
    margin: 2rem auto;
    padding: 2rem 0;
    border-bottom: 1px solid var(--act_theme_cor_8);
}

.newsletter p {
    margin: 0;
    position: relative;
}

.newsletter .wpcf7-spinner {
    position: absolute;
    top: 120%;
    left: 25%;
    width: 50%;
    margin: 0;
}

footer.footer-desktop ul.redes-sociais li a {
    display: block;
    font-size: var(--act_theme_font_lg);
    color: #fff;
    margin-left: 1rem;
}

footer.footer-desktop ul.redes-sociais {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer.footer-desktop .copyright .container a, 
footer.footer-desktop .copyright .container p {
    color: var(--act_theme_font_7);
}

footer.footer-desktop .copyright .img-actmob-copyright {
    margin-top: 1rem;
}

.footer-desktop .footer-content-row > div {
    border-left: 1px solid var(--act_theme_cor_8);
    padding-left: 3rem;
    padding-right: 3rem;
}

.footer-desktop .footer-content-row > div:first-child {
    border-left: 0;
    padding-left: 0;
}

footer.footer-desktop .contato-footer p:last-child {
    margin: 0;
}

footer.footer-desktop .contato-footer p, 
footer.footer-desktop .contato-footer p a {
    color: var(--act_theme_cor_9);
}

footer.footer-desktop .contato-footer p i {
    display: inline-block;
    vertical-align: middle;
    font-size: 120%;
    margin-right: 0.625rem;
}

/* inicio site */


.simple-link-1 {
    font-size: var(--act_theme_font_lg);
    font-family: 'Raleway', sans-serif;
    color: var(--act_theme_cor_5);
}

.bloco-titulo-home-bl-1 h1 .l2 {
    display: block;
    font-size: 3rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.bloco-titulo-home-bl-1 h1 .l1 {
    display: block;
    font-size: 2rem;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0.625rem;
}

.bloco-titulo-home-bl-1 h1 {
    color: var(--act_theme_cor_9);
    margin: 0;
    font-weight: 400;
}

.title-invert-home > strong {
    color: var(--act_theme_cor_2);
}

.title-invert-home {
    color: var(--act_theme_cor_8);
}

.title-single-blog {
    font-size: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    color: var(--act_theme_cor_1);
    line-height: 100%;
    font-weight: 600;
}

.text-default-single-blog {
    font-size: 1.2rem;
    font-family: 'Raleway', sans-serif;
    color: var(--act_theme_cor_1);
}

.bloco-loop-blog {
    margin-bottom: 2rem;
}

.bloco-loop-blog .content-loop-blog {
    display: block;
    width: 100%;
    height: auto;
}

.bloco-loop-blog .content-loop-blog img {
    width: 100%;
    height: auto;
    max-height: 260px;
    object-fit: cover;
}

.bloco-loop-blog .content-loop-blog .title-loop-blog {
    line-height: 100%;
    color: var(--act_theme_cor_1);
    font-family: 'Raleway', sans-serif;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    font-size: var(--act_theme_font_lg);
    font-weight: 600;
}

.bloco-loop-blog .content-loop-blog p {
    margin: 0;
    font-size: var(--act_theme_font_md);
    color: var(--act_theme_cor_1);
    font-family: 'Raleway', sans-serif;
}

.form-encomende-imovel h2 {
    font-family: 'Raleway', sans-serif;
    font-size: var(--act_theme_font_lg);
    color: var(--act_theme_cor_4);
    font-weight: 400;
}

.form-encomende-imovel > .row {
    width: 80%;
    height: auto;
    margin: auto;
}

.form-encomende-imovel {
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    padding: 2rem 0;
}

.form-encomende-imovel .col-12 {
    margin: 0.2rem 0;
}

.form-encomende-imovel .input-form-encomende-imovel::placeholder {
    color: #ccc;
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
}

.form-encomende-imovel .input-form-encomende-imovel {
    width: 100%;
    height: auto;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding: 0.675rem 0.375rem;
}

.form-encomende-imovel .textarea-form-encomende-imovel {
    height: 180px;
}

.form-encomende-imovel .btn-form-encomende-imovel {
    width: 100%;
    height: auto;
    padding: 0.775rem;
    font-size: 1rem;
    border: 0;
    background: var(--act_theme_cor_5);
    color: var(--act_theme_cor_1);
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    border-radius: 5px;
}

.form-encomende-imovel p {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: var(--act_theme_font_sm);
    font-weight: 500;
}
.form-encomende-imovel input::placeholder, .form-encomende-imovel textarea::placeholder {
    color: var(--act_theme_cor_1) !important;
}

.grid-logo-bancos .logo-bancos {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
}

.grid-logo-bancos {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: start;
}

.linha-etapas {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.linha-etapas .etapa {
    position: relative;
}

.linha-etapas .etapa .circulo {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    border-radius: 100px;
}

.linha-etapas .etapa::before {
    content: '';
    width: 100%;
    height: 6%;
    background: #eee;
    position: absolute;
    display: block;
    top: 42%;
}

.linha-etapas .etapa .circulo .custom-tooltip {
    background: var(--act_theme_cor_1);
    color: var(--act_theme_cor_9);
    font-size: var(--act_theme_font_sm);
    padding: 0.425rem 0.625rem;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    position: absolute;
    top: 120%;
    display: none;
    align-items: center;
    justify-content: center;
}

.linha-etapas .etapa .circulo .custom-tooltip::before {
    position: absolute;
    top: -5px;
    width: 0;
    height: 0;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--act_theme_cor_1);
}

.linha-etapas .etapa.etapa-ativa::before {
    background: var(--act_theme_cor_1);
}

.linha-etapas .etapa.etapa-ativa .circulo {
    background: var(--act_theme_cor_1);
	cursor: pointer;
}

.linha-etapas .etapa.etapa-ativa .circulo .custom-tooltip {
    display: flex;
}

.form-cadastre-seu-imovel .form-etapa {
    width: 100%;
    max-width: 740px;
    margin: auto;
    margin-top: 60px;
	display: none;
}

.form-cadastre-seu-imovel .form-etapa-1 {
	display: block;
}

.form-cadastre-seu-imovel .form-etapa h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: var(--act_theme_font_lg);
    margin-bottom: 1rem;
    line-height: 100%;
}

.form-cadastre-seu-imovel .form-etapa .input-etapa {
    width: 100%;
    height: auto;
    margin-bottom: 0.625rem;
    border: 1px solid #ccc;
    padding: 0.625rem 0.625rem;
    border-radius: 5px;
}

.form-cadastre-seu-imovel .form-etapa .input-etapa.invalid-input {
    border: 1px solid #c80000;
    box-shadow: #c8000088 0px 0px 4px;
}

.form-cadastre-seu-imovel .form-etapa .btn-etapa {
    background: var(--act_theme_cor_5);
    color: var(--act_theme_cor_1);
    width: 100%;
    height: auto;
    border: 0;
    padding: 0.625rem 0.625rem;
    border-radius: 5px;
}

.form-cadastre-seu-imovel .form-etapa .wpcf7-checkbox {
    margin-bottom: 0.625rem;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.form-cadastre-seu-imovel .form-rodape-etapas {
    max-width: 740px;
    margin: auto;
    margin-top: 1rem;
    text-align: center;
    font-size: var(--act_theme_font_sm);
}

.form-contato .input-form-contato {
    width: 100%;
    height: auto;
    padding: 0.825rem 0.625rem;
    border: 0;
    border-radius: 4px;
    margin: 0.310rem 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.form-contato .textarea-form-contato {
    resize: none;
    height: 180px;
}

.form-contato .btn-form-contato {
    width: 100%;
    height: auto;
    padding: 0.825rem 0.625rem;
    border: 0;
    border-radius: 5px;
    background: var(--act_theme_cor_2);
    color: #fff;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
}

.bloco-icons-contato {
    display: flex;
    color: #fff;
    align-items: center;
}

.bloco-icons-contato i {
    color: var(--act_theme_cor_5);
    margin-right: 0.625rem;
}

.bloco-icons-contato.bloco-icon-endereco i {
    font-size: 2rem;
}

.bloco-icons-contato.bloco-icon-endereco span {
    font-size: 1.2rem;
    font-family: 'Raleway', sans-serif;
}

.bloco-icons-contato.bloco-icon-contato i {
    font-size: 1.5rem;
}

.bloco-icons-contato.bloco-icon-contato p {
    font-size: 1.1rem;
}

.custom-titulo-sobre-nos h2 {
    font-size: 4rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #212224;
    margin: 0;
    line-height: 100%;
}

.custom-titulo-sobre-nos-1 h2 {
    margin-left: -40px;
}



.simple-link-2 {
    display: inline-block;
    background: var(--act_theme_cor_2);
    color: var(--act_theme_cor_9);
    border-radius: 5px;
    padding: 0.625rem 2rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: var(--act_theme_font_md);
}


.abas-carrossel-imoveis > a {
    display: inline-block;
    padding: 0.625rem 2rem;
    background: transparent;
    border-radius: 100px;
    border: 1px solid var(--act_theme_cor_2);
    color: var(--act_theme_cor_9);
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}


.abas-carrossel-imoveis {
	gap: 1rem;
}

.abas-carrossel-imoveis > a:hover, 
.abas-carrossel-imoveis > a.secao-ativa {
    background: var(--act_theme_cor_2);
}


.carrossel-imoveis.owl-carousel .owl-nav .owl-next {
    right: -3rem;
}
.carrossel-imoveis.owl-carousel .owl-nav .owl-prev {
    left: -3rem;
}
.carrossel-imoveis .owl-dots {
    margin-top: 1rem;
}

.carrossel-imoveis.owl-carousel .owl-dots button.owl-dot {
    background: transparent;
    border-color: var(--act_theme_cor_2);
}

.carrossel-imoveis.owl-carousel .owl-dots .owl-dot.active {
	background: var(--act_theme_cor_2);
}

.bloco-carrossel-imoveis-home {
	display: none !important;
}

.bloco-carrossel-imoveis-home-ativo {
	display: flex!important;
}

.breadcrumb > a {
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.breadcrumb > a:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    flex: 1;
}

.breadcrumb > .separator {
    margin: 0 0.625rem;
    font-size: 70%;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
}

.titulo_categoria_imoveis h1 {
    width: 100%;
    height: auto;
    display: block;
    line-height: 100%;
    margin: 0;
    text-align: center;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: bold;
}

.select-categoria-imoveis select {
    display: block;
    margin: auto;
    padding: 1rem 3rem;
    border-radius: 5px;
    border: 0;
    max-width: 100%;
    background: var(--act_theme_cor_2);
    color: var(--act_theme_cor_9);
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
}

/* interna imovel */


.copyright a {
    color: var(--act_theme_cor_9);
}

.redes-sociais-rodape {
    border-top: 1px solid var(--act_theme_cor_8);
    border-bottom: 1px solid var(--act_theme_cor_8);
    margin-bottom: 2rem;
}

.redes-sociais-rodape .redes-sociais {
    margin: 0;
    padding: 1rem 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
}

.redes-sociais-rodape .redes-sociais a {
    color: var(--act_theme_cor_9);
    font-size: 2rem;
}

.page-template-default .breadcrumb > a:last-child {
    flex: unset;
}

.btn-flutuante-whatsapp {
    display: flex;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 9999999999;
    background: #4CD470;
    width: 4rem;
    height: 4rem;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 2.5rem;
    color: #fff;
}

.bloco-links-pg-condominios a {
    display: inline-block;
    background: var(--act_theme_cor_1);
    padding: 1rem;
    margin: 0 5px;
    border-radius: 5px;
    box-shadow: #00000029 0px 3px 6px;
    color: var(--act_theme_cor_2);
}

.p-relative {
	position: relative;
}

.lista-localizacoes {
    position: absolute;
    top: 120%;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 6px;
    overflow-y: auto;
    max-height: 30vh;
    color: #000;
    padding: 10px;
}

.lista-localizacoes .localizacoes li {
    cursor: pointer;
    font-size: 0.875rem;
    margin: 0.425rem 0;
}

.lista-localizacoes .localizacoes {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sfsi_widget .sfsi_wDiv img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}


.sfsi_widget .sfsi_wDiv {
    float: unset !important;
    width: 100% !important;
    height: auto;
}

header.header-desktop.header-transparent {
    opacity: 0.5;
    filter: blur(2px);
    transition: 0.2s;
}

header.header-desktop.header-transparent:hover {
    opacity: 1;
    filter: blur(0px);
    transition: 0.2s;
}

.header-desktop.header-transparent .fundo-header .img-logo-desktop {
	width: 40%;
	transition: 0.2;
}

@media screen and (min-width: 993px){	
	
	.container-fluid {
		max-width: 1500px;
	}
	
	header.header-desktop .btn-abrir-busca-avancada-imovel {
		display: flex;
		width: 100%;
		text-align: center;
		align-items: center;
		justify-content: center;
		height: 100%;
		gap: 1rem;
		color: var(--act_theme_cor_9);
		font-size: var(--act_theme_font_md);
		border-left: 1px solid var(--act_theme_cor_10);
		border-right: 1px solid var(--act_theme_cor_10);
	}
}

@media screen and (max-width: 1399px) and (min-width: 993px){
	.header-desktop .fundo-menu .menu-desktop > li > a,
	header.header-desktop .bloco-header-desktop .bloco-contato-header-desktop,
	header.header-desktop .btn-abrir-busca-avancada-imovel{
		font-size: 0.8rem;
	}
	
	footer.footer-desktop .contato-footer p, 
	footer.footer-desktop .contato-footer p a {
		font-size: 0.825rem;
	}
}

@media screen and (max-width: 992px){
	html {
		margin-top: 0 !important;
	}
	
	.spaceHeader {
		height: 72px;
	}
	
	html #wpadminbar {
		display: none;
	}
	
	main.main-content-site {
		width: 100%;
		margin: auto;
		height: auto;
		overflow-x: hidden;
	}
	
	.custom-titulo-pascoa {
		text-align: center;
		padding-right: 0rem;
	}
	
	.custom-titulo-pascoa h2 {		
    	margin-bottom: 2rem;
	}
	
	.custom-info-pascoa {	
   		padding-right: 0rem;
	}
	
	.custom-info-pascoa .column-2 i {
		margin-left: 0;
	}
	
	.carrossel-depoimentos .owl-dots {
		margin-top: 2rem;
	}
	
	#rev_slider_1_1_wrapper rs-arrow {
		bottom: 0px !important;
		top: unset !important;
	}
	
	
	header.header-mobile {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		z-index: 99999;
		background: var(--act_theme_cor_1);
	}
	
	header.header-mobile .faixa-topo-mobile {
		width: 100%;
		background: var(--act_theme_cor_6);
		padding: 0.625rem;
	}
	
	header.header-mobile .carrossel-topo-cabecalho {
		display: none;
	}
	
	header.header-mobile .carrossel-topo-cabecalho .item-carrossel a {
		text-align: center;
		color: #fff;
		display: block;
		font-size: var(--act_theme_font_xs);
		text-transform: uppercase;
	}
	
	header.header-mobile .carrossel-topo-cabecalho .item-carrossel a strong {
		color: var(--act_theme_cor_3);
		font-weight: bold;
	}
	
	header.header-mobile .img-logo-mobile {
		width: 100%;
		height: auto;
    	max-width: 120px;
	}	
	
	header.header-mobile > .container {
	}
	
	header.header-mobile > .container.bloco-menu-mobile,
	header.header-mobile > .container.carrinho-mobile {
		padding-top: 0;
	}
	
	header.header-mobile .btn-open-menu-mobile {
		font-size: var(--act_theme_font_lg);
		color: var(--act_theme_cor_9);
	}
	
	header.header-mobile .btn-abrir-busca-avancada-imovel {
		color: var(--act_theme_cor_9);
        font-size: var(--act_theme_font_sm);
        display: inline-flex;
        margin: auto;
        font-family: 'Raleway', sans-serif;
        gap: 10px;
        align-items: center;
        border-left: 1px solid var(--act_theme_cor_4);
        padding: 2rem 1rem;
        border-right: 1px solid var(--act_theme_cor_4);
	}
	
	header.header-mobile .redes-sociais {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center;
		justify-content: end;
        gap: .3125rem;
	}
	
	header.header-mobile .redes-sociais a {
		color: #fff;
		font-size: var(--act_theme_font_lg);
	}
	
	header.header-mobile .bloco-menu-mobile .menu-mobile {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	header.header-mobile .bloco-menu-mobile .menu-mobile > li {
		padding: 0.625rem 0;
		border-bottom: 1px solid var(--act_theme_cor_4);
		position: relative;
	}
	
	header.header-mobile .bloco-menu-mobile .menu-mobile > li > a {
		display: block;
		font-size: var(--act_theme_font_md);
		text-transform: uppercase;
		font-weight: bold;
		color: var(--act_theme_cor_9);
		width: 80%;
	}
	
	header.header-mobile .bloco-menu-mobile {
		height: auto;
		max-height: 0vh;
		overflow-y: auto;
		transition: 0.5s;
	}
	
	header.header-mobile .bloco-menu-mobile.is_active {
		max-height: 60vh;
		transition: 0.5s;
	}
	
	header.header-mobile .bloco-menu-mobile .menu-mobile > li > .sub-menu {
		list-style: none;
		margin: 0;
		padding: 0;
		padding-left: 15px;
		display: none;
	}
	
	header.header-mobile .bloco-menu-mobile .menu-mobile > li > .sub-menu > li > a {
		display: block;
		color: var(--act_theme_cor_5);
		font-size: var(--act_theme_font_sm);
		text-transform: uppercase;
		margin: 5px 0;
	}
	
	header.header-mobile .bloco-menu-mobile .menu-mobile > li > i {
		position: absolute;
		right: 0;
		top: 5px;
		font-size: 130%;
		color: var(--act_theme_cor_9);
	}
	
	.scroll-horizontal {
		flex-wrap: nowrap;
		overflow-x: auto;
	}
	
	.lista-imoveis .bloco-loop-imovel p,
	.lista-imoveis .bloco-loop-imovel h2,
	.lista-imoveis .bloco-loop-imovel h3 {
		text-align: center;
	}
	
	.lista-imoveis .bloco-loop-imovel .bloco-preco {
		align-items: center;
	}
	
	.copyright p {		
    	margin-bottom: 0.625rem;
	}
	
	.newsletter .input-newsletter {
		width: 80%;
		display: block;
		margin: auto;
		margin-bottom: 1rem;
	}
	
	.newsletter .btn-newsletter {
		width: 80%;
		display: block;
		margin: auto;
		margin-bottom: 1rem;
	}
	
	.newsletter .row {
		--bs-gutter-x: 0;
	}
	
	.custom-titulo-sobre-nos-1 h2 {
		margin-left: 0;
	}
	
	.custom-titulo-sobre-nos h2 {
		font-size: 2rem;
		text-align: center;
	}
	
	.bloco-imovel .info-imovel {
		padding: 40px;
	}
	
	
	.content-interna-imovel {
		flex-direction: column;
	}
	
	.content-interna-imovel .coluna-1,
	.content-interna-imovel .coluna-2 {
		width: 100%;
        padding-top: 3rem;
	}
	
	.content-interna-imovel .abas-interna-imoveis {
		flex-direction: column;
		border: 1px solid var(--act_theme_cor_4);
	}
	
	.content-interna-imovel .pd-esq,
	.content-interna-imovel .coluna-1 .info-imovel{
		width: 95%;
		margin-left: 2.5%;
	}	
	
	.breadcrumb {		
    	font-size: 0.775rem;
	}
	
	.content-interna-imovel .coluna-2 iframe {
		height: 40vh;
	}
	
	.content-interna-imovel .galeria-interna-imovel {
		width: 95%;
		margin-left: 2.5%;
		justify-content: start;
		flex-wrap: nowrap;
		overflow-x: auto;
	}
	
	.content-interna-imovel .bloco-conheca-mais-imoveis {
		width: 95%;
		margin-left: 2.5%;
	}
	
	.content-interna-imovel .abas-interna-imoveis .item-aba-interna-imoveis {
		width: 100%;
		text-align: center;
	}
	
	.content-interna-imovel .galeria-interna-imovel img {
		width: 60%;
	}
	
	.content-interna-imovel .grid-caracteristicas {
		gap: 10px;
		width: 100%;
	}
	
	.no-bg-mobile {
		background-size: 0 0 !important;
	}
	
	.pd-page-form-mobile > div {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
		padding-left: 0.625rem !important;
		padding-right: 0.625rem !important;
	}
	
	.bloco-filtro-avancado .form-filtro .btn-form {
		font-size: var(--act_theme_font_sm);
	}
	
	.abas-carrossel-imoveis > a {
		padding: 0.625rem 1rem;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 992px){
	.container-404 .sitemap { 
		column-count: 2;
	}
	
	.linha-categorias .bloco-categoria {
		height: 450px;
	}
}

@media screen and (max-width: 767px){
	.container-404 .sitemap { 
		column-count: 1;
	}
	
	.bloco-texto-img-quem-somos .bloco-texto {
		width: 100%;
	}
	
	.bloco-texto-img-quem-somos img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2rem;
	}
	
	.vc_grid .vc_grid-item {
		width: 48%;
		display: inline-block !important;
		float: unset;
		margin-right: 1%;
		margin-bottom: 2%;
		margin-left: 1%;
	}
	
	.bloco-filtro-avancado .container {
		width: 95%;
		height: 90%;
		overflow-y: auto;
	}
	
	.bloco-filtro-avancado .container > .row > div:last-child {
		border-left: 0;
	}
	
	.bloco-filtro-avancado .form-filtro .btn-form {
		padding: 1rem;
	}
	
	.bloco-filtro-avancado .form-filtro .lista-btn-filtro-avancado {
		gap: 5px;
	}
	
	.bloco-filtro-avancado .lista-operacao-filtro-avancado {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}
	
	.bloco-filtro-avancado .lista-operacao-filtro-avancado li a {
		font-size: var(--act_theme_font_md);
	}
	
	.abas-carrossel-imoveis {
		gap: 0.625rem;
	}
	
	.abas-carrossel-imoveis > a {		
		width: 48%;
		height: auto;
		font-size: var(--act_theme_font_sm);
		text-align: center;
	}
	
	.lista-imoveis-2 .bloco-loop-imovel {
		flex-direction: column;
	}
	
	.lista-imoveis-2 .bloco-loop-imovel .info-bloco-loop-imovel, 
	.lista-imoveis-2 .bloco-loop-imovel img {
		width: 100%;
	}
	
	.titulo-lp-mobile {
		font-size: 2.5rem !important;
	}	
	
	.single-post main.main {
		max-width: 97%;
		height: auto;
		margin: auto;
		overflow-x: hidden;
		padding: 0 10px;
	}
	
}