@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
	--cor1: #1c479b;
}

@font-face {
font-family: 'Ford Light Extended';
font-style: normal;
font-weight: normal;
src: local('../fonts/Ford Light Extended'), url('../fonts/ford-light-extended-58894b03a08a1.woff') format('woff');
}

*{
	font-family: 'Ford Light Extended', sans-serif;
}

p{
	color: #474747;
}

a{
	transition: all .6s;
}

img{
	max-width: 100%;
}


.container {
    width: 1180px;
    max-width: 100%;
}

.topo{
	padding: 5px 0;
	background: var(--cor1);
	color: #fff;
	font-size: 11px;
}
.topo .btn{ 
	background: var(--cor1);
	font-size: 11px;
	border:none;
	padding: 5px;
}

.topo .btns:hover,
.topo .btn:hover{
	background: #12245b;
}
.topo svg{
	fill: #fff;
	width: 14px;
	height: 14px;
}

.topo .btns{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: var(--cor1);
	border-radius: 5px;
	width: 30px;
	height: 30px;
	padding: 9px 0 0 0;
} 

.logo{
	position: absolute;
	left: 50%;
	top: -3px;
	z-index: 1100;
	margin-left: -129.5px;
}


/********************** Inicio Menu *******************************/
#menu-toggle {cursor: pointer; display: none; }		
 
#menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

#menu ul li{ 
	float:left; 
	height: auto; 
	position: relative;
}

#menu ul li a{ 
	font-size: 14px; 
	display: block; 
	height: auto;  
	padding: 0px 13px; 
	line-height: 47px; 
	text-transform: uppercase;
	color:#33537d;
	font-weight: 600;
	text-decoration: none;
	border-radius: 7px;
} 

#menu ul li a:hover{ 
	background: var(--cor1);
	color: #fff;
}  

#menu ul li a svg {
	fill: var(--cor1);
	position: relative;
	top: 3px;
}

#menu ul li a:hover svg {
	fill: #fff;
}

#menu ul li.sep {
    width: 0;
    border-right: 1px solid var(--cor1);
    height: 15px;
    margin: 15px 0 0;
}
 

/* Submenu */
#menu li ul {position: absolute; z-index:99999; top: 46px; left:0px; display: none; width:195px; margin-left:0px; padding-top: 1px;}
#menu li ul li { height:auto; width:195px; background:var(--cor1); }
#menu ul li:hover > ul {display: block; }
#menu li ul li a{height:auto; color: #fff; border-radius: 0; line-height:20px; padding: 8px 10px; font-size:13px; background: var(--cor1); border-bottom:1px dotted #fff;}
#menu li ul li a:hover{background: #1a2c67;}
#menu li ul li:last-child a{border-bottom: none;}
 
@media only screen and (min-width: 1200px) { 
	#menu.nav-fixed {position: fixed; left: 0; text-align: center; top:0; z-index: 199; background: var(--cor1); width: 100%; padding: 5px 0; }
	#menu.nav-fixed ul{ display: inline-block; margin: 0 auto; float: none !important; text-align: center; }
	#menu.nav-fixed ul li{display: inline-block; vertical-align: top; float: none;}
	#menu.nav-fixed ul a{/*line-height: 50px;*/ color: #fff;}
	#menu.nav-fixed ul a:hover{background: #fff; color: #33537d;}
	#menu.nav-fixed ul a svg {fill: #fff;}
	#menu.nav-fixed ul a:hover svg  {fill: #33537d;}
	#menu.nav-fixed li ul{text-align: left; display: none; top: 45px;}
} 


#painel-home ul{
	padding-left: 0;
	list-style: none;
}

#form-fale{
	background: url(../img/form-fale.jpg) no-repeat center top;
	background-size: cover;
	padding: 20px;
}

#form-fale label{
	color: #fff;
}

#form-fale h4{
	color: #fff;
	font-size: 22px;
	font-weight: 800;
}

#form-fale .btn{
	background: #12245b;
	color: #fff;
	cursor: pointer;
}

.boxe-azul{
	margin-top: -5px;
	padding: 30px 20px 20px;
	background: #102157;
}
.boxe-azul p{
	color: #fff;
	font-weight: 800;
}
.boxe-azul p span{
	font-size: 20px;
	color: #2cb742;
}

.area-filiado{
	background: #dcdcdc;
	padding: 35px 0 25px 0;
	color: var(--cor1);
}

.text-area{
	font-weight: bold;
	font-size: 20px;
	display: flex;
}
.text-area b{
	font-size: 23px;
}

