@charset "UTF-8";
/* ___ Fonts ___ */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");

@font-face {
	font-family: "OpenSans";
	src: url(../fonts/OpenSans-VariableFont_wdth_wght.ttf);
	font-weight: 100 750;
}

/* ___ Colors ___ */
/* ___ Media Query ___ */
html {
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

body {
	background: #fff;
	color: #231f20;
	font-family: "OpenSans", "Roboto", "Calibri", "sans-serif";
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	position: relative;
}

.style section {
	margin: 30px;
}

.style #chips section {
	display: flex;
}

.show-desk {
	display: block;
}

@media screen and (max-width: 1170px) {
	.show-desk {
		display: none;
	}
}

.show-tablet {
	display: none;
}

@media screen and (max-width: 1170px) {
	.show-tablet {
		display: block;
	}
}

.show-mobile {
	display: none;
}

@media screen and (max-width: 770px) {
	.show-mobile {
		display: block;
	}
}

::-webkit-scrollbar {
	background: #fff;
	border-radius: 10px;
	width: 5px;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #234e70;
	border-radius: 5px;
}

blockquote {
	margin: 40px 0;
	quotes: none;
}

blockquote p {
	color: #234e70;
	font-family: "OpenSans", "Roboto", "Calibri", "sans-serif";
	font-size: 24px;
	font-weight: 750;
	line-height: 1.5em;
	margin: 0 0 10px;
}

blockquote cite {
	color: #3e4152;
	font-family: "OpenSans", "Roboto", "Calibri", "sans-serif";
	font-size: 16px;
	font-style: normal;
	font-weight: 350;
	margin: 0;
}

blockquote.has-text-align-center {
	text-align: center;
}

blockquote.has-text-align-right {
	text-align: right;
}

.wp-block-verse {
	color: #234e70;
	font-family: "OpenSans", "Roboto", "Calibri", "sans-serif";
	font-size: 24px;
	font-weight: 750;
	line-height: 1.6em;
	quotes: none;
}

ul,
ol {
	margin: 20px 0;
	padding-left: 20px;
}

ul li,
ol li {
	color: #234e70;
	font-size: 18px;
	margin: 0 0 8px;
	line-height: 1.6em;
}

.entry-content ul li,
.entry-content ol li {
	color: #231f20;
}

@media screen and (max-width: 770px) {
	ul li,
	ol li {
		font-size: 14px;
	}
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0;
}

thead tr {
	background: #ccc;
	line-height: 1.3em;
}

tbody tr:last-child {
	border-bottom: none;
}

tr {
	border-bottom: 1px solid #666;
}

tr td {
	color: #231f20;
	font-size: 15px;
	padding: 10px 15px;
}

tr td:not(:last-child) {
	border-right: 1px solid #666;
}

h1 {
	font-family: "OpenSans", "Roboto", "Calibri", "sans-serif";
	font-size: 54px;
	font-weight: 750;
	line-height: 1.6em;
}

@media screen and (max-width: 770px) {
	h1 {
		font-size: 28px;
	}
}

.h1 {
	font-family: "OpenSans", "Roboto", "Calibri", "sans-serif";
	font-size: 43px;
	font-weight: 750;
	line-height: 1.6em;
}

@media screen and (max-width: 770px) {
	.h1 {
		font-size: 30px;
	}
}

h2,
.h2 {
	font-family: "OpenSans", "Roboto", "Calibri", "sans-serif";
	font-size: 35px;
	font-weight: 750;
	line-height: 1.2em;
}

@media screen and (max-width: 770px) {
	h2,
	.h2 {
		font-size: 24px;
	}
}

h3,
.h3 {
	font-family: "OpenSans", "Roboto", "Calibri", "sans-serif";
	font-size: 28px;
	font-weight: 750;
	line-height: 1.2em;
}

@media screen and (max-width: 770px) {
	h3,
	.h3 {
		font-size: 20px;
	}
}

h4,
.h4 {
	font-family: "OpenSans", "Roboto", "Calibri", "sans-serif";
	font-size: 22px;
	font-weight: 580;
	line-height: 1.2em;
}

@media screen and (max-width: 770px) {
	h4,
	.h4 {
		font-size: 18px;
	}
}

h5,
.h5 {
	font-family: "OpenSans", "Roboto", "Calibri", "sans-serif";
	font-size: 18px;
	font-weight: 580;
	line-height: 1.6em;
}

@media screen and (max-width: 770px) {
	h5,
	.h5 {
		font-size: 16px;
	}

	p.h5 {
		font-size: 14px;
	}
}

h6,
.h6 {
	font-family: "OpenSans", "Roboto", "Calibri", "sans-serif";
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3em;
}

@media screen and (max-width: 770px) {
	h6,
	.h6 {
		font-size: 14px;
	}
}

p {
	font-family: "OpenSans", "Roboto", "Calibri", "sans-serif";
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6em;
}

@media screen and (max-width: 770px) {
	p {
		font-size: 14px;
		line-height: 1.6em;
	}
}

span {
	font-family: "OpenSans", "Roboto", "Calibri", "sans-serif";
}

small {
	font-family: "OpenSans", "Roboto", "Calibri", "sans-serif";
	font-size: 12px;
	font-weight: 300;
	line-height: 1.2em;
}

button,
.btn,
input[type="submit"] {
	align-items: center;
	background: #234e70;
	border: 1px solid #234e70;
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
	display: flex;
	font-family: "OpenSans", "Roboto", "Calibri", "sans-serif";
	font-size: 16px;
	font-weight: 400;
	height: 60px;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 16px 30px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	width: fit-content;
}

@media screen and (max-width: 770px) {
	button,
	.btn,
	input[type="submit"] {
		height: 44px;
		padding: 8px 24px;
	}
}

button:hover,
.btn:hover,
input[type="submit"]:hover {
	background: transparent;
	color: #234e70;
}

.btn--secondary {
	background: transparent;
	color: #234e70;
}

.btn--secondary:hover {
	background: #234e70;
	color: #fff;
}

.btn--link {
	background: transparent;
	border: none;
	color: #231f20;
	height: auto;
	padding: 5px 10px;
	text-decoration: underline;
	text-transform: none;
}

.btn--link:hover {
	background: transparent;
	color: #234e70;
}

.btn--icon i {
	margin-left: 5px;
}

.btn--rounded {
	border-radius: 50px;
}

.btn--voltar {
	align-items: center;
	color: #fff;
	display: flex;
	margin: 0 0 30px;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.5s ease-in-out;
}

.btn--voltar:hover {
	color: #faf7c0;
}

.btn--voltar i {
	font-size: 26px;
	margin-right: 15px;
}

@media screen and (max-width: 770px) {
	.btn--voltar {
		display: none;
	}
}

form {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
	box-sizing: content-box;
	width: 100%;
}

.input,
.checkbox,
.radio,
.select,
.textarea,
.submit {
	flex-direction: column;
	padding: 0 20px;
}

.checkbox,
.radio {
	flex-direction: row;
}

label {
	display: block;
	font-size: 16px;
	font-weight: 750;
	margin: 10px 0 7px;
}

input,
select,
textarea {
	background: transparent;
	border: 1px solid #e7e3e3;
	border-radius: 5px;
	box-sizing: border-box;
	color: #000;
	font-family: "OpenSans", "Roboto", "Calibri", "sans-serif";
	height: 44px;
	outline: none;
	padding: 10px 16px;
	transition: all 0.5s ease-in-out;
	width: 100%;
}

input:not(:placeholder-shown),
select:not(:placeholder-shown),
textarea:not(:placeholder-shown) {
	border-color: #000;
}

input:focus,
input:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
	box-shadow: 0 0 1px 2px rgba(153, 127, 227, 0.4);
	border-color: #234e70;
}

input:invalid,
select:invalid,
textarea:invalid {
	border-color: #d92124;
}

.input {
	margin-bottom: 15px;
}

.input--icon {
	position: relative;
}

.input--icon i {
	font-size: 16px;
	left: 16px;
	line-height: 1.2em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.input--icon input {
	padding-left: 45px;
	width: 311px;
}

.input--small input {
	height: 32px;
}

.input--small i {
	font-size: 14px;
}

.input--small label,
.input--small .input__desc {
	font-size: 12px;
}

.input--large input {
	height: 52px;
}

.input__desc {
	color: #898989;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	text-indent: 0.01px;
	/* Remove seta padrão do FireFox */
	text-overflow: "";
	/* Remove seta padrão do FireFox */
}

select::-ms-expand {
	display: none;
}

select:not(:placeholder-shown) {
	border-color: #e7e3e3;
}

.select {
	cursor: pointer;
	margin: 15px 20px 30px;
	padding: 0;
	position: relative;
}

.select:after {
	border: 1px solid transparent;
	border-bottom-color: #234e70;
	border-right-color: #234e70;
	content: "";
	height: 10px;
	position: absolute;
	right: 25px;
	top: calc(50% - 5px);
	transform: rotate(45deg) translateY(-50%);
	transition: transform 0.2s ease-out;
	width: 10px;
}

textarea {
	box-sizing: border-box;
	height: 80px;
	line-height: 1.2em;
	margin-bottom: 15px;
	resize: none;
}

textarea::-webkit-scrollbar-track {
	margin: 7px 20px 7px 0;
}

::placeholder {
	color: #898989;
	font-size: 14px;
	font-weight: 580;
}

.checkbox,
.radio {
	align-items: center;
	display: flex;
	margin: 10px 0;
}

.checkbox label,
.radio label {
	font-weight: 400;
	font-size: 16px;
}

input[type="checkbox"],
input[type="radio"] {
	border: transparent;
	border-radius: 3px;
	height: 17px;
	margin: 0 13px 0 1px;
	padding: 0;
	position: relative;
	width: 17px;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
	box-shadow: none;
}

input[type="checkbox"]:before,
input[type="checkbox"]:after,
input[type="radio"]:before,
input[type="radio"]:after {
	border-radius: 3px;
	content: "";
	cursor: pointer;
	position: absolute;
	transition: all 0.5s ease-in-out;
}

input[type="checkbox"]:before,
input[type="radio"]:before {
	background: #fff;
	border: 1px solid #c8c8c8;
	left: -1px;
	top: -1px;
	height: 20px;
	width: 20px;
}

input[type="checkbox"]:after,
input[type="radio"]:after {
	background-image: url(../images/icons/check.svg);
	background-repeat: no-repeat;
	background-size: 12px 10px;
	background-position: center;
	background-color: #997fe340;
	left: -1px;
	opacity: 0;
	top: -1px;
	height: 22px;
	width: 22px;
}

input[type="checkbox"]:checked:before,
input[type="checkbox"]:hover:before,
input[type="radio"]:checked:before,
input[type="radio"]:hover:before {
	border-color: transparent;
}

input[type="checkbox"]:checked:after,
input[type="checkbox"]:hover:after,
input[type="radio"]:checked:after,
input[type="radio"]:hover:after {
	opacity: 1;
}

input[type="checkbox"]:focus,
input[type="checkbox"]:hover,
input[type="radio"]:focus,
input[type="radio"]:hover {
	box-shadow: none;
	border-color: transparent;
}

input[type="radio"]:before,
input[type="radio"]:after {
	border-radius: 100%;
}

input[type="radio"]:after {
	background-size: 10px 10px;
}

input[type="submit"] {
	border-color: #234e70;
	width: fit-content;
}

input[type="submit"]:focus,
input[type="submit"]:hover {
	box-shadow: none;
}

.required {
	color: #d92124;
}

.chips {
	align-items: center;
	background: #45b0e4;
	border: 1px solid #45b0e4;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	margin: 10px 10px 10px 0;
	padding: 4px 12px;
	width: fit-content;
}

@media screen and (max-width: 500px) {
	.chips {
		padding: 4px 8px;
		margin: 5px 7px 5px 0;
	}
}

.chips__text {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	transition: color 0.5s ease-in-out;
}

@media screen and (max-width: 995px) {
	.chips__text {
		font-size: 14px;
	}
}

@media screen and (max-width: 500px) {
	.chips__text {
		font-size: 11px;
	}
}

.chips--disabled {
	background: #e9e9e9;
	border-color: transparent;
	cursor: not-allowed;
}

.chips--disabled .chips__img {
	filter: grayscale(3);
}

.chips--disabled .chips__text {
	color: #b9b9b9;
}

.chips--clicable {
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}

.chips--clicable:hover {
	background: transparent;
}

.chips--clicable:hover .chips__text {
	color: #45b0e4;
}

.chips--secondary {
	background: transparent;
}

.chips--secondary .chips__text {
	color: #45b0e4;
}

.chips--secondary.chips--clicable:hover {
	background: #45b0e4;
}

.chips--secondary.chips--clicable:hover .chips__text {
	color: #fff;
}

.chips--arquivos {
	background: #45b0e4;
	border-color: #45b0e4;
}

.chips--arquivos.chips--clicable:hover .chips__text {
	color: #45b0e4;
}

.chips--arquivos.chips--secondary {
	background: transparent;
}

.chips--arquivos.chips--secondary .chips__text {
	color: #45b0e4;
}

.chips--arquivos.chips--secondary.chips--clicable:hover {
	background: #45b0e4;
}

.chips--arquivos.chips--secondary.chips--clicable:hover .chips__text {
	color: #fff;
}

.chips--categorias {
	background: #2cbb96;
	border-color: #2cbb96;
}

.chips--categorias.chips--clicable:hover .chips__text {
	color: #2cbb96;
}

.chips--categorias.chips--secondary {
	background: transparent;
}

.chips--categorias.chips--secondary .chips__text {
	color: #2cbb96;
}

.chips--categorias.chips--secondary.chips--clicable:hover {
	background: #2cbb96;
}

.chips--categorias.chips--secondary.chips--clicable:hover .chips__text {
	color: #fff;
}

.chips--datas {
	background: #64798d;
	border-color: #64798d;
}

.chips--datas.chips--clicable:hover .chips__text {
	color: #64798d;
}

.chips--datas.chips--secondary {
	background: transparent;
}

.chips--datas.chips--secondary .chips__text {
	color: #64798d;
}

.chips--datas.chips--secondary.chips--clicable:hover {
	background: #64798d;
}

.chips--datas.chips--secondary.chips--clicable:hover .chips__text {
	color: #fff;
}

.chips--andamento {
	background: #ffb21d;
	border-color: #ffb21d;
}

.chips--andamento .chips__text {
	color: #231f20;
	font-weight: 500;
}

.chips--andamento.chips--clicable:hover .chips__text {
	color: #ffb21d;
}

.chips--andamento.chips--secondary {
	background: transparent;
}

.chips--andamento.chips--secondary .chips__text {
	color: #ffb21d;
}

.chips--andamento.chips--secondary.chips--clicable:hover {
	background: #ffb21d;
}

.chips--andamento.chips--secondary.chips--clicable:hover .chips__text {
	color: #231f20;
	font-weight: 500;
}

.chips--concluido {
	background: #21b35b;
	border-color: #21b35b;
}

.chips--concluido.chips--clicable:hover .chips__text {
	color: #21b35b;
}

.chips--concluido.chips--secondary {
	background: transparent;
}

.chips--concluido.chips--secondary .chips__text {
	color: #21b35b;
}

.chips--concluido.chips--secondary.chips--clicable:hover {
	background: #21b35b;
}

.chips--concluido.chips--secondary.chips--clicable:hover .chips__text {
	color: #fff;
}

.chips--cancelado {
	background: #d92124;
	border-color: #d92124;
}

.chips--cancelado.chips--clicable:hover .chips__text {
	color: #d92124;
}

.chips--cancelado.chips--secondary {
	background: transparent;
}

.chips--cancelado.chips--secondary .chips__text {
	color: #d92124;
}

.chips--cancelado.chips--secondary.chips--clicable:hover {
	background: #d92124;
}

.chips--cancelado.chips--secondary.chips--clicable:hover .chips__text {
	color: #fff;
}

#icons i {
	font-size: 32px;
	margin: 10px 20px 10px 0;
}

.wrapper {
	margin: 0 auto;
	max-width: 1170px;
	position: relative;
}

@media screen and (max-width: 1170px) {
	.wrapper {
		margin: 0 40px;
	}
}

@media screen and (max-width: 770px) {
	.wrapper {
		margin: 0 20px;
	}
}

.wrapper--small {
	margin: 0 auto;
	max-width: 920px;
	position: relative;
}

@media screen and (max-width: 1170px) {
	.wrapper--small {
		margin: 0 40px;
	}
}

@media screen and (max-width: 770px) {
	.wrapper--small {
		margin: 0 20px;
	}
}

.container {
	margin: 40px 0;
}

.flex--ct {
	display: flex;
	justify-content: center;
}

.flex--sb {
	display: flex;
	justify-content: space-between;
}

.flex--st {
	display: flex;
	justify-content: flex-start;
}

.flex--end {
	display: flex;
	justify-content: flex-end;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	box-sizing: border-box;
}

@media screen and (max-width: 995px) {
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		width: 100%;
	}
}

@media screen and (max-width: 770px) {
	.col-m-1,
	.col-m-2,
	.col-m-3,
	.col-m-4,
	.col-m-5,
	.col-m-6,
	.col-m-7,
	.col-m-8,
	.col-m-9,
	.col-m-10,
	.col-m-11,
	.col-m-12 {
		width: 100%;
	}
}

.col-1 {
	width: 8.3%;
}

.col-2 {
	width: 16.6%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.4%;
}

.col-5 {
	width: 41.6%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.3%;
}

.col-8 {
	width: 66.7%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.3%;
}

.col-11 {
	width: 91.6%;
}

.col-12 {
	width: 100%;
}

@media screen and (max-width: 995px) {
	.col-m-1 {
		width: 8.3%;
	}

	.col-m-2 {
		width: 16.6%;
	}

	.col-m-3 {
		width: 25%;
	}

	.col-m-4 {
		width: 33.4%;
	}

	.col-m-5 {
		width: 41.6%;
	}

	.col-m-6 {
		width: 50%;
	}

	.col-m-7 {
		width: 58.3%;
	}

	.col-m-8 {
		width: 66.7%;
	}

	.col-m-9 {
		width: 75%;
	}

	.col-m-10 {
		width: 83.3%;
	}

	.col-m-11 {
		width: 91.6%;
	}

	.col-m-12 {
		width: 100%;
	}
}

@media screen and (max-width: 770px) {
	.col-xs-1 {
		width: 8.3%;
	}

	.col-xs-2 {
		width: 16.6%;
	}

	.col-xs-3 {
		width: 25%;
	}

	.col-xs-4 {
		width: 33.4%;
	}

	.col-xs-5 {
		width: 41.6%;
	}

	.col-xs-6 {
		width: 50%;
	}

	.col-xs-7 {
		width: 58.3%;
	}

	.col-xs-8 {
		width: 66.7%;
	}

	.col-xs-9 {
		width: 75%;
	}

	.col-xs-10 {
		width: 83.3%;
	}

	.col-xs-11 {
		width: 91.6%;
	}

	.col-xs-12 {
		width: 100%;
	}
}

html:not([data-scroll="0"]) menu,
.page-template-contato menu,
.error404 menu,
.single menu {
	background: #fff;
}

html:not([data-scroll="0"]) menu ul li a:after,
.page-template-contato menu ul li a:after,
.error404 menu ul li a:after,
.single menu ul li a:after {
	background: #234e70;
}

html:not([data-scroll="0"]) menu ul li a,
html:not([data-scroll="0"]) .menu__social i,
.page-template-contato menu ul li a,
.page-template-contato .menu__social i,
.error404 menu ul li a,
.error404 .menu__social i,
.single menu ul li a,
.single .menu__social i {
	color: #231f20;
}

@media screen and (max-width: 1170px) {
	html:not([data-scroll="0"]) menu ul li a,
	html:not([data-scroll="0"]) .menu__social i,
	.page-template-contato menu ul li a,
	.page-template-contato .menu__social i,
	.error404 menu ul li a,
	.error404 .menu__social i,
	.single menu ul li a,
	.single .menu__social i {
		color: #fff;
	}
}

html:not([data-scroll="0"]) .menu__search-btn i,
.page-template-contato .menu__search-btn i,
.error404 .menu__search-btn i,
.single .menu__search-btn i {
	color: #231f20;
}

html:not([data-scroll="0"]) .menu__item--acess a,
.page-template-contato .menu__item--acess a,
.error404 .menu__item--acess a,
.single .menu__item--acess a {
	background: #231f20;
	border-color: #231f20;
	color: #fff;
}

html:not([data-scroll="0"]) .menu__item--acess a:hover,
.page-template-contato .menu__item--acess a:hover,
.error404 .menu__item--acess a:hover,
.single .menu__item--acess a:hover {
	background: #fff;
	color: #231f20;
}

html:not([data-scroll="0"]) .menu__search-input,
html:not([data-scroll="0"]) .menu__search-input::placeholder,
.page-template-contato .menu__search-input,
.page-template-contato .menu__search-input::placeholder,
.error404 .menu__search-input,
.error404 .menu__search-input::placeholder,
.single .menu__search-input,
.single .menu__search-input::placeholder {
	border-color: #898989 !important;
	color: #898989;
}

html:not([data-scroll="0"]) .menu__burguer,
.page-template-contato .menu__burguer,
.error404 .menu__burguer,
.single .menu__burguer {
	border-color: #231f20;
}

html:not([data-scroll="0"]) .menu__burguer:before,
html:not([data-scroll="0"]) .menu__burguer:after,
.page-template-contato .menu__burguer:before,
.page-template-contato .menu__burguer:after,
.error404 .menu__burguer:before,
.error404 .menu__burguer:after,
.single .menu__burguer:before,
.single .menu__burguer:after {
	background: #231f20;
}

@media screen and (max-width: 1170px) {
	html:not([data-scroll="0"]) .menu__burguer.is-active,
	.page-template-contato .menu__burguer.is-active,
	.error404 .menu__burguer.is-active,
	.single .menu__burguer.is-active {
		border-color: #fff;
	}
}

@media screen and (max-width: 1170px) {
	html:not([data-scroll="0"]) .menu__burguer.is-active:before,
	html:not([data-scroll="0"]) .menu__burguer.is-active:after,
	.page-template-contato .menu__burguer.is-active:before,
	.page-template-contato .menu__burguer.is-active:after,
	.error404 .menu__burguer.is-active:before,
	.error404 .menu__burguer.is-active:after,
	.single .menu__burguer.is-active:before,
	.single .menu__burguer.is-active:after {
		background: #fff;
	}
}

@media screen and (max-width: 1170px) {
	html:not([data-scroll="0"]) .menu.is-active .menu__search-btn i,
	.page-template-contato .menu.is-active .menu__search-btn i,
	.error404 .menu.is-active .menu__search-btn i,
	.single .menu.is-active .menu__search-btn i {
		color: #fff;
	}
}

