/*
Theme Name: Gran VIC Reserva da Mata
Theme URI: https://incdigital.com.br/
Author: Inc Digital
Author URI: https://incdigital.com.br/
Description: Solução por Inc. Digital.
Version: 2025
Text Domain: incdigital
*/

@font-face {
	font-family: "Balgin";
	src: url('fonts/BalginBold.ttf');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Balgin";
	src: url('fonts/BalginSemiBold.ttf');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Balgin";
	src: url('fonts/BalginRegular.ttf');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Balgin";
	src: url('fonts/BalginLight.ttf');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Balgin";
	src: url('fonts/BalginSemiBoldItalic.ttf');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Ethos";
	src: url('fonts/EthosNova-Bold.woff2') format('woff2');
	font-weight: 700;
}

/* GERAL
================================================== */
:root {
	--green-400: #859946;
	--green-600: #12755c;
	--green-800: #244e3a;
	--blue: #2e3641;
	--white: #fff;
	--yellow: #f9cf72;
	--orange-100: #f7eadf;
	--orange-200: #fecc94;
	--orange-300: #f81;
	--orange-400: #f36f21;
	--orange-500: #c85917;
}

html,
body {
	overflow-x: hidden;
	font-synthesis: none; /* Evita fontes sintéticas */
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Balgin", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}



.fonts-loading body {
	visibility: hidden;
}

.fonts-loaded body {
	visibility: visible;
}

a {
	text-decoration: none;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

ol,
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

* {
	font-family: 'Balgin', sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	color: #6c757d;
	font-feature-settings: "tnum" 0;
}

span,
strong,
em {
	color: unset;
}

h1 {
	color: #FFF;
	font-family: "Balgin";
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 60% */
	width: fit-content;
	position: absolute;
	z-index: 3;
	top: 14%;
	left: 130px;
}

h2 {
	color: var(--azul_500);
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	line-height: 24px;
	font-family: "Balgin";
}

h2 strong {
	color: var(--laranja_500);
	text-align: center;
	font-size: 48px;
	font-weight: 400;
	line-height: 60px;
	display: block;
}

h3 {
	font-family: "Balgin";
}

a,
.btn {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

img {
	max-width: 100%;
	height: auto;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.align_itens_stretch {
	align-items: stretch;
}

.container {
	max-width: 1170px;
	width: 90%;
	margin: 0 auto;
}

.container_medio {
	max-width: 1050px;
}

.container_mini {
	max-width: 840px;
}

.btn {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: var(--laranja_400);
	border-radius: 90px;
	padding: 15px;
	display: block;
	text-align: center;
	cursor: pointer;
}

.btn:hover {
	background: var(--laranja_500);
}

.btn_verde {
	background: var(--verde);
}

.btn_verde:hover {
	background: var(--verde_hover);
}

.btn_absolute {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.width_18 {
	width: 18%;
}

.width_23 {
	width: 23%;
}

.width_25 {
	width: 25%;
}

.width_32 {
	width: 32%;
}

.width_48 {
	width: 48%;
}

.width_49 {
	width: 49%;
}

.width_68 {
	width: 68%;
}

.width_70 {
	width: 70%;
}

.width_78 {
	width: 78%;
}

.width_80 {
	width: 80%;
}

.width_88 {
	width: 88%;
}

.width_100 {
	width: 100%;
}

.relative {
	position: relative;
}

.z_1 {
	z-index: 1;
}

.z_2 {
	z-index: 2;
}

.mb_20 {
	margin-bottom: 20px;
}

.mb_40 {
	margin-bottom: 40px;
}

.mb_50 {
	margin-bottom: 50px;
}

.mt_50 {
	margin-top: 50px;
}

.pt_100 {
	padding-top: 100px;
}

.py_40 {
	padding: 40px 0;
}

.py_80 {
	padding: 80px 0;
}

.py_100 {
	padding: 100px 0;
}

.py_120 {
	padding: 120px 0;
}

.texto_branco {
	color: #FFF;
}

.btn_whatsapp {
	background: #54BA49;
	padding: 10px;
	border-radius: 30px;
	position: fixed;
	right: 5%;
	bottom: 4%;
	display: flex;
	z-index: 10;
}

.btn_whatsapp:hover {
	background: var(--verde_hover);
}

.div_mob {
	display: none !important;
}

/* HEADER
================================================== */
header {
	position: relative;
	z-index: 10;
}

header .menu {
	display: flex;
	align-items: center;
	gap: 30px;
}

.menu-item {
	list-style: none;
}

header .menu a {
	color: #fff;
    font-family: "Ethos";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

header .logo_vic {
	margin-left: 50px;
}

.container-logo {
	padding-top: 20px;
}

.fechar_menu {
	display: none;
}

.mobile_btn {
	display: none;
	color: #fff;
	width: 22px;
	border-top: 2px solid;
	cursor: pointer;
	position: absolute;
	right: 5%;
}

.mobile_btn::after,
.mobile_btn::before {
	content: '';
	display: block;
	height: 2px;
	margin-top: 6px;
	background: currentColor;
	position: relative;
	transition: transform .3s ease;
}

/* BANNER
================================================== */
#banner {
	background: url('images/reserva_bg-banner.svg') #F36F21;
	background-repeat: no-repeat;
	background-size: cover;
}

#banner .imagem {
	position: relative;
	bottom: -70px;
	display: flex;
}

#banner .imagem img {
	border-radius: 25px;
}

#banner .imagem::before {
	background: linear-gradient(270deg, #FFF 47.37%, #737373 85.78%);
	mix-blend-mode: multiply;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	position: absolute;
	top: 0;
	left: 0;
}

#banner .badge_lancamento {
	color: #FFF;
	font-family: Balgin;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	font-style: italic;
	letter-spacing: 10px;
	text-transform: uppercase;
	display: inline-flex;
	padding: 9px 35px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: fit-content;
	background: var(--green-400);
	position: absolute;
	top: -22px;
	left: 0;
	right: 0;
	margin: auto;
	clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
}

#banner .badge_lancamento strong {
	color: unset;
	font-size: unset;
	display: inline;
	line-height: unset;
}

.banner_box {
	margin-left: auto;
}

.banner_itens {
	right: 0;
	position: absolute;
	top: 30%;
	height: fit-content;
	width: 35%;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.banner_item {
	display: flex;
	height: 85px;
	padding: 20px 10px 16px 16px;
	align-items: center;
	justify-content: center;
	gap: 5px;
	align-self: stretch;
	clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

.banner_item_conectado {
	display: flex;
	height: 85px;
	padding: 16px 20px;
	align-items: center;
	gap: 20px;
	align-self: stretch;
	background: var(--orange-400);
	justify-content: center;
}

.banner_item:last-child {
	margin-bottom: 0;
}

.banner_item h3 {
	color: var(--white, #FFF);
	font-family: Balgin;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
}

.banner_item_conectado h3 {
	font-family: Balgin;
	font-weight: 500;
	font-style: italic;
	font-size: 24px;
	display: block;
	text-transform: none;
	line-height: 35px;
}

.banner_item_conectado .icone {
	width: fit-content;
	display: flex;
}

.banner_item strong {
	color: #fff;
	font-family: Balgin;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; 
	display: block;
	font-style: italic;
	text-transform: uppercase;
}

.banner_item em {
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 0;
}

#form_container {
	gap: 30px;
}

.box_formulario {
	background: var(--green-600);
	padding: 35px 60px;
	position: relative;
	bottom: -25px;
	z-index: 2;
	width: 1300px;
	clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
}

.box_formulario h3 {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	max-width: 225px;
}

.box_formulario .formulario {
	width: calc(100% - 255px);
}

.casal_imagem {
	bottom: 50px;
	left: -35px;
	position: absolute;
	z-index: 1;
}

.conecta_imagem {
	display: block;
	margin-left: 40px;
	margin-top: 10px;
}

#obrigado_form {
	display: none;
	text-align: center;
}

#obrigado_form h2 {
	color: #ffffff;
	margin-bottom: 20px;
}

#obrigado_form p {
	color: #ffffff;
}

