@charset "utf-8";
/* CSS Document */
/******************/
/******************/
/*
font-family: 'Roboto', sans-serif;
font-family: 'Noto Serif', serif;
*/
/******************/
/******************/
* {
	margin:0;
	padding:0;
}
a {
	outline:0;
	color:inherit;
	cursor: pointer;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	-o-transition: opacity  0.5s linear;
	-moz-transition: opacity  0.5s linear;
	-khtml-transition: opacity  0.5s linear;
	-webkit-transition: opacity  0.5s linear;
	-ms-transition: opacity  0.5s linear;
	transition: opacity  0.5s linear;
	opacity: 0.6;
}
a:active {
	text-decoration:none;
}

:focus {
	outline-color: transparent;
	outline-style: none;
}
BUTTON:hover {
	text-decoration:none;
	-o-transition: opacity  0.5s linear;
	-moz-transition: opacity  0.5s linear;
	-khtml-transition: opacity  0.5s linear;
	-webkit-transition: opacity  0.5s linear;
	-ms-transition: opacity  0.5s linear;
	transition: opacity  0.5s linear;
	opacity: 0.6;
}
IMG {
	border:none;
}
BODY {
	width:100%;
	min-height:100%;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#353c42;
	background-color:#fff;
	background-image: url(imgs/fundo2.gif);
}
HTML {
	height:100%;
	 -webkit-text-size-adjust:100%;
	 -ms-text-size-adjust:100%
}
FIELDSET {
	border:none;
	border-color:transparent;
}
*:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
button{
	cursor: pointer;
}
INPUT::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	text-transform: uppercase;
}
INPUT::-moz-placeholder { /* Firefox 19+ */
	text-transform: uppercase;
}
INPUT:-ms-input-placeholder { /* IE 10+ */
	text-transform: uppercase;
}
INPUT:-moz-placeholder { /* Firefox 18- */
	text-transform: uppercase;
}
TEXTAREA::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	text-transform: uppercase;
}
TEXTAREA::-moz-placeholder { /* Firefox 19+ */
	text-transform: uppercase;
}
TEXTAREA:-ms-input-placeholder { /* IE 10+ */
	text-transform: uppercase;
}
TEXTAREA:-moz-placeholder { /* Firefox 18- */
	text-transform: uppercase;
}
/******************/
/******************/
/**********************/

