/* /.Reset */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
:focus {
  outline: 0;
}
body {
  background: white;
  line-height: 1;
  color: black;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
ul, ol {
  list-style-type: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: """";
}
a, a:hover, a:focus, a:active, a:visited {
  color: inherit;
  text-decoration: none;
}
/* /.Reset */
body {
  font-family: 'Montserrat', sans-serif;
}
/* Basic */
.ativacao {
  float: left;
  width: 100%;
}
.space-5 {
  margin-top: 5px;
}
.space-10 {
  margin-top: 10px;
}
.space-15 {
  margin-top: 15px;
}
.space-20 {
  margin-top: 20px;
}
.space-30 {
  margin-top: 30px;
}
.space-40 {
  margin-top: 40px;
}
.space-60 {
  margin-top: 60px;
}
.nopadding {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 991px) {
  .ativacao-below-992 {
    float: left;
    width: 100%;
  }
  .nopadding-below-992 {
    padding-left: 0;
    padding-right: 0;
  }
  .hidden-below-992 {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .hidden-above-991 {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-below-768 {
    display: none !important;
  }
  .ativacao-below-768 {
    float: left;
    width: 100%;
  }
  .nopadding-below-768 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-above-767 {
    display: none !important;
  }
  .nopadding-above-767 {
    padding-left: 0;
    padding-right: 0;
  }
  .nopadding-left-above-767 {
    padding-left: 0;
  }
  .nopadding-right-above-767 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .hidden-above-991 {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .oculto-abaixo-479 {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .oculto-acima-480 {
    display: none;
  }
	.width-sp {
		width: 80%;
	}
}
@media only screen and (min-width: 480px) {
  .oculto-acima-480 {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .visivel-acima-991 {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visivel-acima-768 {
    display: none !important;
  }
  .visivel-tablet {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .oculto-tablet {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .visivel-entre-480-767 {
    display: block !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 991px) {
  .visivel-entre-480-991 {
    display: block !important;
  }
}
@media only screen and (max-width: 479px) {
  .visivel-entre-480-767 {
    display: none !important;
  }
  .oculto-abaixo-479 {
    display: none !important;
  }
}
@media only screen and (min-width: 480px) {
  .visivel-abaixo-479 {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .visivel-abaixo-767 {
    display: none;
  }
  .visivel-entre-480-767 {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .visivel-tablet {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  .full-width-abaixo-670 {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .visivel-acima-480 {
    display: none !important;
  }
  .full-width-abaixo-479 {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  .visivel-abaixo-479 {
    display: none;
  }
}
/* /.Basic */
/* Tipografia */
h2, h3, p {
  float: left;
  width: 100%;
  line-height: 1.2;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #0062ab;
}
p {
  margin-bottom: 15px;
}
@media only screen and (max-width: 800px) {
  p {
    font-size: 110%
  }
		.tarja-footer p {
		font-size: 0.9em;
}
  h2 {
    font-size: 120%
  }
  h3 {
    font-size: 160%
  }
}
@media only screen and (max-width: 400px) {
  h2 {
    font-size: 120%
  }
  h3 {
    font-size: 160%
  }
}
@media only screen and (min-width: 801px) and (max-width: 1099px) {
  p {
    font-size: 100%
  }
		.tarja-footer p {
		font-size: 0.9em;
}
  h2 {
    font-size: 130%
  }
  h3 {
    font-size: 160%
  }
}
@media only screen and (min-width: 1100px) {
  p {
    font-size: 100%
  }
	.tarja-footer p {
		font-size: 0.9em;
}
  h2 {
    font-size: 130%
  }
  h3 {
    font-size: 160%
  }
}
@media only screen and (min-width: 1400px) {
  p {
    font-size: 110%
  }
		.tarja-footer p {
		font-size: 1em;
}
  h2 {
    font-size: 140%
  }
  h3 {
    font-size: 160%
  }
}
/* /.Tipografia */
/* Tarja Header */
@media only screen and (max-width: 991px) {
  .tarja-header {
    display: none;
  }
  .tarja-sub-header {
    float: left;
    width: 100%;
    background-color: #00b9f1;
    padding-bottom: 5px;
    padding-top: 8px;
    color: #FFFFFF;
  }
}
@media only screen and (min-width: 992px) {
  .tarja-header {
    float: left;
    width: 100%;
    background-color: #00b9f1;
    padding-bottom: 5px;
    padding-top: 8px;
    color: #FFFFFF;
  }
  .tarja-sub-header {
    display: none;
  }
}
.gri-sub-header {
  float: left;
}
@media only screen and (max-width: 991px) {
  .gri-sub-header {
    width: 50%;
    padding: 10px 45px 20px 45px;
  }
  .text-sub-header {
    font-size: 110%;
    text-align: right;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .gri-sub-header {
    width: 100%;
    text-align: center;
    display: flex;
  }
  .gri-sub-header-text {
    padding-bottom: 10px;
  }
  .text-sub-header {
    font-size: 110%;
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  .gri-sub-header {
    width: 100%;
    padding: 20px 15px;
  }
  .gri-sub-header-text {
    padding: 10px 15px 0 15px;
  }
}
@media only screen and (max-width: 320px) {
  .gri-sub-header {
    width: 100%;
    padding: 15px 15px;
  }
}
.btn-exames {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #FFFFFF;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #00b9f1;
  border-radius: 50px;
  margin-left: 15px;
  border: solid 1px #FFFFFF;
}
@media (max-width: 991px) {
  .btn-exames-subheader {
    float: left;
    font-size: 120%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .btn-exames-subheader {
    float: left;
    margin: auto;
  }
}
@media (max-width: 320px) {
  .btn-exames-subheader {
    float: left;
  }
}
/* /.Tarja Header */
/* Navbar */
.navbar {
  margin-bottom: 0;
  border-radius: 0;
}
.navbar-brand {
  height: auto;
}
.navbar-header {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 549px) {
  .logo-a {
    display: none;
    margin-bottom: 10px;
  }
  .logo-b {
    margin-bottom: 10px;
  }
  .navbar-header {
    padding-bottom: 0;
  }
}
@media (max-width: 350px) {
  .logo-b-img {
    width: 140px;
  }
}
@media (min-width: 550px) and (max-width: 991px) {
  .logo-b {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .logo-a {
    display: none;
  }
  .logo-b {
    margin-bottom: 15px;
  }
  .navbar-header {
    padding-bottom: 0;
  }
}
@media (min-width: 1251px) {
  .logo-b {
    display: none;
  }
}
.clear-navbar-brand {
  padding-bottom: 0;
  padding-top: 0;
}
.navbar-inverse {
  background-color: #FFFFFF;
  border: 1px solid #dbdbdb;
}
@media (min-width: 768px) {
  .navbar-right {
    margin-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
	.navbar-header, .navbar-brand {
    width: 180px;
}
}
@media (min-width: 1300px) {
  .navbar-right {
    margin-top: 45px;
  }
}
.navbar-nav > li {
  text-transform: uppercase;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
}
.navbar-inverse .navbar-nav > li > a {
  color: #0062ab;
  font-weight: 700;
}
@media (max-width: 991px) {
.navbar-nav > li {
	border-bottom: 1px solid #dbdbdb;
	padding: 5px 0;
}
	.navbar-inverse .navbar-nav > li > a {
	font-size: 19px;
}
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #0062ab;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #0062ab;
  background-color: transparent;
}
@media (min-width: 992px) {
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    float: right !important;
  }
}
/* Custom Breakpoint */
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	  font-size: 19px;
  }
  .nav > li > a {
    padding: 7px 0;
  }
  .navbar-collapse {
    padding-left: 0;
  }
}
/* Custom Breakpoint */
@media (min-width: 992px) {
  .nav > li > a {
    padding: 10px 5px;
    font-size: 110%;
  }
}
/* Toggle btn */
.navbar-toggle .icon-bar {
  width: 30px;
  height: 3px;
  border-radius: 0;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #0062ab;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-toggle {
  margin-right: 5px;
}
.navbar-toggle {
  margin-top: 30px;
  /*Com busca ativa
    margin-right: 0;*/
  margin-right: 15px;
  margin-bottom: 8px;
  padding-bottom: 0;
}
/* /.Toggle btn */
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #0062ab;
    font-weight: 600;
	border-bottom: 1px solid #dbdbdb;
	padding: 5px 10px;
  }
}
@media (min-width: 992px) {
  .dropdown-menu {
    background-color: #0062ab;
    color: #FFFFFF;
  }
  .dropdown-menu > li > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active, .dropdown-menu > li > a:visited {
    background-color: #0062ab;
    color: #FFFFFF;
    font-weight: 600;
	  font-size: 110%;
  }
}
@media (max-width: 450px) {
  .navbar-brand > img {
    width: 200px !important;
  }
  .navbar-toggle {
    margin-top: 20px;
  }
}

@media (max-width: 1250px) {
.navbar-brand>img {
    width: 240px;
}
}
@media (min-width: 992px) and (max-width: 1099px) {
  .nav > li > a {
    padding: 10px 5px;
    font-size: 85%;
  }
	.navbar-brand>img {
    width: 210px;
}
}
@media (min-width: 1100px) and (max-width: 1250px) {
  .nav > li > a {
    padding: 10px 5px;
    font-size: 100%;
  }
}
/* /.Navbar */
/* Conteúdo Home*/
.wrap-noticia-home {
  padding-top: 40px;
}
.wrap-contrato-transparencia {
  padding-top: 20px;
}
.wrap-transparencia-altura {
	min-height: auto !important;
}
@media (min-width: 992px) {
  .wrap-noticia-home {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrap-contrato-transparencia {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .img-noticia-home {
    height: 280px;
  }
  .img-contrato-transparencia {
    height: 140px;
  }
}
@media (max-width: 479px) {
  .img-noticia-home {
    height: 180px;
  }
  .img-contrato-transparencia {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .img-noticia-home {
    height: 250px;
  }
  .img-contrato-transparencia {
    height: 160px;
  }
}
@media (min-width: 991px) {
  .img-noticia-home {
    height: 180px;
  }
  .img-contrato-transparencia {
    height: 130px;
  }
}
@media (min-width: 1200px) {
  .img-noticia-home {
    height: 250px;
  }
  .img-contrato-transparencia {
    height: 130px;
  }
}
.titulo-home {
  margin-top: 20px;
  color: #0062ab;
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-noticia-home {
    height: 220px;
  }
  .img-contrato-transparencia {
    height: 140px;
  }
  .titulo-home {
    margin-top: 0;
  }
  .ajuste-texto-home {
    margin-left: 30px;
  }
}
.btn-ibsaude {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #FFFFFF !important;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #d67400 !important;
  border-radius: 4px;
  margin-top: 20px;
  text-align: center;
  float: left;
  border: none;
}
.btn-video {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #FFFFFF !important;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 60px;
  padding-right: 60px;
  background-color: #cc0000 !important;
  border-radius: 50px;
  margin-top: 20px;
  text-align: center;
  float: left;
  border: none;
}
@media (min-width: 480px) {
  .btn-ibsaude, .btn-video {
    width: auto;
  }
}
@media (max-width: 350px) {
  .btn-ibsaude, .btn-video {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
  }
}
.reset-busca-btn {
  border: none;
  margin: 0;
  background-color: transparent !important;
  line-height: 1.8;
  margin-left: 5px;
  outline: none !important;
  color: rgba(255, 255, 255, 0.80);
  font-size: 120%;
}
.position-busca-btn {
  float: right;
  margin-left: 30px;
  margin-top: -45px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .position-busca-btn {
    line-height: 2.2;
    margin-left: 0;
    margin-top: 43px;
    margin-bottom: 0;
    margin-right: 15px;
    font-size: 140%;
  }
}
.search-main {
  border-radius: 0;
  border: none;
  border-color: transparent;
  box-shadow: none;
  background-color: #ededec;
  font-size: 24px;
  padding: 15px 30px;
  font-weight: 700;
}
.search-main-btn {
  border-radius: 0;
  border: none;
  border-color: transparent;
  box-shadow: none;
  font-size: 24px;
  padding: 15px 30px;
  outline: none;
}
@media (max-width: 767px) {
  .wrap-search-main {
    margin-left: 15px;
  }
  .wrap-search-main-btn {
    margin-right: 83px;
  }
  .search-main {
    font-size: 20px;
    padding: 10px 20px;
  }
  .search-main-btn {
    font-size: 20px;
    padding: 10px 20px;
  }
  .close-search {
    width: 20px;
  }
}
/* /.Conteúdo Home*/
/* Páginas internas */
.wrap-destaque {
  width: 100%;
  background-color: #e1e1e1;
  padding-bottom: 40px;
  padding-top: 40px;
}
.ajusta-wrap-destaque {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .wrap-destaque {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ajusta-wrap-destaque {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 599px) {
  .wrap-destaque {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .wrap-destaque {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.heading {
  float: left;
  color: #b4b4b4;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 8px;
  text-transform: uppercase;
  line-height: 1;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .heading {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1400px) {
  .heading {
    font-size: 32px;
  }
}
.heading-internas {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .heading-internas {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .heading-internas {
    font-size: 24px;
  }
}
.wrap-noticias {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
	min-height: 300px;
}
.wrap-noticias p {
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .wrap-noticias p {
    font-size: 90%
  }
}
@media only screen and (min-width: 1400px) {
  .wrap-noticias p {
    font-size: 100%
  }
}
.wrap-noticia {
  float: left;
  width: 100%;
  padding-bottom: 60px;
}
.imagem_destaque_secundario {
  float: left;
}
.resumo-destaque-secundario {
  float: none;
}
@media only screen and (max-width: 767px) {
  .wrap-noticias {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 599px) {
  .wrap-noticias {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .imagem_destaque_secundario {
    width: 100%;
    display: block;
  }
  .resumo-destaque-secundario {
    margin-left: 0;
    padding-top: 15px;
    float: left;
  }
}
@media only screen and (max-width: 400px) {
  .wrap-noticias {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#links-conteudo a {
  color: #00b9f1 !important;
  font-weight: 500;
}
#links-conteudo a:hover {
  color: #00b9f1 !important;
}
.data {
  font-family: inherit;
  font-weight: 900;
  font-size: 12px;
  color: inherit;
  margin-bottom: 0;
}
.corpo_do_texto {
  font-family: inherit;
  font-weight: 400;
  font-size: 22px;
  color: #2b3e10;
  margin: 0;
  width: 100%;
  line-height: normal;
}
.text {
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  color: #2b3e10;
  margin: 0;
  width: 100%;
  line-height: normal;
  float: left;
}
@media only screen and (max-width: 991px) {
  .resumo_destaque {
    margin-top: 15px !important;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .titulo {
    font-size: 22px;
  }
  .titulo_secundario {
    font-size: 24px;
  }
  .titulo_secundario-internas {
    padding-bottom: 0;
    float: left;
    color: #0062ab;
    font-weight: 800;
    margin-bottom: 0;
    width: 100%;
  }
  .data {
    font-size: 12px;
  }
  .corpo_do_texto {
    font-size: 18px;
  }
  .text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 991px) {
  .titulo {
    font-size: 26px;
  }
  .corpo_do_texto {
    font-size: 20px;
  }
  .data {
    font-size: 12px;
  }
}
.pagination {
  font-style: normal !important;
  font-family: 'Roboto', sans-serif !important;
  color: #2b3e10 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  border: 2px solid #2b3e10 !important;
}
@media screen and (min-width: 501px) {
  .img-conteudo-2018 {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 0 !important;
  }
}
.titulo_secundario-internas {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
  color: #0062ab;
}
.linha-de-apoio-2018 {
  color: inherit;
  line-height: normal;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .titulo_secundario-internas {
    font-size: 30px
  }
  .linha-de-apoio-2018 {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .titulo_secundario-internas {
    font-size: 28px
  }
}
@media screen and (min-width: 768px) {
  .titulo_secundario-internas {
    font-size: 28px
  }
  .linha-de-apoio-2018 {
    font-size: 18px;
  }
}
.credito {
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  margin-top: 10px;
}
.credito-texto-2018 {
  float: left;
  font-family: inherit;
  font-style: normal;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}
/* /.Páginas internas */
/* Footer
______________________________________________________________*/
footer {
  margin: 0;
  background: #0062ab;
  min-height: 100px;
  color: rgba(255, 255, 255, 0.5);
  float: left;
  width: 100%;
}
#footer a {
  color: rgba(255, 255, 255, 0.5);
}
#footer a:hover {
  color: #FFFFFF;
}
@media screen and (min-width: 650px) {
  .item-endereco {
    height: 100px
  }
}
@media screen and (max-width: 991px) {
  .footer-nav {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media screen and (min-width: 992px) {
  .footer-nav {
    margin-left: -9px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .footer-nav > li > a {
    padding: 10px 9px;
    font-size: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .footer-nav > li > a {
    font-size: 85%;
  }
}
.footer-nav > li > a, .footer-nav > li > a:hover, .footer-nav > li > a:focus {
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.5) !important;
}
.footer-nav > li {
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 400;
}
.tarja-footer {
  background: #124870;
  min-height: 50px;
  padding-bottom: 30px;
  padding-top: 30px;
  margin: 0 0 20px 0;
}
/* Telefone */
.telefone {
  font-weight: 900;
  float: right;
  margin-right: 20px;
  margin-top: 7px;
}
/* /.Telefone */
/* Onde estamos */
.onde-estamos-footer {
  font-weight: 900;
  text-align: left;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .onde-estamos-footer {
    text-align: left;
  }
}
.envolve-redes-sociais {
  float: right;
  font-size: 24px;
}
.endereco-footer {
  font-weight: 300;
  margin: 5px 0 3px 0;
}

@media (max-width: 767px) {
  .envolve-redes-sociais {
    float: left;
    margin-top: 30px
  }
}
.neows {
  float: right;
}
@media (max-width: 767px) {
  .neows {
    float: none;
    margin-top: 30px;
  }
}
/* /.Footer
______________________________________________________________*/
/* Exames
______________________________________________________________*/
.exames {
  padding-top: 40px;
  padding-bottom: 40px;
  float: left;
}
.exames .label-exames {
  text-align: left;
  line-height: 2.5;
  float: left;
}
@media (min-width: 768px) {
  .exames .label-exames {
    padding-right: 0 !important
  }
  .exames .item-exames {
    margin-bottom: 10px !important;
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .exames .label-exames {
    line-height: 1;
    margin-left: 0;
    padding-bottom: 8px;
  }
}
.close-exames {
  font-size: 40px !important;
  line-height: 0.7 !important;
  color: #fff !important;
  background-color: #006c9b !important;
  margin-right: 10px !important;
  opacity: 1 !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  padding-top: 12px !important;
  padding-bottom: 5px !important;
  font-weight: 300 !important;
  margin-top: -15px !important;
}
.baixar-resultados-title {
  font-size: 24px;
  font-family: 'encode_sansbold', sans-serif;
  color: #006c9b;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.baixar-resultados {
  font-size: 17px !important;
  color: #FFFFFF !important;
  background-color: #0098db;
  padding: 5px 20px 7px 20px;
  margin-bottom: 15px;
  margin-top: 15px;
  margin-left: 0;
}
.resultados-info {
  font-size: 16px;
  width: 100%;
}
@media (max-width: 767px) {
  .baixar-resultados-title {
    margin-top: 20px;
  }
  .resultados-info {
    font-size: 13px;
  }
}
@media (max-width: 460px) {
  .baixar-resultados {
    display: block;
    font-size: 16px !important;
    padding: 5px 10px 5px 10px;
  }
  .baixar-resultados-title {
    font-size: 20px;
    line-height: 1;
  }
  .baixar-resultados {
    margin-bottom: 0;
    margin-top: 0;
  }
}
/* /.Exames
______________________________________________________________*/
@media (max-width: 990px) {
  .carousel {
    float: left;
  }
}
/* Diretoria
______________________________________________________________*/
.wrap-diretoria {
  background-color: #c7e0fc;
  float: left;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
}
.membros {
  background-color: #e3e3e3;
}
.consultores {
  background-color: #d6d4d4;
}
.img-center {
  margin: 0 auto;
}
.rounded-circle {
  border-radius: 50% !important;
}
.separate-director {
  padding-top: 20px;
  padding-bottom: 20px;
}
.height-director {
  min-height: 330px;
}
.itens-ib {
  float: left;
  width: 100%;
}
.itens-ib p {
  margin-bottom: 0;
}
.itens-ib h4 {
  font-weight: 800;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 5px;
}
/* /.Diretoria
______________________________________________________________*/
/* Parallax
______________________________________________________________*/
.parallax .bgimg-1, .parallax .bgimg-2, .parallax .bgimg-3, .parallax .bgimg-4, .parallax .bgimg-5, .parallax .bgimg-6, .parallax .bgimg-7, .parallax .bgimg-8, .parallax .bgimg-9, .parallax .bgimg-11, .parallax .bgimg-12 {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  display: flex;
}
.parallax .bgimg-1 {
  background-image: url(/../img/upa-scharlau-sao-leopoldo.jpg);
  min-height: 100%;
}
.parallax .bgimg-2 {
  background-image: url(/../img/hospital-municipal-sao-jose-do-norte.jpg);
  min-height: 100%;
}
.parallax .bgimg-3 {
  background-image: url(/../img/hospital-sao-jose-dois-irmaos.jpg);
  min-height: 100%;
}
.parallax .bgimg-4 {
  background-image: url(/../img/hospital-da-visao.jpg);
  min-height: 100%;
}
.parallax .bgimg-5 {
  background-image: url(/../img/pronto-atendimento-tapes.jpg);
  min-height: 100%;
}
.parallax .bgimg-6 {
  background-image: url(/../img/samu-sao-francisco-de-paula.jpg);
  min-height: 100%;
}
.parallax .bgimg-7 {
  background-image: url(/../img/caps-porto-alegre.jpg);
  min-height: 100%;
}
.parallax .bgimg-8 {
  background-image: url(/../img/caps-protasio.jpg);
  min-height: 100%;
}
.parallax .bgimg-9 {
  background-image: url("/../img/upa-guajuviras-canoas.jpg");
  min-height: 100%;
}
.parallax .bgimg-11 {
  background-image: url("/../img/upa-areal-pelotas.jpg");
  min-height: 100%;
}
.parallax .bgimg-12 {
  background-image: url("/../img/upa-airton-varela.jpg");
  min-height: 100%;
}
@media only screen and (max-device-width: 479px) {
  .parallax .bgimg-1, .parallax .bgimg-2, .parallax .bgimg-3, .parallax .bgimg-4, .parallax .bgimg-5, .parallax .bgimg-6, .parallax .bgimg-7, .parallax .bgimg-8, .parallax .bgimg-9, .parallax .bgimg-11, .parallax .bgimg-12 {
    height: 400px;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 1023px) {
  .parallax .bgimg-1, .parallax .bgimg-2, .parallax .bgimg-3, .parallax .bgimg-4, .parallax .bgimg-5, .parallax .bgimg-6, .parallax .bgimg-7, .parallax .bgimg-8, .parallax .bgimg-9, .parallax .bgimg-11, .parallax .bgimg-12 {
    height: 500px;
  }
}
@media only screen and (min-device-width: 1024px) {
  .parallax .bgimg-1, .parallax .bgimg-2, .parallax .bgimg-3, .parallax .bgimg-4, .parallax .bgimg-5, .parallax .bgimg-6, .parallax .bgimg-7, .parallax .bgimg-8, .parallax .bgimg-9, .parallax .bgimg-11, .parallax .bgimg-12 {
    height: 600px;
  }
}
@media only screen and (min-device-width: 1600px) {
  .parallax .bgimg-1, .parallax .bgimg-2, .parallax .bgimg-3, .parallax .bgimg-4, .parallax .bgimg-5, .parallax .bgimg-6, .parallax .bgimg-7, .parallax .bgimg-8, .parallax .bgimg-9, .parallax .bgimg-11, .parallax .bgimg-12 {
    height: 650px;
  }
}
.parallax .caption {
  position: relative;
  left: 0;
  top: 50%;
  width: auto;
  text-align: center;
  color: #000;
  margin: 0 auto;
}
.caption p.border {
  background-color: rgba(0, 147, 214, 0.80);
  color: #fff;
  padding: 18px 40px 18px 40px;
  font-size: 34px;
  font-weight: 900;
  opacity: 1 !important;
}
.parallax .localidade {
  font-size: 22px;
  font-weight: 400;
}
@media only screen and (max-device-width: 767px) {
  .caption p.border {
    font-size: 26px;
    padding: 12px 30px 12px 30px;
    width: 90%;
    margin: 0 auto;
  }
  .parallax .caption {
    position: absolute;
    display: flex;
    width: 100%;
  }
  .parallax .localidade {
    font-size: 18px;
  }
}
@media only screen and (max-device-width: 479px) {
  .caption p.border {
    font-size: 22px;
    padding: 8px 25px 8px 25px;
  }
  .parallax .localidade {
    font-size: 16px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .caption p.border {
    font-size: 28px;
  }
}
.parallax h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}
/* Turn off parallax scrolling for tablets and phones */
/*@media only screen and (max-device-width: 767px) {
    .parallax .bgimg-1, .parallax .bgimg-2, .parallax .bgimg-3 {
        background-attachment: scroll;
    }
}*/
/* /.Parallax
______________________________________________________________*/
/* Galeria Unidade
______________________________________________________________*/
@media only screen and (max-device-width: 500px) {
  .galeria-unidade-img {
    width: 90%
  }
}
/* /.Galeria Unidade
______________________________________________________________*/
/* Unidades
______________________________________________________________*/
.item-unidade {
  border-bottom: 1px solid #bfc5b7;
  padding-bottom: 25px;
  padding-top: 25px;
}
.links-lista p {
  line-height: 1.2;
}
.links-lista .final {
  margin-bottom: 0;
}
/* Mapa
====================================================*/
.map {
  height: 400px;
}
@media (max-width: 767px) {
  .map {
    height: 300px;
  }
}
/* /.Mapa
====================================================*/
/* /.Unidades
______________________________________________________________*/
/* Banner
______________________________________________________________*/
.carousel-text, .carousel-text-bold {
  font-family: 'Montserrat', sans-serif !important;
  font-style: italic !important;
  line-height: 1;
}
.carousel-text {
  font-weight: 500 !important;
}
.carousel-text-bold {
  font-weight: 800 !important;
}
.btn-carousel {
  background: #D67400 !important;
  margin-top: 0 !important;
}
@media only screen and (max-device-width: 767px) {
  .carousel-text {
    font-size: 24px;
  }
  .carousel-text-bold {
    font-size: 34px;
  }
  .carousel-caption {
    left: 10%;
    right: 10%;
    bottom: 70%;
  }
}
@media only screen and (max-device-width: 479px) {
  .carousel-text {
    font-size: 20px;
  }
  .carousel-text-bold {
    font-size: 28px;
  }
  .carousel-caption {
    bottom: 60%;
  }
}
@media only screen and (max-device-width: 370px) {
  .carousel-text {
    font-size: 16px;
  }
  .carousel-text-bold {
    font-size: 24px;
  }
  .carousel-caption {
    bottom: 60%;
  }
  .btn-carousel {
    font-size: 16px;
  }
}
@media only screen and (max-device-width: 340px) {
  .carousel-caption {
    bottom: 50%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .carousel-text {
    font-size: 38px;
  }
  .carousel-text-bold {
    font-size: 44px;
  }
  .carousel-caption {
    left: 10%;
    right: 10%;
    bottom: 70%;
  }
}
@media only screen and (min-device-width: 992px) {
  .carousel-text {
    font-size: 28px;
  }
  .carousel-text-bold {
    font-size: 34px;
  }
  .carousel-caption {
    left: 0;
    bottom: 30%;
  }
}
@media only screen and (min-device-width: 1200px) {
  .carousel-text {
    font-size: 32px;
  }
  .carousel-text-bold {
    font-size: 38px;
  }
}
@media only screen and (min-device-width: 1200px) {
  .carousel-text {
    font-size: 40px;
  }
  .carousel-text-bold {
    font-size: 46px;
  }
}
/* /.Banner
______________________________________________________________*/
/* Formulários
______________________________________________________________*/
.form-control {
  border: 3px solid #cfcfcf;
  height: 50px;
}
.control-label {
  font-size: 12px;
  padding: 0;
  margin: 0;
  padding-bottom: 3px;
  margin-top: 30px;
  color: #0062ab;
  font-weight: 700;
  text-transform: uppercase;
}
.form-ib .btn, .form-ib .btn a, .form-ib .btn a:hover, .form-ib .btn a:focus, .form-ib .btn a:active, .form-ib .btn a:visited {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 2.4;
  background-color: #fff;
  background-image: none;
  border: 3px solid #cfcfcf;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  text-transform: uppercase;
  color: #cbcbcb;
  text-align: left;
  font-weight: 700;
  outline: none;
}
.form-ib .arrow {
  float: right;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.7;
}
.form-ib .btn-primary.active, .form-ib .btn-primary:active, .form-ib .open > .dropdown-toggle.btn-primary {
  color: #FFFFFF !important;
  background-color: #cfcfcf;
  border: none;
  outline: none;
}
.form-ib .dropdown-menu {
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
}
.form-ib .dropdown-menu {
  background-color: #00b9f1 !important;
  border: none;
  color: #FFFFFF;
}
.form-ib .dropdown-menu > li {
  padding: 8px;
  line-height: 1.8;
}
.form-ib .dropdown-menu > li > a {
  font-weight: 700;
  text-transform: uppercase;
  background-color: #00b9f1 !important;
  padding-top: 7px;
  color: #FFFFFF !important;
  max-width: 100%;
}
/*Barra de rolagem no dropdown*/
.scrollable-menu {
  height: auto;
  max-height: 400px;
  overflow-x: hidden;
}
.form-ib .checkbox-inline, .form-ib .radio-inline {
  font-size: 15px;
  padding-bottom: 3px;
  color: #a9a8a8;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.4;
}
.wrap-ratio {
  padding-top: 5px;
  ;
}
/*Custom Placeholder*/
.form-control::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #cbcbcb;
  font-weight: 700;
} /* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
  text-transform: uppercase;
  color: #cbcbcb;
  text-align: left;
  font-weight: 700;
} /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
  text-transform: uppercase;
  color: #cbcbcb;
  font-weight: 700;
} /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  text-transform: uppercase;
  color: #cbcbcb;
  font-weight: 700;
} /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
  text-transform: uppercase;
  color: #cbcbcb;
  font-weight: 700;
} /* Microsoft Edge */
/* Custom upload button */
.form-ib .glyphicon {
  margin-right: 5px !important;
}
.form-ib .btn-danger.active, .form-ib .btn-danger:active, .form-ib .open > .dropdown-toggle.btn-danger {
  color: #FFFFFF !important;
  background-color: #cfcfcf;
  border: none;
  outline: none;
}
.form-ib span {
  color: #00b9f1;
  font-weight: 400;
}
@media only screen and (min-device-width: 992px) {
  #modal-recrutamento .modal-dialog {
    width: 70%;
  }
}
#modal-recrutamento p, #modal-recrutamento H2 {
  float: none;
  line-height: 1.4;
}
#modal-recrutamento .modal-body {
  padding: 5% 10% 10% 10%;
}
/* /.Formulários
______________________________________________________________*/
/* Organogramas
______________________________________________________________*/
/*Organograma Smartphone*/
@media only screen and (min-device-width: 480px) {
  .organograma-smartphone {
    display: none;
  }
}
/*Organograma Tablet*/
@media only screen and (max-device-width: 479px) {
  .organograma-tablet {
    display: none;
  }
}
@media only screen and (min-device-width: 992px) {
  .organograma-tablet {
    display: none;
  }
}
/*Organograma desktop*/
@media only screen and (max-device-width: 991px) {
  .organograma-desktop {
    display: none;
  }
}
@media only screen and (min-device-width: 1600px) {
  .organograma-desktop {
    display: none;
  }
}
/*Organograma desktop-full-hd*/
@media only screen and (max-device-width: 1599px) {
  .organograma-desktop-full-hd {
    display: none;
  }
}
/* Modal */
.modal-body h2, .modal-body p {
  float: none;
}
.modal-body h2 {
  font-size: 22px;
  color: #00b9f1;
  text-transform: uppercase;
}
.modal-body .c-suite {
  font-style: italic;
  text-transform: uppercase;
}
/* Modal */
.box-bio {
  border-width: 8px;
  border-color: #e7e7e7;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  border-style: solid;
  background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(2, 97, 140) 0%, rgb(0, 147, 214) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(2, 97, 140) 0%, rgb(0, 147, 214) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(2, 97, 140) 0%, rgb(0, 147, 214) 100%);
  width: 338px;
  height: 190px;
  padding: 20px 50px 20px 50px;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-device-width: 991px) {
  .visivel-992-1199 {
    display: none;
  }
}
@media only screen and (min-device-width: 1200px) {
  .visivel-992-1199 {
    display: none;
  }
}
@media only screen and (max-device-width: 1199px) {
  .visivel-acima-1199 {
    display: none
  }
}
@media only screen and (max-device-width: 479px) {
  .visivel-480-767 {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) {
  .visivel-480-767 {
    display: none;
  }
}
@media only screen and (max-device-width: 767px) {
  .visivel-acima-767 {
    display: none
  }
}
/* /.Organogramas
______________________________________________________________*/
.panel-default > .panel-heading {
  background-color: #00b9f1;
  border: none;
}
#links-conteudo .panel-default > .panel-heading a {
  color: #fff !important;
}
.resultado-item {
  padding-top: 10px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #bfc5b7;
  margin-bottom: 5px;
}
.panel-default {
  border: none;
  background-color: #eeeeee;
}
.icon-youtube2:before {
  content: "\ea9e";
}
/* Diretrizes e Normas de Seleção */
.normas span {
  font-weight: 700;
}
/* Diretrizes e Normas de Seleção */
@media only screen and (max-device-width: 1199px) {
  .ajuste-atuacao {
    margin-top: -15px;
  }
}
/* Popup
______________________________________________________________*/
.popup-home .modal-header .close {
  color: #fff;
  opacity: 1;
  font-size: 40px;
  font-weight: 500;
}
.popup-home .modal-header {
  border: none;
}
.popup-home .modal-content {
  background: #055086;
  background-size: cover;
}
.popup-home .modal-body img {
  width: 100%
}
@media only screen and (min-width: 768px) {
  .hidden-desktop {
    display: none;
  }
}
/* /.Popup
______________________________________________________________*/
#links-conteudo .form-escalas .dropdown a {
  color: #FFFFFF !important;
  font-weight: 500;
}
#links-conteudo .form-escalas .dropdown {
  margin-top: 10px;
  float: left;
  width: 100%;
}
@media only screen and (min-device-width: 575px) and (max-device-width: 991px) {
  #links-conteudo .form-escalas .dropdown {
    width: 80%;
  }
}
.form-escalas p {
  font-weight: 800;
  margin-bottom: 0;
  color: #0062ab;
}
@media only screen and (max-device-width: 991px) {
  .form-escalas p {
    margin-top: 20px;
  }
}
/* Botão PA
______________________________________________________________*/
.wrap-btn-pa {
  background-color: #006eb1;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-device-width: 991px) {
  .wrap-btn-pa {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.pa-fill {
  background-image: url("../img/btn-pa/pa-dois-irmaos.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  height: 220px;
  width: 100%;
  border: solid 8px #01619c;
}
.wrap-btn-pa .text {
  padding-top: 20px;
  /*padding-bottom: 20px;*/
}
.wrap-btn-pa .text-modal {
  padding-top: 0;
  /*padding-bottom: 20px;*/
}
@media only screen and (min-device-width: 992px) {
  .wrap-btn-pa .text {
    padding-top: 0;
    /*padding-bottom: 20px;*/
  }
  .wrap-btn-pa .text-modal {
    padding-top: 20px;
    /*padding-bottom: 20px;*/
  }
}
.wrap-btn-pa .text h3 {
  color: #00b9f1;
  margin-bottom: 10px;
}
@media only screen and (max-device-width: 991px) {
  .wrap-btn-pa .text {
    text-align: center;
  }
  .wrap-btn-pa .text .wrap-btn {
    text-align: center;
    display: flex;
    width: 100%;
  }
}
.wrap-btn-pa .text p {
  color: #ffffff;
}
.close, .close a, .close a:hover {
  color: #ffffff !important;
  opacity: 1 !important;
  font-size: 36px;
  background: #006eb1 !important;
  margin-bottom: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-shadow: none !important;
}
/* /.Botão PA
______________________________________________________________*/
/* Legenda e crédito
______________________________________________________________*/
.legenda {
  font-size: 13px;
  font-style: italic;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.4;
  margin-top: -5px;
}
.credito-foto {
  text-align: left;
  font-size: 13px;
  margin-top: 2px;
  font-style: italic;
}
/* /.Legenda e crédito
______________________________________________________________*/
/* Pop up live 30 anos Lei Orgânica da Saúde
______________________________________________________________*/
/*.wrap-content {
	background: url("../img/bg-pop-up-live.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}*/
/* /.Pop up live 30 anos Lei Orgânica da Saúde
______________________________________________________________*/
/* Pop up padrão
______________________________________________________________*/
@media only screen and (max-device-width: 767px) {
  .wrap-content {
    background: url("../img/recrutamento-juncao-mb.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
  }
}
@media only screen and (min-device-width: 768px) {
  .wrap-content {
    background: url("../img/recrutamento-juncao.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center top;
  }
}
/* /.Pop up padrão
______________________________________________________________*/
/* Tabelas
______________________________________________________________*/
@media only screen and (max-device-width: 767px) {
  .funcoes td {
    font-size: 14px;
  }
}
.funcoes p {
  margin-bottom: 0
}
/* /.Tabelas
______________________________________________________________*/
/* Banner CAPS Canoas
______________________________________________________________*/
.caps-canoas .carousel-caption {
  text-align: left;
  padding-left: 15%;
  left: 0;
  right: 0;
  padding-bottom: 0;
  bottom: 20% !important;
  width: 50%;
}
@media only screen and (max-device-width: 991px) {
  .caps-canoas .carousel-caption {
    padding-left: 30px;
    width: 70%;
    bottom: 15px !important;
  }
}
@media only screen and (max-device-width: 991px) {
  .caps-canoas .carousel-caption {
    bottom: 15% !important;
  }
}
@media only screen and (max-device-width: 479px) {
  .caps-canoas .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    bottom: 25% !important;
  }
}
.caps-canoas .carousel-text {
  font-family: unit-rounded, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 26px !important;
  line-height: 1.2;
}
.caps-canoas .small-text {
  font-size: 32px !important;
}
.caps-canoas .larg-text {
  font-weight: 700 !important;
}
@media only screen and (max-device-width: 1050px) {
  .caps-canoas .small-text {
    font-size: 24px !important
  }
}
@media only screen and (min-device-width: 1250px) {
  .caps-canoas .small-text {
    font-size: 36px !important
  }
}
/* /.Banner CAPS Canoas
______________________________________________________________*/
/* Encerramento de inscrições
______________________________________________________________*/
.encerramento-inscricoes {
  background-color: #0062ab;
  color: #FFFFFF;
  font-size: 20px !important;
  font-weight: 500 !important;
  padding: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.data-encerramento {
  padding-bottom: 5px;
  margin-top: 20px;
  float: left;
}
.conclusao-processo {
  background-color: #f0f0f0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: left;
  padding-top: 15px;
}
/* /.Encerramento de inscrições
______________________________________________________________*/
/* Banner Balanço
______________________________________________________________*/
.bg-balanco {
  background-image: url("../img/lancamento-livro-alceni-guerra/vinicius-medeiros-lancamento-livro-alceni-guerra.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  height: 100%;
}
.balanco-2020 .carousel-text {
  font-family: unit-rounded, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 26px !important;
  line-height: 1.1;
}
.balanco-2020 .small-text {
  font-size: 32px !important;
}
.balanco-2020 .larg-text {
  font-weight: 700 !important;
}
@media only screen and (max-device-width: 991px) {
  .balanco-2020 .small-text {
    font-size: 26px !important;
  }
}
@media only screen and (min-device-width: 1600px) {
  .balanco-2020 .small-text {
    font-size: 40px !important;
  }
}
.balanco-2020 .carousel-caption {
  text-align: left;
  padding-left: 0;
  left: 0;
  right: 0;
  padding-bottom: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
}
@media only screen and (max-device-width: 479px) {
  .altura-mobile-balanco {
    height: 600px
  }
}
@media only screen and (max-device-width: 767px) {
  .bg-balanco {
    height: 50%;
  }
  .balanco-2020 .wrap-text {
    height: 50%;
    padding-top: 40px;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 767px) {
  .balanco-2020 .wrap-text {
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-device-width: 991px) {
  .balanco-2020 .wrap-text {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 15px;
  }
}
@media only screen and (min-device-width: 992px) {
  .balanco-2020 .wrap-text {
    padding-top: 100px;
    padding-left: 80px;
    padding-right: 15px;
  }
}
@media only screen and (min-device-width: 1300px) {
  .balanco-2020 .wrap-text {
    padding-top: 200px;
    padding-left: 80px;
    padding-right: 50px;
  }
}
/* /.Banner Balanço
______________________________________________________________*/
/* Botão Portal do Colaborador
______________________________________________________________*/
.btn-portal-colaborador {
  margin-bottom: 20px;
  margin-top: 10px;
  color: #fff !important;
  background-color: #00b9f1;
  width: fit-content;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border-radius: 50px;
  text-align: center;
}
@media only screen and (max-device-width: 767px) {
  .btn-portal-colaborador {
    margin-left: 15px;
  }
}
@media only screen and (max-device-width: 479px) {
  .btn-portal-colaborador {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* /.Botão Portal do Colaborador
______________________________________________________________*/
.field-validation-error {
  color: #FF0000 !important;
}
.field-validation-error-border {
  border-color: #FF0000 !important;
}


/* Assembleias
______________________________________________________________*/
.assembleias .convocacao p {
	font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
}


/* /.Assembleias
______________________________________________________________*/

/* /.Aceite de Cookies
______________________________________________________________*/

.cookie-consent{
  padding: 20px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #00b9f1;
  z-index: 99999;
}

.cookie-consent__message{
  line-height: 33px;
  color: #FFF;
}

.cookie-consent__message a{
  color: #000 !important;
}

.cookie-consent__agree{
  background-color: #D67400 !important;
  color: #FFF;
  padding: 5px;
  display: inline-block;
}
	.no-border {
		border: none !important;
	}
.text-bn-alo {
	font-size: 1.3em;
}
@media only screen and (min-device-width: 768px) {
	.text-letf-acima-767 {
		text-align: left !important;
	}
		.position-caption {	
    top: 50px;
	}
}
.position-caption {		
    bottom: inherit;
	}

@media only screen and (max-device-width: 767px) {
	.position-caption {	
    top: 40px;
	}
}
.mg-container {
	margin-left: 160px;
}
@media only screen and (max-device-width: 991px) {
	.m-20-text-banner-mb {
		left: 20px !important;
	}
	.mg-container {
	margin-left: 20px;
}
}
	.lg-alo-ib {
		margin-bottom: 10px;
	}
@media only screen and (max-device-width: 400px) {
	.m-20-text-banner-mb {
		left: 20px !important;
	}
	.mg-container {
	margin-left: 0;
}
		.position-caption {	
    top: 20px;
	}
	.lg-alo-ib {
		width: 150px;
	}
	.text-bn-alo {
	font-size: 0.9em !important;
}
	.btn-carousel {
		font-size: 14px;
		width: 80%;
		padding-left: 5px;
    padding-right: 5px;		
    padding-bottom: 10px;
    padding-top: 10px;
	}
}
@media only screen and (max-device-width: 300px) {
	.text-bn-alo {
	font-size: 0.8em !important;
}
}
@media only screen and (min-device-width: 401px) {
		.lg-alo-ib {
		width: 200px;
	}
		.text-bn-alo {
	font-size: 1em;
}
}

@media only screen and (min-device-width: 500px) {
		.lg-alo-ib {
		width: 250px;
	}
		.text-bn-alo {
	font-size: 1.2em;
}
}
@media only screen and (min-device-width: 600px) {
			.text-bn-alo {
	font-size: 1.4em !important;
}
}

@media only screen and (max-device-width: 370px) {
	.position-caption {	
    top: 10px;
	}
		.m-20-text-banner-mb {
		left: 10px !important;
	}
}



  .btn-portal-colaborador {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

.tarja-footer .municipio {
	font-weight: 800;
    float: left;
    width: 100%;
    font-size: 85%;
}
.tarja-footer .unidade {
	font-weight: 800;
	text-transform: uppercase;
}
	.mt-sede-adm {	
		margin-top: 7px;
	}
@media only screen and (min-device-width: 670px) {
	.mt-sede-adm {	
		margin-top: 7px;
	}

}
@media only screen and (max-device-width: 651px) {
	.mt-sede-adm {	
		margin-top: 20px;
	}

}

.custom-carousel {
    position: relative;
    /* Garanta que este contêiner está se estendendo para cobrir a imagem */
}

.custom-carousel-item {
    position: relative; /* Isso é necessário para posicionar absolutamente a legenda dentro do item */
    display: flex; /* Usa Flexbox, mas pode ser omitido se o texto for posicionado absolutamente */
}

.custom-carousel-item img {
    width: 100%;
    height: auto; /* Isso mantém a proporção da imagem */
}

.custom-carousel-caption {
    position: absolute;
    bottom: 20px; /* Ajuste conforme necessário para levantar o texto da base */
    left: 0; /* Inicia a partir da borda esquerda da imagem */
    padding-left: 30px; /* Margem esquerda em telas pequenas */
    width: 40%; /* Se quiser que o texto tenha largura total, ajuste o padding */
    box-sizing: border-box;
    color: #fff;
		bottom: 30%;
    /* Adicione outras propriedades de texto conforme necessário */
}
.custom-carousel-caption p{
		font-size: 160%;
	}

/* Media query para telas maiores que 991px */
@media (min-width: 992px) {
    .custom-carousel-caption {
        padding-left: 60px; /* Margem esquerda maior para telas largas */
    }
}
@media (max-width: 992px) {
    .custom-carousel-caption {
    width: 70%;
		bottom: 50%;
    }
	.custom-carousel-caption p{
		font-size: 180%
	}
}
@media (max-width: 850px) {
    .custom-carousel-caption {
		bottom: 30%;
    }
	.custom-carousel-caption p{
		font-size: 130%;
	}
}
@media (max-width: 479px) {
    .custom-carousel-caption {
    width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		bottom: 30%;
    }
}
@media (max-width: 350px) {
    .custom-carousel-caption {
		bottom: 10%;
    }
	.custom-carousel-caption p{
		font-size: 100%;
	}
}
@media only screen and (min-width: 480px){
	.oculto-acima-480-ok {
    display: none;
}
}

.custom-carousel-button {
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	background-color:#2dabf9;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:16px;
	padding:11px 30px;
	text-decoration:none;
	font-weight: 700;
}
.custom-carousel-button:hover {
	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	background-color:#0688fa;
}
.custom-carousel-button:active {
	position:relative;
	top:1px;
}




