.linha-categorias .bloco-categoria {
    width: 95%;
    height: 550px;
    background-size: cover;
    background-position: center center;
	position: relative;
    padding: 1.25rem;
	margin: auto;
}

.linha-categorias .bloco-categoria::before {
    content: '';
    background: #00000088;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 1;
    transition: 0.5s;
}

.linha-categorias .bloco-categoria:hover::before {
	transition: 0.5s;
	opacity: 0;
}

.linha-categorias .bloco-categoria .nome-categoria {
    position: absolute;
    z-index: 2;
    width: 90%;
    height: auto;
    top: 5%;
    left: 5%;
    transition: 0.5s;
}

.linha-categorias .bloco-categoria:hover .nome-categoria{	
	transition: 0.5s;
	top: unset;
	top: 70%;
}

.linha-categorias .bloco-categoria .nome-categoria h3 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 1rem;
}

.linha-categorias .bloco-categoria .nome-categoria h3 strong {
    display: block;
    font-weight: 700;
}

.linha-categorias .bloco-categoria .nome-categoria .btn-categoria {
    background: var(--act_theme_cor_2);
    color: #fff;
    text-transform: none;
    display: inline-block;
    padding: 0.625rem 1.65rem;
    border-radius: 5px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    opacity: 0;
    transition: 0.5s;
}

.linha-categorias .bloco-categoria:hover .btn-categoria {
	opacity: 1;
    transition: 0.5s;
}

.form-busca-imovel .input-form-busca {
    width: 100%;
    height: 3.688rem;
    padding: 0.625rem;
    border-radius: 5px;
    border: 0;
    color: #555555;
    font-family: "Raleway", sans-serif;
    font-size: var(--act_theme_font_md);
    font-weight: 500;
}

.form-busca-imovel .btn-form-busca {
    width: 100%;
    height: 3.688rem;
    padding: 0.625rem;
    border-radius: 5px;
    border: 0;
    color: var(--act_theme_cor_9);
    font-family: "Raleway", sans-serif;
    font-size: var(--act_theme_font_md);
    font-weight: 500;
    background: var(--act_theme_cor_1);
}



.bloco-imovel {
    background: #000;
}

.bloco-imovel .galeria-imovel .imagem-destaque > img {
    width: 100%;
    height: 700px;
    object-fit: cover;
	position: relative;
	z-index: 1;
}

.bloco-imovel .galeria-imovel {
    position: relative;
}

.bloco-imovel .galeria-imovel .galeria-imagem {
	width: 100%;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	display: flex;
}

.bloco-imovel .galeria-imovel .galeria-imagem .imagem-galeria img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	cursor: pointer;
}

.bloco-imovel .galeria-imovel .galeria-imagem .imagem-galeria {
    width: 160px;
    height: 120px;
    padding: 6px 5px;
    background: var(--act_theme_cor_1);
}

.bloco-imovel .galeria-imovel iframe {
    width: 100%;
    height: 700px;
    position: relative;
    z-index: 1;
}

.bloco-imovel .info-imovel {
    padding-left: 80px;
}

.bloco-imovel .info-imovel .codigo-imovel {
    display: block;
    font-size: 1rem;
    color: var(--act_theme_cor_5);
    font-family: 'Raleway', sans-serif;
}

.bloco-imovel .info-imovel .titulo-imovel {
    font-size: 3rem;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 2rem;
}

.bloco-imovel .info-imovel .descricao-imovel {
    font-size: 1rem;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    margin-bottom: 2rem;
}

.bloco-imovel .info-imovel .bloco-preco {
    color: #fff;
    margin-bottom: 2rem;
}

.bloco-imovel .info-imovel .bloco-preco span {
    display: block;
    font-family: 'Raleway';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3rem;
	line-height: 100%;
}

.bloco-imovel .info-imovel .bloco-preco span.preco {
    font-size: 3rem;
}

.bloco-imovel .info-imovel .diferencial-imovel {
    display: flex;
    align-items: center;
    justify-content: start;
}

.bloco-imovel .info-imovel .diferencial-imovel .icon-diferencial img {
    width: auto;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
}

