* {box-sizing:border-box; padding: 0; margin: 0;}
::before,::after {box-sizing:inherit;}
*[class$="button"],input[type="submit"], button {
	appearance: none;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	background: #fff;
}
input[type="text"], input[type="mail"] {
	appearance: none;
	-webkit-appearance: none; 
	border-radius: 0;
	border:1px solid;
}
body {
	font-family: Lato, sans-serif;
}
.clearfix::after {
	content: '';
	clear: both;
	width: 100%;
	display: block;
}
.wrapper {
	width: 90%;
	max-width: 1366px;
	margin: auto;
}
a {
	color: inherit;
	text-decoration: none;
}
input, select, textarea {
	font-family: inherit;
	border-radius: 0;

}
::-webkit-input-placeholder {
   color: inherit;
}

:-moz-placeholder { /* Firefox 18- */
   color:  inherit;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:  inherit;
}

:-ms-input-placeholder {  
   color: inherit;
}

img {
	max-width: 100%;
}
svg {
	fill: currentcolor;
}
.slick-dots  {
	text-align: center;
	font-size: 0;
}
.slick-dots li {
	display: inline-block;
	padding: 0 6px;
}
 .slick-dots button{
	display: inline-block;
	width: 8px; height: 8px;
	border-radius: 50%;
	background: #fff; 
	cursor: pointer;
	font-size: 0;
	border: 0;
 }
 .slick-dots button:focus {
	outline: 0;
}
 .slick-dots .slick-active button{
	 transform: scale(1.5)
 }

.home-slider .item{
	width: 100%;
	-webkit-background-size: cover;
	background-size:cover;
	background-position: center;
	position: relative;
	color: #fff;
}
.home-slider .item::after {
	content: '';
	display: block;
	height: 70vh; 
	 
	width: 100%;
}

.busca-heroImg {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.busca-heroImg::after {
	content: '';
	display: block;
	height: 0; 
	padding-bottom: 25%;
	width: 100%;
}
.home-slider-wrapper {position: relative;}

.home-slider .item .wrapper {
	position: absolute; bottom: 50px; right: 0; left: 0;
	margin: auto;
	text-align: center;
	z-index: 2;
}
.home-slider .item .wrapper h3 {
	font-size: 15px;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.19);
}
.home-slider .item .wrapper p {
	font-size: 20px;
	text-align: left;
	padding-top: 10px;
}
.home-slider .slick-dots {
	position: absolute; bottom: 14px;
	text-align: center;
	left: 0; width: 100%;
} 
.home-slider-wrapper .slick-arrow {
	position: absolute; top: 0; bottom: 0; margin: auto;
	height: 40px;
	z-index: 2;
	width: 40px;
	cursor: pointer;
}
.home-slider-wrapper .slick-arrow svg {
	height: 35px;
	width: auto;
}
.home-slider-wrapper .slick-next {
	right: 5%;
	text-align: right;
}
.home-slider-wrapper .slick-prev {
	left: 5%;
	text-align: left;
}
.home-slider-wrapper {
	position: relative;
	width: 100%;
}
.home-slider-wrapper .wrapper{
	max-width: 70%;
	margin: auto;	
}
.slick-disabled {opacity: .3;}
@media (min-width:768px){
   .home-slider .item .wrapper h3 {
		font-size: 40px;
		text-align: left;
	}
	.home-slider .item .wrapper  {
		bottom: 55px;
	}
	.home-slider .slick-dots {
		bottom: 20px;
	}
	.home-slider-wrapper .slick-arrow svg{
		height: 75px;
	}
}
@media (min-width:1024px){
	.home-slider .item .wrapper {
		max-width: 940px;
	}
   .home-slider .item .wrapper h3{
		   font-size: 38px;
   }
}

@media (min-width:768px){
  .call-menu  {display: none;} 
}
.call-menu svg {
	height: 20px;
	position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin:auto;
}

.icon-toggle .icon-alt {
	position: absolute;
	opacity: 0;
}
.icon-toggle.is-current .icon-alt {
	position: absolute;
	opacity: 1;
}

.icon-toggle .icon-alt {
	position: absolute;
	opacity: 0;
}
.icon-toggle.is-current .icon-main {
	visibility: hidden
}

