@import "config.css";
@import "css_responsivo.css";

.content,
#jetmenu,
.jetmenu blue {
  display: none;
}
#dl-menu {
  display: none;
}

#header {
  width: 100%;
  height: auto;
  margin: 25px 0;
}
#logo {
  float: left;
}
#logo img {
  max-width: 100%;
}

#informacao_topo {
  float: right;
  width: 49%;
}
#informacao_topo img {
  margin-left: 3%;
  max-width: 100%;
  float: right;
}
#informacao_topo img:last-child {
  margin-left: 0;
}

/*menu*/
#menu {
  max-width: 1200px;
  height: 50px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  border-bottom: 3px solid #3d5744;
  margin-bottom: 3px;
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu ul li {
  float: left;
  position: relative;
}
#menu ul li a {
  color: #464646;
  padding: 14px 13px;
  display: inline-block;
  font-size: 15px;
}
#menu ul li a:hover {
  background-color: #3d5744;
  color: #fff;
  transition-duration: 1s;
}
/**/

#menu li ul {
  left: 0;
  top: 50px;
  z-index: 999;
  display: none;
  position: absolute;
  background-color: #eee;
  -webkit-box-shadow: -1px 3px 3px 0px rgba(50, 50, 50, 0.23);
  -moz-box-shadow: -1px 3px 3px 0px rgba(50, 50, 50, 0.23);
  box-shadow: -1px 3px 3px 0px rgba(50, 50, 50, 0.23);
}

#menu li:hover ul,
#menu li.hover ul {
  display: block;
}
#menu li ul li {
  width: 260px;
  border-bottom: 1px solid #ddd;
}
#menu li ul li:first-child {
  border-top: 3px solid #3d5744 !important;
}
#menu li ul li a {
  display: block;
}
/*fim menu*/

#banner_especialidades {
  width: 100%;
  height: auto;
  overflow: auto;
}
#banner {
  width: 67.8%;
  height: auto;
  float: left;
}
#bloco_especialidades {
  float: right;
  width: 31.5%;
  height: auto;
  background-color: #3d5744;
  padding-bottom: 10px;
}
#bloco_especialidades h2 {
  color: #fff;
  display: block;
  padding: 20px 35px;
  background-color: #28412f;
  font-weight: normal;
}
#bloco_especialidades ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#bloco_especialidades ul li {
  display: block;
}
#bloco_especialidades ul li a {
  color: #fff;
  padding: 12px 35px;
  display: block;
}
#bloco_especialidades ul li a:hover {
  background-color: #28412f;
  transition-duration: 1s;
}
.seta {
  float: right;
  display: block;
}
/*fim da primeira parte do site*/

/*convenios, localizacao, agenda de exames*/
#container_3_boxs {
  width: 100%;
  height: auto;
  margin: 30px 0;
}
.tres_boxs {
  float: left;
  width: 23%;
  overflow: hidden;
  margin-right: 2.6%;
}
.tres_boxs img {
  max-width: 100%;
}
.tres_boxs:last-child {
  margin-right: 0;
}

/**/

#container_calunas {
  width: 100%;
  height: auto;
  margin: 30px 0;
}

#coluna_1 {
  float: left;
  width: 31.8%;
  height: auto;
  margin-right: 2.3%;
  overflow: hidden;
}
#coluna_2 {
  float: left;
  width: 31.8%;
  height: auto;
  overflow: hidden;
}
#coluna_3 {
  float: right;
  width: 31.8%;
  height: auto;
  overflow: hidden;
}

/*conteudo coluna_1*/
#capa_home_dicas {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
#capa_home_dicas img {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}
#fampage {
  width: 100%;
  margin-top: 30px;
}

/*conteudo coluna_2*/
#dicas_de_saude {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
#dicas_de_saude h1 {
  color: #3d5744;
  text-transform: uppercase;
}

.container_dicas {
  width: 100%;
  height: auto;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.container_dicas a {
  text-transform: uppercase;
  color: #3d5744;
  font-size: 15px;
  display: block;
}
.container_dicas a:hover {
  text-decoration: underline;
}
.data {
  display: block;
  font-weight: bold;
  color: #3d5744;
}

.btn_dicas {
  color: #3d5744;
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
  font-weight: bold;
}

#convenios_aceitos {
  width: 100%;
  height: auto;
}
#convenios_aceitos h1 {
  color: #3d5744;
  text-transform: uppercase;
}

/*conteudo coluna_3*/
#noticias h1 {
  color: #3d5744;
  text-transform: uppercase;
}

#news_principal {
  width: 100%;
  height: auto;
  overflow: auto;
  margin: 20px 0 0 0;
}
#news_principal a {
  text-transform: uppercase;
  color: #3d5744;
  font-size: 15px;
  display: block;
}
#news_principal a:hover {
  text-decoration: underline;
}

#capa_home_news {
  width: 83px;
  height: 83px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#capa_home_news img {
  max-width: 100%;
  max-height: 100%;
}

.container_noticias {
  width: 100%;
  height: auto;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.container_noticias a {
  text-transform: uppercase;
  color: #3d5744;
  font-size: 15px;
  display: block;
}
.container_noticias a:hover {
  text-decoration: underline;
}

/*fim colunas*/

#footer {
  width: 100%;
  height: auto;
  padding: 30px 0;
  background-color: #3d5744;
}
#footer a {
  color: #fff;
}
#box_footer_left {
  float: left;
  width: 35%;
  height: auto;
  color: #fff;
  margin-right: 2%;
}
#box_footer_left b {
  font-size: 16px;
}
#n_footer {
  font-size: 27px;
  margin-top: 5px;
  display: block;
}

