/* stylesheet exclusiva para o módulo de vacinômetro */

h3 {
	font-size: 27px !important;
	font-weight: 600 !important;
	color: #287DB0 !important;
	text-transform: uppercase;
}

.ver-mais {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}

.ver-mais img {
  max-height: 300px;
  width: unset !important;
  margin-right: 15px;
}

.frame-wrapper {
  height: 1700px;
  overflow: hidden;
}

.frame-wrapper iframe {
  height: 1730px;
}

.galeria_secao img {
  width: 100%;
}

.anexos a{
	color: #737373;
	line-height: 30px;
}
.anexos span{
	color: #737373;
}
.anexos .titulo_anexos{
	display: block;
	text-align: center;
	margin: 15px 0;
	color: #919191;
}
.anexos .divdownload{
	width: calc(100% - 115px);
	display: inline-block;
}
.anexos ul {
	background-color: #F5F5F5;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border: 1px solid #EAEAEA;
	margin-top: 30px;
}
.anexos ul li{
	min-height: 60px;
	padding: 15px;
	border-top: 1px solid #EAEAEA;
}
.anexos.downloads{
	margin-bottom: 60px;
}
.anexos.downloads ul li{
	height: auto;
}
.anexos.downloads a.tit_download_anexo{
	font-size: 16px;
}
.anexos svg{
	height: 30px;
	width: 30px;
	color: #D3D6CF;
	display:inline-block;
	vertical-align:middle;
}
.anexos svg:hover{
	color: #83957B;
}

#botao_portal_destaque {
  display: none;
}

@media (max-width: 1199px) {
  .frame-wrapper {
    height: 1290px;
  }

  .frame-wrapper iframe {
    height: 1310px;
  }
}

@media (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
  .frame-wrapper {
    height: 982px;
  }

  .frame-wrapper iframe {
    height: 1010px;
  }
}

@media (max-width: 426px) {
  .frame-wrapper {
    height: 540px;
  }

  .frame-wrapper iframe {
    height: 570px;
  }
}