/* LAZER
================================================== */
#lazer_movimento {
	background-color: #EFDFD3;
	background-size: cover;
	padding-bottom: 50px;
}

.movimento_container {
	background-color: var(--orange-400);
	padding: 70px 0px 50px 70px;
	margin-bottom: -150px;
    z-index: 10;
}

#lazer_movimento::before {
	content: '';
	display: block;
	width: 100%;
	height: 106%;
	background: url('images/reserva_bg2.png') no-repeat;
	position: absolute;
	background-size: cover;
	top: -100px;
	background-position: calc(50% - 5vw) calc(50% + 20px);
}

.container-movimento {
	margin-left: 19.5%;
	background-color: var (var(--orange-400));
}

#lazer .container {
	padding: 150px 0 50px;
}

.slide_galeria img {
	width: 100%;
	height: 490px;
	object-fit: cover;
	border: 3px solid var(--yellow);
	box-shadow: 0px 0px 5px 0px rgba(192,111,19,0.39);
}

.lazer_lista {
	list-style: disc;
	list-style-position: inherit;
	width: 31%;
	margin-bottom: -50px;
	margin-left: -50px;
}

.lazer_lista li {
	color: var(--blue);
	font-family: Balgin;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	list-style: none;
	display: flex;
    align-items: center; /* Centraliza verticalmente */
    gap: 5px;
	margin-bottom: -18px;
}

.lazer_lista li::before {
    content: "•";
    font-size: 32px;
    color: #fff;
    flex-shrink: 0; 
}

.lazer_galeria .swiper_controles,
.movimento_galeria .swiper_controles {
	justify-content: flex-end;
}

.lazer_galeria {
	width: 65%;
}

.lazer_galeria::before {
	content: '';
	display: block;
	width: 360px;
	height: 96px;
	background-size: cover;
	background: url(images/tag_new.svg) no-repeat;
	left: -40px;
	top: -20px;
	position: absolute;
	z-index: 2;
}

.lazer_lista {
	background: var(--yellow);
	padding: 50px 50px 50px 80px;
}

.titulo-lazer {
	color: #fff;
	font-family: Balgin;
	font-size: 40px;
	font-style: italic;
	font-weight: 500;
	line-height: 40px;
	text-transform: uppercase;
}

/* MOVIMENTO
================================================== */
#movimento {
	padding-top: 120px;
}

.movimento_container::before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 76%;
	left: -5%;
	background: var(--laranja_300);
	border-radius: 25px;
	top: 0;
}

.movimento_itens li {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
	color: #fff;
}

.movimento_itens li:last-child {
	margin-bottom: 0;
}

.movimento_itens li img {
	min-width: 32px;
	max-width: 32px;
}

