/* GERAIS */

:root {
	--cor-primaria: #004AAD;
	--cor-secundaria: #FF914D;
	--cor-titulo: #1E3238;
	--cor-titulo-cinza: #444346;
	--cor-branco: #ffffff;
	--cor-preto: #000000;
	--cor-input: #849698;
	--cor-cinza: #DDDDDD;
	--cor-background: #F7F6FB;
	--fonte-menu: 'Nunito sans', sans-serif;
	--fonte-roboto: 'Roboto', sans-serif;
	--fonte-titulo: 'Poppins', sans-serif;
	--fonte-textos: 'Open Sans', sans-serif;
	--transicao: all 0.3s ease-in-out;
}

body {
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
}

.texto-centro p {
	text-align: center;
}

.sombra {
	position: absolute;
	max-width: 100%;
	left: 50%;
	transform: translateX(-50%);
	height: 34px;
}

.fancybox img {
	transition: 0.3s;
}

.none {
	display: none !important;
}

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

.titulos {
	width: 100%;
	margin-bottom: 20px;
}

.titulos.meio {
	text-align: center;
}

.titulos .area-titulo {
	width: 100%;
}

.sob-texto {
	width: 800px;
}

.sob-texto p {
	color: var(--cor-titulo-cinza);
	font-size: 1em;
	font-weight: normal;
	line-height: 180%;
	font-family: var(--fonte-textos);
}

.sob-texto.meio {
	text-align: center;
	margin: auto;
}

.titulos .area-titulo h2 {
	font-family: var(--fonte-titulo);
	font-size: 1.25em;
	color: var(--cor-titulo);
	font-weight: 300;
	text-transform: uppercase;
}

.titulos .area-titulo h3 {
	font-family: var(--fonte-titulo);
	font-size: 2.1875em;
	color: var(--cor-titulo-cinza);
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.titulos .area-titulo h2.branco,
.titulos .area-titulo h3.branco {
	color: var(--cor-branco);
}

.titulos .area-detalhe .detalhe {
	position: relative;
	height: 1px;
	width: 170px;
	left: 60px;
	background-color: #D9D9D9;
}

.titulos:hover .area-detalhe .detalhe::after {
	width: 230px;
}

.titulos .area-detalhe .detalhe::after {
	content: '';
	position: absolute;
	height: 5px;
	bottom: -2px;
	left: -60px;
	width: 60px;
	background-color: var(--cor-primaria);
	transition: var(--transicao);
}

.titulos .area-detalhe .detalhe.azul {
	background-color: #3770B6 !important;
}

.titulos .area-detalhe .detalhe.azul::after {
	background-color: var(--cor-secundaria) !important;
}

.titulos .area-detalhe.meio .detalhe {
	position: relative;
	height: 1px;
	width: 229px;
	background-color: #D9D9D9;
	margin: auto;
	left: 0;
	right: 0;
}

.titulos:hover .area-detalhe.meio .detalhe::after {
	width: 61px;
}

.titulos .area-detalhe.meio .detalhe::after {
	content: '';
	position: absolute;
	height: 5px;
	width: 60px;
	background-color: var(--cor-primaria);
	left: 0;
	right: 0;
	margin: auto;
	/* transition: var(--transicao); */
}

.titulos:hover .area-detalhe.meio .detalhe::after {
	width: 230px;
}

.area-texto {
	width: 90%;
}

.area-texto p {
	font-family: var(--fonte-textos);
	font-size: 1em;
	color: var(--cor-titulo);
	text-align: justify;
	line-height: 160%;
}

.dots-padrao {
	position: absolute;
	bottom: 10px !important;
	padding: 0;
	right: 0 !important;
	left: 0 !important;
	margin-inline: auto;
	width: fit-content !important;
	display: flex;
	align-items: center;
}

.dots-padrao .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #ffffff !important;
}

.dots-padrao .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 15px;
	height: 15px;
}

@media (max-width: 1366px) {
	.sob-texto {
		width: 700px;
	}
}

@media (max-width: 1024px) {
	.fancybox img:hover {
		transform: scale(1.02);
	}

	.area-texto {
		width: 100%;
	}

}

@media (max-width: 768px) {

	.sob-texto {
		width: 100%;
	}
}

@media (min-width: 768px) {

	.fancybox {
		transition: 0.8s;
	}

	.fancybox:hover {
		transform: scale(1.03);
	}

}

@media (max-width: 768px) {
	.titulos .area-titulo h3 {
		font-size: 1.875em;
	}
}