html:not([data-scroll="0"]) .menu.is-active .menu__search-input,
html:not([data-scroll="0"]) .menu.is-active .menu__search-input::placeholder,
.page-template-contato .menu.is-active .menu__search-input,
.page-template-contato .menu.is-active .menu__search-input::placeholder,
.error404 .menu.is-active .menu__search-input,
.error404 .menu.is-active .menu__search-input::placeholder,
.single .menu.is-active .menu__search-input,
.single .menu.is-active .menu__search-input::placeholder {
	border-color: #fff !important;
	color: #fff;
}

menu {
	background: transparent;
	box-shadow: none;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 10;
}

@media screen and (max-width: 1200px) {
	menu {
		width: 100%;
	}
}

@media screen and (max-width: 995px) {
	menu {
		width: 100vw;
	}
}

menu nav {
	align-items: center;
	margin: auto;
	max-width: 95%;
}

@media screen and (max-width: 1170px) {
	menu nav {
		max-width: 100%;
	}
}

menu ul {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1170px) {
	menu ul {
		flex-direction: column;
		padding-top: 25px;
		width: 100%;
	}
}

@media screen and (max-width: 770px) {
	menu ul {
		padding-top: 10px;
	}
}

@media screen and (max-width: 500px) {
	menu ul {
		padding-top: 15px;
	}
}

menu ul li {
	list-style: none;
	margin: 0 0 0 10px;
	position: relative;
}

@media screen and (max-width: 995px) {
	menu ul li {
		margin: 0;
		position: initial;
	}
}

@media screen and (max-width: 770px) {
	menu ul li {
		margin: 5px 0;
	}
}

menu ul li a {
	display: inline-block;
	font-size: 19px;
	font-weight: 400;
	padding: 20px 15px;
	position: relative;
	text-decoration: none;
	transition: color 0.5s ease-in-out;
}

@media screen and (max-width: 1170px) {
	menu ul li a {
		font-size: 18px;
		padding: 15px;
	}
}

@media screen and (max-width: 995px) {
	menu ul li a {
		font-weight: 400;
		margin: 0;
		padding: 15px 0px 15px 20px;
	}
}

@media screen and (max-width: 770px) {
	menu ul li a {
		padding-left: 15px;
	}
}

@media screen and (max-width: 500px) {
	menu ul li a {
		font-size: 16px;
		padding-left: 10px;
	}
}

menu ul li a:after {
	background: #234e70;
	content: "";
	bottom: 10px;
	height: 2px;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: width 1.3s ease-in-out, opacity 0.3s ease-in-out;
	width: 0;
}

@media screen and (max-width: 995px) {
	menu ul li a:after {
		bottom: 5px;
		left: 20px;
	}
}

menu ul li a:hover:after {
	opacity: 1;
	width: 100%;
	transition: width 0.3s ease-in-out, opacity 0.5s ease-in-out;
}

@media screen and (max-width: 770px) {
	menu ul li a:hover:after {
		left: 15px;
		transform: none;
		width: 0;
	}
}

menu ul li ul {
	background: #fff;
	box-shadow: 0 3px 7px #1a1a1a;
	flex-direction: column;
	height: 0;
	max-height: 0;
	opacity: 0;
	padding: 0 10px;
	pointer-events: none;
	position: absolute;
	transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

@media screen and (max-width: 1170px) {
	menu ul li ul {
		background: transparent;
		left: 0;
		max-height: none;
		opacity: 1;
		pointer-events: auto;
		position: relative;
		top: 60px;
		transform: translate(-10px, 0px);
	}
}

@media screen and (max-width: 995px) {
	menu ul li ul {
		top: 70px;
	}
}

@media screen and (max-width: 770px) {
	menu ul li ul {
		top: 0;
	}
}

menu ul li ul li,
menu ul li ul a {
	opacity: 0;
	transition: opacity 0.7s ease-in-out;
}

@media screen and (max-width: 1170px) {
	menu ul li ul li,
	menu ul li ul a {
		opacity: 1;
	}
}

menu ul li ul li {
	margin: 20px 0;
}

@media screen and (max-width: 995px) {
	menu ul li ul li {
		margin: 10px 0;
	}
}

@media screen and (max-width: 500px) {
	menu ul li ul li {
		margin: 7px 0;
	}
}

menu ul li ul li a {
	color: #231f20;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3em;
	margin: 0;
	max-width: 200px;
	min-width: 150px;
	padding: 0 10px;
	transition: color 0.5s ease-in-out;
	width: max-content;
}

@media screen and (max-width: 1170px) {
	menu ul li ul li a {
		font-size: 15px;
		padding: 3px 10px 3px 15px;
	}
}

@media screen and (max-width: 995px) {
	menu ul li ul li a {
		font-size: 18px;
		max-width: 100%;
		padding: 10px 10px 10px 20px;
	}
}

@media screen and (max-width: 770px) {
	menu ul li ul li a {
		padding: 10px 20px;
	}
}

@media screen and (max-width: 500px) {
	menu ul li ul li a {
		font-size: 16px;
	}
}

menu ul li ul li a:after {
	background: #234e70;
	bottom: -5px;
	left: 10px;
	opacity: 0;
	transition: width 1s ease-in-out, opacity 0.3s ease-in-out;
}

menu ul li ul li a:hover:after {
	width: 85%;
	opacity: 1;
	transition: width 0.3s ease-in-out, opacity 0.5s ease-in-out;
}

@media screen and (max-width: 1170px) {
	menu ul li ul li a:hover:after {
		bottom: 5px;
		width: 100%;
	}
}

@media screen and (max-width: 770px) {
	menu ul li ul li a:hover:after {
		width: 0%;
	}
}

menu i {
	font-size: 14px;
	margin-left: 5px;
}

@media screen and (max-width: 1170px) {
	menu i {
		font-size: 16px;
		font-weight: 200;
		margin-left: 10px;
	}
}

.menu {
	transition: background 0.5s ease-in-out;
}

.menu.is-active {
	background: #234e70;
}

.menu.is-active .menu__content {
	left: 0;
	pointer-events: auto;
	z-index: 7;
}

.menu__logo {
	width: 15%;
	z-index: 8;
}

@media screen and (max-width: 995px) {
	.menu__logo {
		width: 35%;
	}
}

@media screen and (max-width: 600px) {
	.menu__logo {
		width: auto;
	}
}

.menu__logo img {
	transition: opacity 0.5s ease-in-out;
	width: 125px;
}

@media screen and (max-width: 1170px) {
	.menu__logo img {
		margin-top: 7px;
		width: 90px;
	}
}

@media screen and (max-width: 770px) {
	.menu__logo img {
		width: 50px;
	}
}

.menu__logo img:hover {
	opacity: 0.7;
}

.menu__container {
	align-items: center;
	padding: 15px 0;
	z-index: 2;
}

@media screen and (max-width: 1170px) {
	.menu__container {
		padding: 7px 0;
	}
}

@media screen and (max-width: 995px) {
	.menu__container {
		height: 120px;
		max-width: 100vw;
	}
}

@media screen and (max-width: 770px) {
	.menu__container {
		height: 75px;
	}
}

@media screen and (max-width: 770px) {
	.menu__container {
		padding: 0;
	}
}

.menu__list {
	position: relative;
	transition: opacity 0.5s ease-in-out;
}

.menu__list.disabled {
	opacity: 0;
	pointer-events: none;
}

.menu__search {
	margin: 3px 0 0 30px;
	position: relative;
	z-index: 8;
}

@media screen and (max-width: 995px) {
	.menu__search {
		margin: 5px 0 0 30px;
	}
}

.menu__search.active .menu__search-input {
	opacity: 1;
	pointer-events: auto;
	z-index: 0;
}

.menu__search-input {
	background: transparent;
	border: 1px solid;
	border-radius: 5px;
	height: 45px;
	font-size: 16px;
	margin: 3px 30px 0 0;
	opacity: 0;
	outline: none;
	padding-right: 40px;
	pointer-events: none;
	position: absolute;
	right: -35px;
	transition: opacity 0.5s ease-in-out;
	width: 300px;
	z-index: -1;
}

@media screen and (max-width: 770px) {
	.menu__search-input {
		font-size: 14px;
		height: 37px;
		margin: 8px 40px 0 0;
		padding: 0 40px 0 10px;
		width: 260px;
	}
}

@media screen and (max-width: 500px) {
	.menu__search-input {
		width: 210px;
	}
}

.menu__search-input::placeholder {
	font-size: 16px;
	font-weight: 400;
}

@media screen and (max-width: 995px) {
	.menu__search-input::placeholder {
		font-size: 14px;
	}
}

.menu__search-btn {
	display: block;
	height: 15px;
	margin: 10px 0;
	padding: 15px 16px;
	position: relative;
	width: 15px;
}

@media screen and (max-width: 995px) {
	.menu__search-btn {
		margin: 11px 10px 10px;
	}
}

.menu__search-btn::after {
	display: none;
}

.menu__search-btn i {
	font-size: 15px;
	margin: -7px;
	position: absolute;
	transition: opacity 0.5s ease-in-out;
}

.menu__link--dropdown {
	margin-bottom: 0;
}

.menu__link--dropdown::after {
	display: none;
}

.menu__link--dropdown i {
	font-size: 12px;
	margin-left: 3px;
}

@media screen and (max-width: 995px) {
	.menu__link--third {
		position: initial;
	}
}

.menu__link--third i {
	font-size: 18px;
	pointer-events: none;
	position: absolute;
	right: -40px;
	z-index: 5;
}

@media screen and (max-width: 995px) {
	.menu__link--third i {
		right: 20px;
	}
}

@media screen and (max-width: 500px) {
	.menu__link--third i {
		top: 7px;
		right: auto;
		left: 85vw;
	}
}

.menu__item--dropdown .menu__dropdown .menu__item--dropdown .menu__dropdown {
	opacity: 0;
}

.menu__item--dropdown
	.menu__dropdown
	.menu__item--dropdown:hover
	.menu__dropdown,
.menu__item--dropdown
	.menu__dropdown
	.menu__item--dropdown:active
	.menu__dropdown {
	opacity: 1;
}

.menu__item--dropdown:hover .menu__dropdown,
.menu__item--dropdown:active .menu__dropdown {
	height: auto;
	max-height: 800px;
	opacity: 1;
	padding: 8px 15px;
	pointer-events: all;
}

@media screen and (max-width: 995px) {
	.menu__item--dropdown:hover .menu__dropdown,
	.menu__item--dropdown:active .menu__dropdown {
		padding: 0;
	}
}

.menu__item--dropdown:hover .menu__dropdown div,
.menu__item--dropdown:hover .menu__dropdown li,
.menu__item--dropdown:hover .menu__dropdown a,
.menu__item--dropdown:active .menu__dropdown div,
.menu__item--dropdown:active .menu__dropdown li,
.menu__item--dropdown:active .menu__dropdown a {
	opacity: 1;
}

.menu__item--sub {
	position: initial;
}

.menu__item--third {
	margin: -20px -20px 0;
	padding: 20px 20px;
	transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 995px) {
	.menu__item--third {
		margin: 10px -20px 0;
		padding: 0 20px;
		position: relative;
	}
}

@media screen and (max-width: 500px) {
	.menu__item--third {
		margin: 0;
		padding: 0;
	}
}

.menu__item--third ul {
	background: #231f20;
	height: auto;
	opacity: 0;
	pointer-events: none;
	top: 0;
	transition: opacity 0.5s ease-in;
}

@media screen and (max-width: 1170px) {
	.menu__item--third ul {
		background: transparent;
		box-shadow: none;
		height: 0;
		margin: -10px 0 0 15px;
	}
}

@media screen and (max-width: 995px) {
	.menu__item--third ul {
		width: 100%;
	}
}

@media screen and (max-width: 770px) {
	.menu__item--third ul {
		padding: 0 10px;
	}
}

@media screen and (max-width: 995px) {
	.menu__item--third ul li {
		margin: 20px 0 0 20px;
	}
}

@media screen and (max-width: 770px) {
	.menu__item--third ul li {
		margin: 10px 0 0 10px;
	}
}

@media screen and (max-width: 995px) {
	.menu__item--third a {
		max-width: 90%;
	}
}

@media screen and (max-width: 770px) {
	.menu__item--third a {
		max-width: 80%;
	}
}

.menu__item--third a:after {
	display: block;
	left: auto;
	transform: none;
}

.menu__item--third:hover .menu__dropdown,
.menu__item--third:active .menu__dropdown {
	opacity: 1;
	padding: 8px 15px;
	pointer-events: all;
}

@media screen and (max-width: 995px) {
	.menu__item--third:hover .menu__dropdown,
	.menu__item--third:active .menu__dropdown {
		height: auto;
		padding: 0;
	}
}

@media screen and (max-width: 770px) {
	.menu__item--third:hover .menu__dropdown,
	.menu__item--third:active .menu__dropdown {
		margin: 0 0 20px 15px;
	}
}

.menu__item--third:hover .menu__dropdown div,
.menu__item--third:hover .menu__dropdown li,
.menu__item--third:hover .menu__dropdown a,
.menu__item--third:active .menu__dropdown div,
.menu__item--third:active .menu__dropdown li,
.menu__item--third:active .menu__dropdown a {
	opacity: 1;
}

.menu__item--acess:last-child {
	margin-left: 0;
}

.menu__item--acess:last-child a {
	border-radius: 0 2px 2px 0;
	padding: 13px 15px 13px 12px;
}

.menu__item--acess a {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 2px 0 0 2px;
	margin: 7px 0;
	padding: 13px 12px 13px 15px;
	transition: all 0.5s ease-in-out;
}

.menu__item--acess a:after {
	display: none;
}

.menu__item--acess a:hover {
	background: transparent;
	color: #fff;
}

.menu__header {
	align-items: flex-start;
}

@media screen and (max-width: 1170px) {
	.menu__header {
		align-items: center;
	}
}

@media screen and (max-width: 995px) {
	.menu__header {
		padding: 3px 0 5px;
	}
}

@media screen and (max-width: 1170px) {
	.menu__header-search {
		width: 75%;
	}
}

@media screen and (max-width: 995px) {
	.menu__header-search {
		margin-left: 0;
		margin-top: -10px;
		max-width: 400px;
		width: 70%;
	}
}

@media screen and (max-width: 770px) {
	.menu__header-search {
		margin-top: -5px;
	}
}

.menu__burguer {
	border-bottom: 2px solid;
	cursor: pointer;
	padding: 10px 0;
	position: relative;
	transition: all 0.5s ease-in-out;
	width: 30px;
	z-index: 10;
}

@media screen and (max-width: 770px) {
	.menu__burguer {
		margin: 3px 0 0;
	}
}

@media screen and (max-width: 600px) {
	.menu__burguer {
		margin: 3px 0 0;
	}
}

@media screen and (max-width: 500px) {
	.menu__burguer {
		padding: 7px 0;
		width: 25px;
	}
}

.menu__burguer.is-active {
	margin: -15px -10px 0 10px;
	transform: rotate(45deg);
}

@media screen and (max-width: 770px) {
	.menu__burguer.is-active {
		margin: -10px 10px 0 -10px;
		transform: rotate(-40deg);
	}
}

@media screen and (max-width: 600px) {
	.menu__burguer.is-active {
		margin: -13px 3px 0 -3px;
	}
}

.menu__burguer.is-active::before {
	top: 20px;
	transform: rotate(-85deg);
}

@media screen and (max-width: 770px) {
	.menu__burguer.is-active::before {
		transform: rotate(85deg);
	}
}

@media screen and (max-width: 500px) {
	.menu__burguer.is-active::before {
		top: 14px;
	}
}

.menu__burguer.is-active::after {
	opacity: 0;
}

.menu__burguer::before,
.menu__burguer::after {
	border-radius: 5px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.5s ease-in-out;
	width: 30px;
}

@media screen and (max-width: 500px) {
	.menu__burguer::before,
	.menu__burguer::after {
		width: 25px;
	}
}

.menu__burguer::before {
	top: 1px;
}

@media screen and (max-width: 500px) {
	.menu__burguer::before {
		top: 0;
	}
}

.menu__burguer::after {
	bottom: 7px;
}

@media screen and (max-width: 995px) {
	.menu__burguer::after {
		left: auto;
		right: 0;
		width: 20px;
	}
}

@media screen and (max-width: 500px) {
	.menu__burguer::after {
		bottom: 5px;
	}
}

@media screen and (max-width: 1170px) {
	.menu__content {
		background: #234e70;
		box-shadow: 4px 20px 10px rgba(0, 0, 0, 0.5);
		bottom: 0;
		height: calc(100vh - 110px);
		opacity: 1;
		padding: 10px 30px 0 20px;
		pointer-events: none;
		position: fixed;
		left: -200%;
		transition: left 0.5s ease-in-out;
		width: 27%;
		z-index: -5;
	}
}

@media screen and (max-width: 995px) {
	.menu__content {
		box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.5);
		position: relative;
		top: 0px;
		height: 100vh;
		width: 35%;
	}
}

@media screen and (max-width: 770px) {
	.menu__content {
		width: 45%;
	}
}

@media screen and (max-width: 500px) {
	.menu__content {
		box-shadow: none;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 0 15px 20px;
		width: 100%;
	}
}

.menu__dropdown {
	min-width: 150px;
}

.menu__dropdown-open {
	cursor: pointer;
	display: flex;
	justify-content: flex-end;
	position: initial;
	margin: -37px 0 15px 0;
	width: 95%;
}

.menu__dropdown-open i {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	transition: opacity 0.5s ease-in-out;
}

.menu__dropdown-open i:hover {
	opacity: 0.7;
}

@media screen and (max-width: 995px) {
	.menu__dropdown-open i {
		font-size: 18px;
	}
}

@media screen and (max-width: 770px) {
	.menu__dropdown-open i {
		font-size: 24px;
	}
}

@media screen and (max-width: 1170px) {
	.menu__dropdown-content {
		background: #234e70;
		box-shadow: none;
		display: block;
		height: 100%;
		left: -200%;
		margin-left: 10px;
		position: absolute;
		top: 0;
		transition: left 0.5s ease-in-out;
		width: 100%;
		z-index: 2;
	}
}

@media screen and (max-width: 770px) {
	.menu__dropdown-content {
		height: 90vh;
		padding: 20px 0 0;
	}
}

.menu__dropdown-content.is-active {
	left: 0;
}

@media screen and (max-width: 770px) {
	.menu__dropdown-content.is-active {
		left: -10px;
	}
}

.menu__dropdown-content li a {
	color: #fff;
}

.menu__dropdown-close {
	color: #fff;
	cursor: pointer;
	font-size: 25px;
	left: -5px;
	padding: 10px;
	position: relative;
	top: 10px;
	transition: opacity 0.5s ease-in-out;
}

.menu__dropdown-close:hover {
	opacity: 0.7;
}

@media screen and (max-width: 995px) {
	.menu__dropdown-close {
		left: -5px;
		top: 0;
	}
}

@media screen and (max-width: 995px) {
	.menu__dropdown-close {
		left: 0;
	}
}

@media screen and (max-width: 770px) {
	.menu__dropdown-close {
		font-size: 26px;
	}
}

.menu__dropdown--third {
	background: #231f20;
	left: auto !important;
	padding: 0 30px 0 20px !important;
	right: -215px;
	top: -17px;
}

.menu__dropdown--third li a {
	color: #fff;
}

.menu__dropdown--third li a:hover:after {
	background: #fff;
}

.menu__top {
	align-items: center;
}

.menu__top ul li a {
	font-size: 16px;
}

.menu__top ul li ul {
	top: 53px;
	z-index: 2;
}

.menu__social {
	align-items: center;
	margin: 0 20px 0 30px;
}

.menu__social i {
	font-size: 20px;
	margin: 0 7px;
	transition: color 0.5s ease-in-out;
}

.menu__social i:hover {
	color: #234e70;
}

menu ul li a,
.menu__search-btn i,
.menu__social i {
	color: #fff;
	transition: all 0.5s ease-in-out;
}

menu ul li a:after {
	background: #faf7c0;
}

.menu__item--acess a {
	background: #fff;
	border-color: #fff;
	color: #231f20;
	transition: all 0.5s ease-in-out;
}

.menu__item--acess a:hover {
	background: #231f20;
	color: #fff;
}

.menu__search-input,
.menu__search-input::placeholder {
	color: #fff;
	transition: all 0.5s ease-in-out;
}

.menu__search-input {
	border-color: #fff !important;
}

.menu__burguer {
	border-color: #fff;
}

.menu__burguer:before,
.menu__burguer:after {
	background: #fff;
}

footer {
	background: #fff;
	padding: 40px 0;
}

@media screen and (max-width: 995px) {
	footer {
		padding: 20px 0;
	}
}

footer ul {
	margin: 0;
	padding: 0;
}

footer ul li {
	margin: 5px 0 10px;
	list-style: none;
}

@media screen and (max-width: 995px) {
	footer ul li {
		margin: 3px 0;
	}
}

footer ul li a {
	color: #64798d;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 995px) {
	footer ul li a {
		font-size: 12px;
	}
}

footer ul li a:hover {
	color: #234e70;
	opacity: 1;
}

footer a {
	text-decoration: none;
}

footer a:hover {
	opacity: 0.8;
}

.footer__container {
	align-items: flex-start;
	margin: auto;
}