.movimento_itens li p {
	color: var(--laranja_100);
	font-size: 16px;
	font-weight: 00;
	line-height: 24px;
}

#movimento h2 {
	color: #fff;
	font-family: Balgin;
	font-size: 40px;
	font-style: italic;
	font-weight: 500;
	line-height: 40px;
	text-transform: uppercase;
}

.destaque-movimento {
	color: #fff;
	text-align: center;
	font-family: Balgin;
	font-size: 40px;
	font-style: italic;
	font-weight: 500;
	line-height: 24px; /* 75% */
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	background: var(--orange-400);
    padding: 10px 30px 5px 30px;
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
}

.container-titulo {
	width: 100%;
	display: flex;
	justify-content: center;
}

.text-titulo-banner {
	font-size: 40px;
	font-style: italic;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 48px;
	text-align: center;
	top: 22%;
    left: 23%;
}

/* LOCALIZAÇÃO
================================================== */
#localizacao {
	width: 100%;
	height: 100%;
	background: var(--orange-200);
	padding-top: 200px;
	padding-bottom: 150px;
}

.container-localizacao {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.text-localizacao {
	width: 450px;
}

#localizacao h2 {
	color: var(--green-400);
	font-family: Balgin;
	font-size: 40px;
	font-style: italic;
	font-weight: 500;
	line-height: 48px; /* 75% */
	text-transform: uppercase;
}

#localizacao h2 strong {
	color: #EF9B37;
    font-family: Balgin;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    padding-left: 15%;
}

#localizacao .imagem img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	border: 4px solid var(--yellow);
}

#localizacao .texto {
	margin-left: 20px;
	margin-bottom: 40px;
	color: #EF9B37;
	font-family: Balgin;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
}

#localizacao .endereco {
	display: flex;
	flex-direction: column;
	align-items: start;
}

#localizacao .endereco p {
	color: var(--green-400);
	font-family: Balgin;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
}

.localizacao_itens {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-flow: row;
	list-style: none;
	gap: 10px;
	margin-top: 30px;
}

#localizacao_itens {
	padding: 90px 0 40px;
	margin-top: -100px;
	z-index: 1;
}

#localizacao_itens::before {
	content: '';
	display: block;
	width: 120%;
	height: 100%;
	left: -12%;
	top: 0;
	background: var(--green-600);
	position: absolute;
	clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
}

.localizacao_item::before {
	content: "•";
    font-size: 32px;
    color: var(--orange-400);
    flex-shrink: 0;
}

.localizacao_item {
	color: #fff;
	font-family: "Balgin", Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	display: flex;
	gap: 8px;
}

.new-endereco {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	font-family: "Balgin";
	line-height: 32px;
	font-weight: 400;
	margin: 0 auto;
	width: fit-content;
	padding: 10px 50px 10px 50px;
	background: var(--green-400);
	clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
	margin-top: -40px;
	margin-right: 100px;
}

.new-endereco p {
	color: #fff;
}

.linha_localizacao {
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.item_linha_localizacao {
	display: flex;
	align-items: center;
	gap: 40px;
	width: fit-content;
}

.item_linha_localizacao:first-child .texto-linha	{
	margin-bottom: -30px;
}

.linha_localizacao::before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #374D9F;
	position: absolute;
	bottom: 7px;
}

.item_linha_localizacao p {
	color: #fff;
	text-align: center;
	font-family: Balgin;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 100% */
}

.subtitulo-localizacao {
	color: #FFF;
	font-family: Balgin;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin: 0px 0px 40px 20px;
}

.container-infos-localizacao {
	align-items: flex-start !important;
	gap: 10px;
}

.imagem-localizacao {
	width: 83%;
}

.conteudo-localizacao {
	width: 15%;
	height: 300px;
    display: flex;
    align-items: end;
}

.texto-linha {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: -15px;
	z-index: 1;
}

.km-texto-linha {
	display: flex;
	padding: 4px 20px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 100px;
	background: #EF9B37;
}

/* DECORADO
================================================== */
#decorado {
	background: url("images/reserva_bg-decorado.png");
	padding: 140px 0 80px;
	margin-top: -60px;
}

#decorado .container {
	padding: 40px 50px;
	border-radius: 24px;
	background: var(--orange-100)
}

.decorado_container {
	max-width: 560px;
	margin: auto;
}

#decorado h2 {
	color: var(--orange-400);
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 500;
	font-style: italic;
	line-height: normal;
}

#decorado .btn {
	margin: 0 auto 25px;
	max-width: 390px;
	background-color: var(--green-400);
	font-weight: 400;
}

#decorado .btn:last-child {
	margin-bottom: 0;
	background-color: var(--green-600);
	font-weight: 400;
}

/* CONDIÇÕES
================================================== */
#condicoes {
	background: var(--orange-100);
}

#condicoes h2 {
	color: var(--green-600);
	text-align: center;
	font-family: Balgin;
	font-size: 48px;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

#condicoes h2 strong {
	color: var(--orange-400);
	display: inline-block;
	text-transform: uppercase;
}

#condicoes .subtitulo {
	color: var(--blue);
	text-align: center;
	font-family: Balgin;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

.condicoes_itens {
	align-items: stretch;
	gap: 15px 0;
}

.condicoes_item {
	background: #fff;
	border-radius: 15px;
	padding: 35px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 190px;
}

