/* QUERIES FOR IPAD/TABLETPC */
@media only screen and (max-width: 1024px), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

	/* ------ Estrutura Geral e Home ------ */
	body { min-width: 660px; }
	.conteudo { width: 640px !important; }

/******************** Atribuições Topo HOME **********************/
header.topo-internas{
	background-image: url(../img/topo-internas.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	height: 235px !important;
}

header.topo-internas h1{
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
	margin-top: 20px;
}

header.topo{
/*	background: #282828;*/
	height: auto;
	width: 100%;

/*	position: fixed !important;*/
	z-index: 10;
	top: 0;
}

header.topo .logo-header{
	float: left;
	margin-top: 40px;

	max-width: 100px;
}

header.topo #right{
	float: right;
	display: table;
}
header.topo #right i{
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 49px;
}

header.topo nav#menu{
	float: left;
	display: table;
	margin-top: 48px;
	margin-left: 10px;
}

header.topo nav#menu ul{}

header.topo nav#menu ul li a{color: #00205C}
header.topo nav#menu ul li a:hover{color: #EA6852}

header.topo nav#menu ul li{
	border-bottom: 3px solid transparent;
	float: left;
	font-size: 13px;

	margin-left: 10px;
	padding-bottom: 13px;
}
header.topo nav#menu ul .tablet-none:nth-child(4){
	display: none;
}

header.topo nav#menu ul li:hover{
	border-bottom: 3px solid #EA6852;
  color: #EA6852;
  text-shadow: 1px 0 0 currentColor;
}


header.topo .redes-topo{
	display: table;
	float: right;
	margin-top: 40px;
}

header.topo .redes-topo .rede-icon{
	float: left;
	margin-left: 10px;
}

header.topo .redes-topo .margin-tablet{
	margin-top: 4px;
}

header.topo .redes-topo .rede-icon img{
	max-width: 15px;
}



header.topo ul li.dropdown{
	position: relative;
	height: 19px;
}

header.topo ul li.dropdown .drop{
	background: #FFFFFF;
	box-shadow: -2px 0px 15px rgba(0, 0, 0, 0.25);
	border-radius: 9px;

	margin-top: 12px;
 	margin-left: -9px;
	position: absolute;
	z-index: 999;
	min-width: 165px;
}

header.topo ul li.dropdown:hover .drop{
	display: block;
}


header.topo ul li.dropdown .drop .item-drop{
	box-sizing: border-box;
	
	color: #00205C;

	font-family: Public Sans;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
/*	line-height: 21px;*/


	text-align: center;


	padding: 12px 0px 12px 0px;
}

header.topo ul li.dropdown .drop .item-drop a{
	color: #00205C !important;
}

header.topo ul li.dropdown .drop .item-drop a:hover{
	text-shadow: 1px 0 0 currentColor;
}

header.topo ul li.dropdown .drop .item-drop a i{
	margin-right: 5px;
}

/******************** Atribuições Topo **********************/

/******************** Atribuições Footer **********************/
footer#rodape{
	background: #2A7DE1;
	padding: 40px 0;
}

footer#rodape .itens{
/*	display: flex;*/
}
footer#rodape .itens .column{
	float: left;
	box-sizing: border-box;
	padding: 0 0 0 0;
}


footer#rodape .itens .column:nth-child(1){
	width: 20%;
}
footer#rodape .itens .column:nth-child(1) img{
	margin-bottom: 34px;
	max-width: 70px;
}

footer#rodape .itens .column:nth-child(2){
	padding: 0px 10px 0 0;
	width: 40%;
}
footer#rodape .itens .column:nth-child(2) p{
	font-size: 16px;
	line-height: normal; /* 25.2px */
}
footer#rodape .itens .column:nth-child(3){
	padding: 0px 0 0 20px;
	width: 36%;
}
footer#rodape .itens .column:nth-child(3) #menu-rodape{
	
}
footer#rodape .itens .column:nth-child(3) #menu-rodape ul{

}
footer#rodape .itens .column:nth-child(3) #menu-rodape ul li{
	font-size: 15px;
	margin-bottom: 10px;
}
footer#rodape .itens .column:nth-child(4){
	background-color: #fff;
	border-radius: 100px;
	float: right;
	width: 4%;
}
footer#rodape .itens .column:nth-child(4) #redes-rodape{

}
footer#rodape .itens .column:nth-child(4) #redes-rodape li{
	box-sizing: border-box;

	list-style: none;
	text-align: center;
	margin: 10px 0;
}
footer#rodape .itens .column:nth-child(4) #redes-rodape #facebook{
/*	background-image: url(../img/facebook-branco.png);*/
}
footer#rodape .itens .column:nth-child(4) #redes-rodape #instagram{
/*	background-image: url(../img/instagram-branco.png);*/
}

#politica-cookies{
	background: #001D57;

	line-height: 50px;
}
#politica-cookies #left{
	float: left;
	color: #FDFDFD;
	font-family: Public Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	text-transform: capitalize;
}
#politica-cookies #right{
	float: right;
	color: #FDFDFD;
	font-family: Public Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	text-transform: capitalize;
}

#politica-cookies #right:hover{
	font-weight: 700;
}
/******************** Atribuições Footer **********************/

	


.banner{
    background-image: url(../img/banner.png);
    background-position: left 53px;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;

    padding-bottom: 120px;
}

.banner h1{
    font-size: 32px;
    line-height: normal;

    margin-top: 100px;
}

.banner p{
    font-size: 16px;
    margin-top: 20px;
    max-width: 310px;
}
.banner p br{ display:none; }

.banner .btn-banner{
    border-radius: 10px;
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    width: 170px;
    margin-top: 30px;
}




.central-atendimento .conteudo{
    border-radius: 20px;
    padding: 0 3%;
    margin-top: -65px;
}

.central-atendimento h1{
    font-size: 16px;
    margin: 20px 0 5px 0;
}