/* TOPO */
.topo {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
	width: 100%;
	z-index: 3;
}

.menu-area {
	background-color: var(--cor-primaria);
	height: 120px;
	position: fixed;
	z-index: 5;
	width: 100%;
	border-bottom: 3px solid var(--cor-secundaria);
}

.topo .menu-area {

	width: 100%;
	height: 90px;
	display: flex;
	align-items: center;
	position: absolute;
	top: 40px;
}

.menu-topo nav {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
}

.menu-topo nav ul {
	display: flex;
	list-style: none;
	gap: 40px;
	height: 90px;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.menu-topo nav ul li {
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 10px 5px 5px 5px;
}

.menu-topo nav ul li a {
	color: #ffffff;
	font-family: var(--fonte-menu);
	font-weight: 900;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
}

.menu-topo nav ul li a::before {
	display: flex;
	justify-content: center;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background: transparent;
	border: 2px solid transparent;
}

.menu-topo nav ul li:not(li.active) a::after {
	content: "";
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background: transparent;
	border: 2px solid transparent;
}

.menu-topo nav ul li:not(li.active) a:hover::before {
	animation: animate_principal 0.5s linear forwards;
	-webkit-animation: animate_principal 0.5s linear forwards;
	-ms-animation: none;
}

.menu-topo nav ul li.active a {
	color: var(--cor-secundaria);
	text-decoration: underline;
	text-underline-position: under;
	text-decoration-thickness: 2px;
}

.menu-topo nav ul li.abre_dropdown {
	position: relative;
}

.menu-topo nav ul li.abre_dropdown .dropdown {
	position: absolute;
	width: 100%;
	background-color: var(--cor-primaria);
	border-bottom: 3px solid var(--cor-secundaria);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	border-radius: 8px;
}

.menu-topo nav ul li.abre_dropdown .dropdown ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	height: fit-content;
}