.box-login {font-size: 0;}
.box-login input{
	padding: 10px 10px;
	background: #f0f0f0;
	color: #5b5b5b;
	font-family: inherit;
	/* text-transform: uppercase; */
	letter-spacing: 0.05em;
	width: 48%;
	/* margin-right: 1%; */
	display: inline-block;
	border: 0;
	font-size: 13px;
	margin-bottom: 10px;
}
.box-login input:first-child {
	border-top: 0;
}
.fmr_login {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.box-login input:focus {outline-color: #005a9c;}
.box-login button {
	padding: 10px 10px;
	background: #0c4f91;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	text-align: center;
	width: auto;
	border: 0;
	width: 48%;
}
.box-login a {
	display: block;
	font-size: 12px;
	margin: 10px 0;
	margin-left: auto;
	color: #0c4f91;
}
.menu-default {
	color: #0c4f91;
	letter-spacing: 0.06em;
}
.menu-default li {display: block;}
.menu-default li:hover {font-weight: 700; }
.menu-default li.current_page_item { font-weight: 700; border-bottom: 9px solid #005a9c; }
@media (min-width:768px){
	.box-login {
		width: 350px;
		max-width: 40%;
		/* margin-top: 12px; */
	}
	 
   
	.header-inner{
		display: block;
		flex-shrink: 1;
		width: 100%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		/* padding:30px 0 30px 30px; */
	}
	.menu-default {
		position: relative; top: 5px; z-index: 3;
	}
	.menu-default li {font-size: 17px;display: inline-block;padding: 0 10px;position: relative;}
	.menu-default li::after {
		content: '';
		position: absolute;
		bottom: -50%;
		width: calc(20% - 10px);
		left: 0;
		height: 7px;
		background-color: transparent;
		transition: width .3s;
	}
	.menu-default li:hover::after {
		content: '';
		position: absolute;
		bottom: -50%;
		width: calc(100% - 10px);
		left: 0;
		height: 7px;
		background-color: currentColor;
		transform: translateX(5px);
	}
	.site-header .logo { margin-bottom: 16px; }
	.site-header .wrapper {
		width: 100%;
		padding-left: 2.5%;
	}
	.site-header .wrapper {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
	}
}

@media (min-width:768px){
	.site-header .wrapper { 
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: flex-end;
	}
   .site-header .logo {display: block; flex-shrink: 0; } 
}

@media (min-width:1024px){
  .box-login a {
	  text-align: right;
  } 
}

@media (min-width:1200px){
  .site-header .wrapper {
		width: 90%;
		padding-left: 0%;
	}
}

.site-footer {
	background: #005a9c;
	color: #fff;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.06em;
	padding-top: 20px;
	position: relative;
	z-index: 10;
}
.copyright {
	font-size: 11px;
	letter-spacing: 0.03em;
}
.site-footer .wrapper > div {
	margin-bottom: 20px;
}
.site-footer div {
	padding:  0 0 20px 0;
}
.footer-right-menu a:first-child {border-left: 0;} 
.footer-right-menu a {
	padding: 3px 10px;
	border-left: 1px solid #fff;
}
.site-footer .logo {
	padding: 10px 20px 10px 0px ;
	display: block;
	margin: auto;
}
.footer-right {
	font-weight: 300;
}

@media (min-width:768px){
	.site-footer {
		font-size: 14px;
		padding-top: 0;
	}
	.site-footer .wrapper > div {
		margin-bottom: 0;
	}
	.site-footer .wrapper .logo img{
		height: 30px;
	}
	.site-footer .logo {
		padding-top: 30px; padding-bottom: 30px;
		padding-right: 40px;
	}
	.logout .site-footer .logo {
			padding-top: 20px;
			padding-bottom: 10px; 
	}
   .site-footer .wrapper {
	   display: flex;
	   flex-flow: row nowrap;
	   justify-content: space-between;
	   align-items: center;
   }
   .footer-left {
	   display: flex;
	   flex-flow: row nowrap;
	   justify-content: space-between;
	   align-items: center;
   }
   .footer-left > * {
	   padding: 0 20px ;
   }
   .footer-left .logo {
	   border-right: 1px solid #fff;
   }
   .footer-right-menu a:last-child {
	   padding-right: 0;
   }
   .footer-right-menu {
	   margin-bottom: 12px;
   }
   .footer-right {
	   text-align: right;
   }

   .site-footer div {padding: 0;}
}
@media (min-width:1024px){
  .site-footer .wrapper .logo img{
		height: 50px;
	}  
}

@media (max-width:1099px){
  .home-slider .item::after {
	  min-height: 75vh;
  } 
  .home-slider .item .wrapper {
	  position: absolute; height: 100%;
	  display: flex;
	  flex-flow: row wrap;
	  justify-content: space-between;
	  align-items: center;
	  width: 70%;
	  top: 0;
	  bottom: auto;
  }
}

@media (max-width:767px){
	.site-header {
		padding: 20px 0;
	} 
	.header-inner, .menu-interna {
		display: block;
		position: fixed;
		z-index: 12;
		background: #fff;
		width: 90%;
		right: 0; top: 0;
		box-shadow: 0 0 4px rgba(0, 0, 0, .7); 
	}
	.box-login a {padding-right: 16px;}
	.header-inner, .menu-interna {
		visibility: hidden;
		opacity: 0;
		transition: all .2s;
	}
	.is-menuOpen .header-inner, .is-menuOpen .menu-interna {
		visibility: visible;
		opacity: 1;
	}
	.call-menu {
		height: 40px; width: 40px;
		position: fixed;
		z-index: 20;
		background: #005a9c;	
		color: #fff;
		box-shadow: 0 0 4px rgba(0, 0, 0, .7); 
	}
	.header-inner .menu-default,.menu-interna {
		padding: 7px 20px;
	}
	.header-inner .menu-default li, .menu-interna li {
		padding: 5px 0;
		margin: 10px 0 0;
	}
	.box-login input {
		padding: 20px ;
	}
	.menu-interna {
		background: #005a9c;
		padding-bottom: 20px;
	}
}

.badge-assine {
	background: #0c4f91;
	color: #fff;
	padding: 14px;
	padding-top: 15px;
	font-size: 12px;
	text-transform: uppercase;
	position: absolute; top: 0;
	left: 0;  right: 0;
	width: 240px;
	font-weight: 700;
	margin: auto;
	text-align: center;  
	padding-bottom: 24px;
	z-index: 10;
	box-shadow: 0 0 4px rgba(0, 0, 0, .7);
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
}
.badge-assine a {text-transform: none; font-weight: normal; color: #38a2ef;}
.header-logado .badge-assine  {
	color: #0c4f91;
	background: #fff;
}
@media (min-width:768px){
	.badge-assine{
		font-size: 14px;
	}
}
@media (max-width:767px){
  .site-header {
	  padding-top: 75px;
  }
}

.header-interna {
	background: #005a9c;
	-webkit-background-size: 30% auto;
	background-size: 30% auto;
	padding: 35px 0;
	position: relative;
}
@media (max-width:1023px){
	.header-interna {
		padding: 95px 0 35px 0;
	}
	.box-login a {
		margin: 10px auto 0;
	}
}

.header-logado { 
	/*background: #005a9c url('../images/marca.png') 100% 70%  no-repeat;*/
	background: #005a9c;
	-webkit-background-size: 30% auto;
	background-size: 30% auto;
	padding: 70px 0 29px 0;
}

@media (max-width:767px){
  .header-logado .logo {
	  display: block;margin: auto;
	  text-align: center;
  } 
}
 
@media (min-width:768px){
	.header-interna .logo {
		height: auto;
		margin-bottom: 0;
	}
   .header-interna .logo img{
		height: 90px;
		margin-bottom: 0;
   }
	
}
.sec-cadastro .termos input{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -3px;
}



.sec-cadastro {
	padding: 50px 0;
	min-height: 80vh;
	background: #e6e6e6;
	
}
@media (min-width:768px){
  .sec-cadastro {
	  padding: 30px 0 40px 0;
	  border-top: 24px solid #e6e6e6;
	  border-bottom: 50px solid #e6e6e6;
  } 
}
.sec-cadastro h2 {
	letter-spacing: 0.06em;
	color: #30599b;
	font-size: 1.5em;
	margin-bottom: 1em;
}
@media (min-width:768px){
   .sec-cadastro h2 {
	   font-size: 1.9em;
	   margin-bottom: 1em;
   }
}
.sec-cadastro .field label {
	display: block;
	font-size: 1.2em;
	font-weight: 300;
	color: #30599b;
	margin-bottom: 5px;
}
.sec-cadastro form .field {
	margin-bottom: 16px;
}
.sec-cadastro .wrapper {
	max-width: 955px;
}
.field * {
	background: transparent;
	font-size: inherit;
	font-weight: 300;
}
.sec-cadastro form .field input, .sec-cadastro form .field select {
	display: block;
	padding: 10px;
	width: 100%;
	border: 1px solid #343434;
} 
.sec-cadastro form .field select {
	display: block;
	border-radius: 0;
	height: 40px; 
}

.field-estado { width: 25%; }
.field-cidade { width: 70%; }

.field-cep{ width: 50%; }
.field-endereco{ width: 80%; }
.field-numero { width: 15%; }

.sec-cadastro .termos {
	margin-top: 40px;
	font-weight: 300;
}
.sec-cadastro .termos p {
	margin-bottom: 10px;
}
.sec-cadastro button, .form-contato button {
	background: #2d4e90;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 8px 50px;
	margin-top: 20px;
	font-size: 16px;
	font-family: inherit;
	font-weight: 700;
}
.noticia-inner p a { 
	text-decoration: underline;
}
@media (min-width:768px){
  .sec-cadastro .field {
	  width: 48%; 
  }
  .sec-cadastro .clearfix {
	  display: flex;
	  flex-flow: row wrap;
	  justify-content: space-between;
	  align-items: center;
  }
}

.menu-interna {
	color: #fff;
}
.menu-interna li {
	display: block;
	letter-spacing: 0.06em;
}
.menu-interna li a:hover {
	text-decoration: underline;
}
.site-header.header-logado .wrapper, .site-header.header-interna .wrapper  {
	max-width: 1045px;
	padding-left: 0;
}
@media (min-width:768px){
   .menu-interna li  {
	   font-size: 14px;
	   padding: 0 10px;
	   display: inline-block;
   }

   .site-header .logo {
	   margin-bottom: 0;
   }
}

@media (min-width:768px) and (max-width:1099px){
   .site-header.header-logado .wrapper {
		display: block;text-align: center;
   }
	.menu-interna  {
		margin-top: 20px;
	}
}

@media (min-width:1024px){
  .menu-interna li {
	  font-size: 16px;
  } 
}

.interna-container, .interna-container-busca {
	max-width: 1110px;
	margin: auto;
}

.slider-destaques-wrapper {
	max-width: 748px;
}
.slider-destaques-wrapper .img {
	-webkit-background-size: cover;
	background-size: cover;
	height: 340px;
}
.slider-destaques-wrapper .img::after {
	content: '';
	display: block;
	height: 100%;
	/* padding-bottom: 40.5%; */
	width: 100%;
	background: rgba(0, 90, 152, .6);
}
.slider-destaques-wrapper .chamada {
	position: absolute;
	z-index: 12;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	left: 50%;
}
.chamada {
	/* padding:0 0 16px 0; */
	margin: auto;
}
.chamada h3 {
	letter-spacing: 0.01em;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.3;
}
.chamada-data {
	font-size: 12px;
	font-weight: 300;
}
.chamada-categ {
	color: #005a9c;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-top: 3px;
}
 
.slider-destaques-img-wrapper {position: relative;}
.home-slider-wrapper.slider-destaques-wrapper .slick-dots {
	bottom: 20px; 
	position: absolute;
	width: 100%;
	z-index: 4;
	text-align: center;
}
.sec-interna {
	background: #e7e7e7;
}
.content-left {
	background: #fff;
	
	padding-bottom: 30px;
}
@media (min-width:768px){
  .chamada h3{
	  font-size: 19px;
  } 
}
@media (min-width:1024px){
	.slider-destaques-wrapper h3{
		  font-size: 23px;
	  } 
   .chamada-data {
	   font-size: 14px;
   }
	.chamada-categ {
		font-size: 15px;
	}
}
.slider-destaques-chamada {
	padding: 0 20px;
}
.content-left-inner {
	padding: 0 5%;
}
.content-left-inner p, .page-busca-item {
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.03em;
	font-weight: 300;
	margin-bottom: 16px;
}
@media (min-width:1200px){
   .slider-destaques-chamada, .content-left-inner {
	   padding-left: 0;
	   padding-right: 0;
   }
   .content-left-inner {
	   padding-right: 220px;
   }
}
.content-left-inner .col {
	margin-top: 40px;
}
 
.content-left-inner .col h2, .col-title{
	text-transform: uppercase;
	font-weight: bold;	
	color: #005a9c;
	letter-spacing: 0.06em;
	font-size: 22px;
	margin-bottom: 20px;
}
.content-left-inner .col .chamada {
	padding: 0;
}
@media (min-width:768px){
  .content-left-inner .col {
	  width: 40%;
	  float: left;
  }
  .content-left-inner {
	  display: flex;
	  flex-flow: row wrap;
	  justify-content: flex-start;
	  align-items: flex-start;
  } 
}
@media (min-width:1024px){
   .content-left-inner {
	   justify-content: space-between;
   }
}

.link-mais {
	font-weight: 700;
	font-size: .9em;
	text-decoration: none;
	color: #38a2ef;
	margin-top: 10px;
	display: block;
}
.slider-portaVozes {
	padding: 0 ;
	position: relative;	
}
.slider-portaVozes h2 {
	padding-left: 30px;
}
.slider-portaVozes .item {
	padding-left: 30px; 
	padding-right: 70px;
}
.slider-portaVozes .slick-arrow {
	height: 35px; width: 20px; 
	position: absolute;
	top: 170px; 
	cursor: pointer;
	z-index: 10;
}
.slider-portaVozes .slick-prev {left: -10px;}
.slider-portaVozes .slick-next {right: 40px;}
.slider-portaVozes .slick-arrow svg {
	height: 35px;
	stroke: #000 !important;
}
.slider-portaVozes .chamada h4 { 
	font-weight: normal;
	letter-spacing: 0.06em;
	margin-top: 8px;
	margin-bottom: 8px;
}
.img-portavozes .inner{
	width: 180px;
	height: 170px;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	right: 30px;
	-webkit-background-size: cover;
	background-size: cover;
}
.img-portavozes  {
	background: #f2f0f0;
	border-radius: 50%;
	width: 260px;
	height: 260px;
	position: relative;
	margin-right: -70px;
	margin-left: auto;
}

.busca {
	background: #6894be;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.06em;
	position: relative;
}
 
.busca input {
	width: 100%;
}
.busca button {background: transparent; position: absolute; z-index: 2; top: 0; right: 18px; border:0; height: 100%;}
.busca button svg {
	height: 18px;
	fill: #fff;
}	
.busca input {
	background: #0c4f91;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	padding: 18px 18px;
	font-size: 14px;
}
.lista-noticias {
	background: #ffffff;
	color: #000;
	line-height: 1.5;
	font-size: 14px;
	padding:  0 0 20px 0 ;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 350px; 	
	position: relative;
}
.lista-noticias::-webkit-scrollbar, .lista-midia::-webkit-scrollbar {
	width: 4px;
}
.lista-noticias::-webkit-scrollbar-track, .lista-midia::-webkit-scrollbar-track {
	background: #053c64; 
}
.lista-noticias::-webkit-scrollbar-thumb, .lista-midia::-webkit-scrollbar-thumb {
	background: #38a2ef; 
}
.lista-noticias h3 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 20px 18px 0 18px;
	margin-bottom: 0;
	color: #053c64;
}
.lista-noticias .chamada {
	padding: 0;
	font-size: 16px;
	font-weight: 300;
}
.lista-noticias .chamada-categ {
	font-weight: normal;
}
.lista-noticias p{
	margin-bottom: 0;
}
.lista-noticias p a {font-weight: normal; color: inherit;}
.lista-noticias .item {
	padding: 8px 18px;
	border-bottom: 1px solid #d7d7d7;
}
.lista-noticias .item:last-child {
	border-bottom: 0;
}

.box-glossario {
	background: #053c64;
	color: #fff;
	padding: 30px 18px;
	position: relative;
	margin-top: 70px;
	font-size: 13px;
}
.box-glossario h3 {
	color: #38a2ef;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.icon-glossario {
	position: absolute;
	top: -23px;
	right: 18px;
	height: 75px;
}
.box-glossario .item {
	margin-bottom: 16px;
	line-height: 1.4;
	font-weight: 300;
	letter-spacing: 0.03em;
}
.box-glossario .item h4 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 4px;
	line-height: 1;
} 

@media (min-width:768px){
	.content-right  {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: flex-start;	
	}
   .content-right > div{
		width: 45%;
		float: left;
		margin-top: 0;
   }
   .box-glossario {
		padding: 40px 25px;
   }
}

@media (min-width:1024px){
	.slider-destaques-wrapper, .content-left-inner {
		width: 100%;
	}
	.interna-container, .interna-container-busca {position: relative;}

	 .content-right > div {
		 float: none;
		 width: 100%; 
	 }
	 .content-right {
		 padding-top: 0;
	 }
	 .content-right > div.box-glossario {
		margin-top: 70px;
   }
	.content-right {
		width: 30%; 
		position: absolute; top: 0; 
		right: 0;
	} 
	.content-left-inner {
		padding-right: 0px;
	}
	.content-left-inner .col {
		  width: 45%;
	 }
}
@media (min-width:1200px){
	 

  .lista-noticias h3 {
	padding-left: 19px;	
  } 
  .lista-noticias .item {
	  padding-left: 21px;
	  padding-right: 28px;
	  font-size: 14px;
  }
  .lista-noticias p {
	  font-size: 15px;
  } 

   
.content-left-inner {
	padding-right: 120px;
}
  .content-left{
	  max-width: 915px;
  }
  .slider-portaVozes .item {
	  padding-right: 20px;
  }
  .slider-portaVozes .slick-next {
	  right: 0;
  }
  .img-portavozes {
	  margin-right: -120px;
	  margin-top: -20px;
  }
  .content-left-inner {
	  padding-right: 166px;
  }


  .slider-portaVozes h2 {
	  padding-left: 0;
  }

  .slider-portaVozes .slick-prev {
	  left: -40px;
  }

  .slider-portaVozes .slick-next {
	  right: 20px;
  }
  .content-left-inner .col {
		  width: 280px; 
	 }
	 .slider-portaVozes .item {
		 padding-left: 0;
		 padding-right: 50px;
	 }

   .content-left-inner .col.slider-portaVozes {
	  width: 300px;
  }
} 
 
.noticia-inner {
	line-height: 1.5;
	font-weight: 300;
	padding: 30px;
}

.noticia-inner > * {
	margin-bottom: 1em;
}
.noticia-inner > h3 {
	margin-bottom: 0;
	font-size: 17px;
}
.noticia-inner blockquote {
	background: #005a9c;
	color: #fff;
	text-align: center;
	display: block;
	margin: 20px auto;
	font-weight: 700;
	padding: 12px;
	letter-spacing: 0.05em;
}
.noticia-inner img {
	display: block;
	margin: 40px auto;
}
@media (min-width:768px){
   .noticia-inner blockquote {
	   float: right;
	   width: 200px;
	   margin: 10px 0 10px 10px;
   }
}
@media (min-width:768px){
  .noticia-container .content-left {
	  width: 70%;
	  max-width: 840px;
	  float: left;
  } 
  .noticia-container .content-right {
	  position: relative;
	  float: right;
	  width: 30%;
	  right: 0;
  }
}
.box-vejaTambem {
	background: #e6e6e6;
	padding: 40px 20px;
}

.box-vejaTambem h3 {
	text-transform: uppercase;
	color: #30599b;
	font-size: 18px; 
	margin-bottom: 10px;
}

.box-vejaTambem h4 {  
	letter-spacing: 0.05em;
	font-size: 14px; 
	font-weight: normal;
	margin-bottom: 8px;
}
.box-vejaTambem  .item {
	padding: 20px 0;
	font-size: 14px;
	border-bottom: 1px solid #30599b;
	font-weight: 700;
}
.box-vejaTambem  .item:last-child {
	border-bottom: 0;
}
.box-vejaTambem  .item p {
	letter-spacing: 0.05em;
	font-weight: normal;
	font-size: 12px;
}
.box-vejaTambem a:hover {
	color: #30599b;
}
@media (min-width:768px){
  .content-right > div.box-vejaTambem  {
	  width: 100%;
  } 
}
@media (min-width:1024px){
   .noticia-inner {
	   padding: 30px 80px;
   } 
   .box-vejaTambem {
	   padding: 40px 23px;
   }
}

@media (min-width:1024px){
	 .header-logado {
		height: 376px;
	 }
	 .interna-container {
		top: -150px;
	 }
	 .content-right > div.box-vejaTambem {
		 margin-top: 176px;
	 }
}

@media (min-width:1200px){
	.interna-container {
		top: -200px;
	}
}


.contato-header {
	padding: 50px 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center; 
}
@media (min-width:1024px){
  .contato-header {
	  padding: 90px 0;
  } 
}
.contato-header .box {
	background: #459bd6;
	color: #fff;
	text-align: center;
	padding: 5rem 1.2rem;
	border-radius: 5px;
	max-width: 600px;
	margin: auto;
}
.contato-header .box > * {
	line-height: 1.87;
}

.contato-header .box h3 {
	font-size: 4rem;
	margin-bottom: 2rem;
	font-weight: 700;
}
.contato-header .box .telefone {
	font-size: 1.6em;
}
.contato-header .box .hour {
	font-size: 2.2rem;
	font-weight: 700;
	color: #1e4e8c;
	letter-spacing: 0.05em;
	margin-top: 6rem;
}
.contato-header .box .emails {

}
.contato-header .box .emails .item{
	color: #fff;
}

.contato-header .box .emails .item span{
	text-decoration: underline;
	font-weight: 700;
	font-size: 2.5rem;
}
.contato-header .box .emails .item p{
	font-size: 2.2rem;
	line-height: 2rem;
    font-weight: 500;
    text-decoration: none;
	color: #fff;
}

.form-contato {
	background: #fff;
	padding: 70px 0;
}
.form-contato h3 {
	font-size: 1.5em;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.form-contato label {
	font-size: 14px;
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
}
.form-contato .field {
	margin-bottom: 14px;
}
.form-contato  input,.form-contato  textarea {
	display: block;
	background: #e7e7e7;
	border: 0;
	width: 100%;
	padding: 7px;
}
.wrapper-small {
	max-width: 940px;
}
.form-contato textarea {
	height: 200px;
}
.form-contato button{ 
	width: 100%;
}

@media (min-width:768px){
   .contato-header .box {
	   font-size: 30px;
   }
   .form-contato form {
	   display: flex;
	   flex-flow: row wrap;
	   justify-content: space-between;
	   align-items: center;
   }
   .form-contato .field {
	   width: 47%;
   }
   .form-contato .field-large{
	   width: 100%;
   }
   .form-contato button{
	width: 284px; 
   }
   .contato-header .box p {
	   font-size: .6em;
   }
}


.midia {
	width: 100%;
	display: block;
}
.midia-slider {
	width: 100%;
}
.thumb {
	margin: 0 5px;
	display: inline-block;
	cursor: pointer;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.midia-thumbs-slider {
	padding: 20px 30px;
}
.midia-thumbs .slick-prev {
	left: 0; 
}
.midia-thumbs .slick-next {
	right: 0; 
	z-index: 8;
}
.midia-thumbs .slick-arrow svg {
	stroke: #053c64;
	height: 40px;
}
.midia-thumbs .slick-arrow, .midia-thumbs .slick-arrow svg {
	height: 25px;
}
@media (min-width:768px){
   .midia-thumbs .slick-arrow, .midia-thumbs .slick-arrow svg {
	height: 50px;
	}
	.thumb {
		margin: 0 10px;
	}
	.midia-thumbs-slider  {
		padding: 20px 50px;
	}
}
.thumb::after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
.midia-desc {
	margin-top: 20px;
	max-width: 610px;
}
.midia-desc li {
	display: block;
	margin-bottom: 6px;
	font-size: 15px;
	font-weight: 300;
}
.page-midia-header {
	padding: 30px 0 ;
}
.page-midia-header h3 {
	font-size: 32px;
	letter-spacing: 0.03em;
}
.page-midia-header .tags, .midia-description .tags {
	text-transform: uppercase;
	color: #38a2ef; 
	margin-top: 3px;
	font-size: 15px;
	letter-spacing: 0.03em;
}
.lista-midia {
	padding:0 0;
	/*background: #fff;*/
} 
.lista-midia .item .inner{
	padding: 12px 10px;
	display: block;
	width: 100%;
	background: #d1ecff;
	letter-spacing: 0.03em;
	border-bottom: 1px solid #fff;
}
.lista-midia .item:last-child .inner {
	border-bottom: 0;
}
.lista-categorias-fotos {
	font-size: 18px;
}
.lista-categorias-fotos .item{
	height: 42px;
}
.lista-midia .item .inner:hover, .lista-midia .item.current .inner {
	background: #053c64;
	color: #fff;
}

@media (min-width:1024px){
   .lista-categorias-fotos {
	height: 324px;
	overflow-y: scroll;
}
} 

@media (min-width:768px){
  .interna-container {
	  margin-left: 0;
	  top: 0;
	  margin-top: 0;
	  margin-left: 0;
	  position: relative;
	  z-index: 10;
  }

  .interna-container-busca {
	  margin-top: 40px;
  }
 
  .content-left {
	  max-width: 100%;
	  width: 73%;
	  padding-left: 0;
  }
 
  .slider-destaques-wrapper {
	  max-width: 940px;
	  margin: auto;
  }
  
  .header-logado {
	  position: absolute;
	  top: 0; left: 0; width: 100%;
	  z-index: 2;
  }
}

@media (min-width:1200px){
  .slider-destaques-chamada, .content-left-inner {
	  padding-left: 0;
  }
 
}
 @media (min-width:1200px){
	  .interna-container, .interna-container-busca {
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
	}
	#sec-home .interna-container {
		max-width: 940px;
	}
	   #sec-home .content-right {
		  right: calc( (100vw - 1040px) / 2 );
		  /* width: calc( 100vw - 100px); */
		  }
	  #sec-home .content-left-inner, .slider-destaques-wrapper {
		  padding-left: 0;
		  padding-right: 0;
		  padding-left: 0;
	  }
  }

.midia-video {
	width: 100%;
}
.lista-categorias-videos .item{
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
.lista-categorias-videos.lista-midia .item .inner {
	border-bottom: 0;
}
.midia-video video{
	width: 100%;
}
.thumb-video{ 
	height: auto; 
	width: 40%;
	-webkit-background-size: cover;
	background-size: cover;
	display: inline-block;
	flex-shrink: 0;
	position: relative;
	background-position: center;
}
.thumb-video::before {
	content: '';
	position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin:auto;
	width: 40px; height: 40px;
	background: url('../images/icon-play.png');
	-webkit-background-size: cover;
	background-size: cover;
	display: block;
}
.thumb-video::after {
	content: '';
	display: block;
	width: 100%;
	height:  0;
	padding-bottom: 56.6%;
}
.lista-categorias-videos .item{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between; 
}
@media (min-width:1024px){
   .lista-categorias-videos {
	height: 320px;
	overflow-y: scroll;
	}
}
.sec-interna {position: relative;}


@media (min-width:1024px){
 .logado .sec-interna {margin-top: 180px;}  
}

@media (min-width:1200px){
   .sec-interna::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 75%;
	z-index: 10;
	background: #fff;
	content: '';
}
.sec-interna.noticia-container::before {
	top: 176px;
}
.sec-interna.noticia-container::before {
	height: calc(100% - 176px);
}
}
@media (min-width:1600px){
  .sec-interna::before {
	  width: 68%;
  }
}

.header-contato {
	height: auto;
	position: relative;
}
.hospital-content1 {
	padding: 40px 0;
	
}
.sec-hospital {
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0.03em;
}
.hospital-content1 .title h2 {
	background: #005a9c;
	padding: 4px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.05em;
	display: inline-block;

}
.hospital-content1 .title h3 {
	font-size: 32px;
	margin: 5px 0 20px 0;
}
.hospital-content2 {
	padding: 45px 0;
	background: #e7e7e7;
}
.hospital-content2 .title {
	font-size: 30px;
	color: #005a9c;
	margin-bottom: 24px;
	letter-spacing: 0.05em;
}
@media (min-width:768px){
  .text-colums {
	  columns: 2;
	  column-gap: 40px;
  } 
}
@media (min-width:1024px){
  .hospital-content1 .col-right {
	  width: 35%;
	  float: right;
  } 
  .hospital-content1 .col-left {
	  width: 60%;
	  float: left;
  } 
  .text-colums { 
	  column-gap: 80px;
  } 
  .hospital-content2  {
	  padding: 50px 0 100px 0;
  }
}

.page-busca-header h3 {
	text-transform: uppercase;
	color: #005a9c;
	font-size: 24px;
}

.busca-select {
	max-width: 150px;
	border: 1px solid #38a2ef;
	color: #38a2ef;
	position: relative;
	text-transform: uppercase;
	height: 24px;
	padding: 2px 10px;
	margin-top: 8px;
}
.busca-select input[type="texto"] {
	display: none;
}
.busca-select::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #38a2ef transparent transparent transparent;
	position: absolute;
	top: 0; bottom: 0;  right: 8px;
	margin: auto;
}
.busca-select select {
	color: #38a2ef;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;left: 0;
	font-family: inherit;
	padding: 2px 8px;
	display: block;
	appearance: none;
	-webkit-appearance: none;
	text-transform: uppercase;
	border: 0;
}
.busca-select select:focus {
	outline: 0;
}
.page-busca-item {
	margin-left: 0; 
	width: 100%;
	display: table;
	max-width: 90%;
}
.page-busca-excerpt, .content-left-inner p.page-busca-excerpt {
	margin-top: 8px;
	margin-bottom: 0;
}
.conteudo-tipo {
	background: #005a9c;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	padding: 6px 18px;
	margin-top: 10px;
	font-weight: 700;
}
.page-busca-header {
	width: 100%;
}
.page-busca-paginacao .btn-prev,
.page-busca-paginacao .btn-next {
	height: 22px;
	cursor: pointer;
}
.page-busca-paginacao .btn-prev::before,.page-busca-paginacao .btn-next::before {
	content: '';
	display: inline-block;
	vertical-align: middle;

}
.page-busca-paginacao .btn-prev::before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 9px 6px 0;
	border-color: transparent #005a9c transparent transparent;
}
.page-busca-paginacao .btn-next::before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #005a9c;
}
.page-busca-paginacao {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.page-busca-paginacao > * {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}
.page-busca-paginacao a, .page-busca-paginacao span {
	border: 2px solid #005a9c;
	color: #005a9c;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
}
.page-busca-paginacao .index:hover, .page-busca-paginacao .index.is-current, .page-busca-paginacao .current {
	background: #005a9c;
	color: #fff;
}
.nextpostslink::after {
	content: '>>';
}


#__bs_notify__ { top:95% !important; right: 10px !important; border-radius: 15px !important; height:60px !important; }



.loader{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 19999;
	text-align: center;
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	display: none;
}
.loader img {
	width: 30%;
	margin-top: 20%;
}

.hideText{
	height:250px;
	overflow: hidden;
	margin-bottom:40px;
}

.btnAssinar, .btnAssinarDownload{
	background: #005a9c;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 8px 50px;
	font-size: 16px;
	font-family: inherit;
	font-weight: 700;
}
.btnPadraoBotao {
	background: #005a9c;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 5px 10px;
	font-size: 12px;
	font-family: inherit;
	font-weight: 700;
	line-height: 37px;
	text-decoration: none!important;
	display: inline-flex;
	margin-bottom: 10px
}

.btnAssinarDownload:hover, .btnAssinar:hover, .btnPadraoBotao:hover {
	background: #023154;
}
.btnAssinar{
	margin: 0 auto;
	display:table;
}

.btnAssinarDownload{
	margin-top:60px;
	display: -webkit-inline-box;
}

.conteudointerno p{
	width: 100%;
}
@media (min-width:768px){
   .menu-interna li{
		padding-bottom: 17px;
	}
}
.site-header .menu-default{
	margin-bottom: 0;
}

.slick-slide:focus, 
.slick-slide a:focus {
	outline: 0;
}
.form-contato .field br, .form-contato .field-large br {display: none;}
.form-contato .field input[type="submit"] {
	background: #0c4f91;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	margin-top: 24px;
	padding: 16px;
	max-width: 190px;
} 
@media (min-width:1024px){
  .site-header-logout .wrapper{
		position: relative;
  } 
  .site-header-logout .menu-default {
		  text-align: center;
		  margin: 0 auto;
		  flex: 1;
		}
  .site-header-logout .box-login {
	  margin-left: auto;
	  margin-right:  0;
	 }
}


.menu-interna .current-menu-item > a {
	font-weight: 700;
	text-decoration: underline;
}
.btnlogout {
	display: block;
	color: #fff;
	font-size: 13px;
}
.btnlogout:hover {
	text-decoration: underline;
}

@media (max-width:1023px){
  .header-logado {
	position: relative;
  } 
  .interna-container {
	  margin-top: 0;
  }
}
@media (min-width:768px) and (max-width:1023px){
	.content-left {
		float: left;
	} 
	.content-right > div{
		width: 100%;
	}
}


@media (min-width:768){
  .btnlogout {
	  position: absolute;
	top: 40px; 
  } 
}
@media (min-width:1200px){
  .btnlogout {
	  position: absolute;
	top: 40px;
	right: calc( (100vw - 1015px) / 2);
  } 
}

.scroll-top, .interna-voltar{ 
	font-size: 13px;
	color: #30599b;
	cursor: pointer;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.scroll-top svg, .interna-voltar svg{
	width: 20px;
	height: 20px;
	margin-right: 0;
	display: inline-block;
	vertical-align: middle;
}

@media (min-width:0){
  .noticia-inner-bottom .conteudo-tipo, .interna-voltar {
	  float: left;
	  max-width: 50%;
  } 
  .noticia-inner-bottom .scroll-top {
	  float: right;
	  max-width: 50%;
  } 
}

.sec-cadastro {
	background: #fff;
}



.home-slider .item::before {
	content: '';
	position: absolute; width: 100%; height: 100%; top: 0; left: 0;
	background: url(../images/filtro-slider.png) center center;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: .5; 
	z-index: 1;
}





.box-login {position: relative; z-index: 10;}


.page-busca-paginacao.alfabeto {
	font-size: 12px;
}
.page-busca-paginacao > * {
	margin-right: 6px;
}


@media (min-width:768px) and (max-width: 1023px){
  .slider-portaVozes .item {
	  padding-right: 30px;
  }
  .content-left-inner .col {
	  width: 45%;
  }
  .content-left-inner {
	  padding-right: 0;
  }
}

@media (min-width:768px){
  #sec-home .content-left {
	  padding-bottom: 0;
  } 
}


p:empty {display: none;}


.lista-noticias {
	padding-bottom: 0;
}
#lista-noticias-next { 
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #053c64 transparent transparent transparent;
	margin-top: -1px;
	cursor: pointer;
}
#lista-noticias-prev { 
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #053c64 transparent;
	margin-top: -1px;
	cursor: pointer;
}
.lista-noticia-nav {
	position: absolute;
	bottom: -17px; 
	height: 20px;
	right: 0;
	margin: auto;
	text-align: center;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	border-top: 2px solid #053c64;
	margin-top: -1px;
}
.lista-noticias {position: relative;}