.central-atendimento .itens .item{
    float: left;
    background-image: url(../img/whatsapp-central.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;

    padding-left: 52px;
    margin-bottom: 20px;

    width: 33%;
}

.central-atendimento .itens .item h2{
    font-size: 11px;
}

.central-atendimento .itens .item span{
    font-size: 15px;
}





.conheca-nossa-historia .conteudo{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    
    background-image: url(../img/nossa-historia.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    margin-top: 30px;
    height: 407px;
}
.conheca-nossa-historia .topo-titulo{

}
.conheca-nossa-historia .topo-titulo h1{
    font-size: 32px;
    line-height: 65px; 

    margin-left: 20px;
}
.conheca-nossa-historia .box-nossa-historia{
    box-sizing: border-box;
    padding: 17px 24px 0 15px;
    margin: 52px 0 0 275px;
    width: 321px;
}
.conheca-nossa-historia .box-nossa-historia h2{
    font-size: 24px;
    line-height: normal;

    margin-bottom: 15px;
}
.conheca-nossa-historia .box-nossa-historia p{
    font-size: 14px;
    line-height: normal;
}
.conheca-nossa-historia .box-nossa-historia .btn-nossa-historia{
    border-radius: 10px;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    width: 150px;
    margin-top: 20px;
}



.creditados{
    background: #F3F3F3;
    padding: 50px 0;
    margin-top: -23px;
}
.creditados h1{
    font-size: 32px;
    line-height: normal; /* 52.812px */
}
.creditados img{
    margin: 10px 0 30px 0;
}
.creditados p{
    font-size: 16px;
    line-height: normal; /* 25.956px */
}



.exames-de-imagem .conteudo{

    border-radius: 25px;
    height: auto;
    margin-top: 50px;

    padding-bottom: 120px;
}
.exames-de-imagem .left{
    float: none;

    padding: 35px 30px 0 30px;
    width: 100%;
}
.exames-de-imagem .left h1{
    font-size: 26px;
    line-height: normal;
    margin-bottom: 10px;
}
.exames-de-imagem .left form{

}
.exames-de-imagem .left form label{
    font-size: 16px;
    line-height: normal;

    margin-right: 15px;
}
.exames-de-imagem .left form input[type=radio]{
	margin-bottom: 25px;
}
.exames-de-imagem .left form input[type=text],
.exames-de-imagem .left form input[type=password]{
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 10px;
    height: 45px;
}

.exames-de-imagem .left form input[type=text]::placeholder,
.exames-de-imagem .left form input[type=password]::placeholder{
    font-size: 14px;
}

.exames-de-imagem .left form .esqueci-cadastrar a{
    font-size: 14px;
}

.exames-de-imagem .left form input[type=submit] {
    border-radius: 10px;
    float: left;
    font-size: 16px;
    margin-top: 30px;
    height: 60px;
    width: 100px;
}
.exames-de-imagem .left form .info-form{
    float: left;

    margin-top: 30px;
    margin-left: 24px;
}
.exames-de-imagem .left form .info-form h2{
    font-size: 18px;
    line-height: normal;

    margin-bottom: 5px;
}
.exames-de-imagem .left form .info-form span{
    font-size: 16px;
    line-height: normal;
}

.exames-de-imagem .right{
    display: none;
}




.especialidades{
    margin-top: 60px;
}

.especialidades .left{
    float: none;

    width: 100%;
}

.especialidades .left h2{
    font-size: 18px;
    line-height: normal;
}
.especialidades .left h1{
    font-size: 32px;
    line-height: normal;
    margin-bottom: 15px;
}
.especialidades .left span.span-especialidades{
    font-size: 16px;
    line-height: normal;
    display: block;
    margin-bottom: 40px;
}
.especialidades .left .dr-especialista{
    float: left;
    border-radius: 10px;
    margin-left: -100px;

    display: flex;
    align-items: center;

    padding: 13px 20px;
    height: auto;
    width: auto;
}
.especialidades .left .dr-especialista h4{
    font-size: 16px;
}
.especialidades .left .itens{
    float: right;

    max-width: 575px;
}
.especialidades .left .itens .item{
    background-image: url(../img/item-especialidade.png);
    background-position: 15px;
    background-repeat: no-repeat;
/*    background-size: contain;*/

    border-radius: 10px;
    font-size: 16px;
    padding-left: 50px;
    margin: 0 1.1% 24px 1.1%;
    float: left;
    height: 60px;
    width: 31%;
}

.especialidades img{
    display: none;
}





.sac {
    
}

.sac .conteudo{
    border-radius: 2px;
    padding: 50px 40px 30px 40px;
    margin-top: 50px;
    margin-bottom: 150px;
}

.sac h1{
    font-size: 28px;
    line-height: normal;
    margin-bottom: 10px;
}

.sac p{
    font-size: 16px;
    line-height: normal;
    margin-bottom: 25px;
}

.sac form {
  max-width: 100%;
  margin: 0 auto;
}

.sac .linha {
  overflow: hidden; /* Adicionando overflow para limpar a float */

  margin-top: 20px;
}


.sac .linha:nth-child(1){

}

.sac .linha:nth-child(1) div{
    float: left;
    padding-right: 10px;
    width: auto;
}

.denuncia .linha:nth-child(1) div{
    float: left;
    padding-right: 10px;
    width: 31.5%;
}

.sac .linha:nth-child(1) div input[type="radio"],
.sac .linha:nth-child(1) div label{
    float: left;
}

.sac .linha:nth-child(1) div input[type="radio"]{
    margin-right: 5px;
    height: 18px;
    width: 15px;
}

.sac .linha:nth-child(2){
    
}

.sac .linha:nth-child(2) div{
    box-sizing: border-box;
    float: left;
    padding-right: 10px;
    width: 33.33333333%;
}

.sac .linha:nth-child(3){
    
}
.sac .linha:nth-child(3) div{
    box-sizing: border-box;
    float: left;
    padding-right: 10px;
    width: 25%;
}

.denuncia .linha:nth-child(2) div{
    box-sizing: border-box;
    float: left;
    padding-right: 10px;
    width: 25%;
}

.sac .linha:nth-child(4){
    
}
.sac .linha:nth-child(4) div{
    width: 100%;
}

.sac .linha:nth-child(5){
    
}
.sac .linha:nth-child(5) div{
    float: left;
    width: 20%;
}


.sac label {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 5px;
    white-space: nowrap;
}

.sac input[type="text"],
.sac textarea{
    border-radius: 10px;
    font-size: 14px;
    width: 100%;
}

.sac input[type="text"]{
    height: 45px;
    padding: 0 0 0 5px;
}
.sac textarea{
    height: 100px;
    padding: 10px;
}

.sac input[type="text"]::placeholder,
.sac textarea::placeholder{
    font-size: 14px;
}

.sac input[type="submit"],
.sac button {
    border-radius: 10px;
    font-size: 16px;
    height: 60px;
    width: 180px;
}

.sac button {
  margin-left: 5px;
}

.sac span{
    font-size: 15px;
    line-height: normal;
    margin-top: 30px;
}




.codigo-conduta{
    background-image: url(../img/bg-codigo-conduta.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

/*    margin-top: 100px;*/
    height: auto;

    padding: 50px 0;
}
.codigo-conduta img{
    display: none;
}
.codigo-conduta .right{
    float: none;
    width: 100%;
}
.codigo-conduta .right h2{
    font-size: 18px;
    line-height: normal;
    margin-top: 0;
}
.codigo-conduta .right h1{
    font-size: 32px;
    line-height: normal; /* 52.812px */
    margin-bottom: 20px;
}
.codigo-conduta .right p{
    line-height: normal; /* 25.956px */
    margin-bottom: 20px;
}
.codigo-conduta .right .btn-codigo-conduta{
    border-radius: 10px;
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    width: 160px;
}





.confira-blog{
    margin-top: 80px;
    display: none;
}
.confira-blog h2{
    font-size: 18px;
    line-height: normal;
}
.confira-blog h1{
    font-size: 32px;
    line-height: normal;
    margin-bottom: 40px;
}
.confira-blog .itens{

}
.confira-blog .itens .item{
    border-radius: 10px;
}
.confira-blog .itens .item:nth-child(1){
    float: left;

    padding: 15px 15px 1px 15px;
    height: 535.931px;
    width: 48%;
}
.confira-blog .itens .item:nth-child(2){
    border-radius: 10px;
    float: right;

    margin-bottom: 10px;
    padding: 10px;
    height: 275px;
    width: 48%;
}
.confira-blog .itens .item:nth-child(3){
    
    float: right;

    padding: 10px;
    height: 244px;
    width: 48%;
}

.confira-blog .itens .item .bg-img-blog{
/*    background-image: url(../img/bg-blog.png);*/
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.confira-blog .itens .item .img-blog {
    background: url('../img/img-blog.png');
    background-position: center;
    background-repeat: no-repeat;
      background-size: cover;
/*      background-size: contain;*/

    margin: 0 auto;
    height: 100%;
    width: 100%;
    position: relative;
}

.confira-blog .itens .item:nth-child(1) .bg-img-blog {
  height: 165px;
  width: 100%;
}

.confira-blog .itens .item:nth-child(2) .bg-img-blog,
.confira-blog .itens .item:nth-child(3) .bg-img-blog {
    float: left;
    margin-right: 0;
    margin-bottom: 10px;
    height: 110px;
    width: 100%;
}

.confira-blog .itens .item:nth-child(1) .img-blog {
    border-radius: 20px;
    height: 165px;
}

.confira-blog .itens .item:nth-child(2) .img-blog,
.confira-blog .itens .item:nth-child(3) .img-blog {
    background-position: bottom 8px center;
    background-repeat: no-repeat;
    background-size: cover;

    border-radius: 10px;

    float: left;
    margin-right: 0;
    margin-bottom: 10px;
    height: 110px;
    width: 100%;
}

.confira-blog .itens .item h3{
    line-height: normal;
    margin-bottom: 5px;
}

.confira-blog .itens .item:nth-child(1) h3{
    font-size: 18px;
    margin-top: 15px;
}
.confira-blog .itens .item:nth-child(2) h3,
.confira-blog .itens .item:nth-child(3) h3{
    font-size: 16px;
}
.confira-blog .itens .item p{
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
}
.confira-blog .itens .item .a-veja-mais{
    font-size: 16px;
    line-height: normal;
}
.confira-blog .btn-veja-mais{
    border-radius: 10px;
    font-size: 14px;
    line-height: 60px;

    margin: 40px auto 0 auto;
    height: 60px;
    width: 160px;
}





.contato .conteudo{
    border-radius: 20px;
    margin-top: 100px;
    margin-bottom: 100px;

    box-sizing: border-box;
}
.contato .left{
    display: none;
}
.contato .right{
    float: none;
    box-sizing: border-box;

    padding: 50px;
    width: 100%;
}
.contato .right h2{
    font-size: 18px;
    line-height: normal;
}
.contato .right h1{
    font-size: 32px;
    line-height: normal;
    margin-bottom: 30px;
}
.contato .right form{

}
.contato .right form label{
    font-size: 16px;
    margin-bottom: 5px;
}
.contato .right form input[type="text"],
.contato .right form input[type="email"],
.contato .right form input[type="tel"]{
    border-radius: 10px;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 15px;
    height: 50px;
    width: 100%;
}
.contato .right form input[type="text"]::placeholder,
.contato .right form input[type="email"]::placeholder,
.contato .right form input[type="tel"]::placeholder{
    font-size: 14px;
}
.contato .right form textarea{
    border-radius: 10px;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 20px;
    
    height: 100px;
    width: 100%;
}
.contato .right form textarea::placeholder{
    font-size: 14px;
}
.contato .right form input[type="submit"]{
    border-radius: 10px;
    font-size: 16px;
    height: 60px;
    width: 170px;
}




/*********************** portal da transparencia ***************************/
.portal-transparencia{
    padding: 0 0 50px 0;
}
.portal-transparencia h1{
    font-size: 32px;
    line-height: normal;
    margin-bottom: 30px;
}
.portal-transparencia p{
    font-size: 14px;
    line-height: normal;

    margin-bottom: 30px;
}
.portal-transparencia .itens{

}
.portal-transparencia .itens .item{
    background: #FFF;
    box-shadow: 0px 2.874px 17.246px -0.719px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(14.371501922607422px);
    padding: 15px 15px 18px 15px;

    margin-bottom: 20px;
}
.portal-transparencia .itens .item h2{
    background-image: url(../img/logo-icon.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;

    font-size: 32px;
    line-height: normal;
    padding-left: 45px;
}
.portal-transparencia .itens .item p{

    margin-top: 30px;
}
.portal-transparencia .itens .left{
    border-bottom-right-radius: 50px;
}
.portal-transparencia .itens .right{
    border-bottom-left-radius: 50px;
}
.portal-transparencia .itens .left h2{
    float: left;
}
.portal-transparencia .itens .right h2{
    float: right;
}
.portal-transparencia .itens .left p{
    text-align: left;
}
.portal-transparencia .itens .right p{
    text-align: right;
}


#codigo-de-conduta{
    background-image: url(../img/bg-codigo-de-conduta.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding: 70px 0;
}
#codigo-de-conduta h2{
    line-height: normal;
}
#codigo-de-conduta h1{
    font-size: 32px;
    line-height: normal;
    margin-bottom: 15px;
}
#codigo-de-conduta p{
    font-size: 16px;
    line-height: normal;
}
/*********************** portal da transparencia ***************************/


/*********************** institucional ***************************/
.institucional{

}
.institucional h1{
    font-size: 32px;
    line-height: normal; /* 52.812px */

    margin-bottom: 30px;
}
.institucional p.txt-institucional{
    font-size: 16px;
    line-height: normal;
    margin-bottom: 40px;
}
.institucional .itens{
    display: flex;
    flex-wrap: wrap;
}
.institucional .itens .item{
    padding: 15px 10px 15px 10px;
    flex-grow: 1;
    min-height: 380px;
    width: 30%;
}

.institucional .itens .item:nth-child(1){
/*    float: left;*/
}
.institucional .itens .item:nth-child(2){
    margin: 0 5%;
}
.institucional .itens .item:nth-child(3){
/*    float: right;*/
}

.institucional .itens .item img{
    margin-bottom: 10px;
}
.institucional .itens .item h2{
    font-size: 18px;
    margin-bottom: 15px;
}
.institucional .itens .item p{
    font-size: 16px;
}
.institucional iframe{
    border-radius: 20px;

    margin: 50px 0;
    height: 350px;
    width: 100%;
}
.institucional img.img-institucional{
    width: 100%;
}
.institucional .metricas{
    margin-top: -4px;
}
.institucional .metricas .metrica{
    float: left;
    padding: 20px 0;
    width: 33%;
}
.institucional .metricas .metrica h3{
    font-size: 45px;
    line-height: 80%; 
}
.institucional .metricas .metrica h4{
    font-size: 22px;
    line-height: normal;
    margin-top: 5px;
}



.info-institucional{
    background-image: url(../img/bg-info-institucional.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}
.info-institucional .left{
    float:  none;
    margin: 60px 0 60px 0;
    width: 100%;
}
.info-institucional .left h1{
    font-size: 32px;
    line-height: normal; /* 52.812px */
    margin-bottom: 30px;
}
.info-institucional .left p{
    font-size: 16px;
    margin-bottom: 10px;
}
.info-institucional .left img{
    max-width: 100%;
}
.info-institucional img.right{
    display: none;
}


.nossa-historia{
    padding: 50px 0 0 0;
}
.nossa-historia h2{
    font-size: 18px;
    line-height: normal; /* 26.898px */
}
.nossa-historia h1{
    font-size: 32px;
    line-height: normal; /* 52.812px */
}
.nossa-historia img{

    margin-top: 30px;
    max-width: 100%;
}
/*********************** institucional ***************************/



/*********************** vagas ***************************/
.vagas{

}
.vagas .left{
    float: left;
    width: 50%;
}
.vagas .left h1{
    font-size: 32px;
    line-height: normal;

    margin-bottom: 20px;
}
.vagas p{
    font-size: 16px;
}
.vagas .left p{
    
}
.vagas .right{
    float: right;
    width: 50%;
}
.vagas .right p{
    
}
.vagas .list-vagas{
    margin-top: 50px;
}
.vagas .list-vagas .vaga{
    border-radius: 15px;
    float: left;
    padding: 20px 10px 20px 15px;
    margin: 0 1% 40px 1%;
    min-height: 200px;
    width: 48%;
}
.vagas .list-vagas .vaga .img-vaga{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1000px;

    float: right;
    height: 95px;
    width: 35%;
}
.vagas .list-vagas .vaga h2{
    float: left;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 5px;
    max-width: 62%;
}
.vagas .list-vagas .vaga span{
    float: left;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    max-width: 62%;
}
.vagas .list-vagas .vaga a{
    float: left;
    font-size: 16px;
    line-height: normal;
    max-width: 62%;
}


.confira-blog-internas{
    background: #DAE1E9;

    padding: 90px 0 100px 0;
}
/*********************** vagas ***************************/




/*********************** vaga ***************************/
.vaga{
    padding: 0 0 60px 0;
}
.vaga span.voltar{
    font-size: 16px;
}
.vaga span.voltar i{
    margin-right: 10px;
}
.vaga .left{
    float: none;
    width: 100%;
}
.vaga .left h1{
    font-size: 32px;
    line-height: normal;
    margin-top: 30px;
    margin-bottom: 20px;
}
.vaga .left ul{

}
.vaga .left ul li{
    font-size: 16px;
    line-height: 150%;
}
.vaga img.img-vaga{
    display: none;
}
.vaga form{
    margin-top: 40px;
}
.vaga form div{
    float: left;

    margin-right: 20px;
    width: 40%;
}
.vaga form div label{
    font-size: 16px;
    margin-bottom: 5px;
}
.vaga form div input[type="text"],
.vaga form div input[type="email"]{
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 0 0 10px;
    height: 50px;
    width: 100%;
}
.vaga form div input[type="text"]::placeholder,
.vaga form div input[type="email"]::placeholder{
    font-size: 16px;
}

.vaga form .div-checkbox{
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
}

.vaga form .div-checkbox1{
    width: 50%;
}
.vaga form .div-checkbox2{
    width: 50%;
}
.vaga form .div-checkbox3{
    width: 50%;
}

.vaga form input[type="checkbox"]{
    margin-bottom: 20px;
    /*height: 20px;
    width: 20px;*/
}
.vaga form label.label-radio{
    font-size: 16px;
    line-height: 120%; /* 24px */

    margin-right: 40px;
}
.vaga form img.img-pcd{
    margin: 40px 0 50px 0;
}
.vaga form input[type="submit"]{
    border-radius: 10px;
    float: left;
    font-size: 16px;
    height: 60px;
    width: 200px;
}
.vaga form button{
    border-radius: 10px;
    float: left;
    font-size: 16px;
    line-height: 60px;
    margin-left: 20px;
    height: 60px;
    width: 200px;
}
.vaga form .compartilhe{
    display: table;
    float: none;
    text-align: center;

    padding-top: 50px;
    margin-right: 0;
    margin: 0 auto;
}
.vaga form .compartilhe h2{
    font-size: 12px;
    line-height: 15px; /* 125% */

    margin-bottom: 15px;
}
.vaga form .compartilhe .link-vaga{
    background: rgba(157, 157, 157, 0.04);
    border-radius: 16px;

    color: rgba(61, 90, 128, 0.50);
    font-family: Public Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;

    line-height: 53px;
    height: 53px;
    width: 512px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vaga form .compartilhe .link-vaga .url{
    width: 455px;
    max-width: 455px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    margin-right: 0;
    float: left;
}

.vaga form .compartilhe .link-vaga i{
    color: #EE6C4D;
    cursor: pointer;
    margin-left: 10px;
}
.compartilhe-tambem{
    float: none;
    margin-top: 45px;
    margin-right: 0;
    width: 100%;
}
.compartilhe-tambem h3{
    font-size: 18px;
    float: left;
    margin-top: 20px;
    width: 40%;
}
.compartilhe-tambem .itens{
    float: left;
    margin-right: 0;
    width: 60%;
}
.compartilhe-tambem .itens .item{
    float: left;
    margin-right: 0;
    width: 25%;
}
.compartilhe-tambem .itens .item img{
    max-width: 100%;
}
/*********************** vaga ***************************/




/*********************** blog ***************************/
.blog{

}
.blog h1{
    font-size: 32px;
    line-height: 109%; /* 52.812px */
    margin-bottom: 30px;
}
.blog span{
    font-size: 18px;
    line-height: 109%; /* 32.126px */

    margin-bottom: 20px;
}
.blog .filtros{
    margin-bottom: 40px;
}
.blog .filtros .filtro{
    border-radius: 10px;
    float: left;
    font-size: 14px;
    margin: 0 0.1% 0 0.1%;
    line-height: 45px;
    height: 45px;
    width: 16.1%;
}
.blog .itens{

}
.blog .itens .item{
    border-radius: 10px;
    float: left;
    margin: 0 0.5% 15px 0.5%;
    padding: 15px 15px 0 15px;
    height: 230px;
    width: 32.3%;
}

.blog .itens .item .bg-img-blog{
/*    background-image: url(../img/bg-blog.png);*/
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;

    height: 75px;
    width: 100%;
}

.blog .itens .item .img-blog {
    background: url('../img/img-blog.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;

    margin: 0 auto;
    height: 75px;
    width: 100%;
    position: relative;

}

.blog .itens .item h3{
    font-weight: 900;
    line-height: 110%;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.blog .itens .item p{
    font-size: 12px;
    line-height: 140%; /* 32px */
    margin-bottom: 5px;
}
.blog .itens .item .a-veja-mais{
    font-size: 12px;
    line-height: 110%;
}
/*********************** blog ***************************/



/*********************** post ***************************/
.post{
    padding: 0 0 0 0;
    text-align: center;
}
.post span.voltar{
    font-size: 16px;
}
.post span.voltar i{
    margin-right: 10px;
}

.post h1{
    font-size: 32px;
    line-height: 109%; /* 52.812px */
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.post img{
    margin-bottom: 30px;
    max-width: 100%;
}
.post p{
    font-size: 16px;
    line-height: 130%; /* 25.586px */
    text-align: justify;
}
.post .galeria-post{
    margin: 40px 0;
}
.post .galeria-post .item{
/*    background-size: cover;*/
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}
.post .compartilhe{
    display: table;
    text-align: center;

    margin: 50px auto 0 auto;
}
.post .compartilhe h2{
    color: rgba(61, 90, 128, 0.50);
    text-align: center;
    font-family: Public Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 125% */

    margin-bottom: 15px;
}
.post .compartilhe .link-vaga{
    background: rgba(157, 157, 157, 0.04);
    border-radius: 16px;

    color: rgba(61, 90, 128, 0.50);
    font-family: Public Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;

    margin: 0 auto;
    line-height: 53px;
    height: 53px;
    width: 512px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.post .compartilhe .link-vaga .url{
    width: 455px;
    max-width: 455px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    float: left;
}

.post .compartilhe .link-vaga i{
    color: #EE6C4D;
    cursor: pointer;
    margin-left: 10px;
}
/*********************** post ***************************/

}


@media only screen and (max-width: 680px) {

	/* ------ Estrutura Geral e Home ------ */
	body { min-width: 300px; }
	.conteudo { width: 95% !important; border: }


	.item-none{ display: none; }


/******************** Atribuições Topo HOME **********************/
header.topo-internas{
	background-image: url(../img/topo-internas.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	height: auto !important;

	padding-bottom: 25px;
}

header.topo-internas h1{
	font-size: 26pxpx;
	margin-top: 20px;
	text-align: center;
}

header.topo{
/*	background: #282828;*/
	height: auto;
	width: 100%;

/*	position: fixed !important;*/
	z-index: 10;
	top: 0;

	text-align: center;
}

header.topo .logo-header{
	float: none;
	margin-top: 30px;

	max-width: 160px;
}

header.topo #right{
	float: right;
	display: table;
}
header.topo #right i{
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 49px;
}

header.topo nav#menu{
	float: none;
	display: table;
	margin-top: 0;
	margin-left: 0;

	margin: 30px auto 0 auto;
}

header.topo nav#menu ul{}

header.topo nav#menu ul li a{color: #00205C}
header.topo nav#menu ul li a:hover{color: #EA6852}

header.topo nav#menu ul li{
	border-bottom: 3px solid transparent;
	list-style: none;
	float: none;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;

	margin-left: 0;
	margin-bottom: 5px;
	padding-bottom: 5px;
}


header.topo .redes-topo{
	display: table;
	float: none;
	margin-top: 0;

	margin: 10px auto 0 auto;
}

header.topo .redes-topo .rede-icon{
	float: left;
	margin-left: 18px;
}



header.topo ul li.dropdown{
	position: relative;
	height: 19px;
}

header.topo ul li.dropdown .drop{
	background: #FFFFFF;
	box-shadow: -2px 0px 15px rgba(0, 0, 0, 0.25);
	border-radius: 9px;

	margin-top: 0px;
 	margin-left: 3px;
	position: absolute;
	z-index: 999;
	min-width: 165px;
}

header.topo ul li.dropdown:hover .drop{
	display: block;
}


header.topo ul li.dropdown .drop .item-drop{
	box-sizing: border-box;
	
	color: #00205C;

	font-family: Public Sans;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
/*	line-height: 21px;*/


	text-align: center;


	padding: 12px 0px 12px 0px;
}

header.topo ul li.dropdown .drop .item-drop a{
	color: #00205C !important;
}

header.topo ul li.dropdown .drop .item-drop a:hover{
	text-shadow: 1px 0 0 currentColor;
}

header.topo ul li.dropdown .drop .item-drop a i{
	margin-right: 5px;
}

/******************** Atribuições Topo **********************/

	
/******************** Atribuições Footer **********************/
footer#rodape{
	background: #2A7DE1;
	padding: 40px 0;
}

footer#rodape .itens{
/*	display: flex;*/
	text-align: center;
}
footer#rodape .itens .column{
	float: none;
	box-sizing: border-box;
	padding: 0 0 0 0;
}


footer#rodape .itens .column:nth-child(1){
	width: 100%;
}
footer#rodape .itens .column:nth-child(1) img{
	margin-bottom: 20px;
}