#divisa_foorer {
  width: 1px;
  height: 200px;
  background-color: #fff;
  float: left;
  border-left: 1px solid #0b190f;
}

#links_principais {
  float: left;
  width: 13%;
  margin: 1% 2% 0 2%;
}
#links_principais ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#links_principais ul li {
  display: block;
}
#links_principais ul li a {
  color: #fff;
  padding: 5px;
  display: block;
  font-weight: bold;
}

.sub_links {
  float: left;
  width: 13%;
  margin: 1.5% 0 0 0;
}
.sub_links h3 {
  color: #fff;
}
.sub_links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub_links ul li {
  display: block;
}
.sub_links ul li a {
  color: #fff;
  padding: 2px;
  display: block;
  font-size: 11px;
}

#links_right {
  float: right;
  width: 12%;
  margin: 1% 0 0 0;
}
#links_right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#links_right ul li {
  display: block;
}
#links_right ul li a {
  color: #fff;
  padding: 5px;
  display: block;
  font-weight: bold;
}

#sub_footer {
  width: 100%;
  height: auto;
  padding: 10px 0;
  background-color: #304a37;
  border-top: 1px solid #445d4b;
  color: #fff;
}

#footer_left {
  float: left;
}
#footer_right {
  float: right;
}
#footer_right a {
  color: #fff;
}

.edu {
  display: none;
}
/*fim home*/

/*
******************************************************************
******************************************************************
ESTILOS DAS PAGINAS INTERNAS
******************************************************************
******************************************************************
*/

#crumb {
  width: 100%;
  height: auto;
  padding: 40px 0;
  color: #000;
  background: url(../imagens/bg_crumb.jpg) center;
}
#crumb a {
  color: #000;
  font-weight: bold;
}
#crumb h1 {
  font-size: 30px;
  font-weight: normal;
  padding: 10px 0;
  display: block;
  color: #3d5744;
  line-height: 30px;
}

.container_internas {
  width: 100%;
  height: auto;
  margin: 30px 0;
}

.p_internas {
  float: left;
  width: 70%;
  height: auto;
  text-align: justify;
  overflow: hidden;
}
.p_internas h3 {
  color: #3d5744;
}
.p_internas h3 a {
  color: #3d5744;
  display: block;
}
.p_internas h3 a:hover {
  color: #000;
  text-decoration: underline;
}
.p_internas p {
  color: #777;
}
.p_internas img {
  max-width: 100%;
}

#iframe_exame {
  float: left;
  width: 100%;
  height: auto;
}
#iframe_exame iframe {
  width: 100%;
  height: 215px;
}

#lateral {
  float: right;
  width: 25%;
  height: auto;
  background-color: #fafafa;
  padding: 10px;
  overflow: hidden;
}

#links_lateral {
  width: 100%;
  height: auto;
}
#links_lateral h3 {
  display: block;
}

#links_lateral ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#links_lateral ul li {
  display: block;
  border-bottom: 1px solid #eee;
}
#links_lateral ul li a {
  padding: 10px;
  display: block;
  color: #777;
}
#links_lateral ul li a:hover {
  color: #000;
  padding: 10px 10px 10px 15px;
}

#forn_lateral {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
#forn_lateral h3 {
  display: block;
}

.select_lateral,
.input_lateral {
  padding: 10px;
  border: 1px solid #e3e3e3;
  width: 100%;
  margin: 5px 0;
  font-family: "Droid Sans", sans-serif;
  border-radius: 3px;
}

.submit_lateral {
  background-color: #3d5744;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #eee;
  border-radius: 3px;
  cursor: pointer;
  font-family: "Droid Sans", sans-serif;
}

#form_left {
  float: left;
  width: 49%;
  overflow: hidden;
}
#form_right {
  float: right;
  width: 49%;
  overflow: hidden;
}

.input_ctt,
.select_ctt {
  padding: 15px;
  border: 1px solid #ccc;
  width: 100%;
  margin: 5px 0;
  font-family: "Droid Sans", sans-serif;
  font-size: 15px;
  border-radius: 3px;
}
.select_ctt:focus,
.select_ctt:hover,
.input_ctt:focus,
.input_ctt:hover {
  border: 1px solid #f48943;
  transition-duration: 1s;
}

.submit_ctt {
  background-color: #3d5744;
  color: #fff;
  padding: 15px 45px;
  font-size: 20px;
  text-transform: uppercase;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  font-family: "Droid Sans", sans-serif;
  margin-top: 20px;
}

.box-cookies {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  z-index: 9999;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: center;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  border: 0;
}

.msg-cookies {
  width: 100%;

}

.box-cookies .msg-cookies a {
  color: #fff;
  text-decoration: underline !important;
}

.box-cookies .btn-cookies {
  font-family: "Droid Sans", sans-serif;
  background: #28412f;
  margin-right: 20px;
  padding: 10px 15px !important;
  border-radius: 5px;
  align-self: normal;
  transition: 0.5s;
  cursor: pointer;
}

.box-cookies .btn-cookies:hover {
  background: #111c14;
}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
  .btn-cookies {
    margin-right: 0 !important;
    margin-bottom: 20px;
    padding: 10px 15px !important;
    border-radius: 5px;
  }
}