.area-filiado b{
	display: block;
}
.area-filiado p,
.area-filiado label{
	color: var(--cor1);
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.area-filiado a{
	color: var(--cor1);
	font-size: 11px;
}

.area-filiado label{
	margin-bottom: 3px;
}
.area-filiado .form-group{
	margin-bottom: 5px;
}

.area-filiado .btn{
	color: #fff;
	display: block;
	margin-top: 2px;
	background: #12245b;
	cursor: pointer;
}

.tt-home{
	font-size: 22px;
	color: #2c448d;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.gal{display: block; text-align: center; width: 100%; overflow: hidden; position: relative; border-radius: 5px; margin-bottom: 10px;}
.gal img {transition: all .5s; vertical-align: middle; width: 100%;}
.gal:hover img {transform: scale(1.3); transition: all .5s;}
.gal:before{
	position: absolute;
    height: 100%;
    content: "";
    width: 100%; 
    background: rgba(47, 69, 149, .8);
    opacity: 0;
    transition: all .5s;
    z-index: 1;
    left: 0;
}
.gal:hover:before{
	opacity: 1;
}
.gal .texto{
	position: absolute;
	color: #fff;
	width: 100%;
	font-size: 14px;
	padding: 5px;
	text-align: center;
	top: 110%;
	z-index: 3;
}
.gal:hover .texto{
	top: 25%;
}
.gal .texto:after{
	content: "+";
	width: 18px;
	background: #fff;
	color: #2c448d;
	display: block;
	font-size: 20px;
	font-weight: bold;
	height: 20px;
	text-align: center;
	line-height: 18px;
	margin: 5px auto;
}


@media (min-width: 998px) { 
	.informativos{
		background: url(../img/informativos.jpg) no-repeat center right;
		background-color: #c6dde5;
		background-size: cover;
		-webkit-background-size: cover;
	}
	.informativos .btn{ 
		margin-top: 8px;
	}
}
	.informativos{ 
		padding: 25px;
		background-color: #c6dde5;
	}
	.informativos p{ 
		font-size: 14px;
	}
	.informativos label{ 
		font-size: 14px;
		color: #12245b;
	}
	.informativos .btn{ 
		color: #fff;
		cursor: pointer;
		font-size: 14px;
		background-color: #12245b;
	}
.carousel{
	padding: 0 40px;
}   
	.owl-prev, .owl-next{display: block; height: 31px; width: 31px; position: absolute; z-index: 200; text-indent: -9999px; top:50%; 
		background-image: url(../img/icones/arrow.png); background-repeat: no-repeat; margin-top: -15px;}
	.owl-prev {background-position: 0 0; left: -40px; }
	.owl-next {background-position: -33px 0; right: -40px; }
	.item{display: block; margin: 0 auto; float: none !important; max-width: 250px;} 
	.item h3{
		color: #5d5d5d;
		font-size: 16px;
		min-height: 53px;
	}
	.item time{
		color: var(--cor1);
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 5px;
		display: block;
	}
	.item img{
		border-radius: 5px;
	}
	.item p{
		padding-top: 8px;
	}

	.link,
	.item p a{
		color: var(--cor1);
		font-weight: 500;
		font-size: 14px;
	}

.imgcrop{
	display: block;
	height: 285px;
	margin-bottom: 10px;
	overflow: hidden;
}	

	.item1{
		height: 105px;
		display: block;
		max-width: 220px;
	}
	.imgcrop img,
	.marcas img,
	.item1 img{vertical-align: middle;position: relative; top: 50%;transform: translateY(-50%); display: block;}
	.item1 img{ margin: 0 auto; width: auto !important;}

.tt-p-home{
	font-size: 14px;
}

.linha{
	border: 1px dotted #d2ddff;
}

.zoom{display: block; text-align: center; width: 100%; overflow: hidden; position: relative;}
.zoom img {transition: all .5s; vertical-align: middle; width: 100%;}
.zoom:hover img {transform: scale(1.3); transition: all .5s;}
.zoom:before{
	position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    background: rgba(0, 0, 0, .4) url(../img/icones/zoom.png) no-repeat center;
    opacity: 0;
    transition: all .5s;
    z-index: 1;
    left: 0;
}
.zoom:hover:before{
	opacity: 1;
} 

.list{
	padding: 0;
	list-style: none;
}

.list li{
	padding-left: 15px;
	margin-bottom: 5px;
}

.list li:before{
	content: "";
	width: 7px;
	height: 7px;
	float: left;
	margin-top: 8px;
	background: #e3191c;
	margin-left: -15px;
	border-radius:50%;
}

.marcas { 
    border: 1px solid #c9c9c9;
    height: 110px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}

 .marcas img{
 	display: block;
 	margin: 0 auto;
 	max-width: 80%;
 	max-height: 90%;
 }

 .noticia{
 	border-bottom: 1px dotted #a5a5a5;
 	margin-bottom: 30px;
 }

 .noticia h3{
 	color: #d34e03;
 	font-size: 22px;
 }

 .noticia time{
 	color: #999;
 }

.pagination .active a.page-link{
 	background: #d34e03;
 	border-color: #d34e03;
 }

 .pagination a.page-link{
 	color: #d34e03;
 }

 .btn-volta{
 	background: #d34e03;
 	color: #fff;
 }

 .btn-volta:hover{
  	background: #da560d;
  }

.cabecalho h2{
	color: #0275d8;
	font-size: 22px;
	margin-bottom: 5px;
}

.cabecalho time{
	color: #737373;
}

 #form input{
 	height: 45px;
 	border:1px solid #ccc;
 }

 #form .btn{
 	background: #d34e03;
 	color: #fff;
 	margin-top: 20px;
 	height: 50px;
 	border: none;
 	cursor: pointer;
 }

  #form .btn:hover{
  	background: #da560d;
  }

 .captcha{
 	float: left;
 	border:1px solid #ccc;
 	margin-right: 10px;
 	padding: 9px 5px 9px 10px;
 }

 #captcha{
 	width: 180px;
 	float: left !important;
 }
 