.condicoes_item h3 {
color: var(--blue-400, #364E75);
text-align: center;
font-family: Balgin;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: lowercase;
}

.condicoes_item h3 strong {
color: var(--orange-400);
text-align: center;
font-family: Balgin;
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 45px;
letter-spacing: -2.88px;
text-transform: uppercase;
}

.texto-parcelamento {
	color: var(--orange-400);
	font-family: Balgin;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1.92px;
	text-transform: uppercase;
}

.texto-consultar-condicoes {
	color: var(--blue-400, #364E75);
	text-align: center;
	font-family: Balgin;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px;
	text-transform: lowercase;
	display: none;
}

.condicoes_itens .condicoes_item:nth-child(1) h3 strong {
	color: var(--orange-400);
	text-align: center;
	font-family: Balgin;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1.92px;
	text-transform: uppercase;
	white-space: nowrap;
}

.condicoes_item h3 em {
	color: var(--orange-400);
	display: block;
	font-style: normal;
	font-weight: 400;
	text-transform: initial;
}

.condicoes_item .imagem {
	padding-top: 15px;
}

.condicoes_item .imagem::before {
	content: '';
	display: block;
	width: 70px;
	height: 1px;
	background: #EA582B;
	margin: auto;
	margin-bottom: 15px;
}

.condicoes_imagem img {
	object-fit: cover;
	height: 100%;
	border-radius: 15px;
	width: 100%;
	object-position: center;
}

#condicoes .btn {
	margin: 50px auto 0;
	max-width: 390px;
	background-color: #54BA49;
	font-weight: 400;
}

/* A VIC
================================================== */
.a_vic_depoimentos {
	background: url("images/reserva_bg-somos-vic.png");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.container-depoimentos {
	margin-bottom: -50px;
}

#a_vic .container {
	max-width: 1100px;
}

#a_vic h2 {
	text-align: start;
	margin-bottom: 25px;
}

#a_vic h2 strong {
	color: #FFF;
	display: inline-block;
	font-weight: 700;
}

.a_vic_itens {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.a_vic_item {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 40px;
	width: 50%;
	text-align: center;
}

.a_vic_item:last-child {
	border: none;
	margin-top: 40px;
}

.a_vic_item p {
	color: var(--yellow);
	text-align: center;
	font-family: "Balgin";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* 100% */
	text-transform: uppercase;
}

.a_vic_item p strong {
	color: #FFF;
	text-align: center;
	font-family: "Balgin";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	/* 100% */
	display: block;
	margin-top: 10px;
}

.a_vic_item p em {
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	display: block;
}

.a_vic_item p strong em {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
}

.a_vic_item p strong em strong {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
}

/* DEPOIMENTOS
================================================== */

#depoimentos::before {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	background: var(--laranja_100);
	position: absolute;
	left: 0;
	bottom: 0;
}

.depoimentos_container {
	margin-bottom: -200px;
}

/* #depoimentos .container {
	background: url(images/reserva_bg-depoimentos.png) no-repeat;
	border-radius: 50px;
	padding: 80px 80px;
} */

#depoimentos .container::before {
    content: '';
    background: url(images/reserva_bg-depoimentos.png) no-repeat;
    height: 160%;
    width: 120%;
    top: 60px;
    left: -10%;
    position: absolute;
    background-blend-mode: color-dodge;
}

#depoimentos h2 {
	color: #fff;
	font-size: 32px;
	width: 600px;
	margin: 0 auto;
	line-height: 48px;
}

#depoimentos h2 strong {
	display: inline-block;
	font-size: 48px;
	background:var(--orange-400);
	width:fit-content;
	padding: 0px 20px 0px 20px;
}

.depoimento {
	background: var(--laranja_100);
	border-radius: 15px;
}

.depoimento img {
	border-radius: 15px 15px 0 0;
	display: flex;
	aspect-ratio: 374/269;
	object-fit: cover;
}

.depoimento .play {
	position: absolute;
	width: fit-content;
	height: fit-content;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.depoimento_infos {
	padding: 25px 40px;
	background-color: var(--orange-100);
	border-radius: 0 0 15px 15px;
	height: 300px;
}

.depoimento h3 {
	color: var(--orange-400);
	font-family: "Balgin";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.depoimento h4 {
	color: var(--green-600);
	font-family: "Balgin";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.depoimento p {
	color: var(--blue-400, #364E75);
	font-family: "Balgin";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
	margin-top: 28px;
}

/* EMPREENDIMENTOS ENTREGUES
================================================== */
#empreendimentos_entregues {
	background: var(--orange-100);
	padding-top: 350px;
}

#empreendimentos_entregues h2 {
	color: var(--green-600);
	text-align: center;
	font-family: "Balgin";
	font-size: 40px;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

#empreendimentos_entregues .container {
	max-width: 770px;
}

#empreendimentos_entregues h2 strong {
	color: var(--orange-400);
	font-weight: 500;
	font-size: 40px;
	display: inline-flex;
	text-transform: uppercase;
}

#empreendimentos_entregues p {
	color: var(--azul_400);
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.empreendimentos_entregues_slide::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #FFF 73.92%, #737373 94.09%);
	mix-blend-mode: multiply;
	position: absolute;
	left: 0;
	border-radius: 25px;
	top: 0;
}

.empreendimentos_entregues_slide img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 795/485;
	border-radius: 25px;
	display: flex;
}

.swiperEmpreendimentos .swiper_controles {
	position: absolute;
	bottom: 15px;
	right: 20px;
	margin: auto;
	width: fit-content;
	z-index: 1;
}

