@charset "utf-8";*, body, html {
    margin: 0;
    padding: 0
}
a, button:focus, input:focus, select:focus, textarea:focus {
    outline: 0
}
.wrap, body, html {
    min-height: 100%
}
.veryold {
    text-align: center
}
.content {
    overflow: hidden
}
@font-face { 
	font-family: Montserrat-Bold;
	src:url(fonts/Montserrat-Bold.eot);
	src:url(fonts/Montserrat-Bold.eot?#iefix) format('embedded-opentype'), url(fonts/Montserrat-Bold.woff) format('woff'), url(fonts/Montserrat-Bold.ttf) format('truetype'), url(fonts/Montserrat-Bold.svg#svgFontName) format('svg');
	font-weight:400;
	font-style:normal
}
@font-face { 
	font-family: Montserrat-Thin;
	src:url(fonts/Montserrat-Thin.eot);
	src:url(fonts/Montserrat-Thin.eot?#iefix) format('embedded-opentype'), url(fonts/Montserrat-Thin.woff) format('woff'), url(fonts/Montserrat-Thin.ttf) format('truetype'), url(fonts/Montserrat-Thin.svg#svgFontName) format('svg');
	font-weight:400;
	font-style:normal
}
@font-face { 
	font-family: Montserrat-Light;
	src:url(fonts/Montserrat-Light.eot);
	src:url(fonts/Montserrat-Light.eot?#iefix) format('embedded-opentype'), url(fonts/Montserrat-Light.woff) format('woff'), url(fonts/Montserrat-Light.ttf) format('truetype'), url(fonts/Montserrat-Light.svg#svgFontName) format('svg');
	font-weight:400;
	font-style:normal
}
@font-face { 
	font-family: Montserrat-Regular;
	src:url(fonts/Montserrat-Regular.eot);
	src:url(fonts/Montserrat-Regular.eot?#iefix) format('embedded-opentype'), url(fonts/Montserrat-Regular.woff) format('woff'), url(fonts/Montserrat-Regular.ttf) format('truetype'), url(fonts/Montserrat-Regular.svg#svgFontName) format('svg');
	font-weight:400;
	font-style:normal
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?9mpmnv');
  src:  url('fonts/icomoon.eot?9mpmnv#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?9mpmnv') format('truetype'),
    url('fonts/icomoon.woff?9mpmnv') format('woff'),
    url('fonts/icomoon.svg?9mpmnv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-binoculars:before {
  content: "\e900";
}
.icon-flag:before {
  content: "\e901";
}
.icon-laptop:before {
  content: "\e902";
}
.icon-medal:before {
  content: "\e903";
}
.icon-office-worker:before {
  content: "\e904";
}
.icon-team:before {
  content: "\e905";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-cross:before {
  content: "\ea0f";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body, html {
    font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
    height: 100%;
}
a {
    text-decoration: none
}
a img, img {
    border: 0
}
a, h1, h2, h3, h4, h5, p {
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    font-weight: 400
}
h1{
	font-size: 60px; font-family: Montserrat-Bold, Arial, Helvetica, sans-serif;	
}
h2{
	font-size:40px; font-family: Montserrat-Bold, Arial, Helvetica, sans-serif;
}
h3{
	font-size:17px; font-family: Montserrat-Bold, Arial, Helvetica, sans-serif;
}
h5{
	font-size:30px;
	line-height:35px;
	font-family: Montserrat-Thin, Arial, Helvetica, sans-serif;
}
p{
	font-size:20px;
	line-height:30px;
	font-family: Montserrat-Thin, Arial, Helvetica, sans-serif;
}
b{
	font-size:20px; 
	font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
}
article, footer, header, nav, section {
    display: block
}
.wrap {
    position: relative;
    overflow: hidden;
}
.content {
    padding-bottom: 620px;
    margin-top: 0
}
.center {
    margin: 0 auto;
	width: 1200px;
	text-align: center;
}
.veryold {
    width: 100%;
    height: 400px;
    background: #FFF;
    position: absolute;
    z-index: 1100
}
.veryold h1 {
    font-size: 40px;
    line-height: 70px;
    color: #666;
    font-weight: 600
}
.veryold h2 {
    font-size: 17px;
    color: #666;
    margin-bottom: 50px
}
.veryold a {
    padding: 10px 20px;
    border: 1px solid #999;
    background: #666;
    color: #FFF
}
.veryold a:hover {
    background: #444
}
.transition {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
.transition2 {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: all .2s ease-in-out
}
.grow {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.grow:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}
.inline {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top
}

.left{ float:left;}
.right{ float:right;}

.ilink { width:42px; height:40px; float:left; background: url(../img/sprite.png) -170px -53px no-repeat }
.ilink:hover { width:42px; height:40px; float:left; background: url(../img/sprite.png) -211px -54px no-repeat }

.iinst{ width:42px; height:40px; float:left; background: url(../img/sprite.png) -87px -52px no-repeat }
.iinst:hover{ width:42px; height:40px; float:left; background: url(../img/sprite.png) -127px -52px no-repeat }

.iface { width:42px; height:40px; float:left; background: url(../img/sprite.png) -166px -10px no-repeat }
.iface:hover { width:42px; height:40px; float:left; background: url(../img/sprite.png) -207px -10px no-repeat }
.goon { width:77px; height:20px; background: url(../img/sprite.png) -65px -9px no-repeat; margin: 0 auto;}
.goon:hover { width:77px; height:20px; background: url(../img/sprite.png) -65px -29px no-repeat; margin: 0 auto;}

.chave { margin: 0 auto; width:60px; height:60px; background: url(../img/sprite.png) -1px -65px no-repeat }
.pessoa { margin: 0 auto; width:60px; height:60px; background: url(../img/sprite.png) -62px -65px no-repeat }
.doc { margin: 0 auto; width:60px; height:60px; background: url(../img/sprite.png) -123px -65px no-repeat }

.fly { 	opacity: 0;	transition: all 500ms ease-in-out;	transform:translateY(100px) scale(1.05) translate3d(0, 0, 0);}
.show-block { 	opacity: 1;	transform:translateY(0) scale(1) translate3d(0, 0, 0);}

.content2 {
    padding-bottom: 100px;
    width: 100%;
    min-height: 700px;
    margin-top: 0;
    background: #0B3E62 url(../img/fundo_index.png) no-repeat center center;
    text-align: center;
}
.idx_logo img{
	margin-top: 2%;
	width: 25%;
}
.idx_frase{
	width:80%;
	margin: 3% auto;
	color: #FFF;
}
.idx_frase h1{
	text-transform:uppercase; 
}
.idx_btn{
	width:100%;
}
.idx_btn a:hover button{
	color: #FFF;
}
.quote-phrase {
	color: #FFF;
	font-size: 40px; 
	font-family: Montserrat-Bold, Arial, Helvetica, sans-serif;
	line-height: 65px;
}
.banner_img{
	display: none;
}
header {
    width: 100%;
    position: fixed;
	height:150px;
	font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
}
.header_mobile_menu nav {
	display:none;	
}
.men_lin {
    width: 0;
    height: 2px;
    background: #573F52;
    float: left
}
.menufixo .header_top{
	margin-top: -60px;
}
.header_mobile_active, .menufixo .header_mobile_menu nav {
	display:none;
}  
.tit{
	font-family: Montserrat-Bold, Arial, Helvetica, sans-serif;
	font-size:40px;
	width:100%;
	height: auto;
	line-height:45px;
	color:#0B3E60;
	text-align:center;
	text-transform: uppercase;
	padding: 0px 10%;
	margin-bottom: 30px;
}
.tit_lin{
	width: 150px;
	height: 4px;
	background: #10BDF8;
	margin: 10px auto;
}
/*
.grid-1{
	width: 103%;
    min-height: 100px;
    margin-left: -1%;
    background: #CCC;
}
.col-1{
	float: left;
	width: 31%;
	height: 100px;
	margin: 1%;
	background: #666;
}
*/
.grid_1{
	width: 106%;
    margin-left: -1.5%;
}
.grid_2{
	width: 100%;
}
.grid_2 .col_2{
	width: 100px;
	height: 100px;
	margin: 5px;
	background: #FFF;
	overflow: hidden;
	position: relative;
}
.grid_2 .col_2 img{
	width: 100%;
}
.col_1{
	float: left;
	width: 29.4%;
	height: 270px;
	margin: 1.5%;
	background: #666;
}
.col_1_txt{
	width: 100%;
	height: 80px;
	margin-top: 190px;
	background: url(../img/fundo_col1.png) repeat ;
	padding: 10px;
	color: #FFF;
	overflow: hidden;
	text-align: left;
}
.col_1_icon{
	width: 80px;
	height: 270px;
	float: left;
	font-size: 60px;
	color: #10BDF8;
	text-align: center;
}
.col_1_txt h3{
	margin-top: 5px;
	text-transform: uppercase;
}
.col_1_txt p{
	margin-top: 45px;
	font-size: 18px;
	line-height: 22px;
}
.col_2{
	float: left;
	width: 29.4%;
	height: 270px;
	margin: 1.5%;
}
.col_2_txt{
	width: 100%;
	height: auto;
	padding: 10px;
	overflow: hidden;
	text-align: left;
}
.col_2_txt h3{
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #0B3E60;
}
.row_2 .col_2_txt p{
	font-size: 15px;
	line-height: 30px;
	margin: 0px;
}
.col_2_icon{
	width: 100%;
	height: 70px;
	font-size: 60px;
	color: #10BDF8;
	margin-bottom: 10px;
}
.grid_1 a:hover .col_1_txt{
	height: 270px;
	margin-top: 0px;
}
.row_1{
	width:100%;
	min-height: 400px;
	margin-top: 60px;
	padding: 60px 0px;
	overflow: hidden;
	background: #0B3E60 url(../img/fundo_office.jpg) no-repeat top center;
}
.row_1 .tit{
	color: #FFF;
}
.row_1 h5{
	margin: 0px 10%;
	color: #FFF;
}
.row_2{
	width:100%;
	min-height: 400px;
	background: url(../img/fundo_verlin.jpg) no-repeat center center;
	padding: 100px 0px;
}
.row_2 p{
	margin: 0px 10%;
	font-weight: 600;
}
.row_3 p{
	margin: 20px 10%;
	font-weight: 600;
}
.row_3_img{
	width: 100%;
	height: 400px;
	margin-top: 50px;
}
.row_4{
	margin: 60px 0px;
}
.pag{
	margin-top: 220px;
}
.a2a_kit {
	display: inline-block;
}
.prev{
	width: 100%;
	height: 100px;
	margin-top: -30px;
}
.table{
	width: 100%;
	overflow: auto;
}
table{
	min-width: 400px;
	width: 100%;
	text-align: left;
	margin: 50px 0px;
}
th, td{
	border: 1px solid #CCC;
	height: 50px;
	padding: 0px 15px;
}
th{
	text-transform: uppercase;
	font-family: Montserrat-Bold, Arial, Helvetica, sans-serif;
}
tr{
	cursor: pointer;
}
tr:hover{
	background: #EEE;
}
.cab:hover{
	background: none;
	cursor: default;
}
.list{
	width: 100%;
	text-align: left;
	margin: 20px 0px;
}
.list p{
	float: none;
}
.con{
	width: 100%;
	min-height: 500px;
}
.con_end{
	width: 32%;
	min-height: 500px;
	background: #0B3E62 url(../img/contatos_fundo.jpg) no-repeat top left;
	padding: 40px;
	text-align: left;
	color: #FFF;
}
.con_end p{
	margin: 0px;
}
.con_end p:last-of-type{
	font-size: 14px;
	line-height: 16px;	
	margin-top: 20px;
}
.con_for{
	width: 66%;
	min-height: 500px;
	background: #EEE;
	padding: 20px;
}
.con_for form span{
	font-size: 13px;
	color: #999;
	font-family: Montserrat-Light, Arial, Helvetica, sans-serif;;
}
.con_for input[type="checkbox"]{
	
}
.face_g,.face_p{
	overflow: hidden;
}
.msg {
	width:100%;
	padding: 20px;
	text-align:center;
    color: #FFF;
	margin: 20px 0px;
}
.foo_news .msg{
	padding: 2px;
	margin: 2px 0px;
	height: 30px;
}
.sucess {
    background: #A0D3AF
}
.error {
    background: #F0A49B
}
form {
	
}
.row_1 form{
	margin: 30px 0px;
}
.row_1 input {
    height: 50px;
    padding: 0px 10px;
    font-size: 18px;
    color: #888;
}
.inp_1{
	width: 32%;
	margin: 0.5%;
}
.inp_2{
	width: 65.5%;
	margin: 0.5%;
}
.inp_3{
	width: 100%;
	height: 50px;
    padding: 0px 10px;
    font-size: 18px;
    color: #888;
    border: none;
    margin: 5px 0px;
}
select{
	height: 50px;
    padding: 0px 10px;
    font-size: 18px;
    color: #888;
}
.select{ 
   width: 245px;
   height: 50px;
   overflow: hidden;
   /*background: url(../img/lupa.png) no-repeat right;  novo ícone para o <select> */
   border: 1px solid #ccc;
   margin: 0 auto;
}   

.select select, .select input { 
   background: transparent; /* importante para exibir o novo ícone */
   width: 190px;
   padding: 0px 10px;
   font-size: 18px;
   line-height: 40px;
   border: 0;
   border-radius: 0;
   -webkit-appearance: none;
}
.select button{
	border: none;
	width: 50px;
	height: 50px;
	float: right;
	cursor:pointer;
	background: url(../img/lupa.png) no-repeat right;
}
.g-recaptcha{
	display: inline-block;
	margin: 20px 0px;
}
.con_for .g-recaptcha{
	float: left;
	margin-right: 80%;
} 
.footer2 {
	width: 100%;
	height: 100px;
    bottom: 0;
    z-index: 0;
	position: absolute;
	background: #0B3E62;
}
.footer2 .idx_logo{
	
}
.footer2 .idx_logo img{
	width: 80px;
	float: left;
}
.footer2 h5{
	color:#FFF;
	font-size:13px;
	float: left;
	line-height: 100px;
	margin-left: 20px;
}
.footer2 .grid__item {
	height: 100px;
}
footer {
	width: 100%;
	height: 620px;
    bottom: 0;
    z-index: 0;
	position: absolute;
	background: #0B3E62;
}
.foo_news{
	width: 100%;
	min-height:120px;
	background: #149BCE; 
	padding: 10px 0px ;
}

.foo_news input{
	width: 20%;
	height: 50px;
	border: none;
	margin: 0px 20px;
	padding: 10px;
	font-size: 20px;
}
.foo_news h5{
	color: #FFF;
}
.foo_news input, .foo_news h5, .foo_news button{
	float: left;
}
.foo_col_2{
	padding-top: 90px;
}
.foo_col_1{
	width: 33%;
	height: auto;
	float: left;
	height: 350px;
	margin-top: 50px;
	text-align: left;
}
.foo_col_1 img{
	width: 130px;
	margin-bottom: 20px;
}
.foo_col_1 p{
	float: none;
	color: #FFF;
	font-size: 16px;
	line-height: 20px;
}
.foo_col_1 a{
	color: #FFF;
	/*text-transform: uppercase;*/
	line-height: 30px;
}
.foo_col_1 p a{
	line-height: 15px;
}
.foo_col_1 a:hover{
	color: #89CDE6;
}
.foo_row_1{
	width: 100%;
	height: auto;
}
.foo_row_1 p{
	float: left;
	color: #FFF;
	font-size: 13px;
}
.foo_row_1 .grid__item {
    height: 40px;
}
footer .goonc {
    padding: 0px;
	float:right;
}
.maps iframe{
	width: 100%;
	height: 340px;
	margin: 50px 0px;
    pointer-events: none;
	scrollwheel: false
}
.video{
	width: 100%;
	height: auto;
	margin: 50px 0px;
	padding: 50px 0px;
}
.video video{
	max-width: 400px;
}
.video iframe{
	width: 70%;
	height: 500px;
}
#loader{
	position:fixed;
	z-index:1001;
	width:100%;
	height:100%;
	background:#0B3E62;
	margin-top:0px;
}
/* EFEITO EM BOTOES */
.button {
	font-size:13px;
	display: block;
	margin: 20px auto 20px auto;
	padding: 10px 1em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	cursor:pointer;
	font-family: Montserrat-Light, Arial, Helvetica, sans-serif;
	min-width: 250px;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}
/* EFEITO EM BOTOES INDEX */
.button.button--idx {
	background: none;
	color: #FFF;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	border: 1px solid #FFF;
	font-size: 24px;
	text-transform: capitalize;
	display: inline-block;
	margin: 20px 15px;
	padding: 15px 1em;
	min-width: 250px;
	background: #0C446B;
}
.button--idx.button--inverted {
	background: none;
	color: #fff;
}
.button--idx::before,
.button--idx::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--idx::before {
	background: #0D6D9A;
}
.button--idx::after {
	background: #0D2F51;
}
.button--idx:hover {
	color: #573F52;
}
.button--idx:hover::before,
.button--idx:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--idx:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}

/* EFEITO EM BOTOES 1*/
.button.button--1 {
	background: #0B3E62;
	color: #FFF;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	font-size: 25px;
	padding: 10px 30px;
	margin: 30px auto;
}
.button--1.button--inverted {
	background: none;
}
.button--1::before,
.button--1::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--1::before {
	background: #89CDE6;
}
.button--1::after {
	background: #149BCE;
}
.button--1:hover::before,
.button--1:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--1:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}
.foo_news .button.button--1{
	margin: 0px;
}
.foo_news .button--1::after {
	background: #89CDE6;
}
/* BUTTON 2*/
.button.button--2 {
	background: #149BCE;
	color: #FFF;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	font-size: 25px;
	padding: 10px 30px;
	margin: 30px auto;
}
.button--2.button--inverted {
	background: none;
}
.button--2::before,
.button--2::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--2::before {
	background: #0B3E62;
}
.button--2::after {
	background: #89CDE6;
}
.button--2:hover::before,
.button--2:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--2:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}
/* BUTTON 3*/
.button.button--3 {
	background: none;
	color: #0B3E62;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	font-size: 18px;
	padding: 10px 20px;
	margin: 30px auto;
	border: 1px solid #0B3E62;
	min-width: 100px;
	float: left;
}
.button.button--3:hover { 
	color: #FFF;
}
.button--3.button--inverted {
	background: none;
}
.button--3::before,
.button--3::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	color: #FFF;
}
.button--3::before {
	background: #89CDE6;
}
.button--3::after {
	background: #0B3E62;
	
}
.button--3:hover::before,
.button--3:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--3:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}

/* Grid Button */
.button_grid{
	width: 100%;
	height: auto;
}
.button_grid .button{
	display: inline-block;
	margin: 10px 20px;
}

.con_for .button{
	float: left;
	max-width: 150px;
}

/* EFEITOS MENU */
.cl-effect-4 {
	margin-top:50px;
	margin-right: 15px;
	float: right;
}
.cl-effect-4 a {
    position: relative;
    display: inline-block;
    outline: none;
    color: #0B3E61;
	margin-bottom:10px;
    text-decoration: none;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 15px;
    text-transform:uppercase;
	font-family: Montserrat-Bold, Arial, Helvetica, sans-serif;
	margin:  0px 10px;
}
.cl-effect-4 a {
	padding: 0 0 5px;
}
.cl-effect-4 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #573F52;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.nav_menu{
	min-height:150px; 
}
.nav_links{
	text-transform: uppercase;
	width: 100%;
	font-family: Montserrat-Bold, Arial, Helvetica, sans-serif;
}
.nav_links_li{
	color:#CCC;
	cursor: pointer;
	margin: 0px 10px;
	display: inline-block;
}
.nav_links_li:hover, .nav_links_active{
	color: #AAA;
}
.nav_tab,.nav_tab2{
	text-transform: uppercase;
	width: 100%;
	margin: 10px 0px;
	font-family: Montserrat-Bold, Arial, Helvetica, sans-serif;
}
.nav_tab2{
	display: none;
}
.nav_tab span{
	padding: 10px 20px;
	color: #AAA;
	cursor: pointer;
}
.nav_tab2 span{
	padding: 10px 20px;
	cursor: pointer;
}
.nav_tab span a{
	color: #AAA;
}
.nav_tab2 span a{
	color: #888;
	font-size: 13px;
}
.nav_tab_li,.nav_tab_li2{
	display: none;
}
.nav_tab_li2{
	margin-top: 15px;
    padding: 15px 0px;
    background: #EFEFEF;
}
.nav_tab_li span:hover,.nav_tab_active, .nav_tab span:hover, .nav_tab span a:hover{
	color: #888;
}
.nav_tab_li2 span:hover{
	color: #888;
}
.nav_tab_active{
	display: block;
}
.nav_tab_active span{
	background: #EFEFEF;
}
.nav_tab{
	margin-top: 30px;
}
.nav_tab .nav_tab_active2{
	padding-bottom: 25px;
}
.pagination{
	width:100%;
	margin: 50px 0px;
	text-align: center;
}
.pagination div{
	width: 40px;
	height: 40px;
	color: #FFF;
	line-height: 40px;
    background: #10BDF8;
    display: inline-block;
}
.pagination div:hover, .pagination .pag_active{
	color: #FFF;
	background: #0B3E62;
}


@media screen and (max-width :1300px){
	.center {
        width: 80%
    }
	.box_meio .center{
		width: 80%;
	}
	.cl-effect-4 {
		width: 60%;
		margin-top:30px;
	}
	.cl-effect-4 a {
	    font-size: 13px;
		margin:  5px 10px;
	}
	.col_1_txt h3{
		font-size: 15px;
	}
}

@media screen and (min-width :800px){
	
	.header_fundo{
		background: #0B3E62;
		width: 100%;
		height: 100px;
		position: absolute;
	}
	header {
		z-index: 1011;
	}
	.header_top{
		width: 100%;
		height: 50px;
		color: #FFF;
	}
	.header_top a .header_top_li{
		margin-top: 5px;
	}
	.header_top_li{
		height:40px;
		font-size:14px;
		line-height:50px;
		margin-right: 10px;
	}
	.header_top_li a{
		color: #FFF;
		
	}
	.header_menu{
		height: 125px;
		z-index:1002;
		background: #FFF;
		-webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.36);
		-moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.36);
		box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.36);
	}
	.header_menu_li{
		font-size:15px;
		color:#717377;
		padding-top:20px;
		text-transform:uppercase;
		float:right;
	}
	.header_men_bor{
		width:1px;
		float:right;
		height: 20px;
		margin: 20px 10px 0px 10px;
		border-left: 1px solid #CCC;
	}
	.header_menu .right{ padding-left: 10px;}
	.header_menu_li .men_lin {
	    display:none;
	}
    .logo {
	    height: 89px;
		width: 125px;
		float:left;
		z-index:1001;
		margin-top: 15px;
		margin-left: 20px;
	}
	.logo img{
		width: 125px;
	}
	.logop img{
		display: none;
	}
	.face_g{
		display: block;	
	}
	.face_p{
		display: none;
	}

}
@media screen and (min-width :1100px){
	.header_menu_li{
		padding-top:50px;
	}
	.header_men_bor{
		margin: 50px 10px 20px 10px;
	}
	.header_menu_li .men_lin {
	    display:block;
	}
	.header_menu_li:hover .men_lin {
	    width: 100%
	}
}
@media screen and (max-width : 799px) {
	
	header {
		height: 70px;
		background: #0B3E62;
		border-bottom: 1px solid #CCC;
		z-index: 1011;
	}
	.header_menu{ display:none;}
	.logop{
		width:80px;
		margin-top: 0px;
		float:left;
		margin-top:-70px;
	}
	.logop img{
		display:block;
		width:100%;
	}
	.header_top{
		display:none;
	}
	.header_mobile_menu{
		z-index: 1100;
		width:100%;
		margin-top: 80px;
	}
	.header_mobile_menu nav ul{
		width:100%;
	}
	.header_mobile_menu nav ul li{
		list-style-type: none;
	}
	.mobile_menu_li{ 
		background: #0B3E62;
		width:100%;
		height:40px;
		color:#FFF;
		line-height:40px;
		font-size:15px;
		border: 1px solid #EEE;
		text-align: center;
		font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
		overflow: hidden;
	}
	.header_mobile_menu nav .mobile_menu_li:hover{
		background:#FFF	;
		color:#333;
	}
	.imenu { width:30px; height:60px; background: url(../img/sprite.png) 0px 0px no-repeat }
	.imenuActive { background: url(../img/sprite.png) -32px 0px no-repeat }
	.header_mobile_active{
		display:block;
		width:30px;
		height:60px;
		margin-top: -75px;
		cursor:pointer;
		float:right;
	}
	.col_1_txt{
		text-align: left;
	}
	.col_1_txt h3{
		font-size: 12px;
	}
	.col_1_icon{
		width: 30px;
		font-size: 25px;
	}
	.pag{
		margin-top: 100px;
	}

	.content {
	    padding-bottom: 1300px;
	}
	footer {
		height: 1300px;
	}
	.foo_news h5{
		float: none;
	}
	.face_g{
		display: none;	
	}
	.face_p{
		display: block;
		margin-top: -60px;
	}
	.foo_col_1{
		width: 100%;
		margin: 20px 0px;
		text-align: center;
	}
	.foo_col_2{
		padding-top: 0px;
		height: 220px;
	}
	.foo_row_1 p{
		float: none;
	}
	.foo_row_1 .grid__item {
	    width: 100%;
	}
	.video video{
		max-width: 300px;
	}
	.video iframe{
		width: 100%;
		height: 300px;
	}
	.inp_1, .inp_2{
		width: 100%;
		margin: 10px 0px;
	}
	.con_end,.con_for{
		width: 100%;
		height: auto;
	}
	.con_for .g-recaptcha{
		float: none;
		margin-right: 0px;
	} 
	.quote-phrase {
		font-size: 30px; 
		line-height: 35px;
	}
	.banner_img{
		display: block;
		height: 500px;
		text-align: center;
	}
	.banner_img img{
		width: 50%;
	}
}	

