/* Sobre */
#sobre {
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: #fff;
  text-align: center;
}
#sobre p {
  font-family: 'Gotham Medium', sans-serif;
  font-style: normal;
  font-weight: lighter;
  font-size: 16px;
  text-align: left;
}
h3 b {
  color: #3f94bb;
}
h4 b {
  color: #3f94bb;
}
/* Fim Sobre */


/* Contato */
#contato {
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: #fff;
  text-align: center;  
}
.frase_contato, .frase_contato a {
  text-align: left !important;
  font-family: 'Gotham Light', sans-serif;
  font-style: normal;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 16px;
  color: #666 !important;
}
.titulo_contato {
  background-size: contain; 
  min-height: 110px;
  padding-top: 30px;
  background-position: right;
  background-repeat: no-repeat !important;
}
@media (max-device-width: 1023px) {

  .frase_contato {
    padding: 20px 30px;
  }

.brdl {
  padding: 0px 0px 11px 0px !important;
  max-width: 100%;
  float: left;
}
}


/* Fim Contato */ 

/* Conteudo */

.main {
  background-size: contain;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: justify;
}
.main h1 {
  font-family: 'Gotham Medium';
  font-weight: 300;
  font-size: 50px;
  color: #939498 !important;
  width: inherit !important;
  display: inline;
}
.borderh1 {
  color: 4px solid #3f94bb;
  border: 1px solid #3f94bb;
  background-color: #3f94bb;
  height: 2px;
  width: 200px;
  margin-top: 0px;
  margin-left: -140px;
  padding-left: 140px;

}
.sembg {
  background-image: none;
}
.bread_crumb, .bread_crumb a {
  margin-top: -20px !important;
  background-color: #efefef;
  margin: 0px; 
  font-family: 'Gotham Medium', sans-serif !important;
  color: #999 !important;
  line-height: 46px;
  font-weight: 400;
  text-align: justify;
  font-size: 12px; 
  text-transform: uppercase;
}
.bread_crumb a:hover {
  color: #444 !important;
}
.main p {
  font-family: 'Gotham Light', sans-serif !important;
  color: #444 !important;
  line-height: 23px;
  font-weight: 400;
  text-align: justify;
  font-size: 17px;
}
.main p b, .main p strong {
  font-size: 17px;
  font-weight: 800; 
  color: #3f94bb;
}
.main b {
  font-size: 16px;
  font-weight: 800; 
}
.main td {
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;  
}
.main h5 {
   font-size: 23px;
}
.main h4 {
   font-size: 20px;
}
.formulario h4 {
   font-size: 32px;
   color: #ccc !important;
   font-weight: bold  !important;
}
.main h4 b, .main h4 strong {
   color: #3f94bb !important;
   font-size: 21px;
}
.titulo_interno {
  background-color: #f3f3f3;
  background-position: right;
  background-image: url('../imgs/bgtopo.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 180px;
  margin-bottom: 20px;
  border-bottom: 10px solid #e2e0e0;
}
.titulo_interno h1 {
  padding: 44px 20px 40px 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: left;
  vertical-align: bottom;
  line-height: 160px;
  font-family: 'Gotham Medium', sans-serif;
  font-weight: lighter;
  font-size: 75px !important;
  color: #ccc !important;
}
.noticia  h1 {
  font-size: 35px !important;
}

@media (max-device-width: 1023px) {
  .main {
    background-size: contain;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
  }
  .titulo_interno {
    background-size: cover;
    height: 130px;
    margin-bottom: 20px;
  }
  .titulo_interno h1 {
    padding: 64px 20px 20px 10px;
    letter-spacing: 2px;
    line-height: 26px;
    color: #efefef !important;
    text-shadow:  3px 1px #888;
    font-size: 55px !important;
  }

}

.thumbbig {
  width: 100%;
  height: 200px;
  background-size: cover;
}
.box_noticia {
  border-radius: 10px;
  border: 5px solid #fff;
  padding: 22px;
  background-color: #f5f5f5;
}
.box_noticia h2 {
  font-size: 29px;
  font-family: 'Gotham Bold', sans-serif;
  text-align: left;
}

.box_noticia p {
  font-size: 13px;
  font-family: 'Gotham Medium', sans-serif;
}
.box_noticia span {
  font-size: 10px;
  font-family: 'Gotham Medium', sans-serif;
  text-transform: uppercase;
  color: #999;
}
.bt_sabermais {
  width: 40%;
  font-size: 11px;
  font-family: 'Gotham Light', sans-serif;
  padding: 4px 15px;
  line-height: 23px;
  height: auto !important;
  text-align: center;
  color: #fff;
  background-color: #ccc;
  border-radius: 8px;
  border: 1px solid #fff !important;
}
.bt_sabermais:hover {
  background-color: #539dbf;
}
/* FIM Conteudo */


/* INI Contato SEM FORM Pagina Inicial */
.contato_semform {
  padding-top: 50px;
  padding-bottom: 50px;  
  text-align: center;
  font-weight: normal;
  font-family: 'Gotham Light', sans-serif;
}
.logo_sf {
  max-width: 300px;
}
/* FIM Contato SEM FORM Pagina Inicial */



/* Social */
.titsocial {
  padding: 10px 20px;
  background: #071d34;
  font-family: 'Gotham Medium', sans-serif;
  color: #fff;
  width: 500px;
  text-align: justify;
  font-size: 1.7em;
}
.socialimg {
  min-height: 275px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-bottom: 14px;
}
.socialbox p {
  font-family: 'Gotham Medium', sans-serif;
  color: #555;
  text-align: left;
  font-size: 0.9em;
  padding: 0px 10px;
}
.socialbox {
  padding-top: 15px;
  background-color: #fff;
  border: 3px solid #efefef;
  min-height: 430px;
}
.titsocial_mini {
  position: absolute;
  top: 100%;
  margin-top: -50px;
  padding: 10px 15px;
  background: #071d34;
  font-family: 'Gotham Medium', sans-serif;
  color: #fff;
  width: auto;
  text-align: justify;
  font-size: 0.8em;
}
/* FIM Social */


/* INI Unidades */
.unidades {
  font-family: 'Gotham Light', sans-serif;
  padding: 30px 0px;
  text-align: left !important;
}
.unidades h4 {
  color: #555 !important;
  padding-top: 10px;
  text-align: left !important;
}
.unidades a, .unidades p {
  color: #999 !important;
  font-size: 16px;
  text-align: left !important;
}
.unidade_interna h1 {
  font-family: 'Gotham Bold', sans-serif;
  font-size: 45px;
}
.unidade_interna p {
  color: #999 !important;
  font-size: 18px;
  text-align: left;
}
.unidade_interna img {
  margin-bottom: 10px !important;
}
.unidade_interna * {
  text-align: left;
}
/* FIM Unidades */

/* INI Slider de Notícias */
.gallery {
  margin: 50px 0px;
  height: 290px;
  overflow: visible;
  padding: 30px 0px;
}

.gallery-cell {
  margin: 25px 0px;
  width: 33%;
  margin-right: 10px;
  counter-increment: gallery-cell;
  border: 10px solid #fff !important;
}

.gallery-cell * {
  height: 230px;
  border: 0px solid #333;
  text-transform: uppercase;
}
.fr {
  float: right !important;
}
.fl {
  float: left !important;
}
.gallery-cell a, .gallery-cell a h3 {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold !important;
  text-align: left;
  font-family: 'Gotham Medium', sans-serif;
  font-size: 17px !important;
}
.gallery-cell.is-selected a, .gallery-cell.is-selected a h3 {
  margin-top: 10px;
  font-size: 22px !important;
}
/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 17px !important;
  color: white;
}
.gallery-cell.is-selected {
  z-index: 900;
  width: 43%;
  margin-left: -5%;
  height: 100% !important;
  margin-top: -24px;
  box-shadow: 0px 0px 10px #ccc;
}
.gallery-cell.is-selected .imgfase1, .gallery-cell.is-selected .titfase1 {
  height: 100% !important; 
}
@media (max-device-width: 1023px) {
  .gallery-cell {
    margin: 25px 0px;
    width: 100%;
  }
  .gallery-cell.is-selected {
    width: 100%;
    margin-left: 0%;
  }
}
.gallery-cell.is-selected:before {
  display: block;
  text-align: center;
  line-height: 250px;
  margin-left: -10%;
  font-size: 50px !important;
  color: white;
}
.imgfase1, .gallery-cell .row {
  background-size: cover;
  position: relative;
  height: 110%;
}
.titfase1 {
  padding: 20px;
  background-color: #949599;
  overflow: hidden;
}
.titfase1:hover {
  background-color: #7f8084;
}