.menu-topo nav ul li.abre_dropdown .dropdown ul li {
	padding: 10px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.menu-topo nav ul li.abre_dropdown .dropdown ul a {
	font-size: 0.875em;
	font-weight: 500;
	transition: var(--transicao);
}

.menu-topo nav ul li.abre_dropdown .dropdown ul a:hover {
	color: var(--cor-secundaria);
}

img.logo-menu {
	padding: 10px;
	max-height: 60px;
}

.menu-links {
	gap: 20px;
	display: flex;
}

@supports (-ms-ime-align: auto) {
	nav.menu.principal .menu ul li a:hover:before {
		animation-name: none;
	}
}

.menu-topo .menu-area .area-logo {
	display: flex;
	width: 100%;
	justify-content: center;
	position: absolute;
	top: 200px;
}

.menu-mobile-ativador {
	display: none;
}

.menu-mobile {
	display: none;
}


/* topo 1024 */

/* @media (min-width: 1025px) {
	.menu-topo .item {
		height: 120px;
	}
} */

@media (max-width: 1024px) {

	.menu-topo nav ul li.abre_dropdown .dropdown {
		position: relative;
	}

	img.logo-menu {
		display: none;
	}

	.menu-area {
		background: transparent;
		border: none;
	}

	.topo .barra {
		background-color: var(--cor-primaria);

	}

	.topo .barra .hamburger {
		z-index: 2;
	}

	.topo {
		position: relative;
	}

	.menu-topo .center {
		width: 100% !important;
		padding: 0;
		bottom: unset;
	}

	.menu-topo .menu-area {
		position: absolute;
		top: 85px;
		width: 100%;
	}

	.menu-topo nav {
		display: none;
		/* left: -101%; */
		/* transition: 0.8s; */
		width: 100%;
		top: 20px;
		z-index: 2;
		background: var(--cor-primaria);
		box-sizing: border-box;
		border-top: 3px solid var(--cor-secundaria);
		position: absolute;
		height: auto !important;
	}

	.mostrar-menu {
		display: block !important;
		/* left: 0% !important; */
	}

	.menu-links {
		display: flex;
		flex-direction: column;
		align-items: start;
		gap: 0px;
		align-items: center;
		width: 100%;
	}

	.banner .item-banner img.imagem {
		margin-top: 0 !important;
	}

	.menu-topo nav ul {
		flex-direction: column;
		margin-bottom: 40px;
		width: 100%;
		align-items: center;
		margin: auto;
		height: 100%;
	}

	.menu-topo nav ul a {
		color: #ffffff;
		height: 60px;
		text-decoration: none;
	}

	.menu-topo nav ul li {
		position: relative;
	}

	.menu-topo nav ul li.active a {
		font-weight: 600;
		color: var(--cor-secundaria);
	}

	.menu-topo nav ul li {
		padding: 20px;
		margin-right: 0 !important;
	}

	.menu-mobile-ativador {
		display: flex;
		justify-content: space-between;
		padding: 30px;
		align-items: center;
		background-color: var(--cor-primaria);
	}

	.menu-mobile-ativador img {
		width: 200px;
	}

	.mostrar-menu {
		display: block !important;
		/* left: 0% !important; */
	}

	.topo img.sombra {
		display: none;
	}

	.topo nav ul li a::after,
	.topo nav ul li a::before {
		display: none;
	}

	.topo nav ul li a:hover:after,
	.topo nav ul li a:hover::before {
		animation: none;
	}

	.menu-topo nav ul li.abre_dropdown {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.menu-topo nav ul li.abre_dropdown a {
		height: auto;
		font-size: 1em !important;
	}

	/*Hamburger menu*/
	.hamburger .line {
		width: 40px;
		height: 4px;
		background-color: var(--cor-secundaria);
		display: block;
		margin: 8px auto;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.hamburger:hover {
		cursor: pointer;
	}


	#hamburger-1.is-active .line:nth-child(2) {
		opacity: 0;
	}

	#hamburger-1.is-active .line:nth-child(1) {
		-webkit-transform: translateY(13px) rotate(45deg);
		-ms-transform: translateY(13px) rotate(45deg);
		-o-transform: translateY(13px) rotate(45deg);
		transform: translateY(11px) rotate(45deg);
	}

	#hamburger-1.is-active .line:nth-child(3) {
		-webkit-transform: translateY(-13px) rotate(-45deg);
		-ms-transform: translateY(-13px) rotate(-45deg);
		-o-transform: translateY(-13px) rotate(-45deg);
		transform: translateY(-14px) rotate(-45deg);
	}

	.menu-topo nav ul li.active:first-child,
	.menu-topo nav ul li:hover:first-child {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	.menu-topo nav ul li.active:last-child,
	.menu-topo nav ul li:hover:last-child {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	.menu-topo nav ul li a {
		color: #ffffff;
		font-size: 1.125em;
	}

	.menu-topo .menu-area li.dropdown {
		background-position-x: right !important;
		width: auto !important;
		justify-content: center;
		background-position-y: 35px !important;
		padding: 20px;
	}


	.menu-topo .menu-area li.dropdown.re:active .conteudo-drop {
		width: 100px;
	}

	.menu-topo .menu-mobile {
		position: absolute;
		top: 85px;
		width: 100%;
	}

	.menu-mobile .seta {
		position: relative;
		top: -4px;
	}

	.menu-mobile .cont {
		display: none;
		justify-content: center;
		align-self: center;
		flex-direction: column;
		background: #44b06480;
		width: 700px;
		padding-top: 30px;
	}
}

/* topo 1440 */
@media(max-width:1440px) {
	.topo nav {
		margin-right: 50px;
	}
}


/* topo 425 */
@media(max-width:425px) {
	.topo nav {
		top: -35px;
	}

	.topo nav ul {
		margin-left: 0;
	}

	.topo nav ul li a {
		font-size: 1.25em;
	}

}

@media(max-width:375px) {
	.menu-mobile-ativador {
		gap: 30px;
	}

	.topo img.logo {
		width: 90%;
	}
}

@media(max-width:768px) {
	.menu-mobile .cont {
		width: 100%;
	}
}


/* BANNER */

.banner .lista {
	margin-bottom: 0px !important;
	margin-top: -120px;
}

.banner video {
	width: 100%;
	height: auto;
	/* object-fit: fill; */
	object-position: center;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	/* height: 100%; */
	object-fit: cover;
}

.banner .item-banner {
	position: relative;
}

.banner .item-banner img.imagem {
	width: 100%;
	position: relative;
	object-fit: cover;
	margin-top: 240px;
}

@media screen and (max-width: 1024px) {

	.banner .lista {
		margin-top: 0;
		overflow: hidden;
	}

}

/* ============ SOBRE =========== */

#sobre {
	padding: 80px 0;
}

#sobre .conteudo {
	display: flex;
	width: 100%;
	margin-bottom: 60px;
}

.area-um {
	display: flex;
	width: 60%;
	margin-top: 0px;
	flex-direction: column;
}

#sobre .area-dois .card {
	background-color: var(--cor-branco);
	width: 482px;
	height: 525px;
	border-radius: 5px;
	position: absolute;
	top: -170px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	text-align: center;
	z-index: 1;
}

