body {
	background: var(--branco);
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	line-height: 30px;
	color: var(--texto);
}

.content_wrapper {
	width: 100%;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.page_header {
	width: 100%;
	position: relative;
}

.page_header:before {
	content: '';
	background: rgba(3, 43, 81, 1);
	background: -moz-linear-gradient(top, rgba(3, 43, 81, 1) 0%, rgba(18, 77, 132, 0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3, 43, 81, 1)), color-stop(100%, rgba(18, 77, 132, 0)));
	background: -webkit-linear-gradient(top, rgba(3, 43, 81, 1) 0%, rgba(18, 77, 132, 0) 100%);
	background: -o-linear-gradient(top, rgba(3, 43, 81, 1) 0%, rgba(18, 77, 132, 0) 100%);
	background: -ms-linear-gradient(top, rgba(3, 43, 81, 1) 0%, rgba(18, 77, 132, 0) 100%);
	background: linear-gradient(to bottom, rgba(3, 43, 81, 1) 0%, rgba(18, 77, 132, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#032b51', endColorstr='#124d84', GradientType=0);
	width: 100%;
	height: 100%;
	opacity: 0.85;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.page_header .content {
	padding: 220px 20px 130px;
	color: #ffffff;
}

.breadcrumb_wrapper {
	width: 100%;
}

.breadcrumb_wrapper a,
.breadcrumb_last {
	font-weight: 400;
	font-size: 1rem;
	line-height: 24px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-right: 10px;
}

.breadcrumb_last {
	margin: 0 10px;
}

.breadcrumb_wrapper a:hover {
	text-decoration: none;
}

.section {
	width: 100%;
	position: relative;
}

.content {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 70px 0;
	position: relative;
	z-index: 5;
}

.subtit {
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 1.125rem;
	line-height: 25px;
	letter-spacing: 2px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
}

.descricao-sessao {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	color: #292929;
	margin: 50px auto 80px auto;
	display: block;
	max-width: 677px;
}

.content h1 {
	font-size: 4.3rem;
	line-height: 1.25;
	letter-spacing: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.titulo-page-header {
	font-family: Montserrat;
	font-size: 45px;
	font-weight: 500;
	line-height: 70px;
	letter-spacing: 12px;
	text-align: left;
	text-transform: uppercase;
	color: #fff
}

.content h2 {
	margin: 0 0 20px 0;
	font-size: 30px;
	line-height: 42px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
}

.content h2 span {
	font-weight: 700;
}

.content h2.maior {
	font-size: 40px;
	line-height: 44px;
	color: #000;
}

.content h3 {
	margin: 0 0 20px 0;
	font-size: 25px;
	line-height: 29px;
	color: #000;
	font-weight: bold;
}

.content h4 {
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	font-weight: bold;
}

.content h6 {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.content p {
	margin: 0 0 30px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0px;
	color: #292929;
}

.blog_left p {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
	color: #292929;
}

.blog_left ol li {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	color: #000;
}

.blog_left ul li {
	list-style: initial;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
	color: #000;
}

.content ul {
	list-style: none;
	margin: 40px 0;
}

.page-template-sobre .content ul {
	list-style: none;
	margin: 0 auto !important;
}

.content ol {
	list-style: decimal;
	margin: 0 0 40px 20px;
}

.btn-home {
	background: transparent;
	border: 2px solid #797979;
	border-bottom: none;
	width: 16.37rem;
	height: 3.37rem;
	padding: 15px 50px;
	font-size: 1rem;
	line-height: 1.375rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.188rem;
}

.btn-home:hover {
	transform: scale(1.1);
	transition: .4s;
}

.btn_padrao {
	background: var(--azulclaro);
	padding: 15px 50px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	color: var(--branco);
	border-radius: 5px;
}

.btn_padrao.max_360 {
	width: 100%;
	max-width: 360px;
}

.btn_padrao:hover {
	background: var(--azulescuro);
	color: var(--branco);
}

.strong {
	font-weight: bold;
}

.dp {
	display: block;
}

.ib {
	display: inline-block;
}

.m_auto {
	margin: 0 auto;
}

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.white {
	color: #ffffff !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mt-1 {
	margin-top: 5px !important;
}

.mt-2 {
	margin-top: 10px !important;
}

.mt-3 {
	margin-top: 15px !important;
}

.mt-4 {
	margin-top: 20px !important;
}

.mt-5 {
	margin-top: 25px !important;
}

.mt-6 {
	margin-top: 30px !important;
}

.mt-7 {
	margin-top: 35px !important;
}

.mt-8 {
	margin-top: 40px !important;
}

.mt-9 {
	margin-top: 45px !important;
}

.mt-10 {
	margin-top: 50px !important;
}

.mt-11 {
	margin-top: 55px !important;
}

.mt-12 {
	margin-top: 60px !important;
}

.mt-13 {
	margin-top: 65px !important;
}

.mt-14 {
	margin-top: 70px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-1 {
	margin-bottom: 5px !important;
}

.mb-2 {
	margin-bottom: 10px !important;
}

.mb-3 {
	margin-bottom: 15px !important;
}

.mb-4 {
	margin-bottom: 20px !important;
}

.mb-5 {
	margin-bottom: 25px !important;
}

.mb-6 {
	margin-bottom: 30px !important;
}

.mb-7 {
	margin-bottom: 35px !important;
}

.mb-8 {
	margin-bottom: 40px !important;
}

.mb-9 {
	margin-bottom: 45px !important;
}

.mb-10 {
	margin-bottom: 50px !important;
}

.mb-11 {
	margin-bottom: 55px !important;
}

.mb-12 {
	margin-bottom: 60px !important;
}

.mb-13 {
	margin-bottom: 65px !important;
}

.mb-14 {
	margin-bottom: 70px !important;
}

.video-container-wrapper {
	width: 100%;
	margin: 0 auto 20px;
}

.video-container {
	width: 100%;
	height: 0;
	padding-bottom: 56.2%;
	position: relative;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.wp-block-image img {
	height: auto;
}

/* PRIVACY */
.privacy_wrapper {
	display: none;
	background: #ffffff;
	width: 100%;
	border-top: 1px solid #000000;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1550;

	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.privacy_wrapper .content {
	max-width: 100%;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

.privacy_wrapper .content p {
	margin: 0;
}

.privacy_wrapper .content a {
	color: #000000;
	text-decoration: underline;
}

.privacy_left {
	margin: 5px 10px;
}

.privacy_right {
	width: 36px;
	margin: 5px 10px;
}

.privacy_right button {
	background: #000000;
	width: 100%;
	padding: 8px 5px;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border: none;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
}

.privacy_right button:hover {
	opacity: 0.7;
}

/* WP classes */
.alignnone {
	margin: 5px 20px 0 0 !important;
}

.aligncenter,
div.aligncenter {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 5px auto 20px auto;
}

.alignright {
	float: right;
	max-width: 100%;
	height: auto;
	margin: 5px 0 15px 15px;
}

.alignleft {
	float: left;
	max-width: 100%;
	height: auto;
	margin: 5px 15px 15px 0;
}

.aligncenter {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 5px auto 15px auto;
}

a img.alignright {
	max-width: 100%;
	height: auto;
	float: right;
	margin: 5px 0 15px 15px;
}

a img.alignnone {
	max-width: 100%;
	height: auto;
	margin: 5px 0 15px 0;
}

a img.alignleft {
	max-width: 100%;
	height: auto;
	float: left;
	margin: 5px 15px 15px 0;
}

a img.aligncenter {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	border: none;
	max-width: 100%;
	padding: 0;
	text-align: left;
}

.wp-caption.alignnone {
	margin: 5px 15px 15px 0;
}

.wp-caption.alignleft {
	margin: 5px 15px 15px 0;
}

.wp-caption.alignright {
	margin: 5px 0 15px 15px;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	max-width: 100%;
	height: auto;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 15px;
	line-height: 19px;
	margin: 0;
	padding: 0;
	text-align: center;
}