footer#rodape .itens .column:nth-child(2){
	padding: 0px 0px 0 0;
	width: 100%;
}
footer#rodape .itens .column:nth-child(2) p{
	font-size: 16px;
	line-height: 140%; /* 25.2px */
}
footer#rodape .itens .column:nth-child(3){
	padding: 0px 0 0 0px;
	width: 100%;
}
footer#rodape .itens .column:nth-child(3) #menu-rodape{
	
	margin-top: 30px;
}
footer#rodape .itens .column:nth-child(3) #menu-rodape ul{

}
footer#rodape .itens .column:nth-child(3) #menu-rodape ul li{
	font-size: 16px;
	list-style: none;
	margin-bottom: 10px;
}
footer#rodape .itens .column:nth-child(4){
	background-color: #fff;
	border-radius: 100px;
	float: none;
	display: table;
	width: auto;

	margin: 20px auto 0 auto;
}
footer#rodape .itens .column:nth-child(4) #redes-rodape{

}
footer#rodape .itens .column:nth-child(4) #redes-rodape li{
	box-sizing: border-box;
	float: left;

	padding: 10px;
	list-style: none;
	text-align: center;
	margin: 0;
}
footer#rodape .itens .column:nth-child(4) #redes-rodape #facebook{
/*	background-image: url(../img/facebook-branco.png);*/
}
footer#rodape .itens .column:nth-child(4) #redes-rodape #instagram{
/*	background-image: url(../img/instagram-branco.png);*/
}