@media screen and (max-width: 1100px) {
	
}
/* TABLETS */
@media screen and (max-width: 970px) {
	
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
	
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.mobile_only{
	display: none;
}
.desk_only{
	display: block;	
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
.mobile_only{
	display: block;
}
.desk_only{
	display: none;	
}	
}
.main {
	width:100%;
	height:auto;
	min-height:calc(100vh - 328px);
	position:relative;
	overflow:hidden;
	padding-bottom: 328px;
}
.main.topMenu {
	min-height:calc(100vh - 428px);
	padding-top: 100px;
}
.img_cover{
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.img_res{
	width:100%;
	height:auto;
}
.no_margin{
	margin: 0% !important;
}
header {
	display:block;
	width:100%;
	height:100px;
	position: absolute;
	/*position:fixed;*/
	top:0px;
	left:0px;
	z-index: 9100;
}
header.ativo {
	background-image: url(imgs/fundo_branco.png);
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
header {
	height:60px;
}
}
/******/
#logo {
	width:271px;
	height:45px;
	position:absolute;
	float:left;
	left: 50%;
	margin-left: -137.5px;
	top: 35px;
	z-index: 8000;
}
#logo H1 A {
	text-indent:-1500px;
	width:271px;
	height:45px;
	float:left;
	overflow:hidden;
	background-image:url(imgs/logo.svg);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/************************/
/************************/
/************************/
.menu_idioma{
	position: relative;
	width: 50%;
	height: 57px;
	text-align: left;
	overflow:hidden;
	float: left;
	margin-top: 47px;
}
.menu_idioma UL{
	list-style-type: none;
	position: relative;
}
.menu_idioma > UL > LI{
	display: inline-block;
	margin-right: 2px;
	position: relative;
	text-align: left;
	font-size: 12px;
	font-weight: 500;
	line-height: 57px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #1a2d58;
}
.menu_idioma > UL > LI.select{
	color: #a79157;
}
/************************/
/************************/
.nav{
	position: relative;
	width: 50%;
	height: 57px;
	text-align: right;
	overflow:hidden;
	float: right;
	margin-top: 47px;
}
.nav UL{
	list-style-type: none;
	position: relative;
}
.nav > UL > LI{
	display: inline-block;
	margin-left: 18px;
	position: relative;
	text-align: right;
	font-size: 12px;
	font-weight: 500;
	line-height: 57px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #1a2d58;
}
.nav > UL > LI.select{
	color: #a79157;
}
/************************/
/************************/
/* TABLETS */
@media screen and (max-width: 1120px) {
.nav > UL > LI{
	font-size: 11px;
	margin-left: 13px;
}
#logo {
	width:220px;
	height:37px;
	margin-left: -120px;
}
#logo H1 A {
	width:220px;
	height:37px;
}
.nav{
	margin-top: 42px;
}
}
@media screen and (max-width: 980px) {
.nav{
	display: none;
}
.menu_idioma{
	display: none;
}
#logo {
	width:190px;
	height:32px;
	margin-left: -95px;
	top: 30px;
}
#logo H1 A {
	width:190px;
	height:32px;
}
}
@media screen and (max-width: 767px) {
#logo {
	width:175px;
	height:29px;
	margin-left: -95px;
	top: 22px;
}
#logo H1 A {
	width:175px;
	height:29px;
}	
}
.menu_mobile_icon{
	width: 30px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 10px;
	display: none;
	cursor: pointer;
	padding: 4px;
	z-index: 9100;
}
.menu_mobile_icon i{
	font-size: 25px;
	color: #1a2d58;
}
@media screen and (max-width: 980px) {
.menu_mobile_icon{
	display: block;
}
}
.menu_mobile{
	width: 100%;
	height: auto;
	padding: 20px 0px;
	background-image: url(imgs/fundo_azul.png);
	position: absolute;
	top: 0px;
	display: none;
	z-index: 9000;
	/*background-color: #1a2d58;*/
}
.menu_mobile UL{
	list-style-type: none;
}
.menu_mobile LI{
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
}
@media screen and (max-width: 480px) {
.menu_mobile_icon i{
	font-size: 20px;
}
}
/************************/
/************************/
.block{
	width:100%;
	height:auto;
	position:relative;
}
.block_90{
	width:90%;
	margin-left: 5%;
}
.block_95{
	width:95%;
	margin-left: 2.5%;
}
.block_80{
	width:80%;
	margin-left: 10%;
}
.full_height{
	min-height: 100vh;
}
.wraper{
	width:calc(100% - 60px);
	max-width:calc(1280px - 60px);
	padding: 0 30px;
	margin:0 auto;
}
.block_row{
	width:100%;
	height:auto;
	position:relative;
}
.block_col{
	position:relative;
	float:left;
	min-height: 20px;
}
.espaco_80{
	padding: 40px 0;
}
.block_66{
	width:66.66%;
}
.block_50{
	width:50%;
}
.block_33{
	width:33.33%;
}
.block_25{
	width:25%;
}
/* TABLETS */
@media screen and (max-width: 970px) {
.block_66{
	width:50%;
}
.block_25{
	width:33.33%;
}
.block_50.breackTablet{
	width:100%;
}
	
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
.block_80{
	width:100%;
	margin-left: 0;
}
.block_95{
	width:100%;
	margin-left: 0;
}
.block_90{
	width:100%;
	margin-left: 0;
}
.block_66{
	width:100%;
}
.block_50{
	width:100%;
}
.block_33{
	width:100%;
}
.block_25{
	width:50%;
}
	
}
/* SMARTPHONES */
@media screen and (max-width: 467px) {
.block_25{
	width:100%;
}
	
}
.flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
/***********************/
/***********************/
.ba-mgn-100-tp{
	margin-top: 100px;
}
.ba-mgn-80-tp{
	margin-top: 80px;
}
.ba-mgn-801-tp{
	margin-top: 80px;
}
.ba-mgn-60-tp{
	margin-top: 60px;
}
.ba-mgn-40-tp{
	margin-top: 40px;
}
/*****/
.ba-mgn-100-bt{
	margin-bottom: 100px;
}
.ba-mgn-80-bt{
	margin-bottom: 80px;
}
.ba-mgn-60-bt{
	margin-bottom: 60px;
}
.ba-mgn-40-bt{
	margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
.ba-mgn-100-tp{
	margin-top: 90px;
}
.ba-mgn-80-tp{
	margin-top: 70px;
}
.ba-mgn-60-tp{
	margin-top: 50px;
}
.ba-mgn-40-tp{
	margin-top: 30px;
}
/*****/
.ba-mgn-100-bt{
	margin-bottom: 90px;
}
.ba-mgn-80-bt{
	margin-bottom: 70px;
}
.ba-mgn-60-bt{
	margin-bottom: 50px;
}
.ba-mgn-40-bt{
	margin-bottom: 30px;
}
	
}
/* TABLETS */
@media screen and (max-width: 970px) {
.ba-mgn-100-tp{
	margin-top: 80px;
}
.ba-mgn-80-tp{
	margin-top: 60px;
}
.ba-mgn-60-tp{
	margin-top: 40px;
}
.ba-mgn-40-tp{
	margin-top: 20px;
}
/*****/
.ba-mgn-100-bt{
	margin-bottom: 80px;
}
.ba-mgn-80-bt{
	margin-bottom: 60px;
}
.ba-mgn-60-bt{
	margin-bottom: 40px;
}
.ba-mgn-40-bt{
	margin-bottom: 20px;
}
	
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
.ba-mgn-100-tp{
	margin-top: 60px;
}
.ba-mgn-80-tp{
	margin-top: 40px;
}
.ba-mgn-801-tp{
	margin-top: 60px;
}
.ba-mgn-60-tp{
	margin-top: 25px;
}
.ba-mgn-40-tp{
	margin-top: 10px;
}
/*****/
.ba-mgn-100-bt{
	margin-bottom: 60px;
}
.ba-mgn-80-bt{
	margin-bottom: 40px;
}
.ba-mgn-60-bt{
	margin-bottom: 25px;
}
.ba-mgn-40-bt{
	margin-bottom: 10px;
}
	
}
/***********************/
/***********************/
footer{
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	min-height: 328px;
	background-color: #001f8a;
	bottom: 0px;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
footer{
	position: relative;
}
.main {
	min-height:100vh;
	padding-bottom: 0px;
}
.main.topMenu {
	min-height:calc(100vh - 100px);
}
}
.rdp_end{
	padding-top: 50px;
}
.rdp_end p{
	font-size: 10.5px;
	font-weight: 400;
	color: #a79157;
	line-height: 18px;
	margin-bottom: 25px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.rdp_end p.rdp_end_1{
	color: #a79157;	
}
@media screen and (max-width: 980px) {
.rdp_end p{
	font-size: 12px;
	line-height: 16px;
}
}
#logo_baixo {
	width:227px;
	height:38px;
	position:relative;
	margin: 110px auto 40px auto;
}
#logo_baixo H1 A {
	text-indent:-1500px;
	width:227px;
	height:38px;
	float:left;
	overflow:hidden;
	background-image:url(imgs/logo2.svg);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.nav_bottom{
	width: 65%;
	margin-left: 35%;
	padding-top: 50px;
	padding-bottom: 35px;
}
.nav_bottom UL{
	list-style-type: none;
}
.nav_bottom UL LI{
	color: #a79157;
	font-size: 10.5px;
	font-weight: 500;
	margin-bottom: 20px;	
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
.nav_bottom UL LI.select{
	color: #fff;
}
@media screen and (max-width: 767px) {
.nav_bottom{
	width: 100%;
	margin-left: 0;
	padding-top: 30px;
	border-top: 1px solid #a79157;
}
.nav_bottom UL LI{
	font-size: 11px;
	margin-bottom: 10px;
}
#logo_baixo {
	margin: 60px auto 10px auto;
}
.nav_bottom UL LI{
	text-align: center
}	
.rdp_end p{
	text-align: center;
	font-size: 11px;
}
.nav_bottom{
	/*display: none;*/
}
}
.over-efects{
	background-color: #001f8a;	
	cursor: pointer;
}
.over-efects:hover IMG{
	-o-transition: opacity  0.5s linear;
	-moz-transition: opacity  0.5s linear;
	-khtml-transition: opacity  0.5s linear;
	-webkit-transition: opacity  0.5s linear;
	-ms-transition: opacity  0.5s linear;
	transition: opacity  0.5s linear;
	opacity: 0.3;
}
.over-efects H3{
	width: 100%;
	position: absolute;
	top: 50%;
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.15em;
	margin-top: -16px;
	z-index: 1000;
	opacity: 0;
}
.over-efects:hover H3{
	-o-transition: opacity  0.5s linear;
	-moz-transition: opacity  0.5s linear;
	-khtml-transition: opacity  0.5s linear;
	-webkit-transition: opacity  0.5s linear;
	-ms-transition: opacity  0.5s linear;
	transition: opacity  0.5s linear;
	opacity: 1;
}
/*****************/

