/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* ajusta tela e evita barra horizontal */
html, body 
{
  max-width: 100%;
  overflow-x: hidden;
}


body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}


.container 
{
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}



a {
  color: #007bff;
}

a:hover, a:active, a:focus 
{
  color: #2dca98;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 15px 0;
}

h1, h2, h3, h4, h5, h6 
{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
}

/* Prelaoder */
#preloader 
{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top 
{
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 30px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) 
{
  .back-to-top {
    bottom: 15px;
  }

}

.back-to-top:focus 
{
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover 
{
  background: #2dc997;
  color: #fff;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header 
{
  padding: 30px 0;
  height: 83px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  /* background: rgba(34,45,79, 0.9); */
}

#header #logo {
  float: left;
  margin-left: -14%;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover 
{
  color: #fff;
}

#header #logo img 
{
  padding: 0;
  margin-top: -26px;
}

@media (max-width: 768px) 

{
 
    #header {
    padding: 30px 0;
    height: 70px;
    }
    #header #logo h1 {
      font-size: 26px;
    }
    #header #logo img {
      max-height: 53px;
      margin: -32px 0 0 46px;
    }
    #header #h2{
      overflow: hidden;
    }
    .feature{
      margin-bottom: 30px;
    }


}


#cab_hospital2 
{
  width: 70px;
  height: 60px;
  padding: 1px;
  margin-top: -12px;
}


#cab_logotipo 
{
  width: 150px;
  height: 50px;
  padding: 1px;
  margin: -12px 0 0 20px;
}

#cab_logotipo2 
{
  width: 300px;
  height: 93px;
  padding: 1px;
  margin-top: -23px;
}

#logo_contato
{
  padding-top: 50px;
}

.img_logos 
{
  width: 150px;
  height: 50px;
  padding: 1px;
  margin: -12px 0 0 20px;
}


@media (max-width: 768px)
{

  #cab_logotipo {
      width: 100px;
      height: 35px;
      padding: 1px;
      margin: -28px 0 0 10px;
  }


}


/*--------------------------------------------------------------
# Slider Section
--------------------------------------------------------------*/
.slides
{
  width: 100%;
  height: 500px;
}

#slide_img
{
  width:100%;
  height:500px;
  object-fit:cover;
  filter: brightness(50%); /* 100% = normal, 50% = mais escuro */
  transition: filter .3s;
}

/* garante que o conteúdo (título, textos, botões) fique acima do overlay */
.slider-content 
{
  position: relative;
  z-index: 2;
  color: #fff; /* texto branco para contraste */
}

/* título estilizado */
.slider-content h1 
{
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}

/*
@media (max-width: 1920px) and (min-width: 768px){
.slider-content 
  {
    padding: 150px 0;
  }
}
*/

.breadcrumb 
{
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: 14px;
}


@media (max-width: 768px) 
{

  .slides {
    width: 100%;
    height: auto;
  }
  
  #slide_img {
    width: 100%;
    height: 150px;
  }

  .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 11px;
  }
  

}





/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}


#logo_texto {
  color: #1874CD;
  font-size: 30px;
  /* padding: 0 0 0 20px; */
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /* background: #343b40; */
  background: #009ACD;
  /* background: linear-gradient(90deg, rgba(0, 131, 158, 0.7) 0%, rgba(0, 39, 131, 0.9) 127%, rgba(20, 32, 107, 1) 156%); */
  padding: 20px 0 5px 0;
  color: #fff;
  font-size: 14px;
}


#cab_instituto {
  width: 162px;
  height: 40px;
  padding: 1px;
  margin-top: -12px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}

/* Inicio - Rodape - Footer*/
.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid #3EC1D5;
  color: #3EC1D5;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
}

.footer-icons {
  margin-top: 30px;
}

.popular-tag ul li a:hover, .footer-icons ul li a:hover {
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  color: #fff;
}
/* Fim - Rodape - Footer */




/* Meu CSS _ Inicio =========================================================== */
.title2
{
  margin-top: 50px;
  font-size: 46px;
}


@media (max-width: 991px) and (min-width: 768px)
{
  .layer-1-2 h1 {
    font-size: 22px;
    line-height: 24px;
  }
}

@media (max-width: 768px) 
{
 
  .title2{
    margin-top: 10px;
    font-size:22px;
  }

  .layer-1-1 h2 {
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
  }

}

.text-info {
  color: #CDAA7D !important;
  font-size: 20px;
  font-weight: bold;
}

#home3{
  padding-bottom: 10px;
}

.nivoslider3 {
  position: relative;
  width: 315px; 
  height: auto;
  overflow: hidden;
}

.nivo-caption::after {
  background: #444 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 0%;
  z-index: -1;
}

.botao_compartilha{
  text-align: center;
  padding: 10px 10px 1px 10px;;
  /* background: #104E8B; */
  background: linear-gradient(90deg,  rgba(0, 131, 158, 0.9) 0%, 
                                      rgba(0, 39, 131, 0.9) 127%, 
                                      rgba(20, 32, 107, 1) 156%);
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}


/* Inicio - botao compartilhamento redes sociais */
.botao-icons ul li {
  display: inline-block;
}


.botao-icons ul li a {
  border: 1px solid #3EC1D5;
  color: #3EC1D5;
  display: block;
  font-size: 28px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 44px;
  /* border-radius: 50%; */
}


.botao-icons {
  margin-top: 15px;
}

