@font-face {
	font-family: "bold";
	src: url("../fonts/SourceSans3-Bold.ttf");
}

@font-face {
	font-family: "normal";
	src: url("../fonts/SourceSans3-Regular.ttf");
}

@font-face {
	font-family: "medium";
	src: url("../fonts/SourceSans3-Medium.ttf");
}

@font-face {
	font-family: "light";
	src: url("../fonts/SourceSans3-Light.ttf");
}

@font-face {
	font-family: "semibold";
	src: url("../fonts/SourceSans3-SemiBold.ttf");
}

@font-face {
	font-family: "thin";
	src: url("../fonts/GraphikThin.otf");
}

@font-face {
	font-family: "extra-light";
	src: url("../fonts/GraphikExtralight.otf");
}

:root {
	--cor-preta: #231f20;
	--cor-cinza: #637880;
	--cor-cinza2: #6f7070;
	--cor-branca: #ffffff;
	--cor-azul: #00b4db;
	--cor-placeholder: #6d817d;
	--cor-botao: #b1b3b6;
	--cor-verde: #231f20;
	--cor-amarelo: #bd915f;
	--cor-preta: #6d6e71;
	--bold: "bold";
	--normal: "normal";
	--cor-berge: #e4e0d5;
	--light: "light";
	--semibold: "semibold";
}

.f-cinza {
	color: var(--cor-cinza2);
}

.f-white {
	color: var(--cor-branca);
}

.f-black {
	color: var(--cor-preta);
}

.img_logo_wb {
	z-index: 999;
	position: absolute;
	left: 0;
	width: 11% !important;
	margin-top: 29px !important;
	justify-content: center;
	flex-wrap: nowrap;
}

.f-bold {
	font-family: "bold";
}

.title-section {
	font-size: 1rem;

	font-family: "black";
}

.subtitle-section {
	font-size: 2rem;
	width: 70%;
	margin-top: 10px;
	color: var(--cor-preta);
	font-family: var(--light);
	margin-bottom: 10px;
	margin-top: 50px;
}

.subtitle2-section {
	font-size: 1.2rem;
	width: 70%;
	margin-top: 10px;
	color: var(--cor-amarelo);
	font-family: var(--light);
	margin-bottom: 10px;
}

.text_parceiros {
	font-size: 1rem !important;
}

.img_parceiros a {
	text-decoration: none;
}

.img_logo_wb {
	z-index: 999;
	position: absolute;
	left: 0;
	width: 125px !important;
	margin-top: 0 !important;
	justify-content: center;
	flex-wrap: nowrap;
}

.title_parceria {
	font-size: 1rem;
}

html {
	scroll-behavior: smooth;
}

header {
	display: none;
}

body {
	font-family: "m-pro";
	font-size: 1.2rem;
}

.galeria_imagem {
	display: grid;
	grid-template-columns: 40% 40%;
	justify-content: center;
	gap: 10px;
	margin-top: 30px;
}

.galeria_imagem .c4-izmir {
	width: 100%;
}

.galeria_imagem img {
	width: 100%;
}

.mobile-container {
	display: none;
	box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.75);
}

.close-btn svg {
	fill: #fdca6a;
}
.logo-menu {
	width: 150px;
	height: 150px;

	left: 0;
	padding-left: 8%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: var(--regular);
}

#back-to-top svg {
	fill: #fdca6a;
}

.text-bold {
	font-family: "CamptonBold";
}

.text-semi-bold {
	font-family: "Barlow-SemiBold";
}

.hidden-arrow {
	display: none;
}

.map-link img {
	margin-left: 2px;
}
.side-bar {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(15px);
	width: 280px;
	height: 100vh;
	position: fixed;
	top: 0;
	right: -100%;
	overflow-y: auto;
	transition: 0.6s ease;
	transition-property: right;
	background: #2e4159;
	min-height: 100vh;
	z-index: 20;
	font-size: 1.2rem;
}

.side-bar.active {
	right: 0;
}

.side-bar .menu-item {
	width: 100%;
	margin-top: 80px;
}

.side-bar .menu-item .item {
	position: relative;
	cursor: pointer;
}

.side-bar .menu-item .item a {
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
	display: block;
	padding: 5px 30px;
	line-height: 25px;
	text-align: center;
	font-family: "light";
}

.side-bar .menu-item .item a:hover {
	background: #e4a52f;
	transition: 0.3s ease;
}

.side-bar .menu-item .item i {
	margin-right: 15px;
}

.side-bar .menu-item .item a .dropdown {
	position: absolute;
	right: 0;
	margin: 20px;
	transition: 0.3s ease;
}

.side-bar .menu-item .item .sub-menu {
	background: rgba(255, 255, 255, 0.1);
	display: none;
}

.side-bar .menu-item .item .sub-menu a {
	padding-left: 80px;
}

.rotate {
	transform: rotate(90deg);
}