.area-dois .card .conteudo-card {
	height: 100%;
}

#sobre .conteudo .area-dois .card .conteudo-card .titulo-card h2 {
	font-family: var(--fonte-titulo);
	font-size: 2.1875em;
	color: var(--cor-titulo);
	font-weight: 600;
	padding-top: 40px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

#sobre .conteudo .area-dois .card .conteudo-card .img-card {
	width: 470px;
	height: 315px;
	overflow: hidden;
	margin: auto;
}

#sobre .conteudo .area-dois .card .conteudo-card .img-card img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

#sobre .conteudo .area-dois .card .conteudo-card .btn-card a {
	background-color: #25D366;
	display: flex;
	width: 250px;
	height: 55px;
	border-radius: 50px;
	color: var(--cor-branco);
	font-family: var(--fonte-roboto);
	font-size: 1.125em;
	font-weight: 400;
	justify-content: center;
	align-items: center;
	margin: 20PX auto;
	border: 1px solid transparent;
	transition: var(--transicao);
}

#sobre .conteudo .area-dois .card .conteudo-card .btn-card a i {
	font-size: 1.875em;
	padding-right: 15px;
}

#sobre .conteudo .area-dois .card .conteudo-card .btn-card a:hover {
	border: 1px solid #25D366;
	background-color: var(--cor-branco);
	color: #25D366;
}

#sobre .area-btn {
	display: flex;
	justify-content: center;
}

#sobre .area-btn a {
	background-color: var(--cor-secundaria);
	width: 250px;
	height: 55px;
	border-radius: 50px;
	color: var(--cor-branco);
	font-family: var(--fonte-roboto);
	font-size: 1.125em;
	font-weight: 400;
	justify-content: center;
	align-items: center;
	display: flex;
	margin: auto;
	border: 1px solid transparent;
	transition: var(--transicao);
}

#sobre .area-btn a:hover {
	border: 1px solid var(--cor-secundaria);
	background-color: var(--cor-branco);
	color: var(--cor-secundaria);
}

#sobre .area-btn.none1024 {
	display: block;
}

#sobre .area-btn.block1024 {
	display: none;
}

@media(max-width:1024px) {

	#sobre {
		padding: 40px 0;
	}

	#sobre .area-btn.none1024 {
		display: none;
	}

	#sobre .area-btn.block1024 {
		display: block;
	}

	#sobre .area-btn {
		margin: auto;
		margin: 20px auto;
	}

	#sobre .conteudo {
		flex-direction: column;
		gap: 20px;
	}

	#sobre .conteudo .area-um,
	#sobre .conteudo .area-dois {
		width: 100%;
	}

	#sobre .conteudo .area-dois .card {
		position: static;
		margin: auto;
	}

	#sobre .area-btn.block1024 {
		display: block;
	}

	#sobre .area-dois-sobre .card-contato {
		width: 438px;
		height: 484px;
		border-radius: 10px;
		position: relative;
		top: 100px;
	}
}

@media (max-width:768px) {
	#sobre {
		padding: 40px 0;
	}
}

@media (max-width:425px) {

	#sobre .center {
		width: 97%;
	}

	#sobre .conteudo .area-dois .card {
		width: 100%;
	}

	#sobre .conteudo .area-dois .card .conteudo-card .img-card {
		width: 98%;
	}

}

/* ================= SERVIÇOS ================ */

#servicos {
	background: var(--cor-primaria);
	/* height: 250px; */
	align-items: center;
	position: relative;
}

#servicos .center {
	height: 100%;
}

.servicos {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 250px;
}

.servicos .lista {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
	overflow: hidden;
	/* padding: 50px; */
}

.servicos .lista .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 160px;
}

.servicos .lista .item img {
	max-height: 65px;
	width: auto;
}

.servicos .lista .item .circulo {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--cor-secundaria);
	border-radius: 50%;
	height: 100px;
	width: 100px;
	z-index: 2;
}

.servicos .lista .item .circulo::before {
	content: '';
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 10px solid #FFFFFF20;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	z-index: 1;
}

.servicos .lista .item h2 {
	font-family: var(--fonte-titulo);
	font-size: 1.125em;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
	line-height: 140%;
	font-weight: 300;
}

.servico-btn:hover {
	cursor: pointer;
}

.servicos .lista .item .borda:hover {
	border-color: #2323a6bf;
	transform: scale(1.2);
	transition: 0.3s;
}

.servicos .lista .item {
	margin: 10px auto;
}