.gallery-cell.is-selected .imgfase1, .gallery-cell.is-selected .titfase1 {
  height: 100$ !important; 
  background-color: #4093bb !important;
}
.gallery-cell.is-selected .titfase1:hover {
  height: 100% !important; 
  background-color: #17719c !important;
}
/* FIM Slider de Notícias */


/* INI Vídeos */
.videombl_thumb {
  min-height: 150px;
  background-size: cover !important;
}
.bgvideos {
  background: url('../imgs/bgvideos.png');
  background-size: contain !important;
  min-height: 554px;
  background-repeat: no-repeat;
  width: 100% !important;
  margin: 0px;
  padding: 0px;
  margin-top: -98px !important;
}

@media (max-device-width: 1480px) {
  .bgvideos {
    min-height: 554px;
    margin-top: -133px !important;
  }
}

@media (max-device-width: 1023px) {
  .bgvideos {
    min-height: 154px;
    margin-top: -58px !important;
  }
}
.box_video {
  min-height: 260px;
  max-height: 260px;
}
.descvideo {
  height: 150px;
  overflow: hidden;
  width: 100%;
}
.box_video  {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  transition: transform .2s; /* Animation */
  cursor: pointer;
  background-color: transparent !important;
}
.box_video:hover {
  z-index: 999999999 !important;
  transform: scale(1.06);
}
.box_video:hover .descvideo .titvideo {
  display: none;
}
.box_video:hover .descvideo h3 {
  display: inline-block;
}
.descvideo {
  position: relative;
  overflow: visible;
  top: 66px;
  left: 0px;
  padding: 0px 10px;
  text-align: justify;
  display: inline-block;
}

.descvideo h3 {
  display: none;
  color: #555;
  font-size: 18px;
  font-family: 'Gotham Medium', sans-serif;
  text-transform: uppercase;
}
.descvideo p {
  display: none;
  color: #555;
  font-size: 13px;
  font-family: 'Gotham Medium', sans-serif;
  text-transform: uppercase;
}
/* FIM Vídeos */


/* INI Mapa */
.mapafooter {
  border-top: 7px solid #3f94bb !important;
}
.mapafooter_endereco {
  background-color: #939598;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Gotham Light', sans-serif;
}
/* FIM Mapa */


/* INI Convênios */ 
.convenios .img-fluid {
  max-height: 80px !important;
  max-width: 140px !important;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* FIM Convênios */


/* INI Slide Quem somos */ 
.citacgalpic {
  max-height: 380px !important;
  max-width: 33% !important;
  margin-top: 30px;
  margin-bottom: 30px;
}
.insidegalpic {
  width: 100% !important;
  height: 100% !important;
}
.citacgal .flickity-prev-next-button {
  position: absolute;
  top: 50% !important;
  width: 34px;
  height: 34px;
}
/* FIM Slide Quem somoss */



