@import "fontes.css";

body {
  font-family: 'Unimed_Sans_Regular';
  font-weight: normal;
  overflow-x: hidden;
  font-size: 16px;
  color: #333;
}

@media (min-width:1200px) {
  .container {
   max-width: 1200px !important;
  }
}

a:hover {text-decoration: none !important;}
.mobile  {display: none;}
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}
.vertical {margin: auto 0;}
.imgfull {width: 100%;}
#copy {display: none;}
#loading {display: none;}
.link {color: #5c5c66;}
.link:hover {color: #008c50;}
.conteudo {padding: 70px 0;}
.rosa {color: #fff;background: #33716f;border-radius: 30px;padding: 15px;}
.roxo {color: #fff;background: #669493;border-radius: 30px;padding: 15px;}

/* BTS */
header .menu a.btn-agendar-consulta {
  border-radius: 30px;
  color: #fff !important;
  background: #008C50;
}
header .menu a.btn-agendar-consulta:hover {
  color: #006565 !important;
  background: #bbd034;
}
a.btn-cancelar {
  background: #f0f0f0;
  color: #666;
  border-radius: 30px;
  font-size: 18px;
  padding: 10px 30px;
  text-transform: uppercase;
}
a.btn-cancelar:hover {
  background: #e6e6e6;
}
.btn-continuar {
  background: #b1d34b;
  color: #004e4c;
}
.btn-continuar:hover {
  background: #008c50;
  color: #fff;
}

/* IR AO TOPO */
#iraotopo {position: fixed;bottom: 30px;right: 30px;z-index: 9999;width: 32px;height: 65px;text-align: center;background: #ccc;cursor: pointer;border: 0;border-radius: 20px;text-decoration: none;transition: opacity 0.2s ease-out;opacity: 0;}
#iraotopo:hover {background: #008c50;}
#iraotopo.show {opacity: 1;}

/* HEADER */
header {
  padding: 40px 0 50px;
  background: url('../fotos/bg.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}
header .logo img {
  width: 80%;
}
header .menu a.bar {
  border-right: 1px solid #d6ead1;
}
header .menu a {
  color: #008c50 !important;
  display: inline-block;
  font-size: 15px;
  padding: 5px 20px;
  transition: 0.3s;
  text-transform: uppercase;
  cursor: pointer;
}
header .menu a:hover {
  color: #00401a;
}
header h1 {
  margin-top: 70px;
  margin-bottom: 20px;
  color: #006565;
  font-size: 45px;
}
header h1 span {
  font-family: 'Unimed_Sans_SemiBold';
}
header h2 {
  color: #646859;
  font-size: 23px;
}
header #form {
  margin: 30px 0;
}
header #form .form-group {
  width: 40%;
}
header #form input {
  border-radius: 30px;
  width: 100%;
  height: 50px;
  color: #008c50;
  font-size: 27px;
  margin-right: 10px;
  box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.15);
}
header #form input::placeholder {
  font-family: 'Unimed_Sans_Light';
  font-size: 18px;
  opacity: 1;
}
header #form input:-ms-input-placeholder {
  font-family: 'Unimed_Sans_Light';
  font-size: 18px;
}
header #form input::-ms-input-placeholder {
  font-family: 'Unimed_Sans_Light';
  font-size: 18px;
}
header #form button {
  border-radius: 30px;
  font-size: 18px;
  padding: 10px 30px;
  text-transform: uppercase;
}
header .final {
  margin-top: 100px;
  font-size: 13px;
}

/* HEADER FIXO */
header #menuHeader.menu-fixo {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.15);
}
header #menuHeader.menu-fixo .logo img {
  width: 40%;
  padding: 10px 0;
}
header #menuHeader.menu-fixo a.bar {
  border-right: 1px solid #f7f7f7;
}
header #menuHeader.menu-fixo .menu a {
  font-size: 13px;
}

/* HEADER INTERNO */
header.interno {
  padding-top: 0;
  background: #fff;
  box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.15);
}
header.interno .logo img {
  width: 40%;
  padding: 10px 0;
}
header.interno .menu a {
  font-size: 13px;
}
header.interno .menu .nome {
  text-transform: none;
  color: #a91881 !important;
  font-family: 'Unimed_Sans_SemiBold';
  font-size: 16px !important;
  cursor: auto;
}

/* UNIMEDS */
.overlay_conteudo .overlay__content .info.unimed img {
  width: 250px;
}
.unimeds {
  margin: 20px 0;
}
.unimeds span {
  color: #484848;
  font-size: 14px;
  border-radius: 10px;
  padding: 0 20px;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 15px;
  text-transform: uppercase;
  border: 1px solid #004e4c;
}