.midia-description .btnAssinarDownload {
	margin-top: 20px;
}
.midia-description p {
	margin-top: 8px;
	margin-bottom: 0;
}
.midia-titulo {
	font-size: 18px;
	margin-top: 18px;
}

.img-noticia {
	/*height: 40vh;*/
	overflow: hidden;
	width: 100%;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
@media (min-width:768px){
  .img-noticia {
	  height: 400px;
  } 
}

@media (min-width:1024px){
  .slider-portaVozes {
	  max-height: 516px;
  } 
  .slider-portaVozes .content-left-inner p {
	  margin-bottom: 0;
  } 
}

.noticia-inner .chamada {
	margin-bottom: 0;
}

.page-basic::before {
	display: none !important;
}
.site-header .logo {
	position: relative; z-index: 10;
}

.content-left-inner .col p {
	font-size: 14px;
}
@media (min-width:768px){
	.img-noticia {
		height: auto;
	}
	.img-noticia::after {
		content: '';
		display: block;
		padding-bottom: 40.5%;
		width: 100%;
	}   
}

.midia-desc-wrapper .btnAssinarDownload{
	margin-top: 20px;

}

.noticia-inner-bottom {
	margin-top: 20px;
	margin-bottom: 0;
}
.menu-interna li {
	position: static;
}
@media (max-width:767px){
  .sub-menu li {padding-left: 1em;} 
}
@media (min-width:768px){
	.sub-menu li {
		display: inline-block;
	}
	.site-header .wrapper {
		position: relative;
	}
  .sub-menu {
	  display: none;
	  position: absolute;
	  top: 100%;
	  width: 100%;
	  background: #fff;
	  color: #005a9c;
	  left: 0; 
	  padding-left: 30%;
  } 
  .sub-menu li {
	  font-size: 14px;
	padding: 6px 0 6px 14px;
  }
  li:hover .sub-menu,  .sub-menu.is-open {
		display: block;
  }
} 


.midia-thumb {
	width: 40%;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.bloco-conteudo {
	float: right;
	width: 56%;
}
.field {position: relative; margin-bottom: 24px;}
.field label.error {position: absolute; font-size: 11px; bottom: -20px;}
form .error {
	border-color: red !important;
}

.cadastro-intro h2 {
	margin-bottom: 0;
}
.sec-cadastro h3 {
	margin-bottom: 14px;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 0.06em;
	color: #30599b;
}
.cadastro-intro h3 {
    font-size: 22px;
}
.cadastro-intro {
	line-height: 1.5;font-size: 15px;
	margin-bottom: 20px;
	font-weight: 300;
}
.cadastro-intro p {
	margin-top: 12px;
	margin-bottom: 6px;
}
.cadastro-intro li {
	list-style-position: inside;
}
.header-glossario a {
	display: block;
	margin-top: 10px;
	color: #30599b;
	text-decoration: underline;
	font-size: 14px;
}

.page-portaVozes h2{
color: #30599b;
margin: 0 0 16px 0; 
cursor: pointer;
font-size: 22px;
}

.page-portaVozes h2::after {
content: '';
display: inline-block;
vertical-align: middle;
width: 0;
height: 0;
border-style: solid; 
margin-left: 10px; 
border-width: 8px 6.5px 0 6.5px;
border-color: #30599b transparent transparent transparent;
transform: rotate(-90deg);
transition: all .2s;
} 
.page-portaVozes .is-open h2::after {
transform: rotate(0deg);
}
.page-portaVozes .page-busca-item {
padding-top: 0;
padding-bottom: 0;
margin-bottom: 0;
} 
.page-portaVozes .page-busca-item .chamada {
display: none;
}

.slider-home-container {
background: #005a9c;
}
.slider-home-container .chamada h3 {
text-transform: uppercase;
color: #fff;
font-weight: 700;
}
.slider-home-container .chamada-data {
font-weight: 400;
color: #fff;
font-size: 13px;
}
.slider-home-container .chamada-categ {
font-weight: 400;
color: #fff;
margin: 5px 0;
}
.slider-destaques-chamada {
background: #fff;
}

.sec-home-especial {
/*background: #d1ecff url('../images/especial-marca.png') 100% 50%  no-repeat;*/
background: #d1ecff;
background-size: auto 100%;
padding: 30px 0;
}
.sec-home-especial .content-left-inner .col {
margin-top: 10px;
}
.sec-home-especial .wrapper {
max-width: 940px;
}
@media (min-width:768px){
.sec-home-especial .content-left-inner {
	width: 73%;
	}  
	.content-left-inner .col {
		width: 43%;
	}
.sec-home-especial .content-left-inner .col {
  margin-right: 24px;
}
}

@media (min-width:1024px){
.sec-home-especial .content-left-inner {
  width: 75%;
} 
.content-left-inner .col {
	width: 45%;
}
}

.box-glossario-home, .box-glossario-home .box-glossario{
margin-top: 0 !important;
}

.bg-cinza {
background: #f6f6f6;
}
#sec-home .content-left {
background: transparent;
}

@media (min-width:768px){
.lista-noticia-wrapper {
max-width: 33%;
} 
#sec-home .bg-cinza .content-left{
width: 70%;
}   
}
@media (min-width:1200px){
#sec-home .bg-cinza .content-left {
width: 75%;
} 
}

