@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700");
/*
01 - VARIÁVEIS GLOBAIS
02 - ESTRUTURA DO PROJETO
*/
/* 01 - VARIÁVEIS GLOBAIS */
/* 01- ESTRUTURA DO PROJETO */
body {
  font-family: "Roboto", sans-serif;
  color: #828181;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

.title-bar {
  background-color: #4f91cd;
}

#offCanvas {
  background-color: #64c8c6;
}
#offCanvas > ul.menu {
  margin-top: 2rem;
}
#offCanvas ul.menu a {
  color: white;
}
#offCanvas ul.menu li {
  border-bottom: 1px solid #5cbdbb;
}
#offCanvas .localizacao-hamburger li {
  font-size: 0.75rem;
  border-bottom: 0 !important;
}

.bg-cinza {
  background-color: #f3f3f3;
}

.head-line-one {
  border-bottom: 1px solid #dadada;
  padding: 10px 0;
  text-transform: uppercase;
  color: #bcbcbc;
}
.head-line-one .menu {
  font-size: 12px;
  /* fix icone whatsapp*/
}
.head-line-one .menu .fas, .head-line-one .menu .fab {
  padding-right: 5px;
}
.head-line-one .menu .fa-whatsapp {
  padding-left: 10px;
}
.head-line-one .menu li {
  margin-right: 5px;
}
.head-line-one .menu a {
  color: #bcbcbc;
  padding: 0.5rem 0.4rem;
  /*Animation */
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  /* ******** */
}
.head-line-one .menu a:hover {
  background-color: #f3f3f3;
  border-radius: 5px;
}
.head-line-one .division li {
  border-right: 1px solid #f3f3f3;
  padding: 0 10px;
  margin: 0;
}
.head-line-one .division li:last-child {
  border-right: 0;
}

.head-line-two {
  background-color: #f3f3f3;
}
.head-line-two .main-menu a {
  font-size: 0.75rem;
  color: #828181;
  margin: 2.2rem 0 !important;
  background-image: tranparent;
  background-position: center bottom;
  /*Animation */
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  /* ******** */
}
.head-line-two .main-menu a:hover {
  background-image: url(../images/hover-verde.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.head-line-two .logo {
  padding: 1rem 0rem;
}

.section-banner {
  background-color: red;
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.quota-home {
  font-weight: 100;
  font-size: 2.625rem;
  text-align: center;
  line-height: normal;
  background-color: white;
  border: 1px solid #f3f3f3;
  padding: 4rem 2rem;
  /*margem negativa*/
  margin-top: -4rem;
}

.titulo {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.titulo h2 {
  line-height: 2rem;
  font-weight: 700;
}
.titulo h2 span {
  display: block;
  font-size: 1.25rem;
  font-weight: 300;
}
.titulo .separador {
  height: 5px;
  border-bottom: 1px solid #f3f3f3;
  width: 6.25rem;
}

/* BLOCO EXCLUSIVO DA HOME */
.itens-clinica-home {
  background-image: url(../images/bg-conheca-clinica-itens.png);
  background-position: center right;
  background-repeat: repeat-y;
  padding: 1.25rem;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #e6e6e6;
}
.itens-clinica-home h3 {
  padding: 1.25rem 0;
  font-size: 1.5rem;
}
.itens-clinica-home p {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.btn-more-team {
  margin: 5rem 0;
  background-color: #64c8c6;
}

.block-medicos div {
  border-right: 1px solid #f3f3f3;
}
.block-medicos div:last-child {
  border-right: 0;
}

.section-profissionais-home {
  padding-bottom: 5rem;
}

.nossos-medicos-item {
  padding: 1.25rem;
}
.nossos-medicos-item img {
  border-radius: 10rem;
}
.nossos-medicos-item h4 {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 1rem 0 0 0;
}
.nossos-medicos-item p {
  color: #b7b7b7;
  font-size: 0.875rem;
}
.nossos-medicos-item:hover {
  background-color: #4f91cd;
}
.nossos-medicos-item:hover h4, .nossos-medicos-item:hover p {
  color: white;
}

.blog-thumb-left {
  margin-bottom: 4rem;
}
.blog-thumb-left .thumbnail-post {
  width: 55%;
  float: left;
}
.blog-thumb-left .preview-text {
  margin-top: -220px;
  width: 50%;
  float: right;
  border: 3px solid black;
  padding: 1rem 1rem 1rem 3.125rem;
}
.blog-thumb-left .preview-text h4 {
  font-size: 1.25rem;
}
.blog-thumb-left .preview-text p {
  font-size: small;
}
.blog-thumb-left .preview-text a {
  font-size: small;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 5px;
}

.blog-thumb-right {
  margin-bottom: 4rem;
}
.blog-thumb-right .thumbnail-post {
  width: 55%;
  float: right;
  margin-top: -220px;
}
.blog-thumb-right .preview-text {
  position: relative;
  margin-top: 1rem;
  width: 50%;
  float: left;
  border: 3px solid black;
  padding: 1rem 3.125rem 1rem 1rem;
}
.blog-thumb-right .preview-text h4 {
  font-size: 1.25rem;
}
.blog-thumb-right .preview-text p {
  font-size: small;
}
.blog-thumb-right .preview-text a {
  font-size: small;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 5px;
}

footer {
  background-color: #64c8c6;
  color: white;
  font-weight: 300;
  font-size: 0.75rem;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
footer .list-contatos {
  padding-left: 1rem;
}
footer .list-contatos li {
  margin-bottom: 0.75rem;
}
footer .list-contatos i {
  font-size: 1rem;
  margin-right: 1rem;
}
footer .list-menu-footer {
  margin-bottom: 0.75rem;
  margin-left: 2rem;
  padding-left: 1rem;
}
footer .list-menu-footer li {
  margin-bottom: 0.75rem;
}
footer .list-menu-footer-right {
  margin-bottom: 0.75rem;
  margin-left: 0;
}
footer .list-menu-footer-right li {
  margin-bottom: 0.75rem;
}
footer .list-menu-social i {
  font-size: 1.25rem;
}
footer .mapa-rodape {
  background-color: black;
  height: 100%;
}
footer .infos {
  padding: 2rem 0;
}
footer .copyright {
  background-color: #414141;
  padding: 0.625rem;
}

/* BLOCO DE ESTRUTURA DO MENU ONSCROLL */
#scroll-menu {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 75px;
  background-color: #64c8c6;
  color: #FFFFFF;
  z-index: 9999;
  display: none;
}

.scroll-menu .logo {
  max-width: 120px;
  padding: 0.75rem 0 1rem 0;
}
.scroll-menu .main-menu a {
  font-size: 0.75rem;
  color: white;
  margin: 1.25rem 0 !important;
  background-image: tranparent;
  background-position: center bottom;
  /*Animation */
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  /* ******** */
}
.scroll-menu .main-menu a:hover {
  background-image: url(../images/hover-verde.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* MEDIA QUERIES BLOCOS ESTRUTURAIS */
@media screen and (max-width: 39.9375em) {
  .head-line-two .logo {
    max-width: 150px;
  }
}

/*# sourceMappingURL=app.css.map */