.popular-tag ul li a:hover, .botao-icons ul li a:hover {
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  color: #fff;
}

.botao-icons ul {
  padding: 0px;
}
/* Fim - botao compartilhamento redes sociais */


#titulo_sala {
  text-align: center;
  padding: 10px;
  background: #009ACD;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  /* background: url(../img/estatistica2.jpg) center top no-repeat; */
  background-size: cover; 
  margin-top: 25px;
}



/* Inicio - Modulos internos ------------------------------------------------- */
#titulo_gestao 
{
  text-align: center;
  padding-top: 30px;
  color: #009ACD;
  font-size: 34px;
  font-weight: 800;
}

#titulo_area_reservada
{
  font-size: 20px;
  color: #104E8B;
  text-align: left;
}

#titulo_sistemas
{
  font-size: 26px;
  color: #009ACD;
  text-align: left;
  margin-top: 20px;
}

#texto_sistemas
{
  padding-bottom: 20px;
}

.titulo_modulo 
{
  text-align: center;
  padding-top: 8px;
}

a.titulo_modulo2 
{
  font-size: 22px;
  color: #104e8b;
  padding-top: 10px;
  font-family: 'Oswald', sans-serif;
}

/*
.container 
{
  max-width: 1140px;
  text-align: center;
}
*/

.img_servico
{
  border-radius: 6px;
  overflow: hidden;
  height: 120px; 
  width: 104%;
}

.img_servico:hover
{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
   
}

.feature
{
  border-radius: 20px; 
  box-shadow: 5px 5px 5px rgb(127 137 161 / 60%);
  background-color: rgba(234, 237, 242, 0.4);
  padding: 10px 15px 10px 15px
}



.img_servico2 
{
  width: 100%;
  height: 275px;
  display: block;
  border-radius: 15px;
  margin-top: 5px;
  /* overflow: hidden; */
  filter: brightness(80%);
  transition: transform 0.6s ease-in-out;   /* pode variar: 0.3s (rápido), 0.6s (médio), 1s (bem lento) */
}

.img_servico2:hover 
{
  transform: scale(1.1);    /* zoom 10% maior */
  /* box-shadow: 0 8px 20px rgba(0,0,0, 0.4); */
}


/*
.img_servico2
{
  width: 100%;
  height: 275px;
  border-radius: 15px;
  margin-top: 5px;
  filter: brightness(80%);
  transition: filter .3s;
}

.img_servico2:hover
{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
*/


.img_servico3
{
  border-radius: 6px;
  overflow: hidden;
  height: auto;
  width: 84%;
  margin-top: 31px;
  padding-bottom: 20px;
}

.img_servico3:hover
{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
   
}


@media (max-width: 768px) 
{

  .back-to-top {
    bottom: 15px;
  }

  .img_servico {
    border-radius: 6px;
    overflow: hidden;
    height: 215px;
    width: 100%;
  }

  .img_servico2 {
    border-radius: 6px;
    overflow: hidden;
    height: 250px;
    width: 100%;
  }
  
  .img_servico3 {
    border-radius: 6px;
    overflow: hidden;
    height: auto;
    width: 70%;
  }
  
  #titulo_gestao {
    padding-top: 15px;
  }

  a.titulo_modulo2 {
    font-size: 26px;
    color: #104e8b;
    padding-top: 10px;
    font-family: 'Oswald', sans-serif;
  }


}
/* Fim - Modulos internos ---------------------------------------------------- */



/* === INÍCIO - CARROSSEL  =================================================== */
#titulo_objetivo4
{
  color: #009ACD;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  padding: 10px;

} 

/* Container principal do carrossel */
.carousel-container 
{
    margin: 2rem auto;
    border-radius: 15px;
    /* box-shadow: 0 8px 32px rgba(0,0,0,0.15); */
}

/* Carousel inner */
.carousel-inner 
{
    border-radius: 15px;
    box-shadow: 5px 5px 5px rgb(127 137 161 / 60%);

}

/* Imagens */
.carousel-item img 
{
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

/* Hover nas imagens */
.carousel-item:hover img 
{
    transform: scale(1.02);
}

/* Setas dos controles */
.carousel-control-prev-icon,
.carousel-control-next-icon 
{
    background-color: rgba(0,0,0,0.6);
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.3);
    width: 30px;
    height: 30px;
    background-size: 18px;
}

.carousel-indicators 
{
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}


/* Carrossel */
.carousel-indicators li 
{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.5);
}

.carousel-indicators .active 
{
    background-color: #007bff;
}

/* Legendas */
.carousel-caption 
{
  background: rgba(0,0,0,0.3);
  padding: 15px 25px;
  border-radius: 15px;
  position: absolute;
  right: 5%;
  bottom: 30px;
  left: 5%;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

/* Responsividade */
@media (max-width: 768px) 
{

  .carousel-item img { height: 250px; }
  .carousel-control-prev-icon,
  .carousel-control-next-icon { width: 30px; height: 30px; background-size: 14px; }
  .carousel-caption { padding: 10px; font-size: 14px; }

  .carousel-caption {
    background: rgba(0,0,0,0.3);
    padding: 5px 5px;
    border-radius: 15px;
    position: absolute;
    right: 3%;
    bottom: 20px;
    left: 3%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #fff;
    text-align: center;
  }


}
/* === FIM - CARROSSEL ======================================================== */



/* Meu CSS _ Fim ============================================================== */
  
  