#home-content {position: relative;}

.logadoHome .header-interna{
top: auto;
bottom: 0; 
}
@media (min-width:768px){
.content-right, .content-right > div {
height: 100%;
} 
}
@media (min-width:1024px){
.logadoHome .header-interna{ 
padding: 35px 0 29px 0;
}
.portavoz-texto {
font-size: 15px;
}

.lista-noticias {
height: calc(100% - 53px);
}
}
@media (min-width:768px){
.content-right {
width: 283px;
position: absolute;
top: 0;
z-index: 100;
}  
.logado .sec-interna, .interna-container-busca {
min-height: 100vh;
}
}
@media (max-width:767px){
	.slider-portaVozes .item {
		padding-left: 40px;
		padding-right: 40px;
	} 
	.slider-portaVozes .slick-next {right: 0;}
}
@media (min-width:768px) and (max-width:1023px){
.bg-cinza {position: relative;}
.content-right {right: 0;}
.slider-portaVozes {
   width: 49% !important;
margin-left: 4%;
}
.slider-portaVozes .item {
   padding-right: 45px;
   padding-left: 20px;
}
.slider-portaVozes h2 {
padding-left: 0;
}
.slider-portaVozes .slick-next {
right: 20px;
}
.header-inner {padding-top: 40px;padding-right: 40px;}
.box-login input {
width: 100%;
margin-bottom: 8px;
}
.site-header .wrapper, .header-inner {
   align-items: center;
}
}
p a {
color: #005a9c;
font-weight: 700;
}
@media (max-width:1023px){
.content-left-inner .col p {
font-size: 13px;
}  
}
@media (min-width:1024px){
.box-login a {
margin: 0 auto;
text-align: center;
} 
}
.home-topo {
width: 100%;
max-width: 1030px;
margin: auto;
/* position: relative; */
}
#sec-home {position: relative;}
@media (min-width:768px){
	.slider-home-container {
		width: 67%;
	}
	.wrapper.header {
		padding: 56px 0 30px;
		width: 90%;
	}
}
@media (min-width:1024px){
.slider-home-container{
width: 73%;
} 
}
.content-right a{
font-weight: normal;
color: inherit;
}
.box-vejaTambem .item p {
color: #30599b;
}

