/*Fonts*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300");
@import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://fonts.googleapis.com/css?family=Roboto");
body {
  display: none;
}

#carregando {
  z-index: 99999999999;
}
.border-left {
  border-left: solid 1px #f2f2f2;
}

.navbar {
  background-color: #fcfcfc;
  border: 0;
  border-radius: 0;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}

.menu a {
  color: #1e1e1e !important;
}

.nav a:hover {
  background-color: #ffffff !important;
  color: #08963c !important;
}

.navbar-brand {
  padding-top: 5px;
}
.navbar-brand > img {
  max-height: 40px;
}
.navbar-default .navbar-toggle {
  border-color: #2a753d;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #2a753d;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #fff;
}

.doutor-bsa {
  margin-top: 45px;
  margin-bottom: 30px;
}

.marcarConsulta {
  padding-top: 80px;
  font-size: 40px;
  color: #08963c;
  font-family: "Open Sans Condensed", sans-serif;
}

.marcarConsulta button {
  margin-top: 150px;
  font-size: 33px;
}
.marcarConsulta a {
  text-decoration: none;
}
.busca-home img {
  margin-bottom: 110px;
}

.input-lg {
  border-radius: 0;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #08963c;
  font-size: 26px;
  height: 70px;
}

.unidades {
  background-color: #518adf;
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 40px;
  padding: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.conteudo img {
  margin-top: 26px;
}

.item-conteudo {
  min-height: 140px;
  border: solid 1px #f2f2f2;
}

.txt-titulo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  color: #08963c;
  font-family: "Open Sans Condensed", sans-serif;
}

.txt-endereco {
  margin-top: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #6f6f6f;
  font-family: "Open Sans Condensed", sans-serif;
}

.cadastro {
  margin-top: 50px;
}

.conteudo {
  margin-top: 30px;
  min-height: 300px;
}

.border-right {
  border-right: rgba(0, 0, 0, 0.07) solid 1px;
}

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

.rodape {
  background-color: #f3f3f3;
  padding: 30px;
  margin-top: 20px;
}
.info-contato {
  padding-top: 15px;
}
.info-contato img {
  margin-bottom: 30px;
}
.info-contato p {
  font-size: 16px;
}
.info-contato i {
  margin-top: 40px;
}
.txt-dia {
  background-color: #009688;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  padding: 11px;
  color: #fff;
  text-transform: uppercase;
}
.seta-esquerda:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #0aa89e;
}
.seta-direita:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #0aa89e;
}
.btn-periodo {
  top: 31px;
  margin-bottom: 33px;
}
.btn-periodo button {
  margin-bottom: 20px;
}
#datasAgenda {
  margin-top: 15px;
}
.padd-0 {
  padding: 0;
}
.cursor {
  cursor: pointer;
}
.avatar img {
  max-width: 200px;
  margin-top: -50px;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 0 3px rgba(76, 175, 80, 0.77);
}
#endereco {
  font-size: 19px;
  margin-top: 27px;
  margin-bottom: 20px;
}
.off {
  opacity: 0.4;
}
.data-passada {
  text-decoration: line-through;
  opacity: 0.4;
}
.txt-info {
  font-size: 14px;
  color: #3f3f3f;
  text-align: center;
  border: 1px solid #e8e8e8;
  margin-top: 17px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 26px;
}

.linkButton {
  margin-top: 24px !important;
}
.linkButton > a {
  font-size: 20px !important;
  color: white;
  margin: 0 !important;
  background: red;
  padding: 19px;
  border-radius: 40px;
}