#footer{
	padding: 30px 0 15px 0;
	background: var(--cor1);
	font-size: 12px;
	color: #fff;
}
#footer hr{
	border-color: #fff;
}
#footer address{
	color: #fff;
	font-size: 12px;
}
#footer address strong{
	color: #fff;
	font-size: 14px;
}

#footer .btn{
	margin-bottom: 5px;
	border:none;
	font-size: 12px;
	background: var(--cor1);
}

#footer .btns:hover,
#footer .btn:hover{
	background: #12245b;
}

#footer .btns{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: var(--cor1);
	border-radius: 5px;
	width: 37px;
	height: 37px;
	padding: 9px 0 0 0;
} 

#footer .btns svg{
	fill: #fff;
	width: 20px;
	height: 20px;
}

#footer .btn svg{
	fill: #fff;
	margin: 0px 5px -4px -4px;
	width: 15px;
	height: 15px;
}
.menu-lateral{
	list-style: none;
	padding: 0;
	margin-left: 0;
}

.menu-lateral li{
	display: block;
	margin-bottom: 5px;
}

.menu-lateral li a{
	font-weight: 600;
	padding: 7px 10px;
	font-size: 14px;
	border-radius: 5px;
	text-transform: uppercase;
	background: var(--cor1);
	color: #fff;
	display: block;
}

.menu-lateral li a.active,
.menu-lateral li a:hover{
	background: #1a2c67;
	text-decoration: none;
}

.lateral #form-fale{
	background-position: top center;
	background-size: 205% !important;
}

.lateral .boxe-azul {
	padding: 20px;
}
.boxe-azul-claro{
	background: #1b2e6b;
}