.titulo-area.centro {
	text-align: center;
}

.titulo-area {
	margin-bottom: 50px;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.titulo-area h4 {
	font-size: 20px;
	font-weight: 400;
}

.titulo-area h2 {
	font-size: 35px;
	color: #2323A6;
	font-weight: 600;
	margin-bottom: 10px;
}

/* .swiper-servicos-dots {
	position: absolute;
	bottom: 10px !important;
	padding: 0;
	right: 0 !important;
	left: 0 !important;
	margin-inline: auto;
	width: fit-content !important;
	display: flex;
	align-items: center;
}

.swiper-servicos-dots .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #ffffff !important;
}

.swiper-servicos-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 15px;
	height: 15px;
} */

@media(max-width:768px) {
	.servicos {
		padding: 0 30px;
	}
}


/* =========== VIDEOS ========== */
#videos {
	background-color: var(--cor-primaria);
	padding: 50px 0;
	position: relative;
}

#videos .itens {
	margin-top: 50px;
	display: flex;
	overflow: hidden;
}

#videos .itens .card {
	width: 450px;
	height: 330px;
	margin: auto;
}

#videos .itens .card .card-head {
	width: 100%;
	height: 250px;
	border: 5px solid #FFFFFF40;
}

#videos .itens .card .card-head iframe {
	width: 100%;
	height: inherit;
}

#videos .itens .card .card-body {
	width: 100%;
	height: 80px;
	padding: 10px 5px;
}

#videos .itens .card .card-body h3 {
	color: var(--cor-branco);
	font-size: 1em;
	font-family: var(--fonte-textos);
	font-weight: 500;
	line-height: 150%;
}

#videos .slick-dots {
	bottom: -15px;
	padding: 0;
}

#videos .slick-dots li {
	width: 12px;
	height: 12px;
}

#videos .slick-dots li button {
	background-color: #ffffff50 !important;
	border-radius: 20px;
	width: 12px;
	height: 12px;
}

#videos .slick-dots li.slick-active button {
	background-color: var(--cor-background) !important;
	width: 15px !important;
	height: 15px !important;
}

#videos .slick-dots li:not(.slick-active) button:hover {
	background-color: #ffffff80 !important;
}

.dots-padrao.videos-dots {
	bottom: 20px !important;
}

@media screen and (max-width:425px) {
	#videos .itens .card {
		width: 95%;
	}

}

/* =========== NOTÍCIAS/HOME ========== */
#noticias.home {
	padding-top: 80px;
}

@media screen and (max-width: 1024px) {
	#noticias.home {
		padding-top: 40px;
	}

	#noticias.home .itens {
		margin-bottom: 100px;
	}
}

@media screen and (max-width: 768px) {
	#noticias.home .itens {
		margin-bottom: 50px;
	}
}

/* =========== LINKS RODAPÉ ========== */
#links_rodape {
	padding: 50px 0;
}

#links_rodape .conteudo {
	display: flex;
	flex-wrap: wrap;
}

#links_rodape .conteudo .area-um {
	width: 60%;
}

#links_rodape .conteudo .area-dois,
#links_rodape .conteudo .area-tres {
	width: 20%;
}

#links_rodape .area-um .area-parceiros {
	display: flex;
	gap: 20px;
	margin-top: 80px;
}

#links_rodape .titulos .area-titulo h3 {
	font-size: 1.5em;
}

#links_rodape .area-dois .conteudo-menu ul {
	padding: 0;
	margin: 0;
}

#links_rodape .area-dois .conteudo-menu ul::marker {
	background-color: var(--cor-primaria);
}

#links_rodape .area-dois .conteudo-menu ul li {
	margin-bottom: 10px;
	list-style: none;
	position: relative;
	padding-left: 20px;
}

#links_rodape .area-dois .conteudo-menu ul li::before {
	content: '•';
	position: absolute;
	left: 0;
	color: var(--cor-primaria);
	font-size: 1.2em;
}

#links_rodape .area-dois .conteudo-menu ul li a {
	text-decoration: none;
	color: var(--cor-titulo-cinza);
	font-family: var(--fonte-menu);
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
	transition: var(--transicao);
}

#links_rodape .area-dois .conteudo-menu ul li a:hover {
	color: var(--cor-secundaria);
}

#links_rodape .area-dois .conteudo-menu ul li.active a {
	color: var(--cor-secundaria);
}

#links_rodape .area-tres .endereco-conteudo .item {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	/* align-items: baseline; */
	transition: var(--transicao);
}