.close-btn {
	position: absolute;
	color: #e4a52f;
	font-size: 20px;
	right: 0;
	margin: 25px;
	cursor: pointer;
	z-index: 20;
}

.menu-t-btn {
	position: absolute;
	color: #000000;
	font-size: 29px;
	margin: 25px;
	right: 0;
	cursor: pointer;
	z-index: 20;
}

.menu-t-btn svg {
	fill: #faa914;
}

.mobile-container {
	height: 70px;
}

.floating-smi {
	position: fixed;
	z-index: 1003;
	bottom: 218px;
	right: 15px;
}

.floating-smi .floating-smi-wrap .floating-smi-list {
	display: block;
}

.floating-smi .floating-smi-wrap .floating-smi-list li {
	display: block;
	border-radius: 18px;
	width: 36px;
	height: 36px;
	margin-bottom: 10px;
}

.floating-smi .floating-smi-wrap .floating-smi-list li:after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 1px;
	height: 11px;
	background: rgba(178, 178, 178, 0.43);
}

.floating-smi .floating-smi-wrap .floating-smi-list li:nth-child(1) {
	display: block;
	margin-bottom: 75px;
}

.anuncio {
	margin-top: 120px;
}

.floating-smi .floating-smi-wrap .floating-smi-list li:nth-child(1):before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.floating-smi .floating-smi-wrap .floating-smi-list li:nth-child(1):after {
	height: 41px;
}

.floating-smi .floating-smi-wrap .floating-smi-list li:nth-last-child(1):after {
	display: none;
}

.floating-smi .floating-smi-wrap .floating-smi-list li > em,
.floating-smi .floating-smi-wrap .floating-smi-list li > a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 1px solid rgba(129, 129, 129, 0.5);
	background: #d5d5d5;
	color: #000000;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.floating-smi .floating-smi-wrap .floating-smi-list li > em > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.safari .floating-smi .floating-smi-wrap .floating-smi-list li > em,
.safari .floating-smi .floating-smi-wrap .floating-smi-list li > a {
	border-color: #818181;
}

.floating-smi .floating-smi-wrap .floating-smi-list li > em:hover,
.floating-smi .floating-smi-wrap .floating-smi-list li > a:hover {
	background: #0b0b3b;
	border-color: #0b0b3b;
	color: #fff;
}

.topnav {
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
	display: none;
}

.topnav #myLinks {
	display: none;
}

.topnav img {
	width: 10%;
	height: 10%;
}

.topnav a {
	color: #484848;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	display: block;
}

.topnav a.icon {
	background: #f2ca80;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.topnav .logo-elza {
	color: transparent;
}

.active {
	color: white;
}

body {
	margin: 0 auto;
	overflow-y: hidden;
	overflow-x: hidden;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
}

.circulo {
	width: 100px;
	height: 100px;
	background-color: red;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-weight: bold;
}

ul {
	margin-block-start: 0px;
	margin-block-end: 0px;
	padding-inline-start: 0px;
}