/* RODAPÉ
================================================== */
footer p {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-top: 50px;
}

footer .logos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
}

/* SWIPER JS
================================================== */
@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #273671;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}

.swiper-button-next,
.swiper-button-prev {
	position: relative;
	left: unset;
	right: unset;
	top: unset;
	bottom: unset;
	height: auto;
	margin-top: unset;
	fill: #273671;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.swiper_controles {
	justify-content: unset;
	gap: 25px;
	margin-top: 16px;
}

.thumb_slide img {
	aspect-ratio: 184/126;
	object-fit: cover;
	border-radius: 10px;
}

/* FANCYBOX
================================================== */
body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: 0 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: 0
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	transform-origin: 0;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0
}

.fancybox-caption {
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px;
	right: 0;
	text-align: center;
	z-index: 99996
}

.fancybox-caption:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -44px;
	z-index: -1
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	-webkit-animation: a 1s linear infinite;
	animation: a 1s linear infinite;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@-webkit-keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-caption {
		padding: 12px
	}

	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}

	.fancybox-slide--image {
		padding: 6px 0
	}

	.fancybox-close-small {
		right: -6px
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: 0 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: 0
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	transform-origin: 0;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0
}

.fancybox-caption {
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px;
	right: 0;
	text-align: center;
	z-index: 99996
}