@media screen and (max-width: 1170px) {
	.footer__container {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 995px) {
	.footer__container {
		justify-content: flex-start;
		flex-direction: column;
		margin: 125px 40px 0;
		max-height: 350px;
		width: calc(100% - 80px);
	}
}

@media screen and (max-width: 770px) {
	.footer__container {
		margin: 125px 20px 100px;
		width: calc(100% - 40px);
	}
}

.footer__column {
	max-width: 200px;
	width: 20%;
}

@media screen and (max-width: 770px) {
	.footer__column {
		width: 48%;
	}
}

.footer__column-title,
.footer__column-title a {
	color: #234e70;
	font-weight: 700;
	margin: 0 0 20px;
	transition: color 0.5s ease-in-out;
}

@media screen and (max-width: 995px) {
	.footer__column-title,
	.footer__column-title a {
		font-size: 14px;
		margin: 20px 0 5px;
	}
}

.footer__column-title a:hover {
	color: #231f20;
}

@media screen and (max-width: 995px) {
	.footer__column--logo {
		left: 0;
		margin-top: 0;
		max-width: 100%;
		order: 1;
		position: absolute;
		text-align: center;
		top: -125px;
		width: 100%;
	}
}

@media screen and (max-width: 770px) {
	.footer__column:nth-child(2) {
		order: 2;
	}

	.footer__column:nth-child(3) {
		order: 5;
	}

	.footer__column:nth-child(4) {
		order: 3;
	}

	.footer__column:nth-child(5) {
		order: 4;
	}

	.footer__column:nth-child(6) {
		order: 6;
	}
}

.footer__logo {
	transition: opacity 0.5s ease-in-out;
	width: 160px;
}

@media screen and (max-width: 995px) {
	.footer__logo {
		width: 120px;
	}
}

.footer__logo:hover {
	opacity: 0.5;
}

.footer__social {
	margin: 50px 0 20px;
}

@media screen and (max-width: 995px) {
	.footer__social {
		bottom: -100px;
		margin: 0;
		order: 7;
		position: absolute;
		left: 0;
	}
}

.footer__social-list {
	align-items: center;
}

@media screen and (max-width: 770px) {
	.footer__social-list {
		justify-content: center;
	}
}

.footer__social-list img {
	margin: 0 20px 20px 0;
	transition: opacity 0.5s ease-in-out;
}

@media screen and (max-width: 770px) {
	.footer__social-list img {
		margin: 5px 10px 20px 0;
	}
}

.footer__social-list img:hover {
	opacity: 0.6;
}

.cookies {
	background: #fff;
	border-radius: 20px;
	bottom: 30px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
	max-width: 360px;
	padding: 35px;
	position: fixed;
	right: 30px;
	transition: bottom 0.5s ease-in-out;
	width: 100%;
	z-index: 8;
}

@media screen and (max-width: 500px) {
	.cookies {
		left: 50%;
		transform: translateX(-50%);
		right: auto;
	}
}

.cookies.disable {
	bottom: -100%;
}

.cookies__icon {
	color: #997fe390;
	font-size: 30px;
	margin-right: 16px;
}

.cookies__close,
.cookies__header-title,
.cookies p,
.cookies a {
	color: #0b0b0b;
}

.cookies__header {
	align-items: center;
}

.cookies__header-title {
	font-size: 18px;
	font-weight: 750;
	letter-spacing: 0.05em;
}

.cookies__close {
	cursor: pointer;
	font-size: 20px;
	transition: opacity 0.5s ease-in-out;
}

.cookies__close:hover {
	opacity: 0.5;
}

.cookies__body p {
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 1.6em;
	margin: 15px 0 17px;
}

.cookies__body a {
	text-decoration: underline;
	transition: color 0.5s ease-in-out;
}

.cookies__body a:hover {
	color: #234e70;
}

.cookies__body .btn {
	font-size: 14px;
	height: fit-content;
	padding: 7px 20px;
}

.cookies--secondary {
	background: #ece8ff;
}

.cookies--large {
	left: 50%;
	max-width: 930px;
	right: 0;
	transform: translateX(-50%);
}

@media screen and (max-width: 995px) {
	.cookies--large {
		max-width: 100%;
		width: 100%;
	}
}

@media screen and (max-width: 770px) {
	.cookies--large {
		max-width: 100%;
	}
}

.tooltip {
	padding: 5px;
	width: fit-content;
}

.tooltip__txt {
	background: #fff;
	border-radius: 5px;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08);
	color: #000;
	font-size: 14px;
	font-weight: 580;
	max-width: 250px;
	opacity: 0;
	padding: 10px 16px;
	transition: opacity 0.5s ease-in-out;
}

.tooltip__txt[data-show] {
	opacity: 1;
}

.tooltip__txt[data-popper-placement^="top"] > .tooltip__arrow {
	bottom: -4px;
}

.tooltip__txt[data-popper-placement^="bottom"] > .tooltip__arrow {
	top: -4px;
}

.tooltip__txt[data-popper-placement^="left"] > .tooltip__arrow {
	right: -4px;
}

.tooltip__txt[data-popper-placement^="right"] > .tooltip__arrow {
	left: -4px;
}

.tooltip__arrow {
	background: inherit;
	height: 8px;
	visibility: hidden;
	width: 8px;
}

.tooltip__arrow::before {
	background: inherit;
	content: "";
	height: 100%;
	position: absolute;
	transform: rotate(45deg);
	visibility: visible;
	width: 100%;
}

.card {
	height: fit-content;
	margin-bottom: 30px;
	width: 570px;
}

@media screen and (max-width: 1170px) {
	.card {
		width: 33%;
	}
}

@media screen and (max-width: 995px) {
	.card {
		max-width: 100%;
		width: 48%;
	}
}

@media screen and (max-width: 770px) {
	.card {
		width: 100%;
	}
}

.card__header {
	align-items: center;
	margin: 10px 5px 5px;
}

.card__header i {
	font-size: 20px;
	margin: 0 0 5px 30px;
}

.card__header h4,
.card__header-title {
	margin: 0 0 10px;
}

.card__img {
	margin-bottom: 10px;
	max-height: 250px;
	max-width: 570px;
}

@media screen and (max-width: 995px) {
	.card__img {
		max-height: initial;
		margin-bottom: 5px;
		max-width: 100%;
	}
}