p {
	display: block;
	margin-block-start: 0px;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

nav {
	display: grid;
	grid-template-columns: 20% 70%;
	justify-content: end;
	grid-template-rows: 88px;
	z-index: 99;
	width: 100%;
	background-color: #d9d5cc;
	position: fixed;
	align-items: center;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.nav-menu {
	height: 88px;
}

.menu-btn {
	display: none;
}

.logo {
	display: flex;
	align-items: right;
	justify-content: center;
	z-index: 1;
}

.logo img {
	object-fit: cover;
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	height: auto;
}

nav ul {
	display: flex;
	list-style: none;
	padding-left: 9px;
	align-items: center;
}

nav ul li {
	padding-right: 8px;
	padding-left: 8px;

	font-family: var(--regular);
	color: #bf8136;
	letter-spacing: 1px;
}

/* animação */

nav ul li a {
	color: var(--cor-verde);
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
	font-family: var(--light);
}

nav ul li a:before {
	content: "";
	width: 0;
	height: 5px;
	background-color: var(--cor-preta);
	position: absolute;
	top: 120%;
	left: 0;
	transition: all 0.5s;
}

nav ul li a:after {
	content: "";
	width: 0;
	height: 5px;
	background-color: var(--cor-verde);
	position: absolute;
	top: 120%;
	right: 0;
	transition: all 0.5s;
}

nav ul li a:hover:before {
	width: 50%;
	transform: translateX(100%);
}

nav ul li a:hover:after {
	width: 50%;
	transform: translateX(-100%);
}

.icon-social a:before {
	background-color: transparent;
}

.icon-social a:after {
	background-color: transparent;
}

nav ul li a.active {
	border-radius: 15px;
	color: var(--cor-verde);
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
}

nav ul li a.active:before {
	width: 50%;
	transform: translateX(100%);
}

nav ul li a.active:after {
	width: 50%;
	transform: translateX(-100%);
}

.icon-social {
	display: flex;
	grid-column-gap: 10px;
}

nav li:last-child {
	border-right: none;
}

nav .menu-btn svg {
	color: #fff;
	cursor: pointer;
	display: none;
}

.link_website {
	text-decoration: none !important;
	color: white !important;
}

.link_website b {
	font-family: var(--bold);
}

.link_contato {
	text-decoration: none !important;
	color: white !important;
}

@media only screen and (min-width: 1390px) {
	nav ul {
		display: flex;
		list-style: none;
		column-gap: 2%;
		padding-left: 9px;
		align-items: center;
	}
}

@media only screen and (min-width: 1098px) {
	.img_logo_wb {
		z-index: 999;
		position: absolute;
		left: 0;
		width: 11% !important;
		margin-top: 29px !important;
		justify-content: center;
		flex-wrap: nowrap;
	}
}

@media only screen and (max-width: 782px) {
	.img_logo_wb {
		z-index: 999;
		position: relative;
		left: 0;
		width: 68px !important;
		margin-top: 0 !important;
		justify-content: center;
		flex-wrap: nowrap;
	}

	.galeria_imagens button {
		font-size: 1.3rem;
		border: 1px solid var(--cor-amarelo);
		color: var(--cor-amarelo);
		padding: 3px 28px;
		width: 100%;
		font-family: "light";
	}

	.menuAba {
		display: flex;
		gap: 10px;
		flex-direction: column;
	}

	header {
		display: block;
	}

	.nav-menu {
		height: 0px;
	}

	.icons_network {
		display: none !important;
	}

	.slider .dots {
		display: none !important;
	}
	.subtitle-section {
		font-size: 1.5rem !important;
		width: 100%;
		margin-top: 10px;
		color: var(--cor-preta);
	}

	.mobile-container {
		display: block;
		box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.75);
		background-color: #ffffff;
	}

	.logo img {
		object-fit: contain;
		width: 150px;
		height: 100px;
	}

	ul {
		display: block;
		list-style-type: disc;
		margin-block-start: 0px;
		margin-block-end: 0px;
		margin-inline-start: 0px;
		margin-inline-end: 0px;
		padding-inline-start: 0px;
	}

	.topnav {
		overflow: hidden;
		background-color: #ffffff;
		position: relative;
		display: block;
	}

	nav {
		grid-template-rows: 45px;
		display: none;
		margin-top: 200px;
	}

	.menu-btn {
		display: block;
		order: 2;
		text-align: center;
	}

	nav .menu-btn svg {
		display: block;
		padding-top: 10px;
		float: right;
		margin-right: 10px;
		width: 35px;
		height: 35px;
	}

	nav ul {
		position: fixed;
		top: 0;
		left: -100%;
		background-color: #f2ca80;
		height: 100vh;
		max-width: 50%;
		text-align: center;
		display: block;
		transition: all 0.3s ease;
		z-index: 5;
	}

	nav ul.open {
		left: 0;
	}

	nav li a {
		padding-right: 5%;
	}

	nav ul li {
		width: 100%;
		margin-top: 50px;
		margin-left: -4%;
		border: 0;
	}

	nav ul li a {
		font-size: 1.4375rem;
	}

	nav ul li a.active,
	nav ul li a:hover {
		background: none;
		color: white;
		font-weight: bold;
	}

	nav .menu-btn svg {
		display: block;
		padding-top: 10px;
		float: right;
		margin-right: 10px;
		width: 35px;
		fill: #f2ca80;
		height: 35px;
	}

	.fig svg {
		display: none;
	}

	#back-to-top {
		visibility: visible;
		position: fixed;
		bottom: 70px;
		right: 20px;
		z-index: 9999;
	}

	#back-to-top a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 45px;
		height: 45px;
		border-radius: 50%;
		background-color: #333;
		color: #fff;
		text-decoration: none;
		transition: opacity 0.3s ease-in-out;
	}

	#back-to-top a:hover {
		opacity: 0.7;
	}

	#back-to-top svg {
		height: 35px;
	}
}

/* Estilos para o menu e o botão */
.menuAba {
	display: flex;
	gap: 10px;
}

/* Estilo do botão Dropdown */
.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 390px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 10;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Estilo quando um item é marcado */
.dropdown-content a.selected {
	background-color: var(--cor-amarelo);
	color: white;
}

/* Estilo quando o item é hover */
.dropdown-content a:hover {
	background-color: var(--cor-amarelo);
	color: white;
}

/* Mostrar o menu quando o botão for clicado */
.dropdown:hover .dropdown-content {
	display: block;
}

.lb-details .lb-caption {
	font-family: sans-serif;
	font-size: 18px !important;
	line-height: 150% !important;
}

.lb-details .lb-number {
	font-family: sans-serif;
	font-size: 14px !important;
	line-height: 150% !important;
}