.fancybox-caption:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -44px;
	z-index: -1
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	-webkit-animation: a 1s linear infinite;
	animation: a 1s linear infinite;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@-webkit-keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-caption {
		padding: 12px
	}

	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}

	.fancybox-slide--image {
		padding: 6px 0
	}

	.fancybox-close-small {
		right: -6px
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

.fancybox-container {
	z-index: 9999992
}

.fancybox-caption__body {
	font-size: 13px;
	color: #fff;
}

/* CONTACT FORM 7
================================================== */
input[type="text"],
input[type="email"],
input[type="tel"] {
	color: var(--green-600);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 5px;
	width: 100%;
	padding: 10px 15px;
}

input::placeholder {
	color: var(--laranja_500);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

input[type="submit"] {
	background: var(--green-400);
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 20px 30px;
	width: 100%;
	display: block;
	border-radius: 100px;
}

input[type="submit"]:hover {
	background: var(--green-600);
}

.wpcf7-acceptance {
	display: block;
	margin-top: 10px;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-list-item-label {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	display: inline-block;
	position: absolute;
	top: -9px;
	right: 0;
	background: #de3e45;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	padding: 5px;
	border-radius: 6px;
}

div.wpcf7-response-output {
	width: 100%;
	margin: 5px !important;
	padding: 20px !important;
	border-radius: 10px;
	border: none !important;
	color: #fff;
	background: #f5c003;
	display: block;
	text-align: center;
}

form.sent div.wpcf7-response-output {
	background: #43a345 !important
}

.wpcf7-spinner {
	position: absolute;
}


/* ACEITAR COOKIES
================================================== */
.aceitar_cookies {
	display: none;
}

.aceitar_cookies_container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;

	width: 100%;
	background: #fff;
	padding: 25px 80px;

	-webkit-box-shadow: 0 24px 81px rgba(0, 0, 0, .4), 0 9px 32px rgba(0, 0, 0, .2) !important;
	box-shadow: 0 24px 81px rgba(0, 0, 0, .4), 0 9px 32px rgba(0, 0, 0, .2) !important;

	position: fixed;
	bottom: 0;
	z-index: 99999999999;
}

.aceitar_cookies p {
	width: calc(100% - 160px);
}

.aceitar_cookies a {
	text-decoration: underline;
	color: var(--verde);
}

.aceitar_cookies_bt {
	padding: 10px 20px;
	color: #fff !important;
	background: #191919;
}


/* MOBILE
================================================== */
@media screen and (max-width: 980px) {

	.width_18,
	.width_25,
	.width_32,
	.width_48,
	.width_49,
	.width_68,
	.width_70,
	.width_78,
	.width_80,
	.width_88,
	.box_formulario .formulario {
		width: 100%;
	}

	.div_desk {
		display: none !important;
	}

	.mobile_btn,
	.fechar_menu,
	.div_mob {
		display: block !important;
	}

	header {
		position: relative;
		z-index: 99;
		margin-bottom: 0;
	}

	header .logo_site {
		display: block;
	}

	.menu_vic {
		display: none;
		width: 100%;
		background: var(--green-600);
		top: 0;
		left: 0;
		position: absolute;
		padding: 40px 40px 80px;
		border-radius: 0px 0px 0px 30px;
		flex-direction: column;
		align-items: center;
	}

	header .container {
		align-items: center;
	}

	header .menu {
		flex-direction: column;
		align-items: flex-start;
	}

	.fechar_menu {
		cursor: pointer;
		display: block;
		margin-left: auto;
		width: fit-content;
		order: 0;
		margin-bottom: 20px;
	}

	header .logo_vic {
		margin-right: auto;
		order: 1;
		margin-bottom: 20px;
		margin-left: 0px;
	}

	header .menu-menu-topo-container {
		width: 100%;
		order: 2;
	}

	#banner .badge_lancamento {
			color: #fff;
			font-family: Balgin;
			font-size: 16px;
			font-style: normal;
			font-weight: 400;
			line-height: 20px; /* 100% */
			letter-spacing: 1.6px;
			text-transform: uppercase;
			padding: 4px 32px;
			margin-top: 50px;
	}

	h1 {
		text-align: center;
		position: relative;
		width: 100%;
		top: unset;
		font-size: 24px;
		left: -65px;
		margin-bottom: 20px;
	}

	.container-title-banner h1 {
		padding-top: 80px;
	}

	.conecta_imagem {
		max-width: 350px;
		margin-left: 32%;
		width: 60%;
	}

	#banner {
		box-shadow: unset;
		background-image: url(images/nexus_bg-banner.png);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#banner .imagem {
		bottom: unset;
		height: 420px;
	}

	#banner .imagem img {
		object-position: 20%;
		height: 440px;
		object-fit: cover;
		margin-top: 20px;
	}

	.banner_itens {
		top: 10px;
		right: -70px;
		position: absolute;
		bottom: unset;
		height: fit-content;
		width: unset;
		z-index: 1;
		width: 340px;
		gap: 4px;
		margin-top: 20px;
	}


	.banner_item {
		width: 280px !important;
		display: flex;
		padding: 8px 10px;
		align-items: center;
		gap: 5px;
		align-self: stretch;
		height: 80px;
		margin-left: 0px;
	}

	.banner_item strong {
		color: #fff;
		font-family: Balgin;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 20px; /* 125% */
	}

	.banner_item_conectado h3 {
		line-height: 20px;
	}

	.banner_item h3 {
		font-size: 14px;
	}

	.banner_item em {
		font-size: 40px;
	}

	.box_formulario {
		padding: 30px 30px;
        position: absolute;
        bottom: -372px;
        width: 100%;
        clip-path: unset;
        border-radius: 15px;
	}

	.box_formulario h3 {
		max-width: unset;
		text-align: center;
		margin-bottom: 20px;
	}

	.casal_imagem {
        height: 500px;
        object-fit: contain;
        bottom: -10px;
	}



	input[type="text"],
	input[type="email"],
	input[type="tel"] {
		margin-bottom: 10px;
	}

	input[type="submit"] {
		width: fit-content;
		padding: 15px 35px;
		margin: 20px auto 0;
	}

	#lazer_movimento {
		background: #EFDFD3;
		padding-top: 300px;
	}

	#lazer_movimento::before {
		content: "";
		background: none;
	}

	h2 {
		font-size: 24px;
		line-height: 1;
	}

	h2 strong {
		font-size: 40px;
		line-height: 1;
	}

	.slide_galeria img {
		height: 340px;
	}

	.swiper_controles {
		margin-top: 30px;
	}

	#lazer .container::before {
		border-radius: 0;
	}

	/* .lazer_lista {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		list-style-position: outside;
		width: 95%;
		margin-left: 5%;
		gap: px;
		margin-top: 30px;
	} */

	#movimento {
		padding-bottom: 0;
		background-color: var(--laranja_200);
		background-image: url(images/efeito-noise-2.webp);
		background-blend-mode: overlay;
		background-size: cover;
	}

	.movimento_container {
		margin-top: 0;
		z-index: 1;
		padding: 30px;
	}

	.container-movimento {
		margin: 20px 5% 0;
	}

	.movimento_container::before {
		width: 107%;
		left: -7%;
		bottom: 0;
		top: unset;
		height: 80%;
		border-radius: 0 0 25px 0;
	}

	.movimento_itens {
		order: 1;
		margin-top: 30px;
	}

	#localizacao {
		margin-top: -30px;
		padding: 180px 30px;
	}

	#localizacao h2 {
		margin-left: 0;
		/* margin-bottom: 30px; */
		color: var(--green-400);
		font-family: Balgin;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 40px; /* 100% */
		/* white-space: nowrap; */
		padding: 30px;
	}
	
	#localizacao h2 strong {
		margin-left: unset;
		display: block !important;
		color: #EF9B37;
		font-family: Balgin;
		font-size: 32px !important;
		font-style: normal;
		font-weight: 400;
		line-height: 40px; /* 125% */
		padding-left: 0;
	}

	#localizacao .imagem img {
		height: 360px;
		object-fit: cover;
		object-position: 45%;
	}

	#localizacao .texto {
		max-width: unset;
		margin-left: unset;
	}

	#localizacao .imagem {
		order: 1;
	}

	#localizacao .endereco.div_mob {
		display: flex !important;
		order: 2;
		margin-top: 30px;
	}

	#localizacao .endereco img {
		width: 54px;
	}

	.localizacao_itens {
		display: flex;
        flex-direction: column;
        gap: 16px;
	}

	#localizacao_itens::before {
		width: 100%;
		left: 0;
	}

	#localizacao_itens {
		padding: 20px;
		margin-top: 10px;
	}

	#localizacao .endereco.div_mob {
		display: flex;
		flex-direction: row;
		gap: 5px;
		margin-top: -10px;
	}

	/* .linha_localizacao {
		display: none;
	} */

	#decorado {
		margin-top: -100px;
	}

	#decorado .container {
		padding: 40px 20px;
	}

	#localizacao h2,
	#condicoes h2,
	#a_vic h2,
	#empreendimentos_entregues h2 {
		font-size: 32px;
	}

	#localizacao h2 strong,
	#condicoes h2 strong,
	#a_vic h2 strong,
	#empreendimentos_entregues h2 strong {
		font-size: 48px;
		display: block;
	}

	.conteudo-localizacao {
		height: unset;
	}

	.new-endereco {
		width: 100%;
		margin: 0 auto;
		padding: 20px;
	}

	.imagem-localizacao {
		width: 100%;
	}

	.condicoes_item {
		width: 80%;
		margin: auto;
	}

	.condicoes_imagem {
		margin-top: 40px;
	}

	.condicoes_imagem img {
		height: 350px;
	}

	#a_vic {
		padding: 60px 0;
	}

	#a_vic h2 strong {
		display: inline;
	}

	.somos_a_vic {
		order: 1;
		margin-top: 30px;
	}

	.a_vic_item {
		width: 100%;
		border-bottom: 1px solid #fff;
		padding: 20px 0;
	}

	.a_vic_item:first-child {
		padding-top: 0;
	}

	.a_vic_item:last-child {
		border-bottom: unset;
		padding-bottom: 0;
		margin-top: 0;
	}

	#depoimentos .container {
		padding: 60px 0;
	}

	#depoimentos h2 {
		text-align: start;
	}

	#depoimentos h2 strong {
		font-size: 32px;
	}

	.depoimento {
		margin-bottom: 20px;
	}

	.depoimento:last-child {
		margin-bottom: 0;
	}

	#empreendimentos_entregues p {
		text-align: start;
	}

	.empreendimentos_entregues_slide img {
		aspect-ratio: 328/340;
	}

	.swiperEmpreendimentosThumb {
		margin-top: 30px;
	}

	#empreendimentos_entregues {
		padding-bottom: 60px;
	}

	footer {
		background: var(--laranja_100);
		/* padding-top: 0 !important; */
	}

	footer .logos {
		flex-direction: column;
	}

	.banner_item_conectado .icone svg {
        width: 41px;
        height: 50px;
	}

	.aceitar_cookies_container {
		flex-direction: column;
		padding: 20px;
	}

	.aceitar_cookies p {
		width: 100%;
		margin-bottom: 20px;
	}

	.condicoes-item {
		position: absolute;
        bottom: -20%;;
        left: -45%;
		margin-left: 0px !important;
	}

	.titulo-lazer {
		color: #EF9B37;
		font-family: Balgin;
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
		line-height: 40px; /* 125% */
	}
}