.noticia-inner table {
border-collapse: collapse;
font-size:13px;
}
.noticia-inner td, .noticia-inner th {
padding:3px 8px;
border:1px solid #ddd;
}
@media (min-width: 1025px) {
	.site-header .logo {
		max-width: 30%;
	}
}
@media (max-width: 1024px) {
	.content-left-inner em,
	.col.box-glossario-home {
		width: 100%;
	}
	.col.slider-portaVozes {
		width: 100% !important;
		margin-left: 0;
	}
	.slider-portaVozes .slick-arrow {
		top: 50%;
		transform: translateY(-50%);
	}
	.menu-interna {
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 0 20px;
	}
	.header-interna .logo,
	.header-logado .logo {
		width: 40%;
	}
	.header-interna .logo a,
	.header-logado .logo a {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header-interna .logo img,
	.header-logado .logo img {
		width: 80%;
		margin: 20px auto;
	}
	.header-interna .logo img {
		width: 80%;
		height: unset;
	}
	.col.slider-portaVozes .link-mais {
		width: 90%;
		margin: 0 auto;
	}
	.header-logado {
		position: relative;
		height: initial;
		padding: 70px 0 30px 0;
	}
	.site-header .wrapper {
		padding: 65px 0 0;
		display: flex !important;
		align-items: center;
	}
	.logado .sec-interna {
		margin-top: 0;
	}
	.busca input {
		padding: 0 18px;
		height: 50px;
	}
	.lista-noticias {
		height: calc(100% - 50px);
	}
	.lista-categorias-fotos {
		height: calc(100% - 50px);
		overflow-y: scroll;
	}
	.page-busca-item {
		display: flex;
		flex-direction: column;
		width: 90%;
		margin: 15px auto;
		align-items: center;
		justify-content: center;
		max-width: 90%;
	}
	.midia-thumb {
		width: 100%;
		float: none;
		margin: 0;
	}
	.bloco-conteudo {
		float: none;
		width: 90%;
		margin-top: 10px;
	}
	.content-left {
		width: calc(100% - 283px);
		float: none;
	}
	.content-left-inner {
		padding: 0;
	}
	.page-busca-header {
		width: 90%;
		margin: 0 auto;
	}
	#sec-home .bg-cinza .content-left {
		width: calc(100% - 283px);
	}
	.slider-portaVozes .slick-next {
		right: 20px;
	}
	.slider-portaVozes .slick-prev {
		left: 10px;
	}
	.page-portaVozes .page-busca-item {
		align-items: flex-start;
	}
	.site-header-logout .logo {
		width: 20%;
	}
	.site-footer .logo {
		width: 60%;
	}
	.site-header-logout {
		padding: 10px 0 30px;
	}
	.header-logado .sub-menu {
		padding-left: 0;
	}
}
@media (max-width: 800px) {
	.site-header.header-logado .wrapper, .site-header.header-interna .wrapper {
		padding: 0;
	}
	.col.slider-portaVozes {
		margin-left: 15px;
	}
	.slider-portaVozes .slick-next {
		right: 15px;
	}
	.slider-portaVozes .slick-prev {
		left: 0;
	}
	.header-interna {
		padding: 70px 0 30px 0;
	}
	.slider-home-container {
		width: calc(100% - 283px);
	}
	.sec-home-especial .wrapper {
		padding: 0 20px 0 20px;
		width: 100%;
	}
	.sec-home-especial {
		padding: 30px 0;
		width: calc(100% - 283px);
	}
	.sec-home-especial .content-left-inner {
		width: 100%;
	}
	.lista-noticia-wrapper {
		max-width: unset;
	}
	.logado .sec-interna, .interna-container-busca {
		min-height: unset;
	}
}
@media (max-width: 767px) {
	.content-left,
	.sec-home-especial,
	.slider-home-container,
	#sec-home .bg-cinza .content-left {
		width: 100%;
	}
}
@media (max-width:500px){
	.logo a {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.content-left-inner em,
	.col.box-glossario-home,
	.content-left {
		width: 100%;
	}
	.header-interna .logo, .header-logado .logo {
		width: 70%;
	}
	.header-interna .logo img {
		margin: 0 auto;
	}
	.footer-left img {
		width: 100%;
		margin-bottom: 20px;
	}
	.menu-interna {
		display: block;
	}
	.slider-portaVozes .slick-next {
		right: 3px;
	}
	.slider-portaVozes .slick-prev {
		left: 10px;
	}
	.col.slider-portaVozes .link-mais {
		width: 80%;
	}
	.is-menuOpen .header-inner, .is-menuOpen .menu-interna {
		padding: 20px;
	}
	#sec-home .bg-cinza .content-left {
		width: 100%;
	}
	.header-interna .wrapper {
		padding: 0;
	}
	.header-interna .logo, .header-logado .logo {
		margin: 0 auto;
	}
	.site-header.header-logado .wrapper {
		padding: 0 0 0;
	}
	.col.slider-portaVozes {
		margin-left: 0;
	}
	.slider-home-container,
	.sec-home-especial {
    	width: 100%;
	}
	.header-interna {
		padding: 90px 0 30px 0;
	}
}
.slider-destaques-img {
	max-height: 340px;
	overflow: hidden;
}
.item {
    position: relative;
}
.header-logado {
    position: initial;
    height: initial;
}
.header-logado ~ .sec-interna {
    margin-top: 0;
}
@media (min-width: 1025px) {
	.header-logado .logo img {
		height: 90px;
	}
	.logadoHome .header-interna {
		padding: 70px 0 30px 0;
	}
	.home-slider-wrapper .slick-arrow {
		position: absolute;
		top: 50%;
		bottom: 0;
		margin: unset;
		height: fit-content;
		z-index: 2;
		width: 40px;
		cursor: pointer;
		transform: translateY(-50%);
	}
}