/* CONTEUDO */
.conteudo h2 {
  font-size: 40px;
  color: #008c50;
}
.conteudo h3 {
  font-size: 20px;
  margin-bottom: 60px;
  color: #737373;
}
.conteudo .space1 {
  margin-top: 80px;
  margin-bottom: 40px;
}
.conteudo .space2 {
  margin-top: 30px;
}
.conteudo .icones1 img {
  width: 90px;
}
.verde {
  background: #bbd034;
  padding: 70px;
  color: #004e4c;
}
.verde h2 {
  color: #004e4c;
}
.verde h3 {
  color: #004e4c;
}
.agendado {
  background: #eee;
  border-radius: 50px;
}
.agendado .dia_consulta {
  margin: 0;
  padding-top: 10px;
}
.agendado .hora_consulta {
  color: #008c50;
  font-size: 24px;
  font-family: 'Unimed_Sans_SemiBold';
  margin-bottom: 5px;
}
.agendado .link_agenda {
  padding-bottom: 10px;
}
.agendado .link_agenda a {
  color: #a40082;
  font-size: 16px;
  font-family: 'Unimed_Sans_SemiBold';
}
.agendado .link_agenda img {
  position: relative;
  top: -3px;
}

/* AGENDA */
.dados-agenda {
  background: #F9F9F9;
  margin-top: 30px;
  padding: 40px 0;
}
.dados-agenda h2 {
  font-size: 40px;
  color: #008c50;
}
.dados-agenda h3 {
  font-size: 20px;
  margin-bottom: 40px;
  color: #737373;
}
.dados-agenda h4 {
  color: #a91881;
  font-family: 'Unimed_Sans_SemiBold';
  margin-bottom: 15px;
}
.dados-agenda .agendado.proximo {
  margin-left: 300px;
  margin-right: 300px;
  margin-bottom: 30px;
}
.dados-agenda .agendado.outros {
  width: 200px;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.dados-agenda .agendado.outros .hora {
  font-size: 16px;
  color: #aeadad;
  padding-bottom: 5px;
}

.dados-agenda .periodo {
  padding: 10px 20px;
}
.dados-agenda .periodo .titulo {
  width: 80px;
  display: inline-block;
  margin-right: 20px;
  text-align: left;
}
.dados-agenda .periodo .grupo {
  border-bottom: 1px solid #eee;
  display: inline-block;
  padding-bottom: 20px;
}
.dados-agenda .periodo .grupo.ultimo {
  border-bottom: 0;
}
.dados-agenda .periodo button {
  background: #eee;
  border: 0;
  color: #666;
  font-size: 17px;
  padding: 20px;
  border-radius: 30px;
  margin-right: 20px;
  cursor: pointer;
}
.dados-agenda .periodo button:hover {
  background: #e3e3e3;
}

/* CALENDARIO */
.dados-agenda .calendar {
  display: inline;
}
.dados-agenda .calendar .header {
  padding: 0 20px 10px;
}
.dados-agenda .mes {
  color: #a91881;
  margin-bottom: 20px;
}
.dados-agenda .arrow-left {
  margin-right: 20px;
  position: relative;
  top: -2px;
}
.dados-agenda .arrow-right {
  margin-left: 20px;
  position: relative;
  top: -2px;
}
.dados-agenda .dia {
  width: 100%;
  border: 0;
  padding: 10px;
  cursor: pointer;
  font-size: 20px;
}
.dados-agenda .off {
  width: 100%;
  border: 0;
  padding: 10px;
  cursor: pointer;
  font-size: 20px;
  background: #f4f4f4;
  color: #b5b5b5;
  cursor: auto;
}
.dados-agenda .dia.off:hover {
  background: #f4f4f4;
}
.dados-agenda .dia:hover {
  background: #e1e1e1;
}
.dados-agenda .dia.hoje.ativo {
  background: #fff;
  color: #333;
}
.dados-agenda .dia.ativo,.dados-agenda .dia.ativo.check {
  background: #ed1651;
  color: #fff;
}
.dados-agenda #escolha_hora strong,.dados-agenda #escolha_horaH strong {
  background: #00995d;
  border-radius: 30px;
  padding: 0 4px;
  color: #fff;
}
.dados-agenda .somente_horarios .periodo button {
  font-size: 14px;
  padding: 13px;
  margin-bottom: 10px;
}
.maishorarios {
  border-radius: 30px;
  background: #00401a;
  color: #fff;
  margin-top: 10px;
}
.maishorarios:hover {
  background: #008c50;
}

/* FOOTER */
footer {
  text-align: center;
  padding-top: 70px;
}
footer img {
  width: 15%;
}
footer .creditos {
  margin-top: 70px;
  background: #757575;
  color: #fff;
  font-size: 15px;
  padding: 10px;
}