.fancybox-type-iframe .fancybox-inner {
  height: 450px !important;
}
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {position: relative; max-width: 100% !important; margin: 0 auto; padding: 0; *zoom: 1;}
.bx-wrapper img {width: 100%; display: block;}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {position: absolute; bottom: 5px; width: 100%; padding: 0;  z-index: 1000; }
/* LOADER */
.bx-wrapper .bx-loading {min-height: 50px; background: url(../js/bxslider/images/bx_loader.gif) center center no-repeat #fff; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000;}

/* PAGER */
.bx-wrapper .bx-pager {text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; padding-top: 20px; }
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block; *zoom: 1; *display: inline;}
.bx-pager-item {padding: 5px 0;}
.bx-wrapper .bx-pager.bx-default-pager a {background: #dcdada; text-indent: -9999px; display: block; width: 20px; border:2px solid #fff; height: 20px; margin: 0 2px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {background: #3879bb;}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {left: 5%; background-position: 0 0; }
.bx-wrapper .bx-next {right: 5%; background-position: -33px 0; }
.bx-wrapper .bx-prev:hover ,
.bx-wrapper .bx-next:hover {opacity: 1;}
.bx-wrapper .bx-controls-direction a {position: absolute; top: 50%; margin-top: -25px; outline: 0; width: 31px; height: 31px; text-indent: -9999px; z-index: 9999;
background-image: url(../img/icones/arrow.png); background-repeat: no-repeat; opacity: 0.6;}

.bx-wrapper .bx-controls-direction a.disabled { display: none;}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {text-align: center; }
.bx-wrapper .bx-controls-auto .bx-start {display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url(../js/bxslider/images/controls.png) -86px -11px no-repeat; margin: 0 3px;}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0;}
.bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url(../js/bxslider/images/controls.png) -86px -44px no-repeat; margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px;}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {text-align: left; width: 80%; }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {right: 0; width: 35px;}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {position: absolute; bottom: 0; left: 0; background: #666\9; background: rgba(80, 80, 80, 0.75); width: 100%;}
.bx-wrapper .bx-caption span {color: #fff; display: block; font-size: .85em; padding: 10px;}

/* OWL CAROUSEL */
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}

.barratopo{display:none} 
.pull {display: none; background: url(../img/icones/pull.png) no-repeat right top; width: 36px; height: 36px; margin-right: 20px; cursor: pointer;}


/* PAGINA DIRETORIA */
.main__title {
	/* background: linear-gradient(to right, #1e3376, #2f4595); */
	background: var(--cor1);
	padding: 30px 0 20px;
	position: relative;
	margin-bottom: 35px;
}

.main__title:before {
	content: "";
	height: 1px;
	background: #f9d611;
	position: absolute;
	left: 0;
	bottom: 5px;
	right: 0;
}

.main__title h1 {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.box-01 {
	background: #f2f5ff;
	padding: 10px;
	margin-bottom: 10px;
}

.box-01 p {
	margin-bottom: 0;
}


.box-01 strong {
	color: #1c3070;
}

.topic-01 {
	color: #1c3070;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px dotted #1c3070;
	padding-bottom: 5px;
}

.list-01 {
	list-style: none;
	padding-left: 0;
}

.list-01 li {
	border-bottom: 1px solid #cad2ec;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 6px;
	position: relative;
}

.list-01 li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 4px;
	background: var(--cor1);
	height: 14px;
}
/* FIM PAGINA DIRETORIA */

/* PAGINA HISTORICO */
.generic-collapse02__title {
	background: #dbe3ff;
	color: #172962;
	font-size: 1em;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 10px 20px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}

/*.generic-collapse02 h2:nth-child(2) {
	background: #dbe3ff;
}*/

.generic-collapse02__title.activePair {
	background: #d1daf9;
}


.generic-collapse02__title:before {
	content: "+";
	position: absolute;
	right: 20px;
	top: 2px;
	font-size: 28px;
	color: #6f8add;
}

.generic-collapse02__title.active:before {
	content: "-";
}

.generic-collapse02__content {
	padding: 10px 20px;
}

.generic-collapse02__content ul {
	list-style: none;
}

.generic-collapse02__content ul li {
	position: relative;
	margin-bottom: 5px;
}

.generic-collapse02__content ul li:before {
	content: "";
	background: var(--cor1);
	height: 5px;
	width: 5px;
	left: -10px;
	top: 10px;
	position: absolute;
}

.generic-area03 {
	padding: 4em 0 2em 0;
	text-align: center;
}

.generic-area03__title {
	font-size: 2em;
	color: #0c4467;
	text-transform: uppercase;
}

/* FIM PAGINA HISTORICO */

/* PAGINA NOTICIAS */
.list-02 {
	list-style: none;
	padding-left: 20px;
}

.list-02 li {
	position: relative;
	margin-bottom: 10px;
}

.list-02 li:before {
	content: "";
	background: #1d3070;
	position: absolute;
	left: -20px;
	top: 12px;
	width: 5px;
	height: 15px;
}

.list-02 li a {
	border-bottom: 1px solid #d2d2d2;
	display: flex;
	align-items: start;
	padding: 8px 0;
}

.list-02 li a:hover {
	text-decoration: none;
}

.list-02 li p {
	margin: 0;
}

.list-02 li time {
	font-weight: bold;
	color: #1d3070;
	margin-right: 15px;
	min-width: 95px;
}

@media (max-width: 600px) {
	.list-02 li a {
		display: block;
	}
}

.pag {
	font-size: 14px;
	text-align: center;
}

.pag a,
.go-back a{
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #8b9bbf;
	color: #333;
}

.pag a.active,
.go-back a.active {
	background: #e3e8f4;
}

.topic-02  {
	border-bottom: 1px solid #d2d2d2;

	font-size: 1.6em;
}


.topic-02 time {
	font-weight: bold;
	color: #1d3070;
	display: block;
	margin-bottom: 5px;
	min-width: 95px;
	font-size: 18px;
}
/* FIM PAGINA NOTICIAS */

/* PAGINA VÍDEOS */
.video {
	position: relative;
	display: block;
}

.video:before {
	content: "";
	background: url(../img/icon-player.png) no-repeat 50% 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
}
/* FIM PAGINA VIDEOS */

/* PÁGINA IMPRENSA */
.list-03 {
	list-style: none;
	padding-left: 20px;
}

.list-03 li {
	list-style-image: url(../img/icon-pdf.png);
	margin-bottom: 5px;
}

.list-03 li a {
	color: #333;
}
/* FIM PÁGINA IMPRENSA */

/* PÁGINA JORNAL */
.topic-03 {
	font-weight: bold;
	font-size: .9em;
	color: var(--cor1);
}
/* FIM PAGINA JORNAL */


/* PAGINA LINKS */
.links{
	position: relative;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.links:before {
    content: "";
    background: #1d3070;
    position: absolute;
    left: 0;
    top: 3px;
    width: 5px;
    height: 15px;
}
.links:after{
    content: "";
	bottom: 0;
    position: absolute;
	width: 90%;
	left: 15px;
	border-bottom: 1px solid #d2d2d2;
}

.links a {
	color: #333;
}

.links strong {
	color: #1c2270;
}
/* FIM PÁGINA LINKS */

/* PAGINA CONTATO */
.btn--primary {
	background: var(--cor1);
	color: #fff;
	cursor: pointer;
}

.form .border-secondary {
	background: #eee;
	border: 1px solid #ccc;
}

.topic-04 {
	color: var(--cor1);
	font-weight: bold;
	font-size: 1em;
}

.text-dark {
	color: #333;
}
/* FIM PAGINA CONTATO */

#menu ul li span {
	display: none;
}

@media(max-height: 295px){
 #menu{
 	 overflow-y: scroll;
 }
}
@media only screen and (max-width: 1200px) { 
	.pull {display: block; float: right; padding: 0 40px 0 0; }
	.bgplb{ background-position: right bottom; }
	#menu {background: var(--cor1); position: fixed; left: -100%; top: 0; z-index: 99999; width: 200px; height:100vh; overflow-x: hidden;transition-property: left; transition-duration: 0.5s; transition-timing-function:  ease-in-out; margin: 0;}
	#menu ul{float: none !important; margin: 0 0; }
	#menu ul li {width: 200px; display: block; float: none; height: auto; border-bottom:1px solid #1ea3f1;}
	#menu ul li a {text-align: left; color: #fff; font-size: 1em; height: auto; line-height: 36px; padding: 0 0 0 10px; } 
	#menu ul ul li a {background: #233e92;}

	#menu ul li.sep{display: none;}
	#menu ul li svg {
		display: none;
	}
	#menu ul li span {
		display: inline;
	}
	#menu ul li:hover > ul {display: block; }
	#menu ul li ul{position:relative; top:0px; margin:0px; } 
	#menu-toggle:checked + #menu { left: 0 !important; }
	.barratopo{position:fixed; display: block; left: 0; top: 0; padding: 0; font-size:14px; width: 100%; height: 35px;
	 z-index:99999; background: var(--cor1); }
	.barratopo span {color: #fff; position: absolute; line-height:35px; left: 10px;}
	.barratopo span img{margin: 0px 5px 0 0px;}
 
 	#header {
 		margin-top: 35px;
 		padding-bottom: 0;
 	}
	.logo{
		margin: 20px auto;
		float: none;
		display: block;
		max-width: 250px;
		left: auto;
		position: relative;
	}
 
}