#links_rodape .area-tres .endereco-conteudo .item:not(.n):hover {
	transform: scale(1.03);
}

#links_rodape .area-tres .endereco-conteudo .item .area-icone {
	width: 35px;
	padding-top: 2px;
}

#links_rodape .area-tres .endereco-conteudo .item .area-icone i {
	color: var(--cor-primaria);
	font-size: 23px;
	/* padding-top: 3px; */
}

#links_rodape .area-tres .endereco-conteudo .item .area-texto {}

#links_rodape .area-tres .endereco-conteudo .item .area-texto p {
	color: var(--cor-titulo-cinza);
	font-size: 1em;
	font-family: var(--fonte-textos);
	line-height: 160%;
	font-weight: 400;
}

@media screen and (max-width:1024px) {
	#links_rodape .conteudo .area-um {
		width: 100%;
	}

	#links_rodape .conteudo .area-dois,
	#links_rodape .conteudo .area-tres {
		width: 50%;
	}

	#links_rodape .area-um .area-parceiros {
		margin: 20px 0;
	}
}

@media screen and (max-width:425px) {
	#links_rodape .conteudo .area-dois {
		margin: 10px 0;
	}

	#links_rodape .conteudo .area-dois,
	#links_rodape .conteudo .area-tres {
		width: 100%;
	}

	#links_rodape .area-um .area-parceiros {
		margin: 20px 0;
		flex-wrap: wrap;
	}
}


/* =============== PAGINAÃ‡ÃƒO =============== */

.paginacao {
	display: flex;
	justify-content: center;
	gap: 5px;
	padding: 30px;
}

.paginacao li {
	background-color: var(--cor-primaria);
	border: none;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1.25em;
	border-radius: 3px;
}

.paginacao li:hover {
	background-color: var(--cor-principios);
}

.paginacao li.active {
	background-color: var(--cor-principios);
}

.paginacao a {
	color: #FFFFFF;
	font-family: var(--fonte-textos);
	display: flex;
	width: 40px;
	height: 45px;
	align-items: center;
	justify-content: center;
}

@media (max-width: 650px) {
	.noticia_ver .img-area {
		width: 100%;
		margin: 0 0 15px 0;
	}

	.noticia_ver small {
		margin-bottom: 15px;
	}
}


/* COPIRYGHT */

.copyright {
	/* margin-top: -200px; */
	background: var(--cor-primaria);
	color: #ffffff;
	font-size: 1em;
}

.copyright .center {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1160px;
}

.copyright .center .texto {
	width: 100%;
	font-family: var(--fonte-textos);
	font-size: 0.875em;
	display: flex;
	align-items: center;
}

.copyright .center .texto p {
	text-transform: uppercase;
}

.copyright .center span a {
	color: #ffffff;
	font-weight: 700;
}

@media (max-width: 768px) {

	.copyright .center {
		flex-direction: column;
		gap: 25px;
		text-align: center;
	}

	.copyright .center .texto {
		flex-direction: column;
	}

	.extras .fundo {
		width: 100%;
	}

	#faixa .faixa-menor {
		flex-direction: column;
	}

	#faixa .faixa-menor .area-esquerda,
	#faixa .faixa-menor .area-direita {
		width: 100%;
		text-align: center;
	}

	#faixa .faixa-menor .area-esquerda p {
		font-size: 1.375em;
		line-height: 20px;
		padding: 15px 40px;
	}
}

@media (max-width: 320px) {
	#faixa .faixa-menor .area-esquerda p {
		font-size: 1.125em;
		line-height: 20px;
		padding: 10px 10px;
	}
}

/* =============== POPUP INICIO =============== */