.card__img img {
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.card__body {
	color: #231f20;
}

.card__body h4,
.card__body-title {
	font-size: 22px;
	font-weight: 750;
	margin: 10px 0 15px;
}

@media screen and (max-width: 995px) {
	.card__body h4,
	.card__body-title {
		font-size: 21px;
		margin: 10px 0;
	}
}

.card__body h6,
.card__body-subtitle {
	font-size: 18px;
	font-weight: 750;
	margin: 5px 0 15px;
}

@media screen and (max-width: 995px) {
	.card__body h6,
	.card__body-subtitle {
		font-size: 16px;
	}
}

@media screen and (max-width: 600px) {
	.card__body h6,
	.card__body-subtitle {
		font-size: 14px;
	}
}

.card__body p {
	color: rgba(35, 31, 32, 0.7);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6em;
	margin: 0;
}

@media screen and (max-width: 995px) {
	.card__body p {
		font-size: 16px;
	}
}

.card__btn {
	height: fit-content;
	margin: 15px 0 0;
}

.card.flex--sb {
	align-items: center;
	border: 1px solid #c5c3a4;
	border-radius: 5px;
	margin-bottom: 20px;
}

.card.flex--sb .card__img {
	border-radius: 10px;
	height: 110px;
	margin: 0;
	width: 110px;
}

@media screen and (max-width: 995px) {
	.card.flex--sb .card__img {
		height: 80px;
		width: 80px;
	}
}

.card.flex--sb .card__body {
	width: calc(100% - 125px);
}

@media screen and (max-width: 995px) {
	.card.flex--sb .card__body {
		width: calc(100% - 90px);
	}
}

.card.flex--sb .card__body p {
	max-width: 395px;
}

@media screen and (max-width: 995px) {
	.card.flex--sb .card__body p {
		font-size: 14px;
	}
}

.card--secondary {
	border: 1px solid #c5c3a4;
	border-radius: 10px;
	margin: 3% 4% 3% 0;
	padding: 10px;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	width: 29%;
}

.card--secondary img,
.card--secondary .card__body-title {
	transition: all 0.5s ease-in-out;
}

.card--secondary .card__body {
	margin-top: 15px;
}

.card--secondary:hover {
	border-color: #234e70;
}

.card--full,
.card--large {
	padding: 0;
	position: relative;
	text-decoration: none;
	transition: opacity 0.5s ease-in-out;
}

.card--full:hover,
.card--large:hover {
	opacity: 0.9;
}

.card--full::before,
.card--large::before {
	border-radius: 5px;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.card--full .card__img,
.card--large .card__img {
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
}

.card--full .card__body,
.card--large .card__body {
	bottom: 0;
	color: #fff;
	margin: 10px;
	position: absolute;
	z-index: 2;
}

.card--full {
	height: 300px;
	max-height: 300px;
	max-width: 350px;
	width: 350px;
}

@media screen and (max-width: 995px) {
	.card--full {
		max-width: 100%;
		width: 48%;
	}
}

@media screen and (max-width: 770px) {
	.card--full {
		width: 100%;
	}
}

.card--full::before {
	background: linear-gradient(
		180deg,
		rgba(167, 167, 167, 0) 28.17%,
		#000000 91%
	);
}

.card--large {
	height: 380px;
	max-height: 380px;
	max-width: 670px;
	width: 670px;
}

@media screen and (max-width: 995px) {
	.card--large {
		max-width: 100%;
		width: 100%;
	}
}

.card--large::before {
	background: rgba(40, 40, 40, 0.6);
}

.card a.card__body-subtitle {
	color: #231f20;
	display: block;
	font-size: 18px;
	font-weight: 750;
	margin: 5px 0 15px;
	text-decoration: none;
}

@media screen and (max-width: 600px) {
	.card a.card__body-subtitle {
		font-size: 14px;
	}
}

.abas {
	margin: 50px auto;
}

.abas__topic-item {
	align-items: center;
	background: #c5c3a4;
	color: #494949;
	cursor: pointer;
	font-size: 18px;
	font-weight: 750;
	height: 80px;
	letter-spacing: 0.01em;
	margin: 0;
	text-align: center;
	transition: all 0.5s ease-in-out;
}

.abas__topic-item.active {
	background: #234e70;
	color: #fff;
}

.abas__topic-item:hover:not(.active) {
	background: rgba(153, 127, 227, 0.7);
	color: #fff;
}

.abas__body {
	background: #234e70;
}

.abas__body-content {
	display: none;
	padding: 30px;
}

.abas__body-content p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.6em;
	margin: 0;
}

.abas__body-content.active {
	display: block;
}

.abas--rounded .abas__topic-item {
	border-radius: 10px 10px 0 0;
	width: 32.5%;
}

.abas--secondary .abas__topic-item {
	background: transparent;
	color: #231f20;
	opacity: 0.4;
	position: relative;
	transition: opacity 0.5s ease-in-out;
}

.abas--secondary .abas__topic-item:before {
	background: transparent;
	bottom: 0;
	content: "";
	height: 2px;
	max-width: 200px;
	position: absolute;
	top: auto;
	transition: background 0.5s ease-in-out;
	width: 100%;
}

.abas--secondary .abas__topic-item.active {
	opacity: 1;
}

.abas--secondary .abas__topic-item.active:before {
	background: #2cbb96;
}

.abas--secondary .abas__topic-item:hover:not(.active) {
	background: transparent;
	color: #231f20;
	opacity: 0.7;
}

.abas--secondary .abas__topic-item:hover:not(.active):before {
	background: #2cbb96;
	opacity: 0.7;
}

.abas--secondary .abas__body {
	background: transparent;
}

.abas--secondary .abas__body p {
	color: #434a5b;
}

.abas--secondary .abas__body-content {
	padding: 0;
}

.abas.flex--sb {
	height: 33.3%;
}

.abas.flex--sb .abas__topic {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.abas.flex--sb .abas__topic-item {
	height: 33.4%;
	width: 100%;
}

.abas.flex--sb.abas--rounded .abas__topic-item {
	border-radius: 10px 0 0 10px;
	height: 30%;
}

.abas.flex--sb.abas--rounded .abas__body {
	border-radius: 0 10px 10px 0;
}

.abas.flex--sb.abas--secondary .abas__topic-item:before {
	height: 100%;
	left: 0;
	top: 0;
	width: 5px;
}

.abas--img {
	height: 500px;
}

.abas--img .abas__img {
	max-width: 310px;
}

.abas--img .abas__img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.abas--img .abas__body {
	height: 420px;
}

.accordion {
	margin: 0 0 40px;
	position: relative;
	transition: margin 0.5s ease-in-out;
}

@media screen and (max-width: 995px) {
	.accordion {
		margin-bottom: 20px;
	}
}

.accordion:before {
	background: #231f20;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: -10px;
	transition: all 0.5s ease-out;
	width: 100%;
}

.accordion__header {
	align-items: center;
	cursor: pointer;
}

.accordion__header-title {
	font-size: 20px;
	font-weight: 580;
	margin: 0;
	max-width: 90%;
	transition: color 0.5s ease-in-out;
}

.accordion__header-btn {
	position: relative;
}

.accordion__header-btn::before,
.accordion__header-btn::after {
	background: #231f20;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	transition: transform 0.5s ease-in-out;
	width: 16px;
}

.accordion__header-btn::after {
	transform: rotate(90deg);
}

.accordion__header:hover .accordion__header-title {
	color: #faf7c0;
}

.accordion__header:hover .accordion__header-btn::before,
.accordion__header:hover .accordion__header-btn::after {
	background: #faf7c0;
}

.accordion__body {
	margin: 25px 0 0;
	max-height: 0;
	min-height: 0;
	opacity: 0;
	padding: 0 40px;
	pointer-events: none;
	transition: all 0.5s ease-in-out;
	z-index: -1;
}

.accordion__body p {
	font-size: 20px;
	font-weight: 400;
	margin: 20px 0;
}

@media screen and (max-width: 770px) {
	.accordion__body p {
		font-size: 16px;
	}
}

.accordion__body * {
	opacity: 0;
	transition: all 0.5s ease-in;
}

.accordion.active {
	margin: 0 0 60px;
}

.accordion.active .accordion__header-btn::before {
	transform: rotate(180deg);
}

.accordion.active .accordion__header-btn::after {
	transform: rotate(-180deg);
}

.accordion.active .accordion__body {
	max-height: 2000px;
	min-height: 10px;
	opacity: 1;
	padding: 30px 40px 40px;
	pointer-events: auto;
	z-index: 1;
}

.accordion.active .accordion__body * {
	opacity: 1;
}

.accordion--secondary {
	border: 1px solid #64798d;
	border-radius: 7px;
	margin-bottom: 10px;
}

.accordion--secondary:before {
	display: none;
}

.accordion--secondary .accordion__header {
	background: transparent;
	border-radius: 5px;
	padding: 25px 50px;
	transition: background 0.5s ease-in-out;
}

@media screen and (max-width: 995px) {
	.accordion--secondary .accordion__header {
		padding: 20px 30px;
	}
}

@media screen and (max-width: 770px) {
	.accordion--secondary .accordion__header {
		padding: 15px 25px;
	}
}

@media screen and (max-width: 500px) {
	.accordion--secondary .accordion__header {
		padding: 15px 20px;
	}
}

.accordion--secondary .accordion__header-title {
	color: #64798d;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

@media screen and (max-width: 995px) {
	.accordion--secondary .accordion__header-title {
		font-size: 18px;
		font-weight: 500;
	}
}

@media screen and (max-width: 770px) {
	.accordion--secondary .accordion__header-title {
		font-size: 16px;
		font-weight: 500;
	}
}

@media screen and (max-width: 500px) {
	.accordion--secondary .accordion__header-title {
		font-size: 15px;
	}
}

.accordion--secondary .accordion__header-btn::before,
.accordion--secondary .accordion__header-btn::after {
	background: #64798d;
	height: 3px;
	border-radius: 3px;
	transition: right 0.5s ease-in-out, background 0.5s ease-in-out;
	width: 25px;
}

@media screen and (max-width: 995px) {
	.accordion--secondary .accordion__header-btn::before,
	.accordion--secondary .accordion__header-btn::after {
		height: 2px;
		width: 20px;
	}
}

@media screen and (max-width: 770px) {
	.accordion--secondary .accordion__header-btn::before,
	.accordion--secondary .accordion__header-btn::after {
		width: 15px;
	}
}

.accordion--secondary .accordion__header-btn::before {
	transform: rotate(45deg);
	right: 17px;
}

@media screen and (max-width: 995px) {
	.accordion--secondary .accordion__header-btn::before {
		right: 14px;
	}
}

@media screen and (max-width: 770px) {
	.accordion--secondary .accordion__header-btn::before {
		right: 10px;
	}
}

.accordion--secondary .accordion__header-btn::after {
	transform: rotate(-45deg);
}

.accordion--secondary .accordion__header:hover {
	background: #80969f;
}

.accordion--secondary .accordion__header:hover .accordion__header-title {
	color: #fff;
}

.accordion--secondary .accordion__header:hover .accordion__header-btn::before,
.accordion--secondary .accordion__header:hover .accordion__header-btn::after {
	background: #fff;
}

.accordion--secondary .accordion__body {
	background: transparent;
	border-radius: 5px;
	margin: 0;
}

.accordion--secondary.active {
	margin: 0 0 40px;
}

@media screen and (max-width: 995px) {
	.accordion--secondary.active {
		margin-bottom: 20px;
	}
}

.accordion--secondary.active .accordion__header {
	background: #234e70;
}

.accordion--secondary.active .accordion__header-title {
	color: #fff;
}

.accordion--secondary.active .accordion__header-btn::before {
	background: #fff;
	right: 0;
	transform: rotate(45deg);
}

.accordion--secondary.active .accordion__header-btn::after {
	background: #fff;
	right: 17px;
	transform: rotate(-45deg);
}

@media screen and (max-width: 995px) {
	.accordion--secondary.active .accordion__header-btn::after {
		right: 14px;
	}
}

@media screen and (max-width: 770px) {
	.accordion--secondary.active .accordion__header-btn::after {
		right: 10px;
	}
}

.accordion--secondary.active .accordion__body {
	padding: 35px 40px 30px;
}

@media screen and (max-width: 995px) {
	.accordion--secondary.active .accordion__body {
		padding: 20px 30px 30px;
	}
}

@media screen and (max-width: 770px) {
	.accordion--secondary.active .accordion__body {
		padding: 15px 20px;
	}
}

.accordion--tertiary {
	border: 1px solid #64798d;
	border-radius: 7px;
}

.accordion--tertiary:before {
	display: none;
}

.accordion--tertiary .accordion__header {
	background: #64798d;
	border-radius: 5px;
	padding: 30px 50px;
	transition: background 0.5s ease-in-out;
}

@media screen and (max-width: 995px) {
	.accordion--tertiary .accordion__header {
		padding: 25px 35px;
	}
}

@media screen and (max-width: 770px) {
	.accordion--tertiary .accordion__header {
		padding: 20px 25px;
	}
}

@media screen and (max-width: 500px) {
	.accordion--tertiary .accordion__header {
		padding: 20px;
	}
}

.accordion--tertiary .accordion__header-title {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}

@media screen and (max-width: 995px) {
	.accordion--tertiary .accordion__header-title {
		font-size: 18px;
		font-weight: 500;
	}
}

@media screen and (max-width: 770px) {
	.accordion--tertiary .accordion__header-title {
		font-size: 16px;
		font-weight: 500;
	}
}

@media screen and (max-width: 500px) {
	.accordion--tertiary .accordion__header-title {
		font-size: 15px;
	}
}

.accordion--tertiary .accordion__header-btn::before,
.accordion--tertiary .accordion__header-btn::after {
	background: #fff;
	height: 3px;
	border-radius: 3px;
	transition: right 0.5s ease-in-out, background 0.5s ease-in-out;
	width: 25px;
}

@media screen and (max-width: 995px) {
	.accordion--tertiary .accordion__header-btn::before,
	.accordion--tertiary .accordion__header-btn::after {
		height: 2px;
		width: 20px;
	}
}

@media screen and (max-width: 770px) {
	.accordion--tertiary .accordion__header-btn::before,
	.accordion--tertiary .accordion__header-btn::after {
		width: 15px;
	}
}

.accordion--tertiary .accordion__header-btn::before {
	transform: rotate(45deg);
	right: 17px;
}

@media screen and (max-width: 995px) {
	.accordion--tertiary .accordion__header-btn::before {
		right: 14px;
	}
}

@media screen and (max-width: 770px) {
	.accordion--tertiary .accordion__header-btn::before {
		right: 10px;
	}
}

.accordion--tertiary .accordion__header-btn::after {
	transform: rotate(-45deg);
}

.accordion--tertiary .accordion__header:hover {
	background: #80969f;
}

.accordion--tertiary .accordion__header:hover .accordion__header-title {
	color: #fff;
}

.accordion--tertiary .accordion__header:hover .accordion__header-btn::before,
.accordion--tertiary .accordion__header:hover .accordion__header-btn::after {
	background: #fff;
}

.accordion--tertiary .accordion__body {
	background: transparent;
	border-radius: 5px;
	margin: 0;
}

.accordion--tertiary.active {
	margin: 0 0 40px;
}

.accordion--tertiary.active .accordion__header-btn::before {
	right: 0;
	transform: rotate(45deg);
}

.accordion--tertiary.active .accordion__header-btn::after {
	right: 17px;
	transform: rotate(-45deg);
}

@media screen and (max-width: 995px) {
	.accordion--tertiary.active .accordion__header-btn::after {
		right: 14px;
	}
}

@media screen and (max-width: 770px) {
	.accordion--tertiary.active .accordion__header-btn::after {
		right: 10px;
	}
}

@media screen and (max-width: 995px) {
	.accordion--tertiary.active .accordion__body {
		padding: 30px 30px 35px;
	}
}

@media screen and (max-width: 770px) {
	.accordion--tertiary.active .accordion__body {
		padding: 25px 20px 30px;
	}
}

.news {
	position: relative;
}

.news:before {
	background: #234e70;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media screen and (max-width: 995px) {
	.news:before {
		display: none;
	}
}

.news__header {
	align-items: center;
	margin: 100px 0 60px;
	padding-top: 80px;
}

@media screen and (max-width: 995px) {
	.news__header {
		margin: 90px 0 30px;
		padding-top: 0;
	}
}

.news__header .h2 {
	font-weight: 750;
}

@media screen and (max-width: 600px) {
	.news__header .h2 {
		font-size: 28px;
	}
}

@media screen and (max-width: 600px) {
	.news__header .btn {
		display: none;
	}
}

.news__content {
	align-items: center;
	flex-wrap: wrap;
}

@media screen and (max-width: 1170px) {
	.news__content {
		align-items: flex-start;
	}
}

.news__content .card {
	padding: 13px;
	text-decoration: none;
	transition: opacity 0.5s ease-in-out;
	width: 570px;
}

@media screen and (max-width: 1170px) {
	.news__content .card {
		padding: 0;
		width: 43%;
	}
}

@media screen and (max-width: 600px) {
	.news__content .card {
		height: auto;
		padding: 3px 8px;
		width: 100%;
	}
}

.news__content .card__img img {
	height: 250px;
	object-fit: cover;
	width: 570px;
}

@media screen and (max-width: 1170px) {
	.news__content .card__img img {
		height: 200px;
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.news__content .card__img img {
		height: auto;
	}
}

.news__content .card:hover {
	opacity: 0.8;
}

@media screen and (max-width: 995px) {
	.news__content .card .chips {
		font-size: 12px;
	}
}

@media screen and (max-width: 1170px) {
	.news__more {
		width: 54%;
	}
}

@media screen and (max-width: 600px) {
	.news__more {
		width: 100%;
	}
}

@media screen and (max-width: 1170px) {
	.news__more .card {
		padding: 13px;
		width: 100%;
	}
}

@media screen and (max-width: 995px) {
	.news__more .card {
		padding: 5px 13px;
	}
}

@media screen and (max-width: 600px) {
	.news__more .card {
		padding: 10px 13px;
	}
}

.news__more .card__img img {
	height: 110px;
	width: 110px;
}

@media screen and (max-width: 995px) {
	.news__more .card__img img {
		height: 80px;
		width: 80px;
	}
}

@media screen and (max-width: 600px) {
	.news__more .card__img img {
		height: 100%;
		width: 100%;
	}
}

.news__footer {
	display: none;
}

@media screen and (max-width: 600px) {
	.news__footer {
		display: block;
	}
}

.news__footer .btn {
	justify-content: center;
	width: 100%;
}

.membros {
	background: #faf7c0;
	margin: 200px 0 110px;
}

@media screen and (max-width: 995px) {
	.membros {
		margin: 200px 0 40px;
	}
}

.membros__content {
	align-items: center;
	height: 520px;
	position: relative;
}

@media screen and (max-width: 1170px) {
	.membros__content {
		height: auto;
		margin-top: 250px;
		padding: 370px 0 70px;
	}
}

@media screen and (max-width: 995px) {
	.membros__content {
		justify-content: flex-start;
		margin: -50px 40px 50px;
		padding: 300px 0 70px;
	}
}

@media screen and (max-width: 770px) {
	.membros__content {
		margin: -50px 20px 50px;
	}
}

@media screen and (max-width: 500px) {
	.membros__content {
		padding-top: 230px;
	}
}

.membros__img {
	height: 505px;
	left: -135px;
	position: absolute;
	top: -50px;
	width: 640px;
}

@media screen and (max-width: 1170px) {
	.membros__img {
		top: -200px;
	}
}

@media screen and (max-width: 995px) {
	.membros__img {
		left: -60px;
		height: 300px;
		top: -60px;
		width: 75%;
	}
}

@media screen and (max-width: 600px) {
	.membros__img {
		left: -40px;
		width: 80%;
	}
}

@media screen and (max-width: 500px) {
	.membros__img {
		height: 230px;
		width: 95%;
	}
}

.membros__img img {
	border: 10px solid #fff;
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.membros__img small {
	display: block;
	margin-top: 3px;
	text-align: right;
}

.membros__desc {
	color: #234e70;
	max-width: 560px;
}

@media screen and (max-width: 1170px) {
	.membros__desc {
		max-width: 100%;
	}
}

.membros__desc .h4 {
	margin: 0;
	max-width: 375px;
}

@media screen and (max-width: 995px) {
	.membros__desc .h4 {
		font-size: 28px;
	}
}

.membros__desc p {
	font-size: 22px;
	font-weight: 400;
	margin: 30px 0;
}

@media screen and (max-width: 995px) {
	.membros__desc p {
		font-size: 14px;
		margin: 20px 0 30px;
	}
}

@media screen and (max-width: 995px) {
	.membros__desc .btn {
		justify-content: center;
		width: fit-content;
	}
}

@media screen and (max-width: 600px) {
	.membros__desc .btn {
		width: 100%;
	}
}

.newsletter {
	background: #234e70;
	padding: 50px 0;
}

@media screen and (max-width: 995px) {
	.newsletter {
		padding: 30px 0;
	}
}

.newsletter__content {
	align-items: center;
	color: #fff;
}

@media screen and (max-width: 995px) {
	.newsletter__content {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 995px) {
	.newsletter__content .h2 {
		font-size: 28px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 995px) {
	.newsletter__form {
		margin: 0;
	}
}

@media screen and (max-width: 995px) {
	.newsletter__form .input {
		padding: 0;
	}
}

.newsletter__form label,
.newsletter__form ::placeholder {
	font-size: 18px;
	font-weight: 400;
}

.newsletter__form input {
	height: 52px;
	margin-top: 5px;
}

@media screen and (max-width: 995px) {
	.newsletter__form input {
		height: 45px;
	}
}

.newsletter__form input[type="email"] {
	background: #fff;
	border-color: #fff;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 18px;
}

@media screen and (max-width: 995px) {
	.newsletter__form input[type="email"] {
		font-size: 16px;
	}
}

.newsletter__form input[type="submit"] {
	background: #faf7c0;
	border: 1px solid #faf7c0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #234e70;
}

.newsletter__form input[type="submit"]:hover {
	background: #234e70;
	color: #faf7c0;
}

.banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 460px;
	position: relative;
	width: 100vw;
}

.banner::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
		#231f20;
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}

@media screen and (max-width: 770px) {
	.banner {
		height: 200px;
	}
}

.banner .wrapper {
	height: 100%;
	position: relative;
	width: 100%;
}

@media screen and (max-width: 1170px) {
	.banner .wrapper {
		width: calc(100% - 80px);
	}
}

@media screen and (max-width: 770px) {
	.banner .wrapper {
		width: calc(100% - 40px);
	}
}

.banner__title {
	bottom: 50px;
	left: 0;
	position: absolute;
	z-index: 1;
}

@media screen and (max-width: 770px) {
	.banner__title {
		bottom: 20px;
	}
}

.banner__title .h1 {
	color: white;
	margin: 0;
}

.more__btn {
	height: 100%;
	opacity: 1;
	transition: opacity 0.5s ease-in-out, background 0.5s ease-in-out,
		color 0.5s ease-in-out;
}

@media screen and (max-width: 770px) {
	.more__btn {
		height: 44px;
	}
}

.more__btn.disabled {
	height: 0;
	opacity: 0;
}

.more__list {
	height: 0;
	top: 100px;
	opacity: 0;
	position: relative;
	transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
}

.more__list.active {
	height: 100%;
	top: 0;
	opacity: 1;
}

.home__banner {
	height: 100vh;
	position: relative;
	width: 100vw;
}

@media screen and (max-width: 1380px) {
	.home__banner {
		width: 100%;
	}
}

@media screen and (max-width: 995px) {
	.home__banner {
		height: 500px;
		max-height: 500px;
	}
}

.home__banner-video {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.home__banner-video:after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
		linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.7) 6.48%,
			rgba(255, 255, 255, 0.377494) 39.26%,
			rgba(0, 0, 0, 0) 59.47%,
			rgba(0, 0, 0, 0.6) 88.94%
		);
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	opacity: 0.9;
	position: absolute;
	top: 0;
	width: 100%;
}

.home__banner-video video,
.home__banner-video img {
	height: 100vh;
	object-fit: cover;
	width: 100%;
}

@media screen and (max-width: 995px) {
	.home__banner-video video,
	.home__banner-video img {
		height: 100%;
	}
}

.home__banner-content {
	height: 100%;
	margin: auto;
	max-width: 1340px;
	position: relative;
}

@media screen and (max-width: 1380px) {
	.home__banner-content {
		max-width: 1170px;
	}
}

@media screen and (max-width: 1170px) {
	.home__banner-content {
		margin: 0 40px;
	}
}

@media screen and (max-width: 995px) {
	.home__banner-content {
		margin: 0;
	}
}

.home__banner-carousel {
	bottom: 220px;
	left: 0;
	position: absolute !important;
	width: 100%;
}

@media screen and (max-width: 1380px) {
	.home__banner-carousel {
		bottom: 120px;
	}
}

@media screen and (max-width: 995px) {
	.home__banner-carousel {
		bottom: 100px;
		margin: 0 40px;
		width: calc(100% - 80px);
	}
}

@media screen and (max-width: 770px) {
	.home__banner-carousel {
		margin: 0 20px;
		width: calc(100% - 40px);
	}
}

.home__banner-carousel .flickity-button {
	background: transparent;
	border: 1px solid transparent;
	border-radius: 5px;
	height: 50px;
	outline: none !important;
	padding: 0;
	transition: all 0.5s ease-in-out;
	width: 50px;
}

.home__banner-carousel .flickity-button:focus {
	box-shadow: none;
}

.home__banner-carousel .flickity-button:after {
	background: url(../images/icons/slide-arrow.svg) no-repeat;
	background-size: contain;
	content: "";
	height: 22px;
	filter: grayscale(3) brightness(5);
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	transition: all 0.5s ease-in-out;
	width: 12px;
}

.home__banner-carousel .flickity-button svg {
	display: none;
}

.home__banner-carousel .flickity-button:hover {
	background: #2cbb96;
	border-color: #2cbb96;
}

@media screen and (max-width: 995px) {
	.home__banner-carousel .flickity-button:hover {
		background: transparent;
		border-color: transparent;
		opacity: 0.7;
	}
}

.home__banner-carousel .flickity-prev-next-button {
	bottom: -120px;
	top: auto;
	transform: none;
}

@media screen and (max-width: 1380px) {
	.home__banner-carousel .flickity-prev-next-button {
		bottom: -80px;
	}
}

.home__banner-carousel .flickity-prev-next-button.previous {
	left: 0;
}

.home__banner-carousel .flickity-prev-next-button.previous:after {
	transform: translate(-50%, -50%) rotate(180deg);
}

.home__banner-carousel .flickity-prev-next-button.next {
	left: 220px;
}

.home__banner-carousel .flickity-page-dots {
	bottom: -100px;
	left: 70px;
	text-align: left;
	width: 160px;
}

@media screen and (max-width: 1380px) {
	.home__banner-carousel .flickity-page-dots {
		bottom: -60px;
	}
}

.home__banner-carousel .flickity-page-dots .dot {
	background: #fff;
	border-radius: 1px;
	height: 4px;
	margin: 0 12px;
	opacity: 1;
	transition: all 0.5s ease-in-out;
	width: 4px;
}

.home__banner-carousel .flickity-page-dots .dot.is-selected {
	background: #2cbb96;
	width: 20px;
}

.home__banner-item {
	color: #fff;
	width: 100%;
}

.home__banner-item h1 {
	margin: 0;
}

@media screen and (max-width: 995px) {
	.home__banner-item h1 {
		font-size: 28px !important;
		line-height: 1.2em;
	}
}

.home__banner-item h4 {
	font-size: 22px;
	font-weight: 400;
	margin: 5px 0 50px;
}

@media screen and (max-width: 995px) {
	.home__banner-item h4 {
		font-size: 14px;
		margin: 5px 0 30px;
		line-height: 1.6em;
	}
}

.home__banner-item .btn {
	background: transparent;
	border-color: #fff;
	color: #fff;
	font-weight: 500;
}

.home__banner-item .btn:hover {
	background: #fff;
	color: #234e70;
}

.home__slider {
	background: #234e70;
	margin-bottom: 170px;
}

@media screen and (max-width: 995px) {
	.home__slider {
		margin-bottom: 120px;
	}
}

@media screen and (max-width: 600px) {
	.home__slider {
		margin-bottom: 170px;
	}
}

.home__slider-content {
	padding: 100px 0;
	position: relative;
}

@media screen and (max-width: 1170px) {
	.home__slider-content {
		padding: 70px 0;
	}
}

@media screen and (max-width: 995px) {
	.home__slider-content {
		padding: 50px 0;
	}
}

@media screen and (max-width: 600px) {
	.home__slider-content {
		padding: 50px 0 200px;
	}
}

.home__slider-carousel {
	max-width: 540px;
}

@media screen and (max-width: 1170px) {
	.home__slider-carousel {
		max-width: 50%;
	}
}

@media screen and (max-width: 600px) {
	.home__slider-carousel {
		max-width: 100%;
	}
}

.home__slider-carousel .flickity-button {
	background: #faf7c0;
	border: 1px solid #faf7c0;
	border-radius: 5px;
	height: 60px;
	outline: none !important;
	padding: 0;
	width: 60px;
}

@media screen and (max-width: 995px) {
	.home__slider-carousel .flickity-button {
		height: 45px;
		width: 45px;
	}
}

.home__slider-carousel .flickity-button:after {
	background: url(../images/icons/slide-arrow.svg) no-repeat;
	background-size: contain;
	content: "";
	height: 22px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	transition: all 0.5s ease-in-out;
	width: 12px;
}

.home__slider-carousel .flickity-button svg {
	display: none;
}

.home__slider-carousel .flickity-button:hover {
	background: #234e70;
	color: #faf7c0;
}

.home__slider-carousel .flickity-button:hover:after {
	background: url(../images/icons/slide-arrow-yellow.svg) no-repeat;
}

.home__slider-carousel .flickity-prev-next-button {
	bottom: 0;
	top: auto;
	transform: none;
}

@media screen and (max-width: 1170px) {
	.home__slider-carousel .flickity-prev-next-button.next {
		right: 0;
	}
}

.home__slider-carousel .flickity-prev-next-button.previous {
	left: auto;
	right: 80px;
}

@media screen and (max-width: 995px) {
	.home__slider-carousel .flickity-prev-next-button.previous {
		right: 60px;
	}
}

.home__slider-carousel .flickity-prev-next-button.previous:after {
	transform: translate(-50%, -50%) rotate(180deg);
}

.home__slider-item {
	color: #fff;
	width: 100%;
}

.home__slider-item .h2 {
	font-weight: 700;
	margin: 0;
}

@media screen and (max-width: 1170px) {
	.home__slider-item .h2 {
		font-size: 28px;
	}
}

@media screen and (max-width: 500px) {
	.home__slider-item .h2 {
		font-size: 22px;
	}
}

.home__slider-item p {
	font-size: 22px;
	font-weight: 350;
	margin: 30px 0 40px;
}

@media screen and (max-width: 1170px) {
	.home__slider-item p {
		font-size: 18px;
	}
}

@media screen and (max-width: 770px) {
	.home__slider-item p {
		font-size: 14px;
	}
}

.home__slider-item .btn {
	background: #faf7c0;
	border-color: #faf7c0;
	color: #234e70;
	font-weight: 500;
}

.home__slider-item .btn:hover {
	background: #234e70;
	color: #faf7c0;
}

.home__slider-img {
	bottom: -100px;
	height: 505px;
	position: absolute;
	right: -135px;
	width: 620px;
}

@media screen and (max-width: 1380px) {
	.home__slider-img {
		right: -55px;
	}
}

@media screen and (max-width: 1170px) {
	.home__slider-img {
		bottom: -70px;
		height: 370px;
		right: -40px;
		width: 420px;
	}
}

@media screen and (max-width: 995px) {
	.home__slider-img {
		bottom: -50px;
		height: 300px;
		width: 350px;
	}
}

@media screen and (max-width: 770px) {
	.home__slider-img {
		right: -20px;
	}
}

@media screen and (max-width: 600px) {
	.home__slider-img {
		bottom: -110px;
		height: 270px;
		width: 80%;
	}
}

@media screen and (max-width: 500px) {
	.home__slider-img {
		bottom: -100px;
		height: 250px;
		width: 90%;
	}
}

.home__slider-img img {
	border: 10px solid #fff;
	border-radius: 10px;
	height: 100%;
	margin-bottom: -5px;
	object-fit: cover;
	width: 100%;
}

@media screen and (max-width: 1380px) {
	.home__slider-img img {
		border-right: 0;
		border-radius: 10px 0 0 10px;
	}
}

@media screen and (max-width: 995px) {
	.home__slider-img img {
		border-right: 0;
		border-radius: 10px 0 0 10px;
	}
}

.home__slider-img small {
	color: #231f20;
	opacity: 0.5;
	margin-left: 10px;
}

.home__visao {
	align-items: center;
	flex-wrap: wrap;
	height: 520px;
}

@media screen and (max-width: 1170px) {
	.home__visao {
		height: 370px;
	}
}

@media screen and (max-width: 995px) {
	.home__visao {
		height: 290px;
		margin-bottom: 70px;
	}
}

@media screen and (max-width: 600px) {
	.home__visao {
		height: 100%;
		margin-bottom: -50px;
	}
}

.home__visao-img {
	height: 100%;
	position: relative;
	width: 680px;
}

@media screen and (max-width: 1170px) {
	.home__visao-img {
		width: 500px;
	}
}

@media screen and (max-width: 995px) {
	.home__visao-img {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.home__visao-img {
		height: 260px;
		width: 100%;
	}
}

.home__visao-img img {
	border-radius: 5px;
	height: 370px;
	object-fit: cover;
	width: 445px;
}

@media screen and (max-width: 1170px) {
	.home__visao-img img {
		height: 270px;
		width: 350px;
	}
}

@media screen and (max-width: 995px) {
	.home__visao-img img {
		height: 230px;
		width: 280px;
	}
}

@media screen and (max-width: 600px) {
	.home__visao-img img {
		max-height: 210px;
		max-width: 280px;
		height: auto;
		width: 70%;
	}
}

.home__visao-img img:last-child {
	border: 10px solid #fff;
	border-radius: 10px;
	bottom: 0;
	position: absolute;
	right: 0;
}

@media screen and (max-width: 995px) {
	.home__visao-img img:last-child {
		border-width: 5px;
	}
}

.home__visao-imgs {
	height: 100%;
	margin-right: 50px;
}

@media screen and (max-width: 1170px) {
	.home__visao-imgs {
		width: 55%;
	}
}

@media screen and (max-width: 995px) {
	.home__visao-imgs {
		margin-right: 0;
		width: 50%;
	}
}

@media screen and (max-width: 600px) {
	.home__visao-imgs {
		margin-right: 0;
		width: 100%;
	}
}

.home__visao-imgs small {
	display: block;
	margin-top: 3px;
	text-align: right;
}

.home__visao-desc {
	max-width: 370px;
}

@media screen and (max-width: 995px) {
	.home__visao-desc {
		margin: 30px 0 40px auto;
		max-width: 45%;
	}
}

@media screen and (max-width: 600px) {
	.home__visao-desc {
		margin: 30px auto 40px;
		max-width: 100%;
		width: 100%;
	}
}

.home__visao-desc h2 {
	margin: 0;
	font-weight: 700;
}

@media screen and (max-width: 1170px) {
	.home__visao-desc h2 {
		font-size: 28px;
	}
}

.home__visao-desc p {
	color: #64798d;
	font-size: 22px;
	font-weight: 400;
	margin: 30px 0 40px;
}

@media screen and (max-width: 1170px) {
	.home__visao-desc p {
		font-size: 18px;
	}
}

@media screen and (max-width: 995px) {
	.home__visao-desc p {
		font-size: 14px;
		margin: 10px 0 25px;
	}
}

@media screen and (max-width: 995px) {
	.home__visao-desc .btn {
		justify-content: center;
		width: 100%;
	}
}

.home__doadores {
	margin: 100px auto;
}

@media screen and (max-width: 995px) {
	.home__doadores {
		margin: 50px 40px;
	}
}

@media screen and (max-width: 770px) {
	.home__doadores {
		margin: 40px 20px;
	}
}

.home__doadores .h2 {
	margin-bottom: 60px;
	text-align: center;
}

@media screen and (max-width: 995px) {
	.home__doadores .h2 {
		font-size: 28px;
		margin-bottom: 20px;
	}
}

.home__doadores-list {
	align-items: center;
	flex-wrap: wrap;
}

.home__doadores-item {
	align-items: center;
	height: 85px;
	margin: 5px;
	width: 170px;
}

@media screen and (max-width: 995px) {
	.home__doadores-item {
		height: 60px;
		margin: 0;
		max-width: 120px;
		width: 33%;
	}
}

.home__doadores-item img {
	height: 100%;
	max-height: 65px;
	max-width: 140px;
	padding: 5px 15px;
	object-fit: contain;
	width: 100%;
}

@media screen and (max-width: 995px) {
	.home__doadores-item img {
		max-height: 50px;
		max-width: 110px;
	}
}

@media screen and (max-width: 770px) {
	.home__doadores-item img {
		max-height: 40px;
		max-width: 90px;
		padding: 1px 5px;
	}
}

.sobre__content,
.page-template-sobre-nos__content {
	margin: 50px auto;
}

@media screen and (max-width: 1170px) {
	.sobre__content,
	.page-template-sobre-nos__content {
		margin: 50px 40px;
	}
}

@media screen and (max-width: 770px) {
	.sobre__content,
	.page-template-sobre-nos__content {
		margin: 50px 20px;
	}
}

@media screen and (max-width: 500px) {
	.sobre__content,
	.page-template-sobre-nos__content {
		margin: 30px 20px;
	}
}

.sobre__content-txt,
.page-template-sobre-nos__content-txt {
	margin: 50px auto;
}

.sobre__content-txt p,
.page-template-sobre-nos__content-txt p {
	color: #231f20;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6em;
	margin: 30px 0;
}

@media screen and (max-width: 600px) {
	.sobre__content-txt p,
	.page-template-sobre-nos__content-txt p {
		font-size: 14px;
	}
}

.sobre__content-txt p a,
.page-template-sobre-nos__content-txt p a {
	color: #45b0e4;
	font-weight: 700;
	transition: color 0.5s ease-in-out;
}

.sobre__content-txt p a:hover,
.page-template-sobre-nos__content-txt p a:hover {
	color: #234e70;
}

.sobre__content-txt .btn,
.page-template-sobre-nos__content-txt .btn {
	margin: 50px 0 70px;
}

@media screen and (max-width: 500px) {
	.sobre__content-txt .btn,
	.page-template-sobre-nos__content-txt .btn {
		font-size: 14px;
		justify-content: center;
		width: 100%;
	}
}

.sobre__content figure,
.page-template-sobre-nos__content figure {
	margin: 40px auto 50px;
	max-width: 970px;
}

@media screen and (max-width: 1170px) {
	.sobre__content figure,
	.page-template-sobre-nos__content figure {
		max-width: 90%;
	}
}

@media screen and (max-width: 500px) {
	.sobre__content figure,
	.page-template-sobre-nos__content figure {
		max-width: 100%;
	}
}

.sobre__content figure figcaption,
.page-template-sobre-nos__content figure figcaption {
	font-size: 12px;
}

.sobre__grid,
.page-template-sobre-nos__grid {
	margin: 40px auto 50px;
	max-width: 970px;
}

@media screen and (max-width: 1170px) {
	.sobre__grid,
	.page-template-sobre-nos__grid {
		margin: 40px 40px 50px;
		max-width: 90%;
	}
}

@media screen and (max-width: 770px) {
	.sobre__grid,
	.page-template-sobre-nos__grid {
		margin: 40px 20px 50px;
	}
}

@media screen and (max-width: 600px) {
	.sobre__grid,
	.page-template-sobre-nos__grid {
		margin: 30px 0;
		max-width: 100%;
	}
}

.sobre__grid-img,
.page-template-sobre-nos__grid-img {
	height: 205px;
	width: 100%;
}

@media screen and (max-width: 600px) {
	.sobre__grid-img,
	.page-template-sobre-nos__grid-img {
		height: 110px;
	}
}

.sobre__grid-img img,
.page-template-sobre-nos__grid-img img {
	border-radius: 5px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sobre__grid-img.col-6,
.page-template-sobre-nos__grid-img.col-6 {
	width: 49%;
}

.sobre__grid-right,
.page-template-sobre-nos__grid-right {
	width: 67.8%;
}

@media screen and (max-width: 1170px) {
	.sobre__grid-right,
	.page-template-sobre-nos__grid-right {
		width: 65%;
	}
}

.sobre__grid-left,
.page-template-sobre-nos__grid-left {
	max-width: 300px;
}

.sobre__grid-left .sobre__grid-img,
.page-template-sobre-nos__grid-left .sobre__grid-img {
	height: 420px;
}

@media screen and (max-width: 600px) {
	.sobre__grid-left .sobre__grid-img,
	.page-template-sobre-nos__grid-left .sobre__grid-img {
		height: 230px;
	}
}

.sobre__grid-bottom,
.page-template-sobre-nos__grid-bottom {
	margin-top: 10px;
}

.sobre__numbers,
.page-template-sobre-nos__numbers {
	margin: 50px auto;
	max-width: 1070px;
}

@media screen and (max-width: 1170px) {
	.sobre__numbers,
	.page-template-sobre-nos__numbers {
		margin: 50px 40px;
	}
}

@media screen and (max-width: 995px) {
	.sobre__numbers,
	.page-template-sobre-nos__numbers {
		margin: -20px 40px;
	}
}

@media screen and (max-width: 770px) {
	.sobre__numbers,
	.page-template-sobre-nos__numbers {
		margin: -20px 20px;
	}
}

@media screen and (max-width: 500px) {
	.sobre__numbers,
	.page-template-sobre-nos__numbers {
		margin: -20px 0;
	}
}

.sobre__numbers-item,
.page-template-sobre-nos__numbers-item {
	align-items: center;
	color: #234e70;
}

@media screen and (max-width: 995px) {
	.sobre__numbers-item,
	.page-template-sobre-nos__numbers-item {
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	.sobre__numbers-item,
	.page-template-sobre-nos__numbers-item {
		width: 33.3%;
	}
}

.sobre__numbers-item:nth-child(2),
.page-template-sobre-nos__numbers-item:nth-child(2) {
	margin: 0 50px;
}

@media screen and (max-width: 1170px) {
	.sobre__numbers-item:nth-child(2),
	.page-template-sobre-nos__numbers-item:nth-child(2) {
		margin: 0 30px;
	}
}

@media screen and (max-width: 500px) {
	.sobre__numbers-item:nth-child(2),
	.page-template-sobre-nos__numbers-item:nth-child(2) {
		margin: 0 5px;
	}
}

.sobre__numbers-title,
.page-template-sobre-nos__numbers-title {
	font-size: 100px;
	font-weight: 700;
	margin: 0;
}

@media screen and (max-width: 1170px) {
	.sobre__numbers-title,
	.page-template-sobre-nos__numbers-title {
		font-size: 65px;
	}
}

@media screen and (max-width: 600px) {
	.sobre__numbers-title,
	.page-template-sobre-nos__numbers-title {
		font-size: 55px;
	}
}

@media screen and (max-width: 500px) {
	.sobre__numbers-title,
	.page-template-sobre-nos__numbers-title {
		font-size: 36px;
	}
}

.sobre__numbers-desc,
.page-template-sobre-nos__numbers-desc {
	font-weight: 600;
	margin: 7px 0 0 10px;
}

@media screen and (max-width: 1170px) {
	.sobre__numbers-desc,
	.page-template-sobre-nos__numbers-desc {
		font-size: 20px;
	}
}

@media screen and (max-width: 995px) {
	.sobre__numbers-desc,
	.page-template-sobre-nos__numbers-desc {
		font-size: 24px;
		margin: 5px 0 0;
		min-height: 50px;
	}
}

@media screen and (max-width: 600px) {
	.sobre__numbers-desc,
	.page-template-sobre-nos__numbers-desc {
		font-size: 18px;
	}
}

@media screen and (max-width: 500px) {
	.sobre__numbers-desc,
	.page-template-sobre-nos__numbers-desc {
		font-size: 14px;
	}
}

.sobre__numbers-desc .h5,
.page-template-sobre-nos__numbers-desc .h5 {
	display: block;
	font-weight: 350;
	margin: 3px 0 0;
}

@media screen and (max-width: 600px) {
	.sobre__numbers-desc .h5,
	.page-template-sobre-nos__numbers-desc .h5 {
		font-size: 14px;
	}
}

@media screen and (max-width: 500px) {
	.sobre__numbers-desc .h5,
	.page-template-sobre-nos__numbers-desc .h5 {
		font-size: 12px;
	}
}

.sobre__banner,
.page-template-sobre-nos__banner {
	margin: 70px 0 80px;
}

@media screen and (max-width: 500px) {
	.sobre__banner,
	.page-template-sobre-nos__banner {
		margin: 30px 0;
	}
}

.sobre__banner img,
.page-template-sobre-nos__banner img {
	height: 200px;
	object-fit: cover;
	width: 100vw;
}

.sobre__boxes,
.page-template-sobre-nos__boxes {
	margin: 30px auto 60px;
}

@media screen and (max-width: 995px) {
	.sobre__boxes,
	.page-template-sobre-nos__boxes {
		flex-wrap: wrap;
	}
}

.sobre__boxes-item,
.page-template-sobre-nos__boxes-item {
	background: #234e70;
	border-radius: 5px;
	color: #faf7c0;
	text-align: center;
	padding: 30px 0 25px;
	width: 23%;
}

@media screen and (max-width: 995px) {
	.sobre__boxes-item,
	.page-template-sobre-nos__boxes-item {
		margin: 10px 0;
		padding: 30px 10px 25px;
		width: 48%;
	}
}

@media screen and (max-width: 500px) {
	.sobre__boxes-item,
	.page-template-sobre-nos__boxes-item {
		width: 100%;
	}
}

.sobre__boxes-item i,
.page-template-sobre-nos__boxes-item i {
	font-size: 50px;
}

.sobre__boxes-item p,
.page-template-sobre-nos__boxes-item p {
	font-size: 16px;
	font-weight: 350;
	line-height: 1.6em;
	max-width: 190px;
	margin: 20px auto 0;
}

@media screen and (max-width: 995px) {
	.sobre__boxes-item p,
	.page-template-sobre-nos__boxes-item p {
		max-width: 100%;
		font-size: 14px;
		line-height: 1.6em;
	}
}

.sobre .membros,
.page-template-sobre-nos .membros {
	margin: 150px 0 70px;
}

.sobre__grupos,
.page-template-sobre-nos__grupos {
	margin: 0 auto 70px;
	padding: 25px 0;
}

@media screen and (max-width: 1170px) {
	.sobre__grupos,
	.page-template-sobre-nos__grupos {
		margin: 0 40px 70px;
	}
}

@media screen and (max-width: 770px) {
	.sobre__grupos,
	.page-template-sobre-nos__grupos {
		margin: 0 20px 30px;
	}
}

.sobre__grupos .h2,
.page-template-sobre-nos__grupos .h2 {
	margin: 0 0 20px;
}

.sobre__grupos .abas__topic,
.page-template-sobre-nos__grupos .abas__topic {
	margin-bottom: 30px;
}

.sobre__grupos .abas__topic-item,
.page-template-sobre-nos__grupos .abas__topic-item {
	font-size: 18px;
	font-weight: 600;
}

@media screen and (max-width: 600px) {
	.sobre__grupos .abas__topic-item,
	.page-template-sobre-nos__grupos .abas__topic-item {
		font-size: 16px;
		width: 33%;
	}
}

@media screen and (max-width: 500px) {
	.sobre__grupos .abas__topic-item,
	.page-template-sobre-nos__grupos .abas__topic-item {
		font-size: 10px;
		height: auto;
		padding-bottom: 5px;
	}
}

.sobre__grupos .abas__topic-item:before,
.page-template-sobre-nos__grupos .abas__topic-item:before {
	max-width: 95%;
}

.sobre__grupos .abas__body-content h3,
.page-template-sobre-nos__grupos .abas__body-content h3 {
	color: #2cbb96;
	font-size: 18px;
	font-weight: 700;
	margin: 40px 0 30px;
}

.sobre__grupos-list,
.page-template-sobre-nos__grupos-list {
	flex-wrap: wrap;
	margin-right: -2%;
}

.sobre__grupos-item,
.page-template-sobre-nos__grupos-item {
	margin: 2% 2% 1% 0;
	width: 18%;
}

@media screen and (max-width: 995px) {
	.sobre__grupos-item,
	.page-template-sobre-nos__grupos-item {
		width: 23%;
	}
}

@media screen and (max-width: 600px) {
	.sobre__grupos-item,
	.page-template-sobre-nos__grupos-item {
		margin: 2% 3% 3% 0;
		width: 30.3%;
	}
}

.sobre__grupos-item img,
.page-template-sobre-nos__grupos-item img {
	border-radius: 5px;
	height: 200px;
	object-fit: cover;
	width: 200px;
}

@media screen and (max-width: 1170px) {
	.sobre__grupos-item img,
	.page-template-sobre-nos__grupos-item img {
		height: 150px;
		max-width: 150px;
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.sobre__grupos-item img,
	.page-template-sobre-nos__grupos-item img {
		height: 110px;
		max-width: 110px;
	}
}

.sobre__grupos-item .h6,
.page-template-sobre-nos__grupos-item .h6 {
	font-weight: 700;
	margin: 5px 0;
}

.sobre__grupos-item p,
.page-template-sobre-nos__grupos-item p {
	font-size: 14px;
	max-width: 190px;
	opacity: 0.6;
}

@media screen and (max-width: 600px) {
	.sobre__grupos-item p,
	.page-template-sobre-nos__grupos-item p {
		font-size: 12px;
	}
}

@media screen and (max-width: 500px) {
	.sobre__grupos-item p,
	.page-template-sobre-nos__grupos-item p {
		font-size: 10px;
	}
}

.apoio__content {
	align-items: center;
	flex-wrap: wrap;
	padding: 50px 0;
}

@media screen and (max-width: 770px) {
	.apoio__content {
		padding: 50px 0;
	}
}

@media screen and (max-width: 500px) {
	.apoio__content {
		padding: 30px 0 60px;
	}
}

.apoio__content-txt {
	max-width: 670px;
	width: 55%;
}

@media screen and (max-width: 1170px) {
	.apoio__content-txt {
		width: 50%;
	}
}

@media screen and (max-width: 995px) {
	.apoio__content-txt {
		max-width: 100%;
		width: 100%;
	}
}

.apoio__content-txt p {
	color: #231f20;
	font-weight: 400;
	margin: 15px 0;
	font-size: 18px;
	line-height: 1.6em;
}

@media screen and (max-width: 770px) {
	.apoio__content-txt p {
		font-size: 16px;
	}
}

@media screen and (max-width: 500px) {
	.apoio__content-txt p {
		font-size: 14px;
	}
}

.apoio__content-img {
	height: 590px;
	max-width: 470px;
	width: 45%;
}

@media screen and (max-width: 995px) {
	.apoio__content-img {
		height: 320px;
		margin: 30px -40px 0 auto;
		max-width: 70%;
		width: 100%;
	}
}

@media screen and (max-width: 770px) {
	.apoio__content-img {
		margin: 30px -20px 0 auto;
	}
}

@media screen and (max-width: 500px) {
	.apoio__content-img {
		height: 230px;
		margin-top: 20px;
		max-width: 85%;
	}
}

.apoio__content-img img {
	border-radius: 5px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

@media screen and (max-width: 995px) {
	.apoio__content-img img {
		border-radius: 5px 0 0 5px;
	}
}

.apoio__content-img small {
	display: block;
	width: 100%;
}

.boletim__detach {
	margin: 100px auto;
}

@media screen and (max-width: 1170px) {
	.boletim__detach {
		margin: 100px 40px;
	}
}

@media screen and (max-width: 770px) {
	.boletim__detach {
		margin: 70px 20px;
	}
}

.boletim__detach .card {
	max-width: 100%;
	text-decoration: none;
	width: 100%;
}

.boletim__detach .card:hover .card__body-title {
	color: #234e70;
}

.boletim__detach .card:hover .card__body p {
	color: #231f20;
}

.boletim__detach .card:hover .card__img {
	opacity: 0.7;
}

@media screen and (max-width: 995px) {
	.boletim__detach .col-big .card .h4 {
		font-size: 14px !important;
	}
}

.boletim__detach .card__img {
	height: 300px;
	max-width: 100%;
	transition: opacity 0.5s ease-in-out;
}

@media screen and (max-width: 600px) {
	.boletim__detach .card__img {
		height: 200px;
	}
}

.boletim__detach .card__body .card__body-title {
	color: #231f20;
	display: block;
	font-size: 28px;
	text-decoration: none;
	transition: color 0.5s ease-in-out;
}

@media screen and (max-width: 600px) {
	.boletim__detach .card__body .card__body-title {
		font-size: 24px;
	}
}

.boletim__detach .card__body .card__body-title:hover {
	color: #234e70;
}

.boletim__detach .card__body p {
	transition: color 0.5s ease-in-out;
}

.boletim__detach .card .h4 {
	font-size: 22px;
}

@media screen and (max-width: 600px) {
	.boletim__detach .card .h4 {
		font-size: 18px;
	}
}

.boletim__edicoes {
	margin-bottom: 100px;
}

.boletim__edicoes .h2 {
	margin-bottom: 30px;
}

.boletim__edicoes .btn {
	border-color: #80969f;
	color: #64798d;
	margin: 30px 0;
}

.boletim__edicoes .btn:hover {
	background: transparent;
}

.boletim__edicoes .btn i {
	font-size: 22px;
	margin-right: 13px;
}

@media screen and (max-width: 500px) {
	.boletim__edicoes .btn.more__btn {
		margin: 30px auto 30px 0;
	}
}

.boletim__edicoes-select {
	position: relative;
}

.boletim__edicoes-select:after {
	background: url(../images/icons/order.svg) no-repeat;
	content: "";
	height: 21px;
	left: 30px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	width: 16px;
}

.boletim__edicoes-select select {
	padding-left: 55px;
}

.boletim__edicoes-list {
	flex-wrap: wrap;
}

.boletim__edicoes-list .card {
	margin: 1% 0;
	min-height: 142px;
	width: 49%;
}

@media screen and (max-width: 600px) {
	.boletim__edicoes-list .card {
		min-height: auto;
		width: 100%;
	}
}

.boletim__edicoes-list .card--secondary .card__body {
	margin-top: 0;
}

@media screen and (max-width: 600px) {
	.boletim__edicoes-list .card a.card__body-subtitle {
		font-size: 14px;
	}
}

.boletim .more__btn {
	color: #fff;
}

.boletim .more__btn:hover {
	color: #234e70;
}

.boletim .more__btn.disabled {
	margin: -20px 0;
}

.boletim__parcerias {
	background: #faf7c0;
	height: 270px;
	margin-top: 330px;
	padding-bottom: 30px;
	position: relative;
}

@media screen and (max-width: 995px) {
	.boletim__parcerias {
		height: auto;
		margin-top: -20px;
		padding: 50px 0 10px;
	}
}

.boletim__parcerias-content {
	left: 50%;
	position: absolute;
	top: -270px;
	transform: translateX(-50%);
	width: 100%;
}

@media screen and (max-width: 1170px) {
	.boletim__parcerias-content {
		margin: 0 20px;
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 995px) {
	.boletim__parcerias-content {
		left: 0;
		position: relative;
		top: auto;
		transform: none;
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 1170px) {
	.boletim__parcerias-content .parceiros__list {
		margin-right: 0;
	}
}

.boletim__parcerias-content .parceiros__list .card {
	background: #fff;
}

@media screen and (max-width: 995px) {
	.boletim__parcerias-content .parceiros__list .card {
		align-items: center;
		display: flex;
		height: auto;
		margin: 20px 0 0;
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.boletim__parcerias-content .parceiros__list .card {
		display: block;
	}
}

@media screen and (max-width: 995px) {
	.boletim__parcerias-content .parceiros__list .card__img {
		height: 130px;
		width: 200px;
	}

	.boletim__parcerias-content .parceiros__list .card__img img {
		object-fit: cover;
	}
}

@media screen and (max-width: 770px) {
	.boletim__parcerias-content .parceiros__list .card__img {
		height: 100px;
		width: 150px;
	}
}

@media screen and (max-width: 500px) {
	.boletim__parcerias-content .parceiros__list .card__img {
		height: 200px;
		width: 100%;
	}
}

@media screen and (max-width: 995px) {
	.boletim__parcerias-content .parceiros__list .card__body {
		margin: 0 0 0 30px;
		width: calc(100% - 240px);
	}
}

@media screen and (max-width: 770px) {
	.boletim__parcerias-content .parceiros__list .card__body {
		margin-left: 20px;
		width: calc(100% - 190px);
	}
}

@media screen and (max-width: 500px) {
	.boletim__parcerias-content .parceiros__list .card__body {
		margin: 20px 0 30px;
		width: 100%;
	}
}

.boletim__header {
	margin: 160px 0 170px !important;
}

.boletim__header-info {
	margin: 20px auto 30px;
}

@media screen and (max-width: 600px) {
	.boletim__header-info {
		margin: 10px auto 20px;
	}
}

.boletim__header-info h2,
.boletim__header-info h1 {
	font-size: 35px;
	margin: 0 0 30px;
}

@media screen and (max-width: 600px) {
	.boletim__header-info h2,
	.boletim__header-info h1 {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 500px) {
	.boletim__header-info h2,
	.boletim__header-info h1 {
		font-size: 20px;
	}
}

@media screen and (max-width: 500px) {
	.boletim__header-info p {
		font-size: 14px;
	}
}

.boletim__header-social {
	align-items: center;
	margin: 30px auto;
}

@media screen and (max-width: 600px) {
	.boletim__header-social {
		margin-top: 20px;
	}
}

.boletim__header-social p {
	margin-right: 10px;
}

@media screen and (max-width: 500px) {
	.boletim__header-social p {
		font-size: 14px;
	}
}

.boletim__header-social a {
	align-items: center;
	background: #234e70;
	border: 1px solid #fff;
	border-radius: 100%;
	height: 44px;
	justify-content: center;
	margin: 0 5px;
	text-decoration: none;
	transition: background 0.5s ease-in-out !important;
	width: 44px;
}

@media screen and (max-width: 770px) {
	.boletim__header-social a {
		height: 36px;
		width: 36px;
	}
}

.boletim__header-social a:hover {
	background: #fff;
}

.boletim__header-social a:hover i {
	color: #234e70;
}

.boletim__header-social a i {
	color: #faf7c0;
	font-size: 20px;
	margin-right: 1px !important;
}

@media screen and (max-width: 770px) {
	.boletim__header-social a i {
		font-size: 18px;
	}
}

.boletim__header-img {
	height: 525px;
	width: 100%;
}

@media screen and (max-width: 1170px) {
	.boletim__header-img {
		height: 450px;
	}
}

@media screen and (max-width: 600px) {
	.boletim__header-img {
		height: 310px;
	}
}

@media screen and (max-width: 500px) {
	.boletim__header-img {
		height: 200px;
	}
}

.boletim__header-img img {
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
	width: 100%;
}

.boletim__header-chips .chips--datas {
	border-color: #fff;
}

.boletim__header-chips .chips--datas .chips__text {
	color: #fff;
}

.boletim__header small {
	display: block;
	margin-top: 3px;
}

.boletim__header .contato__infos {
	margin: 160px 0 170px;
}

@media screen and (max-width: 995px) {
	.boletim__header .contato__infos-content {
		padding: 70px 0 190px;
	}
}

.boletim__header .contato__infos-topic {
	color: #fff;
}

.boletim__header .contato__infos-topic h2,
.boletim__header .contato__infos-topic h1 {
	font-size: 35px;
	margin: 10px 0 30px;
}

@media screen and (max-width: 1170px) {
	.boletim__header .contato__infos-topic h2,
	.boletim__header .contato__infos-topic h1 {
		font-size: 30px;
	}
}

@media screen and (max-width: 600px) {
	.boletim__header .contato__infos-topic h2,
	.boletim__header .contato__infos-topic h1 {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 500px) {
	.boletim__header .contato__infos-topic h2,
	.boletim__header .contato__infos-topic h1 {
		font-size: 20px;
	}
}

.boletim__article {
	margin: 70px auto 40px;
	max-width: 970px;
	padding-bottom: 70px;
	position: relative;
}

@media screen and (max-width: 995px) {
	.boletim__article {
		margin: 70px 40px 40px;
	}
}

@media screen and (max-width: 600px) {
	.boletim__article {
		margin: 60px 20px 30px;
	}
}

@media screen and (max-width: 500px) {
	.boletim__article {
		margin-top: 50px;
	}
}

.boletim__article p {
	font-size: 18px;
	line-height: 1.6em;
}

@media screen and (max-width: 600px) {
	.boletim__article p {
		font-size: 16px;
		line-height: 1.6em;
	}
}

.boletim__article a {
	color: #45b0e4;
	font-weight: 700;
}

.boletim__article::after {
	background: rgba(100, 121, 141, 0.2);
	bottom: 0;
	content: "";
	height: 1.5px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1170px;
}

@media screen and (max-width: 1170px) {
	.boletim__article::after {
		width: 100%;
	}
}

.posicionamentos__filtro,
.page-template-posicionamentos__filtro {
	margin-top: 80px;
}

@media screen and (max-width: 600px) {
	.posicionamentos__filtro,
	.page-template-posicionamentos__filtro {
		margin-top: 50px;
	}
}

.posicionamentos__filtro .btn,
.page-template-posicionamentos__filtro .btn {
	border-color: #80969f;
	color: #64798d;
	font-weight: 600;
	margin-bottom: 20px;
}

.posicionamentos__filtro .btn:hover,
.page-template-posicionamentos__filtro .btn:hover {
	background: transparent;
}

.posicionamentos__filtro .btn i,
.page-template-posicionamentos__filtro .btn i {
	font-size: 18px;
	margin-right: 10px;
}

.posicionamentos__list,
.page-template-posicionamentos__list {
	flex-wrap: wrap;
}

.posicionamentos__list .card,
.page-template-posicionamentos__list .card {
	margin: 1% 0;
	width: 49%;
}

@media screen and (max-width: 600px) {
	.posicionamentos__list .card,
	.page-template-posicionamentos__list .card {
		margin: 15px 0 0;
		width: 100%;
	}
}

.posicionamentos__list .card--secondary .card__body,
.page-template-posicionamentos__list .card--secondary .card__body {
	margin: 10px 20px 15px;
}

@media screen and (max-width: 995px) {
	.posicionamentos__list .card--secondary .card__body,
	.page-template-posicionamentos__list .card--secondary .card__body {
		margin: 5px 15px 10px;
	}
}

@media screen and (max-width: 600px) {
	.posicionamentos__list .card--secondary .card__body,
	.page-template-posicionamentos__list .card--secondary .card__body {
		margin: 0 10px 7px;
	}
}

.posicionamentos__list .card p,
.page-template-posicionamentos__list .card p {
	font-size: 16px;
}

@media screen and (max-width: 600px) {
	.posicionamentos__list .card p,
	.page-template-posicionamentos__list .card p {
		font-size: 14px;
	}
}

.posicionamentos .more__btn,
.page-template-posicionamentos .more__btn {
	margin-top: 20px;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

@media screen and (max-width: 500px) {
	.posicionamentos .more__btn,
	.page-template-posicionamentos .more__btn {
		margin: 20px auto 0 0;
	}
}

.posicionamentos .more__btn.disabled,
.page-template-posicionamentos .more__btn.disabled {
	margin: -20px auto -40px;
}

.posicionamentos .newsletter,
.page-template-posicionamentos .newsletter {
	margin-top: 100px;
}

.publicacoes__content {
	margin: 50px auto 80px;
}

@media screen and (max-width: 1170px) {
	.publicacoes__content {
		margin: 50px 40px 80px;
	}
}

@media screen and (max-width: 770px) {
	.publicacoes__content {
		margin: 50px 0px;
	}

	.card__box-publi {
		gap: 20px;
	}
}

.publicacoes__content .h2 {
	margin-bottom: 30px;
}

.publicacoes__content-list {
	flex-wrap: wrap;
}

.publicacoes__content-list .card {
	height: 220px;
	margin: 1% 0 2%;
	position: relative;
	width: 48.5%;
}

@media screen and (max-width: 995px) {
	.publicacoes__content-list .card {
		height: 200px;
	}
}

@media screen and (max-width: 770px) {
	.publicacoes__content-list .card {
		height: auto;
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.publicacoes__content-list .card {
		margin: 10px 0;
	}
}

.publicacoes__content-list .card--secondary .card__body {
	margin: 10px 20px 15px;
}

@media screen and (max-width: 995px) {
	.publicacoes__content-list .card--secondary .card__body {
		margin: 0 10px 5px;
	}
}

@media screen and (max-width: 770px) {
	.publicacoes__content-list .card--secondary .card__body {
		margin: 0 5px 3px;
	}
}

.publicacoes__content-list .card p {
	font-size: 16px;
}

.publicacoes__content-btns {
	bottom: 30px;
	position: absolute;
}

@media screen and (max-width: 995px) {
	.publicacoes__content-btns {
		bottom: 20px;
	}
}

@media screen and (max-width: 770px) {
	.publicacoes__content-btns {
		margin: 50px 0 -10px;
		position: relative;
	}
}

@media screen and (max-width: 500px) {
	.publicacoes__content-btns {
		margin-top: 35px;
	}
}

@media screen and (max-width: 500px) {
	.publicacoes__content-btns {
		flex-direction: column;
	}
}

.publicacoes__content-btns .btn {
	height: 44px;
	margin-right: 20px;
	padding: 10px 30px;
}

@media screen and (max-width: 1170px) {
	.publicacoes__content-btns .btn {
		font-size: 15px;
		margin-right: 15px;
		padding: 10px 20px;
	}
}

@media screen and (max-width: 995px) {
	.publicacoes__content-btns .btn {
		font-size: 14px;
		margin-right: 10px;
		padding: 5px 15px;
	}
}

@media screen and (max-width: 770px) {
	.publicacoes__content-btns .btn {
		height: 36px;
		margin-top: 10px;
	}
}

@media screen and (max-width: 500px) {
	.publicacoes__content .more .flex--ct {
		justify-content: flex-start;
	}
}

.publicacoes__content .more__btn {
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	margin-top: 20px;
}

.publicacoes__content .more__btn.disabled {
	margin: -20px auto -40px;
}

.foruns__txt {
	margin: 70px auto;
}

@media screen and (max-width: 1170px) {
	.foruns__txt {
		margin: 70px 40px;
	}
}

@media screen and (max-width: 770px) {
	.foruns__txt {
		margin: 30px 20px;
	}
}

.foruns__txt p {
	color: #494949;
	font-size: 18px;
	margin: 30px 0;
}

@media screen and (max-width: 600px) {
	.foruns__txt p {
		font-size: 14px;
	}
}

.foruns .h4 {
	font-weight: 700;
	margin: 0 0 30px;
}

@media screen and (max-width: 1170px) {
	.foruns__tabs.abas--secondary .abas__topic {
		width: auto;
	}
}

@media screen and (max-width: 500px) {
	.foruns__tabs.abas--secondary .abas__topic {
		justify-content: flex-start;
	}
}

.foruns__tabs .abas__body p {
	color: #231f20;
}

.foruns__tabs.abas--secondary .abas__topic-item {
	height: auto;
	font-size: 18px;
	padding-bottom: 20px;
}

@media screen and (max-width: 1170px) {
	.foruns__tabs.abas--secondary .abas__topic-item {
		width: 20%;
	}
}

@media screen and (max-width: 995px) {
	.foruns__tabs.abas--secondary .abas__topic-item {
		padding-bottom: 10px;
		width: 23%;
	}
}

@media screen and (max-width: 600px) {
	.foruns__tabs.abas--secondary .abas__topic-item {
		font-size: 14px;
		width: 23%;
	}
}

@media screen and (max-width: 500px) {
	.foruns__tabs.abas--secondary .abas__topic-item {
		font-size: 10px;
		margin-right: 10px;
		padding-bottom: 5px;
		width: 23%;
	}
}

.foruns__content {
	margin: 100px auto;
}

@media screen and (max-width: 1170px) {
	.foruns__content {
		margin: 100px 40px;
	}
}

@media screen and (max-width: 770px) {
	.foruns__content {
		margin: 70px 20px;
	}
}

@media screen and (max-width: 600px) {
	.foruns__content {
		flex-wrap: wrap;
		margin: 30px 20px 50px;
	}
}

.foruns__content-img {
	height: 385px;
	max-width: 500px;
	width: 47%;
}

@media screen and (max-width: 600px) {
	.foruns__content-img {
		height: 280px;
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.foruns__content-img {
		height: 200px;
	}
}

.foruns__content-img img {
	border-radius: 5px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.foruns__content-img small {
	color: #231f20;
	display: block;
	margin-top: 3px;
	opacity: 0.4;
}

.foruns__content-txt {
	width: 48%;
}

@media screen and (max-width: 600px) {
	.foruns__content-txt {
		margin-top: 50px;
		width: 100%;
	}
}

.foruns__content-txt .h3 {
	margin: 0;
}

@media screen and (max-width: 500px) {
	.foruns__content-txt .h3 {
		font-size: 28px;
	}
}

.foruns__content-txt .h4 {
	background: #faf7c0;
	border-radius: 5px;
	color: #234e70;
	font-weight: 700;
	margin: 35px 0;
	padding: 10px 20px;
	width: 100%;
}

@media screen and (max-width: 600px) {
	.foruns__content-txt .h4 {
		font-size: 16px;
		margin: 25px 0 20px;
	}
}

.foruns__content-txt p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6em;
	margin-top: 30px;
}

@media screen and (max-width: 600px) {
	.foruns__content-txt p {
		font-size: 14px;
		margin-top: 20px;
	}
}

.foruns__lideres {
	background: #faf7c0;
	padding: 25px 0;
}

.foruns__lideres-list {
	flex-wrap: wrap;
}

.foruns__lideres-item {
	margin: 10px 40px 30px;
	text-align: center;
	width: 18%;
}

@media screen and (max-width: 1170px) {
	.foruns__lideres-item {
		width: 23%;
	}
}

@media screen and (max-width: 995px) {
	.foruns__lideres-item {
		margin: 0 20px 20px;
		width: 40%;
	}
}

@media screen and (max-width: 600px) {
	.foruns__lideres-item {
		margin: 0 10px 20px;
		width: 44%;
	}
}

.foruns__lideres-item img {
	border-radius: 10px;
	height: 200px;
	object-fit: cover;
	width: 200px;
}

@media screen and (max-width: 600px) {
	.foruns__lideres-item img {
		height: 130px;
		width: 130px;
	}
}

.foruns__lideres-item .h5 {
	font-weight: 700;
	margin: 10px 0 5px;
}

.foruns__lideres-item .h6 {
	opacity: 0.6;
}

.foruns__lideres .h4 {
	font-weight: 700;
	margin: 0 0 30px;
}

.foruns__forca {
	margin: 70px auto;
}

@media screen and (max-width: 1170px) {
	.foruns__forca {
		margin: 70px 40px;
	}
}

@media screen and (max-width: 770px) {
	.foruns__forca {
		margin: 50px 20px;
	}
}

.foruns__forca-list {
	flex-wrap: wrap;
}

.foruns__forca .card {
	margin: 1% 0;
	width: 49%;
}

@media screen and (max-width: 600px) {
	.foruns__forca .card {
		margin: 10px 0;
		width: 100%;
	}
}

.foruns__forca .card__img {
	height: 80px !important;
	width: 170px !important;
}

@media screen and (max-width: 600px) {
	.foruns__forca .card__img {
		height: 70px !important;
		width: 130px !important;
	}
}

.foruns__forca .card__body {
	width: calc(100% - 200px) !important;
}

@media screen and (max-width: 600px) {
	.foruns__forca .card__body {
		width: calc(100% - 150px) !important;
	}
}

.foruns__forca .h4 {
	font-weight: 700;
	margin: 0 0 30px;
}

.agenda__content {
	margin: 60px auto;
}

@media screen and (max-width: 1170px) {
	.agenda__content {
		margin: 50px 40px 70px;
	}
}

@media screen and (max-width: 600px) {
	.agenda__content {
		margin: 50px 20px;
	}
}

.agenda__content .h2 {
	font-size: 28px;
	margin: 0 0 50px;
}

@media screen and (max-width: 995px) {
	.agenda__content .h2 {
		margin-bottom: 20px;
	}
}

.agenda__content-title {
	align-items: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 995px) {
	.agenda__content-title {
		align-items: flex-start;
		flex-direction: column-reverse;
		margin-bottom: 15px;
	}

	.agenda__content-title .chips {
		margin-bottom: 20px;
	}
}

.agenda__content-btns .btn {
	justify-content: center;
	margin-top: 30px;
}

.agenda__content-btns .btn.col-6 {
	width: 46%;
}

@media screen and (max-width: 995px) {
	.agenda__content-btns .btn.col-6 {
		width: 48%;
	}
}

.agenda__content-btns .btn i {
	font-size: 20px;
	margin-right: 15px;
	transition: none;
}

@media screen and (max-width: 995px) {
	.agenda__content .btn {
		height: 44px;
		padding: 10px 20px;
	}
}

@media screen and (max-width: 600px) {
	.agenda__content .btn {
		height: 36px;
		font-size: 14px;
	}

	.agenda__content .btn i {
		font-size: 16px;
		margin-right: 10px;
	}
}

.agenda__content .accordion .h4 {
	color: #231f20;
	font-weight: 700;
	margin: 0;
}

.agenda__content .accordion .h5 {
	font-weight: 700;
	margin: 0 0 30px;
}

@media screen and (max-width: 995px) {
	.agenda__content .accordion .h5 {
		margin-bottom: 20px;
	}
}

.agenda__content .accordion p {
	font-weight: 350;
	margin: 0;
}

@media screen and (max-width: 995px) {
	.agenda__content .accordion p {
		font-size: 17px;
		font-weight: 400;
	}
}

@media screen and (max-width: 600px) {
	.agenda__content .accordion p {
		font-size: 14px;
	}
}

.agenda__content .accordion.active .accordion__header {
	background: #64798d;
}

.agenda__content .accordion__body.flex--sb {
	flex-wrap: wrap;
	position: relative;
}

@media screen and (max-width: 600px) {
	.agenda__content .accordion__body.flex--sb {
		flex-wrap: wrap;
		padding-bottom: 0;
	}
}

.agenda__content .accordion__body.flex--sb::before {
	background: #64798d;
	content: "";
	height: 90%;
	left: 50%;
	opacity: 0.1;
	position: absolute;
	top: 20px;
	transform: translateX(-50%);
	width: 1px;
}

@media screen and (max-width: 600px) {
	.agenda__content .accordion__body.flex--sb::before {
		display: none;
	}
}

.agenda__content .accordion__body.flex--sb .agenda__content-evento {
	max-width: 505px;
	position: relative;
	width: 48%;
}

@media screen and (max-width: 600px) {
	.agenda__content .accordion__body.flex--sb .agenda__content-evento {
		margin-bottom: 25px;
		max-width: 100%;
		padding-bottom: 15px;
		width: 100%;
	}
}

.agenda__content .accordion__body.flex--sb .agenda__content-evento::after {
	background: transparent;
	content: "";
	height: 1px;
	left: 50%;
	opacity: 0.1;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.agenda__content
	.accordion__body.flex--sb
	.agenda__content-evento:not(:first-child):not(:nth-child(2)) {
	margin-top: 50px;
	padding-top: 30px;
}

@media screen and (max-width: 600px) {
	.agenda__content
		.accordion__body.flex--sb
		.agenda__content-evento:not(:first-child):not(:nth-child(2)) {
		margin-top: 0;
		padding-top: 20px;
	}
}

.agenda__content
	.accordion__body.flex--sb
	.agenda__content-evento:not(:first-child):not(:nth-child(2))::after {
	background: #64798d;
}

@media screen and (max-width: 600px) {
	.agenda__content
		.accordion__body.flex--sb
		.agenda__content-evento:nth-child(2) {
		margin-top: 0;
		padding-top: 20px;
	}
}

@media screen and (max-width: 600px) {
	.agenda__content
		.accordion__body.flex--sb
		.agenda__content-evento:nth-child(2):after {
		background: #64798d;
	}
}

.parceiros .banner {
	margin-bottom: 70px;
}

.parceiros__list {
	flex-wrap: wrap;
	margin-right: -5%;
	padding-bottom: 80px;
	position: relative;
}

.parceiros__list::before {
	background: #fff;
	border-radius: 10px;
	content: "";
	height: 320px;
	left: 47.5%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 1190px;
	z-index: -1;
}

@media screen and (max-width: 1170px) {
	.parceiros__list::before {
		width: 98%;
	}
}

.parceiros__list .card {
	height: 370px;
}

@media screen and (max-width: 995px) {
	.parceiros__list .card {
		width: 46%;
	}
}

@media screen and (max-width: 600px) {
	.parceiros__list .card {
		height: 280px;
	}
}

@media screen and (max-width: 500px) {
	.parceiros__list .card {
		height: auto;
		padding-bottom: 20px;
		width: 100%;
	}
}

.parceiros__list .card__body-title {
	font-size: 16px;
	font-weight: 400;
}

@media screen and (max-width: 600px) {
	.parceiros__list .card__body-title {
		margin-top: 20px;
		font-size: 14px;
	}
}

.eleicoes__txt {
	margin: 60px auto 50px;
}

@media screen and (max-width: 1170px) {
	.eleicoes__txt {
		margin: 60px 40px 50px;
	}
}

@media screen and (max-width: 770px) {
	.eleicoes__txt {
		margin: 50px 20px 40px;
	}
}

.eleicoes__txt p {
	color: #494949;
	font-weight: 400;
	line-height: 1.6em;
	margin: 25px 0;
}

.eleicoes__articles .h3,
.eleicoes__videos .h3 {
	margin: 30px 0;
}

.eleicoes__articles-list,
.eleicoes__videos-list {
	flex-wrap: wrap;
}

.eleicoes__articles-list .card,
.eleicoes__videos-list .card {
	margin: 1% 0;
	width: 49%;
}

@media screen and (max-width: 770px) {
	.eleicoes__articles-list .card,
	.eleicoes__videos-list .card {
		width: 100%;
	}
}

.eleicoes__materials .h3 {
	margin: 30px 0;
}

.eleicoes__materials-list {
	flex-wrap: wrap;
	margin: 0 -1%;
}

.eleicoes__materials-list .card {
	border-radius: 5px;
	height: 260px;
	margin: 1%;
	padding: 20px 30px;
	position: relative;
	width: 31.3%;
}

@media screen and (max-width: 995px) {
	.eleicoes__materials-list .card {
		height: auto;
		padding: 15px 20px;
		width: 100%;
	}
}

.eleicoes__materials-list .card__body-subtitle {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.1em;
}

@media screen and (max-width: 995px) {
	.eleicoes__materials-list .card__body-subtitle {
		font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
	.eleicoes__materials-list .card__body-subtitle {
		font-size: 14px;
	}
}

.eleicoes__materials-list .card .btn {
	bottom: 30px;
	height: 44px;
	position: absolute;
}

@media screen and (max-width: 995px) {
	.eleicoes__materials-list .card .btn {
		bottom: auto;
		height: 36px;
		font-size: 15px;
		margin: 30px 0 10px;
		position: relative;
	}
}

@media screen and (max-width: 600px) {
	.eleicoes__materials-list .card .btn {
		font-size: 14px;
	}
}

.eleicoes__videos {
	margin-bottom: 70px;
}

.eleicoes__videos .card:hover .card__img::before {
	opacity: 0.2;
}

.eleicoes__videos .card:hover img {
	opacity: 1 !important;
}

.eleicoes__videos .card__img {
	height: 70px !important;
	position: relative;
	width: 70px !important;
}

.eleicoes__videos .card__img:before,
.eleicoes__videos .card__img:after {
	content: "";
	position: absolute;
}

.eleicoes__videos .card__img:before {
	background: #231f20;
	border-radius: 10px;
	height: 100%;
	left: 0;
	opacity: 0.7;
	top: 0;
	transition: opacity 0.5s ease-in-out;
	width: 100%;
}

.eleicoes__videos .card__img:after {
	background: url(../images/icons/play.svg) no-repeat;
	height: 21px;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	width: 16px;
}

.eleicoes__videos .card__body {
	width: calc(100% - 85px) !important;
}

.eleicoes__videos .btn {
	margin: 30px auto 30px 0;
}

.visao__pilares {
	padding: 50px 0 60px;
	position: relative;
}

.visao__pilares-text.h4 {
	max-width: 600px;
}

@media screen and (max-width: 995px) {
	.visao__pilares {
		padding: 30px 0;
	}
}

@media screen and (max-width: 600px) {
	.visao__pilares {
		margin-bottom: 30px;
	}
}

.visao__pilares p {
	color: #494949;
	font-weight: 400;
	line-height: 1.5em;
	max-width: 670px;
}

@media screen and (max-width: 1170px) {
	.visao__pilares p {
		max-width: 100%;
		width: 50%;
	}
}

@media screen and (max-width: 600px) {
	.visao__pilares p {
		font-size: 14px;
		width: 100%;
	}
}

.visao__pilares-img {
	border: 10px solid #fff;
	border-radius: 5px;
	height: 610px;
	position: absolute;
	right: -135px;
	top: 80px;
	width: 540px;
	z-index: 2;
}

@media screen and (max-width: 1380px) {
	.visao__pilares-img {
		border-right: 0;
		border-radius: 5px 0 0 5px;
		right: -55px;
		width: 40%;
	}
}

@media screen and (max-width: 1170px) {
	.visao__pilares-img {
		right: -40px;
		width: 45%;
	}
}

@media screen and (max-width: 995px) {
	.visao__pilares-img {
		height: 500px;
	}
}

@media screen and (max-width: 770px) {
	.visao__pilares-img {
		right: -20px;
	}
}

@media screen and (max-width: 600px) {
	.visao__pilares-img {
		border-right: 10px solid #fff;
		border-left: 0;
		border-radius: 0 5px 5px 0;
		height: 300px;
		position: relative;
		left: -20px;
		margin: -60px 0 -110px;
		right: auto;
		width: 65%;
	}
}

@media screen and (max-width: 500px) {
	.visao__pilares-img {
		height: 250px;
		width: 80%;
	}
}

.visao__pilares-img img {
	border-radius: 5px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

@media screen and (max-width: 1380px) {
	.visao__pilares-img img {
		border-radius: 5px 0 0 5px;
	}
}

@media screen and (max-width: 600px) {
	.visao__pilares-img img {
		border-radius: 0 5px 5px 0;
	}
}

.visao__pilares-img small {
	color: #fff;
	display: block;
	margin: 12px 0 0 -10px;
	opacity: 0.6;
}

@media screen and (max-width: 600px) {
	.visao__pilares-img small {
		display: block;
		text-align: right;
		width: 100%;
	}
}

.visao__meet {
	background: #234e70;
	color: #faf7c0;
	height: 665px;
	padding-top: 70px;
}

@media screen and (max-width: 995px) {
	.visao__meet {
		height: auto;
		padding-bottom: 290px;
	}
}

@media screen and (max-width: 600px) {
	.visao__meet {
		padding-top: 200px;
	}
}

.visao__meet .h4 {
	font-size: 22px;
	font-weight: 550;
	line-height: 1.6em;
	max-width: 700px;
	margin: 0 0 35px;
}

@media screen and (max-width: 1170px) {
	.visao__meet .h4 {
		max-width: 100%;
		width: 50%;
	}
}

@media screen and (max-width: 995px) {
	.visao__meet .h4 {
		font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
	.visao__meet .h4 {
		width: 100%;
	}
}

.visao__meet .btn {
	background: #faf7c0;
	border-color: #faf7c0;
	color: #234e70;
	font-weight: 500;
}

.visao__meet .btn:hover {
	background: #234e70;
	color: #faf7c0;
}

.visao__box {
	align-items: center;
	background: #faf7c0;
	border: 10px solid #fff;
	border-radius: 5px;
	margin-top: -220px;
	padding: 65px 55px;
}

@media screen and (max-width: 995px) {
	.visao__box {
		padding: 30px 35px;
	}
}

@media screen and (max-width: 600px) {
	.visao__box {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 500px) {
	.visao__box {
		border-width: 7px;
		padding: 20px 25px 25px;
	}
}

.visao__box-video {
	height: 330px;
	margin-right: 30px;
	width: 600px;
}

@media screen and (max-width: 1170px) {
	.visao__box-video {
		height: 250px;
		width: 55%;
	}
}

@media screen and (max-width: 995px) {
	.visao__box-video {
		height: 210px;
		width: 75%;
	}
}

@media screen and (max-width: 600px) {
	.visao__box-video {
		margin: 20px 0 0;
		width: 100%;
	}
}

.visao__box-video video {
	border-radius: 5px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.visao__box-txt {
	color: #234e70;
	width: 435px;
}

@media screen and (max-width: 600px) {
	.visao__box-txt {
		width: 100%;
	}
}

.visao__box-txt .h5 {
	margin: 0 0 10px;
}

@media screen and (max-width: 1170px) {
	.visao__box-txt .h2 {
		font-size: 30px;
	}
}

@media screen and (max-width: 995px) {
	.visao__box-txt .h2 {
		font-size: 26px;
	}
}

@media screen and (max-width: 500px) {
	.visao__box-txt .h2 {
		font-size: 22px;
	}
}

.visao__material {
	align-items: center;
	margin: 70px auto 60px;
	max-width: 970px;
}

@media screen and (max-width: 1170px) {
	.visao__material {
		margin: 70px 40px 60px;
	}
}

@media screen and (max-width: 770px) {
	.visao__material {
		margin: 50px 20px;
	}
}

@media screen and (max-width: 600px) {
	.visao__material {
		flex-wrap: wrap;
	}
}

.visao__material .h2 {
	max-width: 370px;
}

@media screen and (max-width: 600px) {
	.visao__material .h2 {
		width: 100%;
	}
}

.visao__material-btns {
	width: 570px;
}

@media screen and (max-width: 600px) {
	.visao__material-btns {
		margin-top: 10px;
		width: 100%;
	}
}

.visao__material-btns .btn {
	justify-content: center;
	margin: 10px 0;
	width: 100%;
}

.visao__material-btns .btn:hover {
	background: #64798d;
	border-color: #64798d;
	color: #fff;
}

.videos__topic {
	margin-bottom: 70px;
}

.videos__topic .h2 {
	margin: 30px 0;
}

.videos__topic-list {
	flex-wrap: wrap;
}

.videos__topic-list .card {
	margin: 1% 0;
	width: 49%;
}

@media screen and (max-width: 600px) {
	.videos__topic-list .card {
		width: 100%;
	}
}

.videos__topic-list .card:hover .card__img::before {
	opacity: 0.2;
}

.videos__topic-list .card:hover img {
	opacity: 1 !important;
}

.videos__topic-list .card__img {
	height: 70px !important;
	position: relative;
	width: 70px !important;
}

.videos__topic-list .card__img:before,
.videos__topic-list .card__img:after {
	content: "";
	position: absolute;
}

.videos__topic-list .card__img:before {
	background: #231f20;
	border-radius: 10px;
	height: 100%;
	left: 0;
	opacity: 0.7;
	top: 0;
	transition: opacity 0.5s ease-in-out;
	width: 100%;
}

.videos__topic-list .card__img:after {
	background: url(../images/icons/play.svg) no-repeat;
	height: 21px;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	width: 16px;
}

.videos__topic-list .card__body {
	width: calc(100% - 85px) !important;
}

.painel__status {
	margin: 60px auto;
}

@media screen and (max-width: 1170px) {
	.painel__status {
		margin: 50px 40px;
	}
}

@media screen and (max-width: 770px) {
	.painel__status {
		margin: 50px 20px;
	}
}

.painel__status p.h5 {
	font-weight: 400;
	margin: 0 0 60px;
}

@media screen and (max-width: 1170px) {
	.painel__status p.h5 {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 770px) {
	.painel__status p.h5 {
		margin-bottom: 30px;
	}
}

.painel__status-topic {
	max-width: 525px;
	width: 47%;
}

@media screen and (max-width: 600px) {
	.painel__status-topic {
		width: 100%;
	}
}

.painel__status-topic .chips {
	margin-bottom: 40px;
}

@media screen and (max-width: 995px) {
	.painel__status-topic .chips {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 770px) {
	.painel__status-topic .chips {
		margin-bottom: 20px;
	}
}

.painel__status-topic li {
	line-height: 1.6em;
}

@media screen and (max-width: 770px) {
	.painel__status-topic li {
		font-size: 16px;
	}
}

@media screen and (max-width: 600px) {
	.painel__status-topic li {
		font-size: 14px;
	}
}

.painel__status-topic li a {
	color: #45b0e4;
	font-weight: 700;
	transition: color 0.5s ease-in-out;
}

.painel__status-topic li a:hover {
	color: #234e70;
}

@media screen and (max-width: 600px) {
	.painel__status .accordion__body {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 995px) {
	.painel__status .accordion--secondary.active .accordion__body {
		padding-bottom: 5px;
	}
}

.atuacao__filtro {
	margin-top: 60px;
}

.atuacao__filtro .h2 {
	margin-bottom: 30px;
}

.atuacao__filtro .btn {
	border-color: #80969f;
	color: #64798d;
	font-weight: 600;
	margin-bottom: 20px;
}

.atuacao__filtro .btn:hover {
	background: transparent;
}

.atuacao__filtro .btn i {
	font-size: 18px;
	margin-right: 10px;
}

.atuacao__filtro-select {
	position: relative;
}

.atuacao__filtro-select:after {
	background: url(../images/icons/filter.svg) no-repeat;
	background-size: contain;
	content: "";
	height: 20px;
	left: 27px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	width: 22px;
}

.atuacao__filtro-select select {
	padding-left: 57px;
}

.atuacao__list {
	margin-bottom: 100px;
}

@media screen and (max-width: 995px) {
	.atuacao__list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 995px) {
	.atuacao__list .h2 {
		font-size: 26px;
	}
}

@media screen and (max-width: 770px) {
	.atuacao__list .h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

.atuacao__list .card.flex--sb {
	padding: 20px 25px;
	width: 100%;
}

@media screen and (max-width: 995px) {
	.atuacao__list .card.flex--sb {
		padding: 20px 15px;
		position: relative;
	}
}

.atuacao__list .card.flex--sb .card__img {
	height: 205px;
	width: 170px;
}

@media screen and (max-width: 995px) {
	.atuacao__list .card.flex--sb .card__img {
		height: 70px;
		position: absolute;
		right: 15px;
		top: 15px;
		width: 70px;
	}
}

.atuacao__list .card.flex--sb .card__body {
	margin: 0;
	width: calc(100% - 205px);
}

@media screen and (max-width: 995px) {
	.atuacao__list .card.flex--sb .card__body {
		width: 100%;
	}
}

.atuacao__list .card.flex--sb .card__body-title {
	margin: 10px 0 0;
}

@media screen and (max-width: 995px) {
	.atuacao__list .card.flex--sb .card__body-title {
		font-size: 20px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 770px) {
	.atuacao__list .card.flex--sb .card__body-title {
		font-size: 14px;
		max-width: calc(100% - 90px);
	}
}

.atuacao__list .card.flex--sb .card__body p {
	color: #231f20;
	margin: 15px 0 20px;
	max-width: 100%;
}

@media screen and (max-width: 995px) {
	.atuacao__list .card.flex--sb .card__body p {
		font-size: 16px;
	}
}

@media screen and (max-width: 770px) {
	.atuacao__list .card.flex--sb .card__body p {
		font-size: 14px;
		margin: 15px 0;
		max-height: 5ch;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: break-spaces;
	}
}

.atuacao__list .card.flex--sb .card__body .btn {
	height: 44px;
	padding: 10px 30px;
}

@media screen and (max-width: 995px) {
	.atuacao__list .card.flex--sb .card__body .btn {
		font-size: 16px;
	}
}

@media screen and (max-width: 770px) {
	.atuacao__list .card.flex--sb .card__body .btn {
		font-size: 14px;
	}
}

@media screen and (max-width: 500px) {
	.atuacao__list .card.flex--sb .card__body .btn {
		height: auto;
		padding: 8px 20px;
	}
}

.atuacao__list .card.flex--sb .card__body .chips {
	margin-top: 0;
}

@media screen and (max-width: 995px) {
	.atuacao__list .card.flex--sb .card__body .chips {
		font-size: 16px;
	}
}

@media screen and (max-width: 770px) {
	.atuacao__list .card.flex--sb .card__body .chips {
		font-size: 14px;
	}
}

.atuacao__agenda {
	margin: 80px auto;
}

@media screen and (max-width: 1170px) {
	.atuacao__agenda {
		margin: 80px 40px;
	}
}

@media screen and (max-width: 770px) {
	.atuacao__agenda {
		margin: 50px 20px;
	}
}

.atuacao__agenda .h2 {
	margin: 0 0 50px;
}

@media screen and (max-width: 995px) {
	.atuacao__agenda .h2 {
		margin-bottom: 30px;
	}
}

.atuacao__agenda-title {
	align-items: center;
}

@media screen and (max-width: 1170px) {
	.atuacao__agenda-title {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 770px) {
	.atuacao__agenda-title {
		align-items: flex-start;
		flex-direction: column-reverse;
		justify-content: flex-start;
	}
}

@media screen and (max-width: 770px) {
	.atuacao__agenda-title .chips {
		margin-bottom: 15px;
	}
}

.atuacao__agenda-evento {
	margin-top: 40px;
	padding-top: 20px;
	position: relative;
}

.atuacao__agenda-evento:first-child {
	margin-top: 0;
	padding-top: 0;
}

.atuacao__agenda-evento:first-child:before {
	display: none;
}

.atuacao__agenda-evento::before {
	background: #64798d;
	content: "";
	height: 1px;
	left: 0;
	opacity: 0.1;
	position: absolute;
	top: 0;
	width: 100%;
}

@media screen and (max-width: 770px) {
	.atuacao__agenda-evento::before {
		top: -5px;
	}
}

@media screen and (max-width: 1170px) {
	.atuacao .accordion {
		margin-bottom: 30px;
	}
}

.atuacao .accordion .h4 {
	color: #64798d;
	margin: 0;
}

@media screen and (max-width: 1170px) {
	.atuacao .accordion .h4 {
		max-width: 85%;
	}
}

@media screen and (max-width: 770px) {
	.atuacao .accordion .h4 {
		max-width: 100%;
	}
}

.atuacao .accordion .h5 {
	font-weight: 700;
	margin: 0 0 30px;
}

.atuacao .accordion p {
	margin: 0;
}

.atuacao .accordion .btn {
	height: 44px;
	margin-top: 30px;
	padding: 10px 30px;
}

@media screen and (max-width: 770px) {
	.atuacao .accordion .btn {
		font-size: 14px;
		padding: 10px 25px;
	}
}

.atuacao .accordion .btn i {
	font-size: 20px;
	margin-right: 15px;
	transition: none;
}

@media screen and (max-width: 770px) {
	.atuacao .accordion .btn i {
		font-size: 16px;
	}
}

.forca__txt {
	margin: 60px auto 40px;
}

@media screen and (max-width: 1170px) {
	.forca__txt {
		margin: 50px 40px 40px;
	}
}

@media screen and (max-width: 770px) {
	.forca__txt {
		margin: 50px 20px 40px;
	}
}

.forca__txt p {
	color: #494949;
	font-size: 18px;
}

@media screen and (max-width: 600px) {
	.forca__txt p {
		font-size: 14px;
	}
}

.forca__list {
	flex-wrap: wrap;
	margin-bottom: 100px;
}

@media screen and (max-width: 770px) {
	.forca__list {
		margin-bottom: 70px;
	}
}

.forca__list .card {
	margin: 1% 0;
	width: 49%;
}

@media screen and (max-width: 600px) {
	.forca__list .card {
		margin: 10px 0;
		width: 100%;
	}
}

.forca__list .card__img {
	height: 80px !important;
	width: 170px !important;
}

@media screen and (max-width: 600px) {
	.forca__list .card__img {
		height: 70px !important;
		width: 130px !important;
	}
}

.forca__list .card__body {
	width: calc(100% - 200px) !important;
}

@media screen and (max-width: 600px) {
	.forca__list .card__body {
		width: calc(100% - 150px) !important;
	}
}

.interna-forca__content {
	margin: 100px auto 60px;
}

@media screen and (max-width: 1170px) {
	.interna-forca__content {
		margin: 100px 40px 60px;
	}
}

@media screen and (max-width: 995px) {
	.interna-forca__content {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 770px) {
	.interna-forca__content {
		margin: 50px 20px;
	}
}

.interna-forca__content-txt {
	max-width: 570px;
	width: 47%;
}

@media screen and (max-width: 995px) {
	.interna-forca__content-txt {
		max-width: 100%;
		width: 100%;
	}
}

.interna-forca__content-txt .h2 {
	margin: 0;
}

.interna-forca__content-txt p {
	color: #231f20;
	font-size: 18px;
	line-height: 1.6em;
	margin: 0 0 30px;
}

@media screen and (max-width: 995px) {
	.interna-forca__content-txt p {
		font-size: 14px;
		line-height: 1.6em;
	}
}

.interna-forca__content-txt a {
	color: #45b0e4;
	font-weight: 700;
	transition: color 0.5s ease-in-out;
}

.interna-forca__content-txt a:hover {
	color: #234e70;
}

.interna-forca__content-img {
	height: 420px;
	max-width: 550px;
	width: 47%;
}

@media screen and (max-width: 995px) {
	.interna-forca__content-img {
		height: 300px;
		margin-left: -40px;
		width: 70%;
	}
}

@media screen and (max-width: 770px) {
	.interna-forca__content-img {
		margin-left: -20px;
	}
}

@media screen and (max-width: 600px) {
	.interna-forca__content-img {
		height: 250px;
		width: 80%;
	}
}

@media screen and (max-width: 500px) {
	.interna-forca__content-img {
		height: 170px;
	}
}

.interna-forca__content-img img {
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

@media screen and (max-width: 995px) {
	.interna-forca__content-img img {
		border-radius: 0 10px 10px 0;
	}
}

@media screen and (max-width: 995px) {
	.interna-forca__content-img small {
		display: block;
		text-align: right;
		width: 100%;
	}
}

.interna-forca__lideres {
	background: #faf7c0;
	padding: 25px 0 10px;
}

.interna-forca__lideres .h4 {
	font-weight: 700;
	margin-bottom: 30px;
}

.interna-forca__lideres-list {
	flex-wrap: wrap;
}

.interna-forca__lideres-item {
	margin: 0 40px 20px;
	text-align: center;
}

@media screen and (max-width: 995px) {
	.interna-forca__lideres-item {
		margin: 0 20px 20px;
	}
}

@media screen and (max-width: 600px) {
	.interna-forca__lideres-item {
		margin: 0 10px 20px;
	}
}

.interna-forca__lideres-item img {
	border-radius: 10px;
	height: 200px;
	object-fit: cover;
	width: 200px;
}

@media screen and (max-width: 600px) {
	.interna-forca__lideres-item img {
		height: 130px;
		width: 130px;
	}
}

.interna-forca__lideres-item .h5 {
	font-weight: 700;
	margin: 10px 0 5px;
}

.interna-forca__lideres-item .h6 {
	opacity: 0.6;
}

.interna-forca__more {
	padding: 50px 0 100px;
}

@media screen and (max-width: 600px) {
	.interna-forca__more {
		flex-wrap: wrap;
		padding: 20px 0 50px;
	}
}

.interna-forca__more .h4 {
	font-weight: 700;
	margin-bottom: 30px;
}

@media screen and (max-width: 995px) {
	.interna-forca__more .h4 {
		margin: 30px 0 10px;
	}
}

.interna-forca__more-forum {
	width: 40%;
}

@media screen and (max-width: 995px) {
	.interna-forca__more-forum {
		width: 47%;
	}
}

@media screen and (max-width: 600px) {
	.interna-forca__more-forum {
		width: 100%;
	}
}

.interna-forca__more-participantes {
	width: 60%;
}

@media screen and (max-width: 600px) {
	.interna-forca__more-participantes {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.interna-forca__more .btn {
		height: 44px;
		padding: 5px 15px;
		font-size: 14px;
	}
}

.organizacoes__aderir {
	height: auto;
	margin-top: 0;
	padding: 130px 0 140px;
}

@media screen and (max-width: 1030px) {
	.organizacoes__aderir {
		margin-bottom: 140px;
		padding: 50px 0 110px;
	}
}

@media screen and (max-width: 770px) {
	.organizacoes__aderir {
		padding: 30px 0 90px;
	}
}

.organizacoes__aderir .membros__content {
	height: auto;
}

@media screen and (max-width: 500px) {
	.organizacoes__aderir .membros__content {
		margin: -70px 20px;
		padding: 0;
	}
}

@media screen and (max-width: 1170px) {
	.organizacoes__aderir .membros__content {
		margin: -20px 0 -100px 0;
		padding: 70px 0 0px;
	}
}

@media screen and (max-width: 995px) {
	.organizacoes__aderir .membros__content {
		justify-content: flex-start;
		margin: -70px 20px;
		padding: 0;
	}
}

@media screen and (max-width: 500px) {
	.organizacoes__aderir .membros__content {
		padding: 0;
	}
}

.organizacoes__aderir .membros__img {
	height: 620px;
	left: auto;
	right: -135px;
	max-width: 600px;
	top: -390px;
	width: 45%;
}

@media screen and (max-width: 1380px) {
	.organizacoes__aderir .membros__img {
		right: -53px;
	}
}

@media screen and (max-width: 1030px) {
	.organizacoes__aderir .membros__img {
		height: 500px;
		right: 0;
		top: -320px;
		width: 450px;
	}
}

@media screen and (max-width: 995px) {
	.organizacoes__aderir .membros__img {
		bottom: -120px;
		height: 300px;
		left: -30px;
		position: relative;
		right: auto;
		top: auto;
		width: 70%;
	}
}

@media screen and (max-width: 500px) {
	.organizacoes__aderir .membros__img {
		height: 220px;
		left: -85px;
		width: 100%;
	}
}

@media screen and (max-width: 400px) {
	.organizacoes__aderir .membros__img {
		left: -45px;
	}
}

@media screen and (max-width: 1170px) {
	.organizacoes__aderir .membros__img img {
		border-radius: 10px 0 0 10px;
		border-right: 0;
	}
}

@media screen and (max-width: 995px) {
	.organizacoes__aderir .membros__img img {
		border-radius: 10px;
		border-right: 10px solid #fff;
	}
}

.organizacoes__aderir .membros__img small {
	margin-left: 10px;
	text-align: left;
}

@media screen and (max-width: 995px) {
	.organizacoes__aderir .membros__img small {
		margin: 0 10px 0 0;
		text-align: right;
	}
}

.organizacoes__aderir .membros__desc {
	max-width: 1170px;
}

.organizacoes__aderir .membros__desc p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6em;
	max-width: 650px;
}

@media screen and (max-width: 1030px) {
	.organizacoes__aderir .membros__desc p {
		max-width: 50%;
	}
}

@media screen and (max-width: 995px) {
	.organizacoes__aderir .membros__desc p {
		font-size: 14px;
		line-height: 1.6em;
		max-width: 100%;
	}
}

.organizacoes__aderir .membros__desc .h3,
.organizacoes__aderir .membros__desc .h3 p {
	font-size: 28px;
	font-weight: 750;
	line-height: 1.3em;
	margin-bottom: 30px;
	max-width: 650px;
}

@media screen and (max-width: 1030px) {
	.organizacoes__aderir .membros__desc .h3,
	.organizacoes__aderir .membros__desc .h3 p {
		line-height: 1.3em;
		max-width: 70%;
	}
}

@media screen and (max-width: 995px) {
	.organizacoes__aderir .membros__desc .h3,
	.organizacoes__aderir .membros__desc .h3 p {
		font-size: 16px;
		line-height: 1.1em;
		max-width: 100%;
	}
}

@media screen and (max-width: 770px) {
	.organizacoes__aderir .membros__desc .btn {
		font-size: 14px;
	}
}

.organizacoes__search {
	align-items: center;
}

.organizacoes__search .h5 {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.6em;
	margin-bottom: 25px;
}

.organizacoes__search form {
	margin: 90px 0 50px;
	width: 670px;
}

@media screen and (max-width: 1170px) {
	.organizacoes__search form {
		width: 100%;
	}
}

.organizacoes__search form input {
	border: 1px solid #64798d;
	height: 44px;
}

.organizacoes__search form input:focus,
.organizacoes__search form input:hover {
	box-shadow: none;
	outline: none;
}

.organizacoes__search form input[type="text"] {
	border-right: 0;
	border-radius: 5px 0 0 5px;
	font-size: 16px;
	width: 92%;
}

.organizacoes__search form input[type="text"]::placeholder {
	font-size: 16px;
	font-weight: 400;
}

.organizacoes__search form input[type="submit"] {
	background: transparent;
	border-left: 0;
	border-radius: 0 5px 5px 0;
	padding: 10px;
	width: 100%;
}

.organizacoes__search-btn {
	position: relative;
	width: 8%;
}

.organizacoes__search-btn::before {
	background: url(../images/icons/search.svg) no-repeat;
	content: "";
	height: 20px;
	right: 17px;
	position: absolute;
	top: 10px;
	transition: filter 0.5s ease-in-out;
	width: 20px;
	z-index: -1;
}

.organizacoes__search-btn:hover:before {
	filter: brightness(0.5);
}

.organizacoes__filter {
	margin-bottom: 50px;
}

@media screen and (max-width: 1020px) {
	.organizacoes__filter {
		flex-wrap: wrap;
	}
}

.organizacoes__filter-option {
	border-bottom: 4px solid transparent;
	color: #80969f;
	cursor: pointer;
	font-size: 22px;
	font-weight: 400;
	margin: 3px 0;
	padding: 3px 5px;
	transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out;
}

@media screen and (max-width: 1020px) {
	.organizacoes__filter-option {
		margin: 3px 0;
		padding: 3px 7px;
	}
}

@media screen and (max-width: 995px) {
	.organizacoes__filter-option {
		border: 0.5px solid #80969f;
		text-align: center;
		width: 11.11%;
	}
}

@media screen and (max-width: 770px) {
	.organizacoes__filter-option {
		font-size: 17px;
		padding: 7px 3px;
	}
}

.organizacoes__filter-option:hover {
	color: #231f20;
}

.organizacoes__filter-option.active {
	border-color: #45b0e4;
	color: #231f20;
}

@media screen and (max-width: 770px) {
	.organizacoes__filter-option.active {
		background: #45b0e4;
		color: #fff;
	}
}

.organizacoes__list {
	margin-bottom: 70px;
	padding-left: 0;
}

@media screen and (max-width: 770px) {
	.organizacoes__list {
		margin-bottom: 0;
	}
}

.organizacoes__list-item {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	list-style-position: inside;
	margin: 20px 0;
	padding-left: 5px;
}

@media screen and (max-width: 770px) {
	.organizacoes__list-item {
		font-size: 14px;
		margin: 25px 0;
	}
}

.organizacoes__membros {
	height: auto;
	margin-bottom: 0;
	padding: 70px 0 80px;
}

@media screen and (max-width: 1170px) {
	.organizacoes__membros {
		padding: 10px 0 20px;
	}
}

@media screen and (max-width: 770px) {
	.organizacoes__membros {
		margin-top: 150px;
		padding: 80px 0 30px;
	}
}

@media screen and (max-width: 1170px) {
	.organizacoes__membros .membros__content {
		margin-top: 50px;
		padding: 0 0 70px;
	}
}

@media screen and (max-width: 995px) {
	.organizacoes__membros .membros__content {
		margin-top: -100px;
		padding: 300px 0 0;
	}
}

@media screen and (max-width: 600px) {
	.organizacoes__membros .membros__content {
		flex-wrap: wrap;
		margin-top: -120px;
		padding: 250px 0 0;
	}
}

.organizacoes__membros .membros__img {
	height: 580px;
	margin-top: -100px;
	max-width: 640px;
	width: 50%;
}

@media screen and (max-width: 1170px) {
	.organizacoes__membros .membros__img {
		margin-top: -10px;
	}
}

@media screen and (max-width: 995px) {
	.organizacoes__membros .membros__img {
		height: 330px;
		width: 67%;
	}
}

@media screen and (max-width: 600px) {
	.organizacoes__membros .membros__img {
		height: 270px;
		max-width: 320px;
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.organizacoes__membros .membros__img {
		left: -85px;
	}
}

@media screen and (max-width: 400px) {
	.organizacoes__membros .membros__img {
		left: -45px;
	}
}

.organizacoes__membros .membros__desc {
	max-width: 640px;
}

@media screen and (max-width: 1030px) {
	.organizacoes__membros .membros__desc {
		max-width: 450px;
		width: 49%;
	}
}

@media screen and (max-width: 995px) {
	.organizacoes__membros .membros__desc {
		max-width: 100%;
		width: 100%;
	}
}

.organizacoes__membros .membros__desc p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6em;
}

@media screen and (max-width: 770px) {
	.organizacoes__membros .membros__desc p {
		font-size: 14px;
	}
}

.organizacoes__membros .membros__desc p a {
	color: #45b0e4;
	font-weight: 700;
	text-decoration: none;
	transition: color 0.5s ease-in-out;
}

.organizacoes__membros .membros__desc p a:hover {
	color: #234e70;
}

.organizacoes__membros .membros__desc .btn {
	justify-content: center;
	width: 100%;
}

@media screen and (max-width: 995px) {
	.organizacoes__membros .membros__desc .btn {
		margin: 0 auto 0 0;
		width: fit-content;
	}
}

@media screen and (max-width: 770px) {
	.organizacoes__membros .membros__desc .btn {
		font-size: 13px;
		padding: 5px 10px;
	}
}

.organizacoes__membros .membros__desc .btn--secondary {
	background: #fff;
	border-color: #64798d;
	color: #64798d;
	font-weight: 500;
	margin-top: 10px;
}

@media screen and (max-width: 770px) {
	.organizacoes__membros .membros__desc .btn--secondary {
		margin-top: 15px;
	}
}

.organizacoes__membros .membros__desc .btn--secondary:hover {
	background: #64798d;
	color: #fff;
}

.organizacoes__membros .membros__desc .btn--secondary i {
	font-size: 18px;
	margin-right: 10px;
}

@media screen and (max-width: 770px) {
	.organizacoes__membros .membros__desc .btn--secondary i {
		font-size: 14px;
		margin-right: 7px;
	}
}

.busca__result {
	margin: 70px auto 30px;
}

@media screen and (max-width: 995px) {
	.busca__result {
		margin-top: 50px;
	}
}

.busca__result p {
	font-size: 18px;
	font-weight: 350;
}

@media screen and (max-width: 1170px) {
	.busca__result p {
		margin: 0 40px;
	}
}

@media screen and (max-width: 770px) {
	.busca__result p {
		font-size: 16px;
		margin: 0 20px;
	}
}

.busca__result p span {
	color: #45b0e4;
	font-size: 20px;
	font-weight: 700;
}

.busca__list {
	margin-bottom: 90px;
}

@media screen and (max-width: 995px) {
	.busca__list {
		margin-bottom: 50px;
	}
}

.busca__list .card.flex--sb {
	margin-top: 25px;
	padding: 25px;
	width: 100%;
}

@media screen and (max-width: 995px) {
	.busca__list .card.flex--sb {
		padding: 20px;
	}
}

.busca__list .card.flex--sb .card__body {
	margin: 0;
	width: calc(100% - 205px);
}

@media screen and (max-width: 995px) {
	.busca__list .card.flex--sb .card__body {
		width: 100%;
	}
}

.busca__list .card.flex--sb .card__body-subtitle {
	margin: 7px 0 0;
}

.busca__list .card.flex--sb .card__body .chips {
	margin-top: 0;
}

.contato__infos {
	background: #234e70;
	margin: 160px 0 0;
}

@media screen and (max-width: 995px) {
	.contato__infos {
		margin: 0;
	}
}

.contato__infos-content {
	align-items: center;
	height: 520px;
	padding-top: 70px;
	position: relative;
}

@media screen and (max-width: 995px) {
	.contato__infos-content {
		flex-wrap: wrap;
		height: auto;
		padding: 130px 0 220px;
	}
}

.contato__infos-txt .h2,
.contato__infos-txt .h5 {
	color: #fff;
}

.contato__infos-txt .h4,
.contato__infos-txt a {
	color: #faf7c0;
}

.contato__infos-txt .h2 {
	margin: 0;
}

.contato__infos-txt .h4 {
	margin: 40px 0 25px;
}

@media screen and (max-width: 995px) {
	.contato__infos-txt .h4 {
		font-size: 16px;
		margin-top: 30px;
	}
}

.contato__infos-txt .h5 {
	margin: 0 0 15px;
}

@media screen and (max-width: 995px) {
	.contato__infos-txt .h5 {
		font-size: 14px;
	}
}

.contato__infos-txt a {
	font-weight: 300;
	text-decoration: none;
	transition: color 0.5s ease-in-out;
}

@media screen and (max-width: 995px) {
	.contato__infos-txt a {
		font-size: 14px;
	}
}

.contato__infos-txt a:hover {
	color: #f2ef75;
}

.contato__infos-txt a i {
	margin-right: 5px;
}

.contato__infos-img {
	height: 540px;
	right: -135px;
	position: absolute;
	top: 80px;
	width: 805px;
}

@media screen and (max-width: 1380px) {
	.contato__infos-img {
		right: -95px;
	}
}

@media screen and (max-width: 1350px) {
	.contato__infos-img {
		right: -55px;
		width: 780px;
	}
}

@media screen and (max-width: 1170px) {
	.contato__infos-img {
		height: 450px;
		right: -40px;
		top: 135px;
		width: 60%;
	}
}

@media screen and (max-width: 995px) {
	.contato__infos-img {
		bottom: -100px;
		height: 270px;
		left: 50%;
		top: auto;
		right: auto;
		transform: translateX(-50%);
		width: 100%;
	}
}

.contato__infos-img img {
	border: 10px solid #fff;
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

@media screen and (max-width: 1380px) {
	.contato__infos-img img {
		border-radius: 10px 0 0 10px;
		border-right: 0;
	}
}

@media screen and (max-width: 995px) {
	.contato__infos-img img {
		border-radius: 10px;
		border-right: 10px solid #fff;
	}
}

.contato__infos-img small {
	display: block;
	margin-left: 10px;
}

.contato__infos-topic {
	max-width: 420px;
}

@media screen and (max-width: 1170px) {
	.contato__infos-topic {
		max-width: 400px;
	}
}

@media screen and (max-width: 995px) {
	.contato__infos-topic {
		max-width: 100%;
	}
}

.contato__more {
	align-items: center;
	margin: 170px auto 100px;
}

@media screen and (max-width: 1170px) {
	.contato__more {
		margin: 170px 40px 100px;
	}
}

@media screen and (max-width: 770px) {
	.contato__more {
		flex-wrap: wrap;
		margin: 170px 20px 50px;
	}
}

@media screen and (max-width: 600px) {
	.contato__more {
		margin: 150px 0 30px;
	}
}

.contato__more-aderir {
	height: 540px;
	max-width: 570px;
	position: relative;
}

@media screen and (max-width: 1170px) {
	.contato__more-aderir {
		width: 48%;
	}
}

@media screen and (max-width: 995px) {
	.contato__more-aderir {
		height: auto;
		margin: 0 0 50px;
	}
}

@media screen and (max-width: 600px) {
	.contato__more-aderir {
		margin: 0 20px 50px;
		width: 100%;
	}
}

.contato__more-aderir .h2 {
	margin: 0;
}

@media screen and (max-width: 995px) {
	.contato__more-aderir .h2 {
		font-size: 22px;
	}
}

.contato__more-aderir p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6em;
	margin-top: 30px;
}

@media screen and (max-width: 995px) {
	.contato__more-aderir p {
		font-size: 14px;
		margin-top: 20px;
	}
}

.contato__more-btns {
	bottom: 0;
	position: absolute;
}

@media screen and (max-width: 995px) {
	.contato__more-btns {
		position: relative;
	}
}

.contato__more-btns .btn {
	justify-content: center;
	margin-top: 35px;
	width: 460px;
}

@media screen and (max-width: 1170px) {
	.contato__more-btns .btn {
		width: 100%;
	}
}

@media screen and (max-width: 995px) {
	.contato__more-btns .btn {
		font-size: 13px;
		padding: 5px;
		width: 100%;
	}
}

.contato__more-btns .btn--secondary {
	border-color: #64798d;
	color: #64798d;
	margin-top: 10px;
}

.contato__more-btns .btn--secondary:hover {
	background: #64798d;
	color: #fff;
}

.contato__more-btns .btn--secondary i {
	margin-right: 10px;
}

@media screen and (max-width: 995px) {
	.contato__more-btns .btn--secondary i {
		font-size: 14px;
		margin-right: 7px;
	}
}

.contato__more-link {
	color: #45b0e4;
	font-weight: 700;
	text-decoration: none;
	transition: color 0.5s ease-in-out;
}

.contato__more-link:hover {
	color: #234e70;
}

.contato__more-link--email {
	color: #234e70;
	transition: color 0.5s ease-in-out;
}

.contato__more-link--email:hover {
	color: #45b0e4;
}

.contato__more-talk {
	background: #faf7c0;
	border-radius: 10px;
	color: #231f20;
	padding: 60px 70px 70px;
}

@media screen and (max-width: 1170px) {
	.contato__more-talk {
		padding: 50px 50px 60px;
		width: 48%;
	}
}

@media screen and (max-width: 995px) {
	.contato__more-talk {
		padding: 30px 30px 35px;
	}
}

@media screen and (max-width: 600px) {
	.contato__more-talk {
		margin: 0 20px;
		padding: 20px 25px 30px;
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.contato__more-talk {
		margin: 0 20px;
	}
}

.contato__more-talk .h2 {
	margin: 0 0 30px;
}

@media screen and (max-width: 995px) {
	.contato__more-talk .h2 {
		font-size: 28px;
		margin-bottom: 20px;
	}
}

.contato__more-talk p {
	font-size: 18px;
}

@media screen and (max-width: 995px) {
	.contato__more-talk p {
		font-size: 16px;
	}
}

.contato__more-talk form {
	width: 400px;
}

@media screen and (max-width: 1170px) {
	.contato__more-talk form {
		margin: 0;
		width: 100%;
	}
}

.contato__more-talk form .input {
	margin-bottom: 0;
}

@media screen and (max-width: 1170px) {
	.contato__more-talk form .input {
		padding: 0;
	}
}

.contato__more-talk form input:not([type="submit"]) {
	background: #fff;
}

.contato__more-talk form .submit {
	width: 100%;
}

@media screen and (max-width: 1170px) {
	.contato__more-talk form .submit {
		padding: 0;
	}
}

.contato__more-talk form .submit input[type="submit"] {
	justify-content: center;
	margin-top: 40px;
	width: 100%;
}

.galeria__txt {
	margin: 60px auto 80px;
}

@media screen and (max-width: 1170px) {
	.galeria__txt {
		margin: 60px 40px;
	}
}

@media screen and (max-width: 770px) {
	.galeria__txt {
		margin: 50px 20px;
	}
}

.galeria__txt p {
	font-weight: 400;
	line-height: 1.5em;
}

@media screen and (max-width: 770px) {
	.galeria__txt p {
		font-size: 14px;
	}
}

.galeria__grid {
	margin: 80px auto 70px;
}

@media screen and (max-width: 1170px) {
	.galeria__grid {
		margin: 70px 40px;
	}
}

@media screen and (max-width: 995px) {
	.galeria__grid {
		margin: 50px 40px 70px;
	}
}

@media screen and (max-width: 770px) {
	.galeria__grid {
		margin: 50px 20px;
	}
}

.galeria__grid .h2 {
	margin: 0 0 30px;
}

@media screen and (max-width: 995px) {
	.galeria__grid .h2 {
		font-size: 26px;
	}
}

@media screen and (max-width: 770px) {
	.galeria__grid .h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 995px) {
	.galeria__grid .card {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 770px) {
	.galeria__grid .card {
		margin-bottom: 5px;
	}
}

.galeria__grid .card.card--full,
.galeria__grid .card.card--large {
	border-radius: 10px;
	height: 315px;
	max-height: 315px;
	max-width: 100%;
}

@media screen and (max-width: 995px) {
	.galeria__grid .card.card--full,
	.galeria__grid .card.card--large {
		height: 200px;
		max-height: 200px;
	}
}

@media screen and (max-width: 600px) {
	.galeria__grid .card.card--full,
	.galeria__grid .card.card--large {
		height: 100px;
		max-height: 100px;
	}
}

.galeria__grid .card.card--full:before,
.galeria__grid .card.card--large:before {
	border-radius: 10px;
	height: 315px;
}

@media screen and (max-width: 995px) {
	.galeria__grid .card.card--full:before,
	.galeria__grid .card.card--large:before {
		height: 200px;
	}
}

@media screen and (max-width: 600px) {
	.galeria__grid .card.card--full:before,
	.galeria__grid .card.card--large:before {
		height: 100px;
	}
}

.galeria__grid .card.card--full .card__img,
.galeria__grid .card.card--large .card__img {
	border-radius: 10px;
	height: 315px;
	width: 100%;
}

@media screen and (max-width: 995px) {
	.galeria__grid .card.card--full .card__img,
	.galeria__grid .card.card--large .card__img {
		height: 200px;
	}
}

@media screen and (max-width: 600px) {
	.galeria__grid .card.card--full .card__img,
	.galeria__grid .card.card--large .card__img {
		height: 100px;
	}
}

.galeria__grid .card.card--full .card__body,
.galeria__grid .card.card--large .card__body {
	margin: 25px 30px;
}

@media screen and (max-width: 995px) {
	.galeria__grid .card.card--full .card__body,
	.galeria__grid .card.card--large .card__body {
		margin: 20px;
	}
}

@media screen and (max-width: 770px) {
	.galeria__grid .card.card--full .card__body,
	.galeria__grid .card.card--large .card__body {
		display: none;
	}
}

.galeria__grid .card.card--full .card__body h4,
.galeria__grid .card.card--large .card__body h4 {
	margin: 0 0 10px;
}

@media screen and (max-width: 995px) {
	.galeria__grid .card.card--full .card__body h4,
	.galeria__grid .card.card--large .card__body h4 {
		font-size: 16px;
	}
}

.galeria__grid .card.card--full .card__body p,
.galeria__grid .card.card--large .card__body p {
	color: #fff;
	font-size: 16px;
	font-weight: 350;
}

@media screen and (max-width: 995px) {
	.galeria__grid .card.card--full .card__body p,
	.galeria__grid .card.card--large .card__body p {
		font-size: 14px;
	}
}

.galeria__grid .card.col-6 {
	width: 48%;
}

.galeria__grid .card.col-4 {
	width: 31.5%;
}

.galeria__grid-left {
	margin-right: 7px;
}

.galeria__grid-right {
	margin-left: 10px;
	padding-left: 15px;
}

@media screen and (max-width: 995px) {
	.galeria__grid-right {
		margin-left: 0;
		padding-left: 10px;
	}
}

@media screen and (max-width: 600px) {
	.galeria__grid-right {
		padding-left: 5px;
	}
}

.galeria__grid-right .card.card--full {
	height: 665px;
	max-height: 665px;
}

@media screen and (max-width: 995px) {
	.galeria__grid-right .card.card--full {
		height: 410px;
		max-height: 410px;
	}
}

@media screen and (max-width: 600px) {
	.galeria__grid-right .card.card--full {
		height: 215px;
		max-height: 215px;
	}
}

.galeria__grid-right .card.card--full:before,
.galeria__grid-right .card.card--full .card__img {
	height: 665px;
}

@media screen and (max-width: 995px) {
	.galeria__grid-right .card.card--full:before,
	.galeria__grid-right .card.card--full .card__img {
		height: 415px;
	}
}

@media screen and (max-width: 600px) {
	.galeria__grid-right .card.card--full:before,
	.galeria__grid-right .card.card--full .card__img {
		height: 215px;
	}
}

.galeria__grid-top {
	margin-bottom: 3px;
}

@media screen and (max-width: 995px) {
	.galeria__grid-top {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 600px) {
	.galeria__grid-top {
		margin-bottom: 7px;
	}
}

.galeria__grid-list {
	margin-top: 20px;
}

@media screen and (max-width: 995px) {
	.galeria__grid-list {
		margin-top: 10px;
	}
}

@media screen and (max-width: 600px) {
	.galeria__grid-list {
		margin-top: 5px;
	}
}

.erro404,
.error404 {
	height: 100vh;
	position: relative;
}

.erro404::before,
.error404::before {
	background: #64798d;
	height: 1.3px;
	content: "";
	left: 50%;
	opacity: 0.5;
	position: absolute;
	top: 210px;
	transform: translate(-50%);
	max-width: 1340px;
	width: 100%;
	z-index: 13;
}

@media screen and (max-width: 1500px) {
	.erro404::before,
	.error404::before {
		top: 180px;
	}
}

@media screen and (max-width: 1380px) {
	.erro404::before,
	.error404::before {
		top: 200px;
	}
}

@media screen and (max-width: 1170px) {
	.erro404::before,
	.error404::before {
		top: 120px;
	}
}

@media screen and (max-width: 995px) {
	.erro404::before,
	.error404::before {
		display: none;
	}
}

.erro404__content,
.error404__content {
	height: 100%;
	position: relative;
}

.erro404__content:before,
.erro404__content:after,
.error404__content:before,
.error404__content:after {
	background: url(../images/pages/erro404/effect.png) no-repeat;
	background-size: contain;
	bottom: -5px;
	content: "";
	height: 460px;
	position: absolute;
	width: 470px;
	z-index: -1;
}

@media screen and (max-width: 995px) {
	.erro404__content:before,
	.erro404__content:after,
	.error404__content:before,
	.error404__content:after {
		bottom: 0;
		height: 340px;
		width: 350px;
	}
}

.erro404__content:before,
.error404__content:before {
	left: 0;
	transform: scaleX(-1);
}

.erro404__content:after,
.error404__content:after {
	right: 0;
}

@media screen and (max-width: 500px) {
	.erro404__content:after,
	.error404__content:after {
		display: none;
	}
}

.erro404__container,
.error404__container {
	height: 100%;
	flex-direction: column;
	padding-top: 70px;
	text-align: center;
}

.erro404__container .h1,
.error404__container .h1 {
	margin: 0;
}

@media screen and (max-width: 1500px) {
	.erro404__container .h1,
	.error404__container .h1 {
		margin: 30px 0 0;
	}
}

@media screen and (max-width: 1300px) {
	.erro404__container .h1,
	.error404__container .h1 {
		margin: 0;
	}
}

@media screen and (max-width: 995px) {
	.erro404__container .h1,
	.error404__container .h1 {
		font-size: 38px;
		line-height: 1.2em;
	}
}

.erro404__container .h5,
.error404__container .h5 {
	color: #000;
	font-weight: 400;
	margin: 30px 0 50px;
	opacity: 0.6;
}

@media screen and (max-width: 995px) {
	.erro404__container .h5,
	.error404__container .h5 {
		margin: 25px auto;
		max-width: 285px;
		text-align: center;
	}
}

.erro404__container-btns,
.error404__container-btns {
	margin: 0 auto;
	width: 770px;
}

@media screen and (max-width: 995px) {
	.erro404__container-btns,
	.error404__container-btns {
		flex-wrap: wrap;
		justify-content: space-evenly;
		width: 100%;
	}
}

.erro404__container-btns .btn,
.error404__container-btns .btn {
	justify-content: center;
	width: 365px;
}

@media screen and (max-width: 995px) {
	.erro404__container-btns .btn,
	.error404__container-btns .btn {
		width: 45%;
	}
}

@media screen and (max-width: 650px) {
	.erro404__container-btns .btn,
	.error404__container-btns .btn {
		margin-top: 20px;
		width: 100%;
	}
}

.erro404__container-btns .btn--secondary,
.error404__container-btns .btn--secondary {
	background: #fff;
}

.erro404__container-btns .btn--secondary:hover,
.error404__container-btns .btn--secondary:hover {
	background: #234e70;
}

.erro404__search,
.error404__search {
	margin: 0 auto 80px;
	position: relative;
	width: 770px;
	z-index: 8;
}

@media screen and (max-width: 920px) {
	.erro404__search,
	.error404__search {
		width: 775px;
	}
}

@media screen and (max-width: 870px) {
	.erro404__search,
	.error404__search {
		width: 680px;
	}
}

@media screen and (max-width: 600px) {
	.erro404__search,
	.error404__search {
		margin: 0 auto 70px;
		width: 100%;
	}
}

.erro404__search-input,
.error404__search-input {
	background: #fff;
	border: 1px solid #64798d;
	border-radius: 5px;
	height: 45px;
	font-size: 16px;
	margin: 3px 35px 0;
	outline: none;
	padding-right: 40px;
	position: absolute;
	right: -35px;
	transition: opacity 0.5s ease-in-out;
	width: 100%;
}

.erro404__search-input::placeholder,
.error404__search-input::placeholder {
	font-size: 16px;
	font-weight: 400;
}

@media screen and (max-width: 995px) {
	.erro404__search-input::placeholder,
	.error404__search-input::placeholder {
		font-size: 14px;
	}
}

.erro404__search-btn,
.error404__search-btn {
	display: block;
	height: 15px;
	margin: 10px 0;
	padding: 15px 16px;
	position: absolute;
	right: 25px;
	width: 40px;
}

.erro404__search-btn::after,
.error404__search-btn::after {
	display: none;
}

.erro404__search-btn i,
.error404__search-btn i {
	color: #64798d;
	font-size: 15px;
	margin: -7px;
	right: 0;
	position: absolute;
	transition: opacity 0.5s ease-in-out;
}

.ml-embedded {
	width: 50%;
}

#mlb2-6227690.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
	max-width: 100% !important;
	background: none;
	color: #fff !important;
}

#mlb2-6227690.ml-form-embedContainer .ml-form-embedWrapper.embedForm * {
	color: #fff !important;
}

#mlb2-6227690.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-fieldRow
	input {
	border: transparent !important;
}

#mlb2-6227690.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-embedContent {
	display: none !important;
}

#mlb2-6227690.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	form {
	display: flex;
	flex-wrap: nowrap;
}

#mlb2-6227690.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-embedSubmit {
	width: 100px;
	padding-left: 10px;
}

#mlb2-6227690.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-embedSubmit
	button {
	background-color: #faf7c0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100% !important;
}

#mlb2-6227690.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-embedSubmit {
	max-width: 150px;
}