.bloco-imovel .info-imovel .diferencial-imovel .icon-diferencial {
    font-family: 'Raleway', sans-serif;
    color: var(--act_theme_cor_5);
    padding: 10px;
    border-radius: 4px;
    border: 1px solid var(--act_theme_cor_5);
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bloco-imovel .galeria-imovel .galeria-imagem .container-video {
    width: 160px;
    height: 120px;
    padding: 6px 5px;
    background: var(--act_theme_cor_1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #f00;
    cursor: pointer;
}



.form-busca-cidade .bloco-input {
    margin: 0.625rem 0;
    text-align: center;
}

.form-busca-cidade .bloco-input .select-form {
    background: #fff;
    padding: 0.825rem 0.625rem;
    width: 100%;
	max-width: 500px;
    border-radius: 5px;
    border: 0;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: var(--act_theme_font_md);
}

.form-busca-cidade .bloco-input .btn-form {
    padding: 0.825rem 0.625rem;
    width: 100%;
	max-width: 500px;
    border-radius: 5px;
    border: 0;
    background: var(--act_theme_cor_2);
    color: var(--act_theme_cor_9);
    font-family: 'Raleway', sans-serif;
    font-size: var(--act_theme_font_md);
}


.lista-imoveis .bloco-loop-imovel {
    width: 100%;
    height: auto;
    margin: auto;
    background: var(--act_theme_cor_4);
	transition: 0.2s;
	display: block;
	opacity: 1 !important;	
    box-shadow: var(--act_theme_cor_4) 0px -1px 6px;
}

.lista-imoveis .bloco-loop-imovel img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-bottom: 2rem;
}

.lista-imoveis .bloco-loop-imovel h3 {
    font-size: var(--act_theme_font_md);
    color: var(--act_theme_cor_2);
    width: 90%;
    margin: auto;
    margin-bottom: 0;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

.lista-imoveis .bloco-loop-imovel h2 {
    font-size: var(--act_theme_font_lg);
    color: var(--act_theme_cor_9);
    width: 90%;
    margin: auto;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 1rem;
}

.lista-imoveis .bloco-loop-imovel p {
    font-size: var(--act_theme_font_md);
    color: var(--act_theme_cor_9);
    width: 90%;
    margin: auto;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 2rem;
}

.lista-imoveis .bloco-loop-imovel .bloco-preco {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    font-family: 'Raleway', sans-serif;
    width: 90%;
    margin: auto;
    padding-bottom: 1rem;
}

.lista-imoveis .bloco-loop-imovel .tipo-operacao {
    color: var(--act_theme_cor_9);
    text-transform: uppercase;
    font-size: var(--act_theme_font_md);
}

.lista-imoveis .bloco-loop-imovel .preco {
    color: var(--act_theme_cor_2);
    font-size: var(--act_theme_font_xg);
    font-weight: 700;
}

.lista-imoveis:not(.carrossel-imoveis) > div {
    margin-bottom: 2rem;
}

.lista-imoveis .bloco-loop-imovel:hover {
	background: #fff;
	transition: 0.2s;
	opacity: 1;
}

.lista-imoveis .bloco-loop-imovel:hover h2,
.lista-imoveis .bloco-loop-imovel:hover p,
.lista-imoveis .bloco-loop-imovel:hover .bloco-preco .tipo-operacao {
	color: var(--act_theme_cor_4);
	transition: 0.2s;
}

.lista-imoveis-2 .bloco-loop-imovel {
    width: 100%;
    height: auto;
    margin: auto;
    background: var(--act_theme_cor_4);
	transition: 0.2s;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	opacity: 1 !important;
}

.lista-imoveis-2 .bloco-loop-imovel img {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.lista-imoveis-2 .bloco-loop-imovel .info-bloco-loop-imovel {
    width: 50%;
}

.lista-imoveis-2 .bloco-loop-imovel h3 {
    font-size: var(--act_theme_font_md);
    color: var(--act_theme_cor_2);
    width: 90%;
    margin: auto;
    margin-bottom: 1rem;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

.lista-imoveis-2 .bloco-loop-imovel h2 {
    font-size: var(--act_theme_font_lg);
    color: var(--act_theme_cor_4);
    width: 90%;
    margin: auto;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 1rem;
}

.lista-imoveis-2 .bloco-loop-imovel p {
    font-size: var(--act_theme_font_md);
    color: var(--act_theme_cor_4);
    width: 90%;
    margin: auto;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 2rem;
}

.lista-imoveis-2 .bloco-loop-imovel .bloco-preco {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    font-family: 'Raleway', sans-serif;
    width: 90%;
    margin: auto;
    padding-bottom: 1rem;
}

.lista-imoveis-2 .bloco-loop-imovel .tipo-operacao {
    color: var(--act_theme_cor_4);
    text-transform: uppercase;
    font-size: var(--act_theme_font_md);
}

.lista-imoveis-2 .bloco-loop-imovel .preco {
    color: var(--act_theme_cor_2);
    font-size: var(--act_theme_font_xg);
    font-weight: 700;
}

.lista-imoveis-2:not(.carrossel-imoveis) > div {
    margin-bottom: 2rem;
}

.lista-imoveis-2 .bloco-loop-imovel {
	background: #fff;
	transition: 0.2s;
}



.content-interna-imovel .coluna-2 iframe {
    width: 100%;
    height: 85vh;
	position: relative;
}

.content-interna-imovel .coluna-2 {
    width: 80%;
    height: auto;
	position: relative;
}

.content-interna-imovel .coluna-1 {
    width: 20%;
    height: auto;
	position: relative;
}

.content-interna-imovel {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
	position: relative;
    background: var(--act_theme_cor_1);
}

.content-interna-imovel .coluna-1 .info-imovel {
	position: sticky;
    margin-left: 60px;
    width: 120%;
    z-index: 5;
    background: var(--act_theme_cor_6);
    color: var(--act_theme_cor_9);
    padding-bottom: 0.600rem;
}

.content-interna-imovel .coluna-1 .info-imovel .breadcrumb {
    justify-content: flex-start;
    padding: 0.625rem 1.25rem;
	margin-bottom: 0;
}

.content-interna-imovel .coluna-1 .info-imovel h2 {
    color: var(--act_theme_cor_2);
    padding: 0 1.25rem;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.content-interna-imovel .coluna-1 .info-imovel h1 {
    padding: 0 1.25rem;
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 2rem;
}


.content-interna-imovel .coluna-1 .info-imovel .bloco-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.content-interna-imovel .coluna-1 .info-imovel .bloco-icons span {
    width: 40%;
    height: auto;
    border: 1px solid var(--act_theme_cor_2);
    border-radius: 5px;
    color: var(--act_theme_cor_2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: .875rem;
}

.content-interna-imovel .coluna-1 .info-imovel .bloco-icons span img {
    height: 35px;
    width: auto;
}

.content-interna-imovel .coluna-1 .info-imovel .linha-preco, .content-interna-imovel .coluna-1 .info-imovel .linha-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    font-family: 'Raleway', sans-serif;
    font-size: var(--act_theme_font_md);
}

.content-interna-imovel .coluna-1 .info-imovel .linha-impar {
    background: var(--act_theme_cor_1);
}

.content-interna-imovel .coluna-1 .info-imovel .linha-preco .l2 {
    font-size: 1.375rem;
    color: var(--act_theme_cor_5);
    font-weight: 700;
}

.content-interna-imovel .coluna-1 .info-imovel .btn-agendar-visita {
	display: block;
	margin: auto;
	background: var(--act_theme_cor_2);
	color: #fff;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 1rem;
	padding: 0.675rem 1rem;
	width: 75%;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-radius: 5px;
}




 .bloco-conheca-mais-imoveis {
	width: 100%;
}

.content-interna-imovel .pd-esq {
    width: 85%;
    margin-left: 15%;
    color: var(--act_theme_cor_9);
}


.content-interna-imovel .galeria-interna-imovel {
    width: 88%;
    margin-left: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.content-interna-imovel .galeria-interna-imovel img {
	width: 33.333333333%;
	height: 35vh;
	object-fit: cover;
	cursor: pointer;
}

.content-interna-imovel .titulo-interna-imovel {
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 100%;
    font-size: var(--act_theme_font_xg);
	font-family: 'Raleway', sans-serif;
}

.content-interna-imovel .bloco-texto-interna-imovel p {
    font-family: 'Raleway', sans-serif;
    font-size: var(--act_theme_font_md);
    margin-bottom: 1rem;
}

.content-interna-imovel .grid-caracteristicas {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    width: 80%;
}

.content-interna-imovel .grid-caracteristicas span {
    border: 1px solid var(--act_theme_cor_2);
    color: var(--act_theme_cor_2);
    border-radius: 5px;
    padding: 1rem;
    font-size: var(--act_theme_font_md);
    font-family: 'Raleway', sans-serif;
}

.content-interna-imovel .abas-interna-imoveis {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    border-top: 1px solid var(--act_theme_cor_4);
    border-left: 1px solid var(--act_theme_cor_4);
}

.content-interna-imovel .abas-interna-imoveis .item-aba-interna-imoveis {
    font-size: var(--act_theme_font_lg);
    font-family: 'Raleway', sans-serif;
    padding: 2rem;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
}

.content-interna-imovel .abas-interna-imoveis .item-aba-interna-imoveis.aba-ativa {
    background: var(--act_theme_cor_4);
    color: var(--act_theme_cor_5);
}

.content-interna-imovel .conteudo-aba {
    display: none;
}

.content-interna-imovel .conteudo-aba.aba-ativa {
    display: block;
}

 .bloco-conheca-mais-imoveis .titulo-secao {
    text-align: center;
    color: var(--act_theme_cor_9);
    text-transform: uppercase;
    font-size: var(--act_theme_font_xg);
    font-family: 'Raleway', sans-serif;
    margin-bottom: 2rem;
}

 .bloco-conheca-mais-imoveis {
    width: 100%;
    display: block;
}

 .bloco-conheca-mais-imoveis .subtitulo-secao {
    font-size: 2.5rem;
    color: var(--act_theme_cor_9);
    text-align: left;
    font-family: Raleway;
    font-weight: 700;
    font-style: normal;
}

 .bloco-conheca-mais-imoveis .descricao-secao strong {
    color: var(--act_theme_cor_5);
}

 .bloco-conheca-mais-imoveis .descricao-secao {
    color: var(--act_theme_cor_9);
    margin: 0;
    font-size: var(--act_theme_font_lg);
}

 .conteudo-aba .galeria-interna-imovel {
    width: 100%;
    margin-left: 0;
}

.max-width-95 {
	max-width: 95%;
	margin: auto;
}


.fundo-modal-image-imovel {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000dd;
}

.fundo-modal-image-imovel .modal-image-imovel {
    width: 1024px;
    height: auto;
    max-height: 90vh;
    overflow: hidden;
    max-width: 95vw;
    padding: 10px;
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fundo-modal-image-imovel .modal-image-imovel .btn-fechar-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100px;
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
}

.fundo-modal-image-imovel .modal-image-imovel img {
    width: auto;
    height: auto;
    max-height: 80vh;
    max-width: 80vh;
}

.content-interna-imovel .conteudo-aba iframe {
    width: 100%;
    height: 70vh;
}

.bloco-filtro-avancado {
    position: fixed;
    top: -150vh;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--act_theme_cor_1);
    color: var(--act_theme_cor_9);
    overflow-y: auto;
    transition: ease-in 0.5s;
	border-top: 1px solid var(--act_theme_cor_4);
}

.bloco-filtro-avancado .lista-operacao-filtro-avancado {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bloco-filtro-avancado .lista-operacao-filtro-avancado li a {
    display: block;
    font-size: var(--act_theme_font_lg);
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    color: var(--act_theme_cor_9);
}

.bloco-filtro-avancado .container > .row > div:last-child {
    border-left: 1px solid var(--act_theme_cor_5);
}

.bloco-filtro-avancado .form-filtro > .col-12:not(:last-child) {
    margin-bottom: 2rem;
}

.bloco-filtro-avancado .form-filtro label {
    display: block;
    font-size: var(--act_theme_font_md);
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0.625rem;
}

.bloco-filtro-avancado .form-filtro .input-form {
    width: 100%;
    height: auto;
    border-radius: 5px;
    padding: 0.625rem;
    border: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: var(--act_theme_font_md);
}

.bloco-filtro-avancado .form-filtro .lista-btn-filtro-avancado {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 0.625rem;
}

.bloco-filtro-avancado .form-filtro .lista-btn-filtro-avancado > li > a {
    display: inline-flex;
    border: 1px solid #fff;
    color: #fff;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: 600;
}

.bloco-filtro-avancado .form-filtro .input-form-50-w {
    width: 48%;
}

.bloco-filtro-avancado .bloco-checkbox .label-filtro-avancado::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #A88E3A;
    display: inline-flex;
    border-radius: 3px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    font-family: 'FontAwesome';
    font-size: 70%;
}

.bloco-filtro-avancado .bloco-checkbox .label-filtro-avancado.filtro_ativo::before {
    content: '\f00c';
}

.bloco-filtro-avancado .form-filtro label input[type="checkbox"] {
    display: none;
}

.bloco-filtro-avancado .form-filtro .lista-btn-filtro-avancado > li > a.filtro_num_ativo {
    background: var(--act_theme_cor_2);
}

.bloco-filtro-avancado .form-filtro .btn-form {	
    color: #fff;
    padding: 0.625rem 3rem;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-weight: 500;
}
.bloco-filtro-avancado .form-filtro .btn-reset-filter-form {
    font-size: var(--act_theme_font_md);
    background: transparent;
    border: 1px solid var(--act_theme_cor_2);
    margin-right: 0.625rem;
}

.bloco-filtro-avancado .form-filtro .btn-submit-filter-form {
	font-size: var(--act_theme_font_md);
    background: var(--act_theme_cor_2);
    border: 1px solid var(--act_theme_cor_2);
}

.bloco-filtro-avancado .lista-operacao-filtro-avancado li a.operacao-ativa::after {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-left: 0.625rem;
    display: inline-block;
    font-size: 80%;
    vertical-align: text-bottom;
}

.bloco-filtro-avancado .lista-operacao-filtro-avancado li a.operacao-ativa {
	color: var(--act_theme_cor_2);
}

.bloco-filtro-avancado .btn-fechar-filtro-avancado {
    color: #fff;
    position: absolute;
    right: 2.875rem;
    top: 2.875rem;
    font-size: 1.875rem;
}

.search .faixa-topo-categoria h1 {
    font-size: var(--act_theme_font_xg);
    color: var(--act_theme_cor_9);
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.search .faixa-topo-categoria {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 6rem 0;
    background: var(--act_theme_cor_4);
}

.imovel-nao-encontrado {
    height: auto;
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
}

.imovel-nao-encontrado h2, 
.imovel-nao-encontrado h3 {
    font-family: 'Raleway', sans-serif;
}

.imovel-nao-encontrado h3 {
    font-size: 1.5rem;
}

.imovel-nao-encontrado h2 {
    font-size: 2rem;
    font-weight: bold;
}

.bloco-pg-categoria-imovel {
    background: var(--act_theme_cor_1);
}

.topo-categoria {
	padding: 8rem 0;
    text-align: center;
}

.topo-categoria .breadcrumb-topo-categoria, 
.topo-categoria .breadcrumb-topo-categoria a {
    color: var(--act_theme_cor_9);
    font-family: 'Raleway', sans-serif;
    font-size: var(--act_theme_font_sm);
}

.topo-categoria .breadcrumb-topo-categoria a {
    font-size: var(--act_theme_font_md);
    margin: 0 0.625rem;
}

.topo-categoria h1 {
    font-family: 'Raleway', sans-serif;
    font-size: var(--act_theme_font_xg);
    color: var(--act_theme_cor_9);
    text-transform: uppercase;
    font-weight: 700;
    margin: 1rem 0;
}

.topo-categoria .select-categories {
    background: var(--act_theme_cor_2);
    color: var(--act_theme_cor_9);
    padding: 1rem 0;
    border-radius: 5px;
    border: 0;
    font-family: 'Raleway', sans-serif;
    text-align: center;
	width: 350px;
	max-width: 100%;
}
  .btn-navegacao {
    position: absolute;
    top: 50%;
    background: #fff;
    border: none;
    color: #000;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 1001;
    transform: translateY(-50%);
  }

  .btn-prev {
    left: 10px;
  }

  .btn-next {
    right: 10px;
  }

  .btn_compartilhar_redes_sociais {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
  
  .btn_compartilhar_redes_sociais h2 {
    width: 100%;
    display: block;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
.btn_compartilhar_redes_sociais a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 1.5rem;
}