/* Novas Mudanças */

.destaque-title {
	color: #EF9B37;
	font-family: Balgin;
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: 72px; /* 90% */
	position: absolute;
	z-index: 3;
	top: 19.5%;
	left: 160px;
	text-transform: lowercase;
}

.banner_item_sinal {
	display: flex;
	gap: 0px;
	align-self: stretch;
	background: var(--green-400);
	padding-top: 25px;
}

.text-num-quartos h2 {
	color: var(--white, #FFF);
	font-family: Balgin;
	font-size: 54px;
	font-style: italic;
	font-weight: 500;
	line-height: 20px; /* 125% */
}

.banner-item-column-1 h3 {
	color: var(--white, #FFF);
	font-family: Balgin;
	font-size: 24px;
	font-style: italic;
	font-weight: 700;
	line-height: 20px; /* 125% */
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: right;
}

.banner-item-column-2 h3 {
	color: var(--orange-100, #F7EADF);
	font-family: "Balgin";
	font-size: 54px;
	font-style: italic;
	font-weight: 700;
	line-height: 40px;
	/* 74.074% */
}

.banner-item-column-01 {
	width: 40%;
}

.banner-item-column-2 {
	width: 35%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-left: 5px;
}

.quebra-title {
	color: var(--white, #FFF);
	font-family: Balgin;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
	display: block;
}

.coin-banner-item {
	color: var(--orange-100, #F7EADF);
	font-family: "Balgin";
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: 16px;
}

.div-num h3 {
	color: var(--orange-100, #F7EADF);
	font-family: "Balgin";
	font-size: 54px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	/* 103.704% */
}

.div-text .texto-destaque {
	color: #fff;
	font-family: Balgin;
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	line-height: 20px; /* 83.333% */
}

.div-text .texto-complementar {
	color: var(--white, #FFF);
	font-family: Balgin;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
	text-transform: lowercase;
}

.texto-complementar p {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
}

.banner_item_dorms {
	background: var(--green-600);
	position: relative;
}

.vic-stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	row-gap: 30px;
}

.vic-stats div:nth-child(1) {
	display: flex;
	flex-direction: column;
	font-weight: 400;
}

.vic-stats div:nth-child(3) {
	width: 100%;
	grid-column: 1 / -1;
}

.vic-stats__prefix {
	color: var(--yellow);
	text-align: center;
	font-family: "Balgin";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* 100% */
	text-transform: uppercase;
}

.vic-stats__number,
.vic-stats__suffix {
	color: #FFF;
	text-align: center;
	font-family: "Balgin";
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	/* 100% */
}

.vic-stats__description {
	color: var(--yellow);
	text-align: center;
	font-family: "Balgin";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 100% */
}

.vic-stats__item {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.vic-stats__number-prefix {
	font-size: 40px;
	color: #fff;
	font-weight: 300;
	margin-top: -10px;
}

.vic-stats__number-group {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.vic-stats .vic-stats__item:nth-child(1) .vic-stats__number-prefix {
	color: #FFF;
	text-align: center;
	font-family: "Balgin";
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	/* 100% */
	margin-top: 0;
}

.vic-stats .vic-stats__item:nth-child(1) .vic-stats__suffix {
	font-size: 40px;
	font-weight: 300;
	position: absolute;
	left: -95px;
	bottom: 15px;
}

.vic-stats .vic-stats__item:nth-child(3) .vic-stats__number-prefix {
	position: absolute;
	left: 34%;
}

.vic-stats .vic-stats__item:nth-child(3) {
	border-top: 1px solid #fff;
	padding-top: 40px;
}

.vic-stats__item:nth-child(3) .vic-stats__suffix {
	color: var(--yellow);
	text-align: center;
	font-family: "Balgin";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
}

.banner-home {
	margin-top: -30px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon-star {
    position: absolute;
    right: -3%;
    top: -15%;
}

.texto-complementar strong {
	color: var(--white, #FFF);
font-family: Balgin;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px;
display: inline-flex;
}

.condicoes-item {
	color: var(--white, #FFF);
	font-family: Balgin;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 10px; /* 100% */
	margin-top: 8px;
	margin-left: -25px;
}

.linha-lazer {
	color: #fff;
	text-align: center;
	font-family: Balgin;
	font-size: 40px;
	font-style: italic;
	font-weight: 500;
	line-height: 24px; /* 75% */
	display: block;
	width: fit-content;
	margin: 0 auto;
	text-transform: uppercase;
	background: var(--green-400);
    padding: 10px 30px 5px 30px;
	margin-left: 35%;
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
}

.container-lazer {
	gap: 0px;
	justify-content: center;
	align-items: flex-end;
}

.swiper_controle_diferenciais {
	justify-content: center !important;
}

.localizacao_item strong {
	font-weight: 700;
}

@media (max-width: 768px) {
	.text-titulo-banner {
		left: 0;
	}
	
	.destaque-title {
        top: 17%;
        left: 25%;
        font-size: 64px;
	}

	.banner_box {
		height: 480px;
	}

	.div-text .texto-destaque {
		color: #EF9B37;
		font-family: Balgin;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		text-transform: lowercase;
		margin-bottom: 5px;
		margin-top: -5px;
	}

	.div-text .texto-complementar {
		color: var(--orange-100, #F7EADF);
		font-family: 'Balgin', sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 900;
		line-height: 24px;
		text-transform: lowercase;
		margin-top: -5px;
	}

	.div-text {
		display: flex;
		flex-direction: column;
		gap: 0px;
		margin-top: 3px;
	}

	.banner-item-column-1 h3 {
		color: var(--white, #FFF);
		font-family: Balgin;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 20px; /* 142.857% */
		text-transform: lowercase;
		margin-top: -10px;
	}

	.quebra-title {
		color: var(--white, #FFF);
		font-family: Balgin;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px; /* 142.857% */
		text-transform: lowercase;
	}

	.coin-banner-item {
		margin-top: 5px;
	}

	.coin-banner-item svg {
		width: 136px;
		margin-top: -20px;
	}

	.banner-item-column-2 h3 {
		color: var(--orange-100, #F7EADF);
		font-family: "Balgin";
		font-size: 40px;
		font-style: normal;
		font-weight: 900;
		line-height: 40px;
		display: flex;
		align-items: flex-start !important;
		margin-bottom: 15px;
	}

	.banner-item-column-2 {
		justify-content: center;
	}

	.banner_item_dorms {
		width: 280px;
		gap: 5px;
	}

	.vic-stats .vic-stats__item:nth-child(3) .vic-stats__number-prefix {
		left: 30%;
	}

	.banner-home {
		margin-top: 50px;
	}

	.icon-star {
		position: relative;
		top: -30%;
        right: 13%;
	}

	.icon-star svg {
		width: 55px;
	}

	.linha-lazer {
		color: #fff;
		text-align: center;
		font-family: Balgin;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 100% */
		padding-left: 0px;
		padding: 10px 30px;
		width: 100%;
		margin-left: unset;
	}

	.lazer_galeria {
		width: 100%;
	}

	.lazer_lista {
		width: 100%;
		margin: 0 auto;
		padding: 20px;
	}

	.lazer_galeria .swiper_controles, .movimento_galeria .swiper_controles {
		justify-content: center;
	}

	#movimento h2 {
		color: #fff;
		text-align: center;
		font-family: Balgin;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px; /* 100% */
	}

	.destaque-movimento {
		color: #fff;
		text-align: center;
		font-family: Balgin;
		font-size: 32px;
		font-style: normal;
		font-weight: 400;
		line-height: 40px; /* 125% */
	}

	.subtitulo-localizacao {
		margin-left: 0;
	}

	#localizacao {
		background-repeat: no-repeat;
		background-size: cover;
	}

	.item_linha_localizacao svg {
		width: 22px;
	}

	.item_linha_localizacao p {
		color: #fff;
		text-align: center;
		font-family: Balgin;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 12px; /* 100% */
	}

	.texto-linha {
		display: flex;
		width: 73px;
		height: 36px;
		flex-direction: column;
		justify-content: center;
		flex-shrink: 0;
	}

	.item_linha_localizacao {
		gap: 4px;
	}

	.linha_localizacao {
		justify-content: space-between;
	}

	#decorado h2 {
		color: var(--orange-400);
		text-align: center;
		font-family: Balgin;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
}

.empreendimentos_entregues_slide::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 60px;
	background-color: #212121;
	z-index: 2;
	border-radius: 0px 0px 25px 25px;
}

.empreendimento-nome {
	position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-right: 50px;
}

@media (max-width: 550px) {
	.casal_imagem {
		height: 420px;
	}
}