.cookies-header {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #d7d7d7;
    z-index: 19999;
    padding: 20px;
    -webkit-box-shadow: 0px 4px 5px 9px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 4px 5px 9px rgba(0,0,0,0.19);
    box-shadow: 0px 4px 5px 9px rgba(0,0,0,0.19);
    color:#000000;
    font-size:15px;
}
.cookies-header .wrapper {
    position: relative;
}
.cookies-header .wrapper .acoes {
    position: absolute;
    right: 0px;
    width: 30%;
    bottom: 0px;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    line-height: 48px;
}
.cookies-header .wrapper h4{
    font-family: Lato, sans-serif;
    color:#000000;
    font-size:15px;
}


.cookies-header .wrapper a{
    color:#000000;
    text-decoration:underline;
}

.cookies-header .wrapper button{
    color:#fff;
    background:#0c4f91;
    font-size:15px;
    border: none;
    padding:10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}



@media(max-width:1024px) {
    .cookies-header .wrapper .content {
        width: 100%;
        text-align: center;
    }
    .cookies-header .wrapper .acoes {
        width: 100%;
        position: initial;
        margin-top:20px;
    }
}


.large textarea {
	width: 100%;
	height: 100px;
	padding: 10px;
	border: 1px solid #343434;
}
.field.clearfix.large {
	width: 100%;
}