#politica-cookies{
	background: #001D57;

	line-height: 65px;
}
#politica-cookies #left{
	float: left;
	color: #FDFDFD;
	font-family: Public Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	text-transform: capitalize;
}
#politica-cookies #right{
	float: right;
	color: #FDFDFD;
	font-family: Public Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	text-transform: capitalize;
}

#politica-cookies #right:hover{
	font-weight: 700;
}
/******************** Atribuições Footer **********************/




.banner{
    background-image: url(../img/banner.png);
    background-position: left 53px;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
}

.banner h1{
    font-size: 24px;
    line-height: 109%;

    margin-top: 80px;
}

.banner p{
    font-size: 14px;
    margin-top: 15px;

    max-width: 220px;
}

.banner .btn-banner{
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 150px;

    margin-top: 30px;
}




.central-atendimento .conteudo{
    padding: 0 3%;
}

.central-atendimento h1{
    font-size: 18px;
    margin: 21px 0 15px 0;
    text-align: center;
}

.central-atendimento .itens{
    
}

.central-atendimento .itens .item{
    float: none;

    box-sizing: border-box;

    background-image: url(../img/whatsapp-central.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;

    padding-left: 52px;
    margin-bottom: 0;

    margin: 0 auto 25px auto;

    display: table;
    width: auto;
}

.central-atendimento .itens .item h2{
    color: #EA6852;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.central-atendimento .itens .item span{
    color: rgba(91, 91, 91, 0.47);
    font-family: Poppins;
    font-size: 18.474px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}






.conheca-nossa-historia .conteudo{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    
    background-image: url(../img/nossa-historia.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    margin-top: 30px;
    height: 245px;
    max-width: 385px;
    min-width: 385px;
}
.conheca-nossa-historia .topo-titulo{

}
.conheca-nossa-historia .topo-titulo h1{
    font-size: 18px;
    line-height: 40px;
    margin-left: 10px;
}
.conheca-nossa-historia .box-nossa-historia{
    box-sizing: border-box;
    padding: 0;
    margin: 38px 0 0 168px;
    width: 177px;
}
.conheca-nossa-historia .box-nossa-historia h2{
    font-size: 13px;
    line-height: normal;

    margin-bottom: 2px;
}
.conheca-nossa-historia .box-nossa-historia p{
    font-size: 10px;
    line-height: normal;
}
.conheca-nossa-historia .box-nossa-historia .btn-nossa-historia{
    border-radius: 10px;
    font-size: 10px;
    line-height: 25px;
    height: 25px;
    width: 95px;
    margin-top: 5px;
}



.creditados{
    background: #F3F3F3;
    padding: 50px 0;
    margin-top: -23px;
}
.creditados h1{
    font-size: 32px;
    line-height: normal; /* 52.812px */
}
.creditados img{
    margin: 10px 0 30px 0;
}
.creditados p{
    font-size: 16px;
    line-height: normal; /* 25.956px */
}



.exames-de-imagem .conteudo{

    border-radius: 25px;
    height: auto;
    margin-top: 50px;

    padding-bottom: 120px;
}
.exames-de-imagem .left{
    float: none;

    padding: 35px 30px 0 30px;
    width: 100%;
}
.exames-de-imagem .left h1{
    font-size: 26px;
    line-height: normal;
    margin-bottom: 10px;
}
.exames-de-imagem .left form{

}
.exames-de-imagem .left form label{
    font-size: 16px;
    line-height: normal;

    margin-right: 15px;
}
.exames-de-imagem .left form input[type=radio]{
	margin-bottom: 25px;
}
.exames-de-imagem .left form input[type=text],
.exames-de-imagem .left form input[type=password]{
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 10px;
    height: 45px;
}

.exames-de-imagem .left form input[type=text]::placeholder,
.exames-de-imagem .left form input[type=password]::placeholder{
    font-size: 14px;
}

.exames-de-imagem .left form .esqueci-cadastrar a{
    font-size: 14px;
}

.exames-de-imagem .left form input[type=submit] {
    border-radius: 10px;
    float: left;
    font-size: 16px;
    margin-top: 30px;
    height: 60px;
    width: 30%;
}
.exames-de-imagem .left form .info-form{
    float: right;

    margin-top: 30px;
    margin-left: 0;
    width: 65%;
}
.exames-de-imagem .left form .info-form h2{
    font-size: 16px;
    line-height: normal;

    margin-bottom: 5px;
}
.exames-de-imagem .left form .info-form span{
    font-size: 14px;
    line-height: normal;
}

.exames-de-imagem .right{
    display: none;
}




.especialidades{
    margin-top: 60px;
}

.especialidades .left{
    float: none;

    width: 100%;
}

.especialidades .left h2{
    font-size: 18px;
    line-height: normal;
}
.especialidades .left h1{
    font-size: 32px;
    line-height: normal;
    margin-bottom: 15px;
}
.especialidades .left span.span-especialidades{
    font-size: 16px;
    line-height: normal;
    display: block;
    margin-bottom: 40px;
}
.especialidades .left .dr-especialista{
    float: none;
    border-radius: 10px;
    margin-left: 0px;

    display: table;
    align-items: center;

    margin: 0 1.1% 24px 1.1%;
    padding: 13px 20px;
    height: auto;
    width: auto;
}
.especialidades .left .dr-especialista h4{
    font-size: 16px;
}
.especialidades .left .itens{
    float: none;

    max-width: 100%;
}
.especialidades .left .itens .item{
    background-image: url(../img/item-especialidade.png);
    background-position: 15px;
    background-repeat: no-repeat;
/*    background-size: contain;*/

    border-radius: 10px;
    font-size: 16px;
    padding-left: 50px;
    margin: 0 1.1% 24px 1.1%;
    float: left;
    height: 60px;
    width: 47.8%;
}

.especialidades img{
    display: none;
}





.sac {
    
}

.sac .conteudo{
    border-radius: 2px;
    padding: 50px 40px 30px 40px;
    margin-top: 50px;
    margin-bottom: 150px;
}

.sac h1{
    font-size: 28px;
    line-height: normal;
    margin-bottom: 10px;
}

.sac p{
    font-size: 16px;
    line-height: normal;
    margin-bottom: 25px;
}

.sac form {
  max-width: 100%;
  margin: 0 auto;
}

.sac .linha {
  overflow: hidden; /* Adicionando overflow para limpar a float */

  margin-top: 20px;
}


.sac .linha:nth-child(1){

}

.sac .linha:nth-child(1) div{
    float: left;
    padding-right: 10px;
    width: auto;
}

.denuncia .linha:nth-child(1) div{
    float: left;
    margin-bottom: 10px;
    padding-right: 10px;
    width: 100%;
}

.sac .linha:nth-child(1) div input[type="radio"],
.sac .linha:nth-child(1) div label{
    float: left;
}

.sac .linha:nth-child(1) div input[type="radio"]{
    margin-right: 5px;
    height: 18px;
    width: 15px;
}

.sac .linha:nth-child(2){
    
}

.sac .linha:nth-child(2) div{
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
    padding-right: 10px;
    width: 100%;
}

.sac .linha:nth-child(3){
    
}
.sac .linha:nth-child(3) div{
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
    padding-right: 10px;
    width: 50%;
}

.denuncia .linha:nth-child(2) div{
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
    padding-right: 10px;
    width: 50%;
}

.sac .linha:nth-child(4){
    
}
.sac .linha:nth-child(4) div{
    width: 100%;
}

.sac .linha:nth-child(5){
    
}
.sac .linha:nth-child(5) div{
    float: left;
    width: 20%;
}


.sac label {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 5px;
    white-space: nowrap;
}

.sac input[type="text"],
.sac textarea{
    border-radius: 10px;
    font-size: 14px;
    width: 100%;
}

.sac input[type="text"]{
    height: 45px;
    padding: 0 0 0 5px;
}
.sac textarea{
    height: 100px;
    padding: 10px;
}

.sac input[type="text"]::placeholder,
.sac textarea::placeholder{
    font-size: 14px;
}

.sac input[type="submit"],
.sac button {
    border-radius: 10px;
    font-size: 15px;
    height: 50px;
    width: 124px;
}

.sac button {
  margin-left: 5px;
}

.sac span{
    font-size: 15px;
    line-height: normal;
    margin-top: 30px;
}




.codigo-conduta{
    background-image: url(../img/bg-codigo-conduta.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

/*    margin-top: 100px;*/
    height: auto;

    padding: 50px 0;
}
.codigo-conduta img{
    display: none;
}
.codigo-conduta .right{
    float: none;
    width: 100%;
}
.codigo-conduta .right h2{
    font-size: 18px;
    line-height: normal;
    margin-top: 0;
}
.codigo-conduta .right h1{
    font-size: 32px;
    line-height: normal; /* 52.812px */
    margin-bottom: 20px;
}
.codigo-conduta .right p{
    line-height: normal; /* 25.956px */
    margin-bottom: 20px;
}
.codigo-conduta .right .btn-codigo-conduta{
    border-radius: 10px;
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    width: 160px;
}





.confira-blog{
    margin-top: 80px;
    display: block;
}
.confira-blog h2{
    font-size: 18px;
    line-height: normal;
}
.confira-blog h1{
    font-size: 32px;
    line-height: normal;
    margin-bottom: 40px;
}
.confira-blog .itens{

}
.confira-blog .itens .item{
    border-radius: 10px;

    margin-bottom: 15px;
}
.confira-blog .itens .item:nth-child(1){
    float: none;

    padding: 15px 15px 15px 15px;
    height: auto;
    width: 100%;
}
.confira-blog .itens .item:nth-child(2){
    border-radius: 10px;
    float: none;

    margin-bottom: 10px;
    padding: 10px;
    height: auto;
    width: 100%;
}
.confira-blog .itens .item:nth-child(3){
    
    float: none;

    padding: 10px;
    height: auto;
    width: 100%;
}

.confira-blog .itens .item .bg-img-blog{
/*    background-image: url(../img/bg-blog.png);*/
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.confira-blog .itens .item .img-blog {
    background: url('../img/img-blog.png');
    background-position: center;
    background-repeat: no-repeat;
      background-size: cover;
/*      background-size: contain;*/

    margin: 0 auto;
    height: 100%;
    width: 100%;
    position: relative;
}

.confira-blog .itens .item:nth-child(1) .bg-img-blog {
  height: 180px;
  width: 100%;
}

.confira-blog .itens .item:nth-child(2) .bg-img-blog,
.confira-blog .itens .item:nth-child(3) .bg-img-blog {
    float: left;
    margin-right: 0;
    margin-bottom: 10px;
    height: 180px;
    width: 100%;
}

.confira-blog .itens .item:nth-child(1) .img-blog {
    border-radius: 5px;
    height: 180px;
}

.confira-blog .itens .item:nth-child(2) .img-blog,
.confira-blog .itens .item:nth-child(3) .img-blog {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    border-radius: 5px;
    height: 180px;
}

.confira-blog .itens .item h3{
    line-height: normal;
    margin-bottom: 5px;
}

.confira-blog .itens .item:nth-child(1) h3{
    font-size: 18px;
    margin-top: 15px;
}
.confira-blog .itens .item:nth-child(2) h3,
.confira-blog .itens .item:nth-child(3) h3{
    font-size: 16px;
}
.confira-blog .itens .item p{
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
}
.confira-blog .itens .item .a-veja-mais{
    font-size: 16px;
    line-height: normal;
}
.confira-blog .btn-veja-mais{
    border-radius: 10px;
    font-size: 14px;
    line-height: 60px;

    margin: 40px auto 0 auto;
    height: 60px;
    width: 160px;
}





.contato .conteudo{
    border-radius: 20px;
    margin-top: 100px;
    margin-bottom: 100px;

    box-sizing: border-box;
}
.contato .left{
    display: none;
}
.contato .right{
    float: none;
    box-sizing: border-box;

    padding: 50px;
    width: 100%;
}
.contato .right h2{
    font-size: 18px;
    line-height: normal;
}
.contato .right h1{
    font-size: 32px;
    line-height: normal;
    margin-bottom: 30px;
}
.contato .right form{

}
.contato .right form label{
    font-size: 16px;
    margin-bottom: 5px;
}
.contato .right form input[type="text"],
.contato .right form input[type="email"],
.contato .right form input[type="tel"]{
    border-radius: 10px;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 15px;
    height: 50px;
    width: 100%;
}
.contato .right form input[type="text"]::placeholder,
.contato .right form input[type="email"]::placeholder,
.contato .right form input[type="tel"]::placeholder{
    font-size: 14px;
}
.contato .right form textarea{
    border-radius: 10px;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 20px;
    
    height: 100px;
    width: 100%;
}
.contato .right form textarea::placeholder{
    font-size: 14px;
}
.contato .right form input[type="submit"]{
    border-radius: 10px;
    font-size: 16px;
    height: 60px;
    width: 170px;
}




/*********************** portal da transparencia ***************************/
.portal-transparencia{
    padding: 0 0 50px 0;
}
.portal-transparencia h1{
    font-size: 32px;
    line-height: normal;
    margin-bottom: 30px;
}
.portal-transparencia p{
    font-size: 14px;
    line-height: normal;

    margin-bottom: 30px;
}
.portal-transparencia .itens{

}
.portal-transparencia .itens .item{
    background: #FFF;
    box-shadow: 0px 2.874px 17.246px -0.719px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(14.371501922607422px);
    padding: 15px 15px 18px 15px;

    margin-bottom: 20px;
}
.portal-transparencia .itens .item h2{
    background-image: url(../img/logo-icon.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;

    font-size: 32px;
    line-height: normal;
    padding-left: 45px;
}
.portal-transparencia .itens .item p{

    margin-top: 30px;
}
.portal-transparencia .itens .left{
    border-bottom-right-radius: 50px;
}
.portal-transparencia .itens .right{
    border-bottom-left-radius: 50px;
}
.portal-transparencia .itens .left h2{
    float: left;
}
.portal-transparencia .itens .right h2{
    float: right;
}
.portal-transparencia .itens .left p{
    text-align: left;
}
.portal-transparencia .itens .right p{
    text-align: right;
}


#codigo-de-conduta{
    background-image: url(../img/bg-codigo-de-conduta.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding: 70px 0;
}
#codigo-de-conduta h2{
    line-height: normal;
}
#codigo-de-conduta h1{
    font-size: 32px;
    line-height: normal;
    margin-bottom: 15px;
}
#codigo-de-conduta p{
    font-size: 16px;
    line-height: normal;
}
/*********************** portal da transparencia ***************************/


/*********************** institucional ***************************/
.institucional{

}
.institucional h1{
    font-size: 32px;
    line-height: normal; /* 52.812px */

    margin-bottom: 30px;
}
.institucional p.txt-institucional{
    font-size: 16px;
    line-height: normal;
    margin-bottom: 40px;
}
.institucional .itens{
    display: flex;
    flex-wrap: wrap;
}
.institucional .itens .item{
    padding: 15px 15px 15px 15px;
    flex-grow: 1;
    margin-bottom: 15px;
    min-height: auto;
    width: 100%;
}

.institucional .itens .item:nth-child(1){
/*    float: left;*/
}
.institucional .itens .item:nth-child(2){
    margin: 0;
    margin-bottom: 15px;
}
.institucional .itens .item:nth-child(3){
/*    float: right;*/
}

.institucional .itens .item img{
    margin-bottom: 10px;
}
.institucional .itens .item h2{
    font-size: 18px;
    margin-bottom: 15px;
}
.institucional .itens .item p{
    font-size: 16px;
}
.institucional iframe{
    border-radius: 20px;

    margin: 50px 0;
    height: 300px;
    width: 100%;
}
.institucional img.img-institucional{
    width: 100%;
}
.institucional .metricas{
    margin-top: -4px;
}
.institucional .metricas .metrica{
    float: left;
    padding: 20px 0;
    width: 33%;
}
.institucional .metricas .metrica h3{
    font-size: 45px;
    line-height: 80%; 
}
.institucional .metricas .metrica h4{
    font-size: 22px;
    line-height: normal;
    margin-top: 5px;
}



.info-institucional{
    background-image: url(../img/bg-info-institucional.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}
.info-institucional .left{
    float:  none;
    margin: 60px 0 60px 0;
    width: 100%;
}
.info-institucional .left h1{
    font-size: 32px;
    line-height: normal; /* 52.812px */
    margin-bottom: 30px;
}
.info-institucional .left p{
    font-size: 16px;
    margin-bottom: 10px;
}
.info-institucional .left img{
    max-width: 100%;
}
.info-institucional img.right{
    display: none;
}


.nossa-historia{
    padding: 50px 0 0 0;
}
.nossa-historia h2{
    font-size: 18px;
    line-height: normal; /* 26.898px */
}
.nossa-historia h1{
    font-size: 32px;
    line-height: normal; /* 52.812px */
}
.nossa-historia img{

    margin-top: 30px;
    max-width: 100%;
}
/*********************** institucional ***************************/



/*********************** vagas ***************************/
.vagas{

}
.vagas .left{
    float: none;
    width: 100%;
}
.vagas .left h1{
    font-size: 32px;
    line-height: normal;

    margin-bottom: 20px;
}
.vagas p{
    font-size: 16px;
}
.vagas .left p{
    margin-bottom: 20px;
}
.vagas .right{
    float: none;
    width: 100%;
}
.vagas .right p{
    
}
.vagas .list-vagas{
    margin-top: 50px;
}
.vagas .list-vagas .vaga{
    border-radius: 15px;
    float: left;
    padding: 20px 10px 20px 15px;
    margin: 0 0 20px 0;
    min-height: auto;
    width: 100%;
}
.vagas .list-vagas .vaga .img-vaga{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1000px;

    float: right;
    height: 120px;
    width: 35%;
}
.vagas .list-vagas .vaga h2{
    float: left;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 5px;
    max-width: 62%;
}
.vagas .list-vagas .vaga span{
    float: left;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    max-width: 62%;
}
.vagas .list-vagas .vaga a{
    float: left;
    font-size: 16px;
    line-height: normal;
    max-width: 62%;
}


.confira-blog-internas{
    background: #DAE1E9;

    padding: 90px 0 100px 0;
}
/*********************** vagas ***************************/




/*********************** vaga ***************************/
.vaga{
    padding: 0 0 60px 0;
}
.vaga span.voltar{
    font-size: 16px;
}
.vaga span.voltar i{
    margin-right: 10px;
}
.vaga .left{
    float: none;
    width: 100%;
}
.vaga .left h1{
    font-size: 32px;
    line-height: normal;
    margin-top: 30px;
    margin-bottom: 20px;
}
.vaga .left ul{

}
.vaga .left ul li{
    font-size: 16px;
    line-height: 150%;
}
.vaga img.img-vaga{
    display: none;
}
.vaga form{
    margin-top: 40px;
}
.vaga form div{
    float: left;

    margin-right: 20px;
    width: 40%;
}
.vaga form div label{
    font-size: 16px;
    margin-bottom: 5px;
}
.vaga form div input[type="text"],
.vaga form div input[type="email"]{
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 0 0 10px;
    height: 50px;
    width: 100%;
}
.vaga form div input[type="text"]::placeholder,
.vaga form div input[type="email"]::placeholder{
    font-size: 16px;
}


.vaga form .div-checkbox{
    margin-right: 0;
    margin-bottom: 15px;
}

.vaga form .div-checkbox1{
    width: 100%;
}
.vaga form .div-checkbox2{
    width: 100%;
}
.vaga form .div-checkbox3{
    width: 100%;
}

.vaga form input[type="checkbox"]{
    
}
.vaga form label.label-radio{
    font-size: 16px;
    line-height: 120%; /* 24px */

    margin-right: 40px;
}
.vaga form img.img-pcd{
    margin: 40px 0 50px 0;
    max-width: 100%;
}
.vaga form input[type="submit"]{
    border-radius: 10px;
    float: left;
    font-size: 16px;
    height: 60px;
    width: 45%;
}
.vaga form button{
    border-radius: 10px;
    float: left;
    font-size: 16px;
    line-height: 60px;
    margin-left: 20px;
    height: 60px;
    width: 45%;
}
.vaga form .compartilhe{
    display: table;
    float: none;
    text-align: center;

    padding-top: 50px;
    margin-right: 0;
    margin: 0 auto;
}
.vaga form .compartilhe h2{
    font-size: 12px;
    line-height: 15px; /* 125% */

    margin-bottom: 15px;
}
.vaga form .compartilhe .link-vaga{
    background: rgba(157, 157, 157, 0.04);
    border-radius: 16px;

    color: rgba(61, 90, 128, 0.50);
    font-family: Public Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;

    line-height: 53px;
    height: 53px;
    width: 100%;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vaga form .compartilhe .link-vaga .url{
    width: 82%;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    margin-right: 0;
    float: left;
}

.vaga form .compartilhe .link-vaga i{
    color: #EE6C4D;
    cursor: pointer;
    margin-left: 0px;
}
.compartilhe-tambem{
    float: none;
    margin-top: 45px;
    margin-right: 0;
    width: 100%;
}
.compartilhe-tambem h3{
    font-size: 18px;
    float: left;
    margin-top: 20px;
    width: 40%;
}
.compartilhe-tambem .itens{
    float: left;
    margin-right: 0;
    width: 60%;
}
.compartilhe-tambem .itens .item{
    float: left;
    margin-right: 0;
    width: 25%;
}
.compartilhe-tambem .itens .item img{
    max-width: 100%;
}
/*********************** vaga ***************************/




/*********************** blog ***************************/
.blog{

}
.blog h1{
    font-size: 32px;
    line-height: 109%; /* 52.812px */
    margin-bottom: 30px;
}
.blog span{
    font-size: 18px;
    line-height: 109%; /* 32.126px */

    margin-bottom: 20px;
}
.blog .filtros{
    margin-bottom: 40px;
}
.blog .filtros .filtro{
    border-radius: 10px;
    float: left;
    font-size: 14px;
    margin: 0 0.1% 5px 0.1%;
    line-height: 45px;
    height: 45px;
    width: 32.6%;
}
.blog .itens{

}
.blog .itens .item{
    border-radius: 10px;
    margin-bottom: 15px;

    float: none;
    padding: 15px 15px 15px 15px;
    height: auto;
    width: 100%;
}

.blog .itens .item .bg-img-blog{
/*    background-image: url(../img/bg-blog.png);*/
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;

    height: 180px;
    width: 100%;
}

.blog .itens .item .img-blog {
    background: url('../img/img-blog.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;

    margin: 0 auto;
    height: 180px;
    width: 100%;
    position: relative;

}

.blog .itens .item h3{
    font-weight: 900;
    line-height: 110%;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.blog .itens .item p{
    font-size: 16px;
    line-height: normal; /* 32px */
    margin-bottom: 10px;
}
.blog .itens .item .a-veja-mais{
    font-size: 16px;
    line-height: normal;
}
/*********************** blog ***************************/



/*********************** post ***************************/
.post{
    padding: 0 0 0 0;
    text-align: center;
}
.post span.voltar{
    font-size: 16px;
}
.post span.voltar i{
    margin-right: 10px;
}

.post h1{
    font-size: 32px;
    line-height: 109%; /* 52.812px */
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.post img{
    margin-bottom: 30px;
    max-width: 100%;
}
.post p{
    font-size: 16px;
    line-height: 130%; /* 25.586px */
    text-align: justify;
}
.post .galeria-post{
    margin: 40px 0;
}
.post .galeria-post .item{
/*    background-size: contain;*/
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}
.post .compartilhe{
    display: table;
    text-align: center;

    margin: 50px auto 0 auto;
}
.post .compartilhe h2{
    color: rgba(61, 90, 128, 0.50);
    text-align: center;
    font-family: Public Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 125% */

    margin-bottom: 15px;
}
.post .compartilhe .link-vaga{
    background: rgba(157, 157, 157, 0.04);
    border-radius: 16px;

    color: rgba(61, 90, 128, 0.50);
    font-family: Public Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;

    margin: 0 auto;
    line-height: 53px;
    height: 53px;
    width: 512px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.post .compartilhe .link-vaga .url{
    width: 455px;
    max-width: 455px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    float: left;
}

.post .compartilhe .link-vaga i{
    color: #EE6C4D;
    cursor: pointer;
    margin-left: 10px;
}
/*********************** post ***************************/


}