.over-efects1{
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.over-efects1:hover IMG{
	-o-transition: opacity  0.5s linear;
	-moz-transition: opacity  0.5s linear;
	-khtml-transition: opacity  0.5s linear;
	-webkit-transition: opacity  0.5s linear;
	-ms-transition: opacity  0.5s linear;
	transition: opacity  0.5s linear;
	opacity: 0;
}
.over-efects1 H3{
	width: 100%;
	position: absolute;
	top: 50%;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.18em;
	margin-top: -16px;
	z-index: 1000;
	opacity: 0;
}
.over-efects1:hover H3{
	-o-transition: opacity  0.5s linear;
	-moz-transition: opacity  0.5s linear;
	-khtml-transition: opacity  0.5s linear;
	-webkit-transition: opacity  0.5s linear;
	-ms-transition: opacity  0.5s linear;
	transition: opacity  0.5s linear;
	opacity: 1;
}
/*****************/
.titulo{
	padding-top: 75px;
}
.titulo H2{
	font-family: 'Noto Serif', serif;
	font-size: 33px;
	line-height: 36px;
	color: #1a2d58;
	font-weight: normal;
	border-bottom: 1px solid #a79157;
	padding-bottom: 10px;
}
.subtitulo {
	padding: 50px 0 20px 0;
}
.subtitulo H3{
	font-family: 'Noto Serif', serif;
	font-size: 27px;
	line-height: 1.2em;
	color: #a79157;
	font-weight: normal;
	padding-bottom: 10px;
	text-align: center;
	max-width: 770px;
	margin: 0 auto;
}
/* TABLETS */
@media screen and (max-width: 970px) {
.subtitulo H3{
	font-size: 27px;
	text-align: left;
}
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
.titulo H2{
	font-size: 25px;
}
.titulo{
	padding-top: 25px;
}
.subtitulo {
	padding: 40px 0 10px 0;
}
.subtitulo H3{
	font-size: 19px;
}
}
/***********************/
/***********************/
/***********************/
/***********************/
.slider{
	position: relative;
	width: 100%;
	height: auto;
}
.slider-it{
	position: relative;
	width: 100%;
	height: auto;
	max-width: 100%;
	overflow: hidden;
}
.slider-it-cont{
	position: relative;
	width: 100%;
	height: 850px;
	background-position: center top !important;
}
.slider-it-c-faixa{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 157px;
	background-image: url(imgs/fundo_azul.png);
	display: flex;
	align-items: center;
	z-index: 7000;
}
.slider-it-c-faixa P{
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	line-height: 25px;
	color: #d1cbc9;
	font-style: italic;
	padding-left: 120px;
	font-weight: 400;
}
#myVideo {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
	z-index: 6000;
}
/* TABLETS */
@media screen and (max-width: 970px) {
.slider-it-c-faixa{
	height: 130px;
}
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
.slider-it-c-faixa{
	height: 100px;
}
}
/******/