.popup {
	display: none;
	position: fixed;
	z-index: 99999;
	padding-top: 20px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.popup_content {
	position: relative;
	margin: auto;
	padding: 0;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	width: 80%;
	max-width: 650px;
	height: auto;
}

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

.popup_imagem_full {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	top: -35px;
}

.popup_imagem_full img {
	height: 100%;
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 7px;
	background: #ffffff;
	border-radius: 8px;
	box-sizing: border-box;
}

.popup_youtube_full {
	width: 100%;
	position: relative;
	padding-bottom: 60%;
	height: 0;
}

.popup_youtube_full iframe {
	padding: 7px;
	background: #ffffff;
	border-radius: 8px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.popup_youtube_full .legenda {
	bottom: -35px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 40%);
	text-align: center;
}

.popup .legenda {
	display: flex;
	justify-content: center;
}

.popup .legenda span {
	background: #000;
	color: #ffffff;
	padding: 5px 20px;
	border-radius: 17px;
	margin-top: 5px;
}

.close {
	color: #000;
	float: right;
	font-size: 2.1875em;
	z-index: 999;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.7;
	position: relative;
	right: -14px;
	top: -16px;
	background: #ffffff;
	height: 38px;
	width: 38px;
	text-align: center;
	border-radius: 50%;
	border: solid 1px #c1c1c1;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	background: #dddddd;
}

@media (max-width: 768px) {
	.popup_content {
		width: 98%;
	}
}

@media (max-width: 700px) {
	.close {
		right: -2px;
	}
}

/* =============== POPUP FIM =============== */

/*Redes sociais lateral*/

.rodape {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 77px;
}

.rodape .texto {
	color: #1164AA;
	font-size: 16px;
	font-weight: 600;
}

.redes-sociais {
	display: flex;
	align-items: center;
}

.redes-sociais a {
	text-decoration: none;
}

.redes-sociais-right {
	height: auto;
	position: fixed;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	z-index: 999;
	display: flex;
	flex-direction: column;
	transition: 1s;
}

.redes-sociais-right a {
	text-decoration: none;
	margin-top: 10px;
}

.bolinha-social {
	/* background: #efefef; */
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	text-decoration: none;
	font-size: 1.250em;
	/* color: #989898; */
	margin: 0 5px;
	transition: 0.5s;
	/* border: 2px solid #ffffff; */
}

.bolinha-x {
	background: #000000 !important;
}

.redes-sociais-right .fa-facebook-f {
	color: #ffffff;
}

.redes-sociais-right .fa-twitter {
	color: #ffffff;
}

.redes-sociais-right .fa-linkedin {
	color: #ffffff;
	font-size: 1.1em;
}

.redes-sociais-right .fa-instagram {
	color: #ffffff;
	font-size: 1.1875em;
}

.redes-sociais-right .fa-whatsapp {
	color: #ffffff;
	font-size: 1.2em;
}

.redes-sociais-right .fa-youtube {
	color: #ffffff;
	font-size: 1.1em;
}

.redes-sociais-right .fa-headset {
	color: #ffffff;
	font-size: 1.1em;
}

.bolinha-facebook {
	background: #3b5998 !important;
}

.bolinha-linkedin {
	background: #2867B2 !important;
}

.bolinha-instagram {
	background: #C13584 !important;
}

.bolinha-twitter {
	background: #1DA1F2 !important;
}

.bolinha-whatsapp {
	background: #25D366 !important;
}

.bolinha-youtube {
	background: #ff0000 !important;
}

.bolinha-contato {
	background: #f1860b !important
}

.bolinha-tour {
	background: #354b9c;
	box-shadow: 2px 0px 6px 6px rgb(255 255 255 / 75%);
	-webkit-box-shadow: 0px 0px 6px 4px rgb(255 255 255 / 75%);
	-moz-box-shadow: 0px 0px 6px 6px rgba(255, 255, 255, 0.75);
}

.bolinha-tour img {
	width: 58px;
	margin-top: 4px;
}

.bolinha-tour:hover {
	background: #354b9c;
}

.redes-sociais-right .bolinha-social:hover {
	transform: scale(1.2);
}


@media (max-width: 768px) {
	.redes-sociais-right {
		top: -100%;
	}

	.mostrar-redes-sociais {
		top: 100px;
		transform: none;
	}
}

@media(max-width:425px) {
	.rodape {
		flex-direction: column;
		gap: 20px;
		padding-top: 30px;
		margin-bottom: 70px;
	}
}

@media(max-width:320px) {
	.rodape {
		flex-direction: column;
		gap: 10px;
		padding-top: 10px;
		margin-bottom: 30px;
	}
}



.row-wrap {
	flex-flow: row wrap;
}

/* Flex Container */
.seguimentos {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	/* border: 1px solid #ccc; */
}

/* Flex Item */
.item-seguimentos {
	/* O flex: 1; é necessário para que cada item se expanda ocupando o tamanho máximo do container. */
	flex: 1;
	margin: 5px;
	text-align: center;
	font-size: 1.5em;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 10px;
}

.item-seguimentos:hover {
	border: 2px solid #e7dfdf;
	-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.30);
	-moz-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.30);
	box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.30);
}

.item-seguimentos:hover div {
	font-weight: 600;
}

.item-seguimentos img {
	width: 100px;
	text-align: center;
	padding-top: 15px;
}

.item-seguimentos div {
	color: #2C3558;
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	margin-left: 25px;
	width: 250px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 15px;
}