@media screen and (max-width : 600px) {
	
	h1{
		font-size: 40px; 
	}
	h2{
		font-size:25px; 
	}
	h5{
		font-size: 20px;
		line-height: 22px;
	}
	.idx_logo img{
		width: 50%;
	}
	.content2 {
	    padding-bottom: 250px;
	    background: #0B3E62 url(../img/fundo_index.png) no-repeat top center;
	}
	.footer2{
		height: 250px;
	}
	.footer2 .idx_logo img{
		float: none;
		margin-top: 20px;
	}
	.footer2 h5 {
		margin-top: 20px;
		height: 60px;
	    float: none;
	    line-height: 20px;
	    margin-left: 0px;
	}
	.footer2 .grid__item {
		width: 100%;
	    height: 100px;
	}
	.button {
		width:80%;
	}
	.button.button--idx {
		margin: 10px 15px;
	}
	.grid_1{
		width: 100%;
	    margin-left: 0%;
	}
	.col_1,.col_2{
		width: 100%;
		height: 270px;
		margin: 10px 0px;
	}
	.col_1_txt h3{
		font-size: 15px;
	}
	.tit{
		font-size:25px;
		line-height:30px;
		margin-bottom: 20px;
	}
	section{
		text-align:center;
	}	
	.button.button--1 {
		min-width: 100%;
	}
	footer .goonc, .grid__item {
	    margin: 0 auto;
	    float: none;
	}
	.foo_news input{
		width:100%;
		margin: 15px 0px;
	}
	.quote-phrase {
		font-size: 20px; 
		line-height: 25px;
	}
	.nav_menu{
		min-height:200px; 
	}
	.nav_links,.nav_tab,.nav_tab2{
		margin: 10px 0px;
	}
	.nav_links_li,.nav_tab_li span,.nav_tab_li2 span{
		line-height: 25px;
		display: block;
		background: #EEE;
		padding: 0px;
		margin: 0px;
	}
	.nav_tab .nav_tab_active2 {
	    padding-bottom: 0px;
	}
	.nav_tab, .nav_links{
		
	}
	.button.button--3{
		min-width: 100%;
	}
}