@media only screen and (max-width: 767px) { 
	.item{
		max-width: 330px;
	}
}

.codephix_blog_post_video {
  width: 700px;
  max-width: 90%;
  margin: 25px auto 0 auto;
}
.codephix_embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.codephix_embed-container iframe, .codephix_embed-container object, .codephix_embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.codephix_embed-container embed, .codephix_embed-container video, .codephix_embed-container iframe, .codephix_embed-container iframe[style] {
  max-width: 100%;
}

.wa img { max-width: 30px; margin-top: 4px; vertical-align: middle;}
.wa {color: #fff; display: block;}
.wa:hover {background: #41a79d;}

.wa {position: fixed; left: 40px; width: 50px; height: 50px; bottom: 30px; padding: 5px; vertical-align: middle; text-align: center;
border-radius: 50%; background: #0ba360; z-index: 1000; z-index: 2000;}
.wa::after,
.wa::before{content: ''; position: absolute; opacity: 0; border: 4px solid #0ba360; left: -10px; top: -10px; right: -10px; bottom: -10px; -webkit-border-radius: 50%; animation: WaveWhatsApp 1.5s ease infinite;}
.wa::after{animation-delay: .5s;}
@keyframes WaveWhatsApp {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(1.2); opacity: 0; }}


.bg-white {
	background: #eee;
}