.lista_parceiros {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	/* border: 1px solid #ccc; */
}

/* Flex Item */
.item-parceiros {
	/* O flex: 1; é necessário para que cada item se expanda ocupando o tamanho máximo do container. */
	flex: 1;
	margin: 5px;
	text-align: center;
	font-size: 1.5em;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	max-width: 250px;
	max-height: 250px;
}

.item-parceiros:hover {
	border: 2px solid #e7dfdf;
	-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.30);
	-moz-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.30);
	box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.30);
}

.item-parceiros:hover div {
	font-weight: 600;
}

.item-parceiros img {
	max-width: 200px;
	max-height: 200px;
	text-align: center;
	padding-top: 15px;
}

footer .redes-sociais {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

img,
svg {
	vertical-align: middle
}

footer .redes-sociais .bolinha-social {
	background: #efefef;
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	text-decoration: none;
	font-size: 1.250em;
	color: #989898;
	margin: 0 5px;
	transition: 0.5s;
}

/* botão subir ao topo */
.anim-scroll-to-top.active-progress {
	opacity: 1;
	visibility: visible;
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.anim-scroll-to-top {
	position: fixed;
	right: 12px;
	bottom: 82px;
	/* left: 30px;
	bottom: 30px; */
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(var(--primary-color-rgb), 0.2);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translateY(15px);
	-o-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	-moz-transition: all 300ms ease-out 0s;
	-webkit-transition: all 300ms ease-out 0s;
	-ms-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

.anim-scroll-to-top::after {
	position: absolute;
	content: url('../img/up-arrow.webp');
	font-weight: 600;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	color: var(--cor-terciaria);
	left: 0;
	top: 3px;
	height: 45px;
	width: 45px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-moz-transition: all 300ms ease-out 0s;
	-webkit-transition: all 300ms ease-out 0s;
	-ms-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}



.anim-scroll-to-top svg.progress-circle path {
	stroke: var(--cor-terciaria);
	stroke-width: 5;
	box-sizing: border-box;
}

.anim-scroll-to-top svg path {
	fill: none;
}

/* botão subir ao topo 425 */
@media(max-width: 425px) {
	.anim-scroll-to-top {
		width: 40px;
		height: 40px;
		right: 16px;
		bottom: 82px;
	}

	.anim-scroll-to-top::after {
		left: -3px;
		top: 0px;
	}


}



/* botão flutuante whatsapp */
#fixa {
	position: fixed;
	bottom: 20px;
	margin: 0 20px;
	background-color: #25D366;
	width: 230px;
	border-radius: 50px;
	cursor: pointer;
	transition: 0.5s all;
	/* right: 25px; */
	right: -9px;
	z-index: 1;
}


#fixa img {
	width: 43px;
	height: 43px;
	margin-right: 1px;
}

#fixa.flut:hover {
	width: 230px;
	/* Largura expandida ao passar o mouse */
}

#fixa.flut:hover a .flex-itens span {
	opacity: 1;
	/* Torna o texto visível */
}

#fixa a .flex-itens {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}


#fixa a .flex-itens span {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #ffffff;
	margin-left: 5px;
	font-size: 17px;
	min-width: 170px;
	float: left;
	opacity: 0;
}



.flutuar {
	animation-name: flutuar;
	animation-duration: 0.7s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
	/* animation: flutuar 0.7s  ease-in-out  infinite alternate ; */
}

@keyframes flutuar {
	from {
		transform: translate3d(0, 0, 0);
		/* filter: brightness(100%); */
	}

	to {
		transform: translate3d(0, -10px, 0);
		/* filter: brightness(150%); */
	}
}

#fixa.flut {
	width: 50px;
	transition: 0.5s all;
	overflow: hidden;
}



#fixa a .flex-itens span.aparecer {
	transition: 0.5s all;
	opacity: 1;
}



/* botão flutuante whatsapp 425*/
@media(max-width:425px) {
	#fixa {
		right: 0;
		margin: 0 10px;
	}

	#fixa img {
		width: 40px;
		height: 40px;
	}

	#fixa.flut {
		width: 40px;
	}

}

/* politica privacidade */
#politica_privacidade .cima {
	margin-top: 17px;
}

/* politica privacidade mq*/

@media(max-width:1024px) {
	#politica_privacidade .cima {
		margin-top: -20px;
	}
}

/* politica privacidade 375 */
@media(max-width:375px) {
	#politica_privacidade .cima .titulo {
		border-color: #F5C5C6;
	}
}