.slick-arrow{
	width: 29px;
	height: 75px;
	position: absolute;
	top: calc(50% - 100px);
	background-color: transparent;
	border: none;
	border-color: transparent;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(imgs/seta.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	opacity: 0.5;
	z-index: 5000;
}
@media screen and (max-width: 767px) {
.slick-arrow{
	display: none !important;
}	
}
.slick-arrow.slick-disabled{
	opacity: 0.1;
}
.slick-arrow.slick-prev{
	left: 50px;
}
.slick-arrow.slick-next{
	right: 50px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.slick-dots{
	width:calc(100% - 60px);
	max-width:calc(1280px - 60px);
	padding: 15px 30px 0px 30px;
	margin:0 auto;
	height: 20px;
	list-style-type: none;
	text-align: right;
}
.slick-dots LI{
	display: inline;
	margin-left: 15px;
}
.slick-dots LI BUTTON{
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -1500px;
	border: none;
	border-color: transparent;
	background-color: #002fa7;
	cursor: pointer;
}
.slick-dots LI.slick-active BUTTON{
	background-color: #a79157;
}
.slick-track{
	border-bottom: 2px solid #a79157;
}
@media screen and (max-width: 1100px) {
.slider-it-c-faixa P{
	font-size: 17px;
	line-height: 23px;
}
.slider-it-cont{
	height: 650px;
}
}
/* TABLETS */
@media screen and (max-width: 970px) {
.slider-it-cont{
	height: 500px;
}
.slider-it-c-faixa P{
	font-size: 17px;
	line-height: 24px;
	text-align: center;
	max-width: 80%;
	margin: 0 auto 0px auto;
	padding-left: 0;
}	
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
.slider-it-cont{
	height: 320px;
}
.slider-it-c-faixa P{
	font-size: 12px;
	line-height: 16px;
}	
}
/***************/
/***************/
.over-efects_hm1{
	background-image: url(imgs/home-01a.jpg);
}
.over-efects_hm2{
	background-image: url(imgs/home-02a.jpg);
}
.over-efects_hm3{
	background-image: url(imgs/home-03a.jpg);
}
.texto_center{
	position: relative;
	width: 80%;
	margin-left: 10%;
}
.texto_center H3{
	font-family: 'Noto Serif', serif;
	font-size: 27px;
	line-height: 36px;
	margin-top: 80px;
	color: #a79157;
	font-weight: normal;
	text-align: center;
}
@media screen and (max-width: 1100px) {
.texto_center H3{
	font-size: 25px;
	line-height: 34px;
	margin-top: 70px;
}
}
/* TABLETS */
@media screen and (max-width: 970px) {
.texto_center H3{
	font-size: 23px;
	line-height: 32px;
	margin-top: 60px;
}
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
.texto_center H3{
	font-size: 17px;
	line-height: 24px;
	margin-top: 40px;
}
}
.depoim{
	width: 70%;
	height: auto;
	margin-left: 15%;
	text-align: center;
}
.depoim2{
	width: 70%;
	height: auto;
	margin-left: 15%;
	text-align: center;
}
.depoim H4{
	font-family: 'Noto Serif', serif;
	font-size: 22px;
	line-height: 1.3em;
	color: #1a2d58;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
	font-style: italic;
}
.depoim P{
	font-size: 12px;
	color: #a79157;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.25em;
}
.depoim BUTTON{
	font-family: 'Roboto', sans-serif;
	background-color: transparent;
	border: 1px solid #1a2d58;
	padding: 11px 43px;
	text-transform: uppercase;
	font-size: 12px;
	color: #1a2d58;
	font-weight: 500;
	letter-spacing: 0.25em;
	margin-top: 60px;
}
.depoim INPUT[type=button]{
	font-family: 'Roboto', sans-serif;
	background-color: transparent;
	border: 1px solid #1a2d58;
	padding: 11px 43px;
	text-transform: uppercase;
	font-size: 12px;
	color: #1a2d58;
	font-weight: 500;
	letter-spacing: 0.25em;
	margin-top: 60px;
	cursor: pointer;
}
.botao_hm{
	display: inline-block;
	text-align: center;
	width: 80px;
	font-family: 'Roboto', sans-serif;
	background-color: transparent;
	border: 1px solid #1a2d58;
	padding: 11px 43px;
	text-transform: uppercase;
	font-size: 12px;
	color: #1a2d58;
	font-weight: 500;
	letter-spacing: 0.25em;
	margin-top: 60px;
	cursor: pointer;
	z-index: 9000;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
.depoim{
	margin-top: 20px !important;
	margin-bottom: 30px;
}
.nomargin-mobile{
	margin-top: 0px !important;
}
.depoim H4{
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom: 15px;
}
.depoim P{
	font-size: 12px;
}
.depoim BUTTON{
	margin-top: 30px;
	padding: 14px 55px;
}
}
/***********************/
/***********************/
.equipe_it{
	background-color: #001f8a;	
	cursor: pointer;	
}
.equipe_it:hover IMG{
	-o-transition: opacity  0.5s linear;
	-moz-transition: opacity  0.5s linear;
	-khtml-transition: opacity  0.5s linear;
	-webkit-transition: opacity  0.5s linear;
	-ms-transition: opacity  0.5s linear;
	transition: opacity  0.5s linear;
	opacity: 0.3;
}
.equipe_it2{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 3000;
	top: 0;
	left: 0;
	opacity: 0;
}
.equipe_it:hover .equipe_it2{
	-o-transition: opacity  0.5s linear;
	-moz-transition: opacity  0.5s linear;
	-khtml-transition: opacity  0.5s linear;
	-webkit-transition: opacity  0.5s linear;
	-ms-transition: opacity  0.5s linear;
	transition: opacity  0.5s linear;
	opacity: 1;
}
.equipe_it_cont{
	width: 80%;
	height: auto;
}
.equipe_it_cont H4{
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}
.equipe_it_cont P{
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	margin-bottom: 25px;
	font-style: italic;
}
.equipe_it_cont BUTTON{
	font-family: 'Roboto', sans-serif;
	background-color: transparent;
	border: 2px solid #fff;
	padding: 10px 37px;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.15em;
}
@media screen and (max-width: 980px) {
.equipe_it_cont H4{
	font-size: 23px;
}
.equipe_it_cont P{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 24px;
}
.equipe_it_cont BUTTON{
	padding: 8px 22px;
	font-size: 16px;
}	
}
@media screen and (max-width: 767px) {
.equipe_it{
	margin-bottom: 15px;
}
.equipe_it_cont H4{
	font-size: 28px;
}
.equipe_it_cont P{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0px;
}
.equipe_it_cont BUTTON{
	display: none;
}	
}
@media screen and (max-width: 490px) {
.equipe_it_cont H4{
	font-size: 17px;
	margin-bottom: 10px;
}
.equipe_it_cont P{
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 20px;
}
}
/***********************/
/***********************/
.escritorio_txt{
	padding: 20px 0px 0px 0px;
}
.texto_corrido H3{
	font-family: 'Noto Serif', serif;
	font-size: 33px;
	color: #1a2d58;
	font-weight: normal;
	line-height: 36px;
	margin-bottom: 30px;
}
.texto_corrido H4{
	font-family: 'Noto Serif', serif;
	font-size: 20px;
	color: #1a2d58;
	font-weight: normal;
	margin-bottom: 27px;
}
.texto_corrido H5{
	font-size: 14px;
	color: #a79157;
	font-weight: 500;
	line-height: 1.4em;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.texto_corrido P{
	font-size: 14px;
	color: #353c42;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 18px;
}
.texto_corrido P A{
	font-size: 19px;
	color: #a79157;
	font-weight: 500;
	line-height: 30px;
}
.titulo_membro H2 SPAN{
	display: inline-block;
	max-width: 65%;
}
.texto_areas H5{
	margin-top: 35px;	
}
.texto_areas P{
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
.escrit_mob{
	width: 100% !important;	
}
.texto_corrido H3{
	font-size: 25px;
}
.texto_corrido H5{
	font-size: 15px;
}
.texto_corrido P{
	font-size: 13px;
}
.texto_corrido P A{
	font-size: 18px;
}
.titulo_membro H2 SPAN{
	max-width: 85%;
}
}
.memb_contato{
	position: absolute;
	top: 40px;
	right: 30px;
	z-index: 7000;
	width: auto;
	height: auto;
}
.memb_contato H6{
	font-size: 15px;
	color: #a79157;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
.memb_contato P{
	font-family: 'Noto Serif', serif;
	font-size: 15px;
	color: #353c42;
	font-weight: normal;
	line-height: 20px;
}
.vcard{
	position: absolute;
	top: 25px;
	right: 2px;
	z-index: 2000;
}
.vcard A{
	font-size: 13px;
	color: #a79157;
	font-weight: normal;
	line-height: normal;
}
/***********************/
/***********************/
.slider2{
	width: 100%;
	height: auto;
	position: relative;
}
.slider2-it{
	width: 100%;
	height: auto;
	position: relative;
}
/***********************/
/***********************/
.af-container{
	display: flex;
	height: 106px;
	flex-direction: row;
}
.af-item{
	display: flex;
	border: 2px solid #1a2d58;
	height: 106px;
	align-items: center;
	cursor: pointer;
}
.af-item.select{
	background-color: #1a2d58;
}
@media screen and (max-width: 971px) {
.af-item{
	height: 56px;
}
}
@media screen and (max-width: 767px) {
.af-item{
	height: 106px;
}
}
.af-item H4{
	font-size: 10px;
	color: #1a2d58;
	font-weight: 500;
	line-height: 1.7em;
	text-transform: uppercase;
	text-align: center;
	max-width: 90%;
	margin: 0 auto;
	letter-spacing: 0.2em;
}
.af-item.select H4{
	color: #fff;
}
@media screen and (min-width: 971px) {
.af-item{
    flex-grow: 1;
    flex-basis: 0;
	border-right: none;
}
.af-item:last-child{
	border-right: 2px solid #1a2d58;
}
}
@media screen and (max-width: 970px) {
.af-item{
	width: calc(100% - 4px);
	border-bottom: none;
}
.af-container{
	height: auto;
	justify-content: center;
	flex-wrap: wrap;
}
.af-item:last-child{
	border-bottom: 2px solid #1a2d58;
}
}
/***********************/
/***********************/

P.oportunidade{
	font-size: 14px;
	max-width: 80%;
}
P.oportunidade A{
	font-size: 14px !important;
	color: #353c42 !important;
	line-height: inherit !important;
}
.contato_txt H5{
	margin-bottom: 15px;
}
.contato_txt A{
	font-size: 14px !important;
	font-weight: normal !important;
}
.contato_txt P.email_txt A{
	color: #353c42 !important;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:30.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
@media screen and (max-width: 970px) {
.map-responsive{
    padding-bottom:50.25%;
}
}
@media screen and (max-width: 767px) {
.map-responsive{
    padding-bottom:70.25%;
}
P.oportunidade{
	max-width: 100%;
}
}
/***********************/
/***********************/
.loading{
	width: 100%;
	height: auto;
	min-height: 250px;
	background-repeat: no-repeat;
	background-image: url(imgs/loading.gif);
	background-position: center center;
}