/*
	Theme Name: Dr. Nelson Astur Neto
	Theme URI: #
	Description: Dr. Nelson Astur Neto
	Author: Diogo Medina
	Author URI: #
	Version: 1.0
*/
.modal-overlay {
  width: 100%;
  height: 100%;

  background-color: rgba(0, 0, 0, 0.7);

  position: fixed;
  top: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;

  z-index: 999;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

@font-face {
  font-family: Helv;
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Regular"), local("Helvetica-Regular"),
    url("assets/fonts/helvetica-webfont.woff2") format("woff2");
}

@font-face {
  font-family: Helv;
  font-style: normal;
  font-weight: 300;
  src: local("Helvetica Light"), local("Helvetica-Light"),
    url("assets/fonts/helvetica-light-webfont.woff2") format("woff2");
}

@font-face {
  font-family: Helv;
  font-style: normal;
  font-weight: 700;
  src: local("Helvetica Bold"), local("Helvetica-Bold"),
    url("assets/fonts/helvetica-bold-webfont.woff2") format("woff2");
}

@font-face {
  font-family: Helv;
  font-style: normal;
  font-weight: 900;
  src: local("Helvetica Black"), local("Helvetica-Black"),
    url("assets/fonts/helvetica-black-webfont.woff2") format("woff2");
}

body {
  line-height: 19px;
  font-size: 16px;
  font-family: Helv;
  font-weight: 300;
  color: #424242;
}

h1,
h2 {
  margin: 0;
  font-weight: inherit;
  color: #0a1c3e;
}

h1 {
  margin-bottom: 30px;
  line-height: 39px;
  font-size: 36px;
}

h2 {
  margin-bottom: 15px;
  line-height: 23px;
  font-size: 20px;
}

.button-whats {
  min-width: auto;
  min-height: auto;
  border-radius: 1000px;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
}

.button-whats::before {
  content: "";
  border-radius: 100px;
  min-width: calc(60px + 12px);
  min-height: calc(60px + 12px);
  border: 6px solid #00ffcb;
  box-shadow: 0 0 60px rgba(0, 255, 203, 0.64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

.button-whats:hover,
.button-whats:focus {
  color: #313133;
  transform: translateY(-6px);
}

.button-whats:hover::before,
.button-whats:focus::before {
  opacity: 1;
}

.button-whats::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #00ffcb;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.button-whats:hover::after,
.button-whats:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}

a:focus,
a:hover {
  color: #ffffff;
}

#avisoatendimento {
  background-image: url("assets/images/banner-aviso-atendimento.jpg");
}

#localStem {
  background-image: url("assets/images/drNelson-bannerNovoLocal.jpg");
}

#novoLocal {
  background-image: url("assets/images/drNelson-novo-local.jpg");
}

.teste {
  display: none;
}

#covid {
  background-image: url("assets/images/banner-corona-virus.jpg");
}

#junho-verde {
  background-image: url("assets/images/Dr-Nelson-Astur--banner-junho-verde.jpg");
}

#primeiro {
  background-image: url("assets/images/banner-home-cirurgia-na-coluna.jpg");
}

#segundo {
  background-image: url("assets/images/banner-home-coluna-pediatrica.jpg");
}

#terceiro {
  background-image: url("assets/images/banner-home-conheca-o-dr-nelson.jpg");
}

#quarto {
  background-image: url("assets/images/banner-home-coluna-video.jpg");
}

#quinto {
  background-image: url("assets/images/drNelson-novo-local.jpg");
}

.fg-teste {
  display: none;
}
/* #sexto {
    background-image: url('assets/images/drNelson-bannerNovoLocal-Tablet.png');
} */

.t-uppercase {
  text-transform: uppercase;
}

.f-normal {
  font-weight: normal;
}

.f-bold {
  font-weight: 700;
}

.f-black {
  font-weight: 900;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.w-1 {
  width: 1%;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.p-relative {
  position: relative;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.v-top {
  vertical-align: top !important;
}

.v-middle {
  vertical-align: middle !important;
}

.v-bottom {
  vertical-align: bottom !important;
}

.w-nowrap {
  white-space: nowrap;
}

.c-white {
  color: #fff;
}

.clique {
  cursor: pointer;
}

p.subtitulo {
  line-height: 25px;
  margin-bottom: 50px;
  font-size: 21.5px;
  color: #0a1c3e;
}

hr.separador {
  width: 80px;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  border-width: 4px;
  border-color: #0cc4b8;
  display: block;
}

hr.separador.separador-lg {
  width: 100%;
  margin-top: 15px;
  border-width: 3px;
  border-color: #1ba193;
}

input.form-control,
select.form-control,
textarea.form-control {
  height: 50px;
  border-radius: 0;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  background: inherit;
}

select.form-control option {
  color: #000;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control::-ms-expand {
  display: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

textarea.form-control {
  height: auto;
  resize: none;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
  color: #fff;
}

input.form-control[readonly] {
  background: inherit;
}

.formMensagem {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  display: none;
}

.formMensagem b,
.formMensagem span {
  display: block;
}

.formMensagem img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn-padrao {
  min-width: 148px;
  margin: 0;
  border: 0;
  padding: 8px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  background-color: #0cb8b6;
  display: inline-block;
}

.btn-padrao.btn-azul {
  background-color: #2c2563;
}

.btn-mapa {
  margin-top: -50px;
}

.btn-mapa .btn-padrao {
  line-height: 50px;
  padding: 0 30px;
  background-color: #708ec8;
}

.titulo-pagina {
  margin-bottom: 100px;
  padding: 50px 0;
  color: #fff;
  background: url("assets/images/background-titulo.jpg") center no-repeat;
  display: block;
}

.icone {
  width: 80px;
  height: 80px;
  border: 11px solid #fff;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0cb8b6;
  box-sizing: content-box;
  top: 0;
  left: 0;
  position: absolute;
}

.icone.icone-sm {
  width: 46px;
  height: 46px;
  border-width: 8px;
}

.icone.icone-azul {
  background-color: #2c2563;
}

.sidebar span {
  line-height: 33px;
  padding: 28px 10px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #164175;
  display: block;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

.sidebar ul li a {
  padding: 30px 60px;
  border-top: 1px solid #164175;
  color: #164175;
  font-size: 20px;
  text-decoration: none;
  background-color: #e6e7e8;
  display: block;
}

.sidebar > ul {
  display: block;
}

.sidebar > ul > li > a {
  padding: 30px 56px 30px 30px;
  color: #fff;
  background-color: #1ba193;
  position: relative;
}

.sidebar > ul > li.dropdown > a:before {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border-radius: 50%;
  text-align: center;
  content: "+";
  font-size: 25px;
  font-weight: normal;
  color: #1ba193;
  background-color: #fff;
  top: 50%;
  right: 20px;
  position: absolute;
}

.sidebar > ul > li.dropdown.active > a:before {
  padding-top: 1px;
  content: "-";
}

.paginacao {
  margin: 20px 0 50px 0;
  padding: 0;
  list-style: none;
  display: block;
}

.paginacao > li {
  display: inline-block;
}

.paginacao > li > a {
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  color: #2c2563;
  display: block;
}

.paginacao > li > a.active {
  color: #fff;
  background-color: #2c2563;
}

.paginacao > a {
  width: 19px;
  height: 40px;
  margin: 0 10px;
  vertical-align: top;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}

.paginacao > a.first {
  background-image: url("assets/images/seta-first.png");
}

.paginacao > a.prev {
  background-image: url("assets/images/seta-prev.png");
}

.paginacao > a.last {
  background-image: url("assets/images/seta-last.png");
}

.paginacao > a.next {
  background-image: url("assets/images/seta-next.png");
}

.infos {
  width: 100%;
  display: table;
}

.infos > div {
  display: table-row;
}

.infos > div > div {
  vertical-align: middle;
  display: table-cell;
}

.infos > div > div + div {
  padding-left: 15px;
}

.infos > div + div > div {
  padding-top: 20px;
}

.btn-ver-no-mapa {
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  float: right;
}

.tabs > ul {
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
  list-style: none;
}

.tabs > ul > li {
  margin-bottom: 15px;
}

.tabs > ul > li > a {
  padding: 30px 122px 30px 30px;
  line-height: 31px;
  font-size: 28px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background-color: #164175;
  display: block;
  position: relative;
}

.tabs > ul > li > a:before {
  width: 62px;
  height: 62px;
  line-height: 42px;
  margin-top: -31px;
  top: 50%;
  right: 30px;
  content: "+";
  text-align: center;
  border-radius: 50%;
  border: 8px solid #fff;
  background-color: #0cb8b6;
  position: absolute;
  box-sizing: border-box;
}

.tabs > ul > li.active > a:before {
  content: "-";
}

.tabs ul li .desc img {
  margin: 20px auto 0px;
}

.tabs > ul > li > .desc {
  padding: 25px 25px 50px 25px;
  border: 15px solid #fff;
  border-top: 0;
  border-bottom: 0;
  background-color: #e6e7e8;
  display: none;
}

header {
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}

.header {
  padding: 10px 0;
  background-color: #fff;
}

.header .logo {
  float: left;
}

.header .logo img {
  height: 86px;
}

.header ul {
  margin: 0;
  margin-top: 15px;
  padding: 0;
  list-style: none;
  display: table;
  float: right;
}

.header ul > li {
  padding: 5px 20px;
  font-size: 14px;
  vertical-align: middle;
  display: table-cell;
}

.header ul > li:first-child {
  padding-left: 0;
}

.header ul > li:last-child {
  padding-right: 0;
}

.header ul > li > a {
  color: inherit;
  text-decoration: none;
}

.header ul > li > a > img,
.header ul > li > span > img {
  margin-right: 15px;
}

.header ul > li > a > span,
.header ul > li > span > span {
  vertical-align: middle;
}

.header ul > .rede-social {
  border-left: 1px solid #dbd8d8;
}

.header ul > .rede-social + .rede-social {
  border-left: 0;
}

.header ul > li.rede-social > a > img {
  margin-right: 0;
}

.navbar-default {
  margin: 0;
  border: 0;
  border-top: 1px solid #dbd8d8;
  border-bottom: 1px solid #dbd8d8;
  background-color: #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.navbar-default .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar-default .navbar-nav > li {
  padding-left: 19px;
}

.navbar-default .navbar-nav > li:first-child {
  padding-left: 0;
}

.navbar-default .navbar-nav > li > a {
  margin-bottom: -1px;
  padding: 16px 0;
  border-bottom: 4px solid transparent;
  color: #0a1c3e;
  font-weight: normal;
}

.navbar-default .navbar-nav > li > a:hover {
  border-color: #0cc4b8;
}

#banner-home .item {
  height: 442px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

#banner-home .container {
  height: 100%;
}

#banner-home a {
  color: #424242;
}

#banner-home a:hover {
  color: #424242;
}

#banner-home a {
  color: #424242;
}

#banner-home a:hover {
  color: #424242;
}

#tratamentos-home a,
#tratamentos-home a:hover {
  color: #424242;
  text-decoration: none;
}

#banner-home hr.separador {
  margin-bottom: 5px;
}

#banner-home .caption {
  width: 40%;
  height: 100%;
  display: table;
  float: right;
}

#banner-home .caption > div {
  vertical-align: middle;
  display: table-cell;
}

#banner-home .caption h1 {
  line-height: 53px;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 5px;
}

#banner-home .caption span {
  color: #0cc4b8;
}

#banner-home .caption h2 {
  line-height: 34px;
  font-size: 31px;
}

#banner-home .caption p {
  line-height: 25px;
  font-size: 22px;
}

#tratamentos-home {
  padding: 80px 0 0px 0;
}

#tratamentos-home article {
  margin-bottom: 30px;
}

#tratamentos-home article img {
  width: 100%;
}

#tratamentos-home article .desc {
  padding: 61px 10px 10px 10px;
  display: block;
  position: relative;
}

#tratamentos-home article .desc .icone {
  left: 50%;
  margin-top: -51px;
  margin-left: -51px;
}

#tratamentos-home .locais {
  margin-top: -185px;
  padding: 30px 15px;
  color: #fff;
  background-color: #0a1c3e;
  display: block;
  position: relative;
  z-index: 2;
}

#tratamentos-home .locais hr {
  border-color: #fff;
}

#tratamentos-home .locais .infos {
  padding: 0 15px;
}

#sobre {
  padding: 60px 0;
  background: url("assets/images/background-sobre.jpg") center bottom no-repeat
    #dee0df;
  background-size: cover;
}

#sobre h2 {
  line-height: 27px;
  font-size: 24px;
}

#especialidades {
  padding: 65px 0;
  background-color: #f1f1f1;
}

.especialidades-tabs {
  margin-bottom: 30px;
  display: block;
}

.especialidades-tabs a {
  width: 230px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #708ec8;
  display: inline-block;
}

.especialidades-tabs a.active {
  background-color: #0a1c3e;
}

.especialidade-items {
  position: relative;
}

.especialidades-controls {
  width: 100%;
  top: 58%;
  left: 0;
  position: absolute;
  z-index: 2;
}

.especialidades-controls a {
  width: 19px;
  height: 40px;
  top: 0;
  display: inline-block;
  position: absolute;
}

.especialidades-controls a.prev {
  left: 10px;
  background-image: url("assets/images/arrow-prev-azul.png");
}

.especialidades-controls a.next {
  right: 10px;
  background-image: url("assets/images/arrow-next-azul.png");
}

#especialidades article a {
  text-decoration: none;
  color: inherit;
  display: block;
}

#especialidades article .thumb {
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#especialidades .desc {
  padding: 40px 20px;
  background-color: #fff;
  display: block;
  position: relative;
}

#especialidades article .desc.desc-icone {
  position: relative;
  min-height: 303px;
}

#especialidades article .desc.desc-icone:before {
  width: 62px;
  height: 62px;
  line-height: 38px;
  content: "+";
  top: -31px;
  right: 10px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  border: 8px solid #fff;
  font-size: 30px;
  font-weight: bold;
  background-color: #0cb8b6;
  box-sizing: border-box;
  position: absolute;
}

#pergunte {
  padding: 60px 0;
  color: #fff;
  background: url("assets/images/background-pergunte.jpg") center no-repeat;
  background-size: cover;
}

#pergunte .owl-pergunte {
  padding: 0 120px;
  display: block;
}

#pergunte .owl-pergunte b,
#pergunte .owl-pergunte p {
  line-height: 27px;
  font-size: 24px;
}

.pergunte-controls {
  width: 100%;
  top: 30%;
  left: 0;
  position: absolute;
  z-index: 2;
}

.pergunte-controls a {
  width: 19px;
  height: 40px;
  top: 0;
  display: inline-block;
  position: absolute;
}

.pergunte-controls a.prev {
  left: 0;
  background-image: url("assets/images/arrow-prev.png");
}

.pergunte-controls a.next {
  right: 0;
  background-image: url("assets/images/arrow-next.png");
}

#dr-nelson-astur .sobre-doutor {
  margin-bottom: 30px;
}

#dr-nelson-astur .destaque {
  color: #fff;
  background: rgba(11, 48, 91, 1);
  background: -moz-linear-gradient(
    left,
    rgba(11, 48, 91, 1) 0%,
    rgba(12, 60, 105, 0.93) 67%,
    rgba(12, 60, 105, 0.91) 86%,
    rgba(12, 60, 105, 0.91) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(11, 48, 91, 1)),
    color-stop(67%, rgba(12, 60, 105, 0.93)),
    color-stop(86%, rgba(12, 60, 105, 0.91)),
    color-stop(100%, rgba(12, 60, 105, 0.91))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(11, 48, 91, 1) 0%,
    rgba(12, 60, 105, 0.93) 67%,
    rgba(12, 60, 105, 0.91) 86%,
    rgba(12, 60, 105, 0.91) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(11, 48, 91, 1) 0%,
    rgba(12, 60, 105, 0.93) 67%,
    rgba(12, 60, 105, 0.91) 86%,
    rgba(12, 60, 105, 0.91) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(11, 48, 91, 1) 0%,
    rgba(12, 60, 105, 0.93) 67%,
    rgba(12, 60, 105, 0.91) 86%,
    rgba(12, 60, 105, 0.91) 100%
  );
}

#dr-nelson-astur .itens {
  padding-top: 60px;
  border-top: 10px solid #708ec8;
  border-bottom: 10px solid #708ec8;
}

#dr-nelson-astur .item {
  min-height: 250px;
  margin-bottom: 60px;
}

#dr-nelson-astur .item .destaque-icone {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0cb8b6;
  display: block;
}

#dr-nelson-astur .item p {
  text-align: center;
}

#dr-nelson-astur .conteudo {
  padding: 25px 0;
}

#dr-nelson-astur .conteudo:nth-child(odd) {
  background-color: #e6e7e8;
}

.certificados {
  margin-bottom: 45px;
}

.certificados .infos > div > div {
  padding-top: 20px;
  text-align: center;
}

.certificados .infos img {
  max-width: 100%;
}

.curriculo-content {
  display: block;
}

.curriculo-content + .curriculo-content {
  margin-top: 60px;
}

.curriculo-tabs {
  width: 100%;
  padding: 0 10px;
  display: table;
}

.curriculo-tabs a {
  width: 16.66666667%;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: #708ec8;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: bold;
  display: table-cell;
}

.curriculo-tabs a.active {
  background-color: #0a1c3e;
}

.curriculo-desc {
  padding: 30px 20px;
  border: 1px solid #0a1c3e;
  color: #0a1c3e;
}

.curriculo-desc > div {
  display: none;
}

.curriculo-desc ul > li + li {
  margin-top: 20px;
}

.curriculo-desc .infos > div > div > .thumb {
  margin-bottom: 10px;
}

#problemas-comuns #noticias article .desc {
  width: 100%;
  /*height: 100%;*/
  display: table;
}

#problemas-comuns #noticias article .desc h2 {
  vertical-align: middle;
  display: table-cell;
}

#tratamentos article .icone {
  top: 10px;
  left: 10px;
  border-color: #ededed;
  background-size: 26px;
}

#tratamentos #noticias article .desc {
  width: 100%;
  /*height: 100%;*/
  display: table;
}

#tratamentos #noticias article .desc h2 {
  vertical-align: middle;
  display: table-cell;
}

.tratamentos-tabs a {
  width: 100%;
  height: 90px;
  margin-bottom: 30px;
  text-decoration: none;
  display: table;
}

.tratamentos-tabs a div {
  height: 100%;
  line-height: 26px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  background-color: #2c2563;
  vertical-align: middle;
  display: table-cell;
}

.tratamentos-tabs a.active div {
  background-color: #0cb8b6;
}

.tratamentos-tabs a div img {
  margin-right: 10px;
  float: left;
}

#tratamentos-individual article .icone {
  top: 10px;
  left: 10px;
}

#tratamentos-individual .sidebar ul li a {
  padding-left: 107px;
}

#tratamentos-individual .sidebar > ul > li > a {
  padding-left: 92px;
  background-position: center left 20px;
  background-repeat: no-repeat;
}

#coluna-pediatrica #noticias article .desc {
  width: 100%;
  /*height: 100%;*/
  display: table;
}

#coluna-pediatrica #noticias article .desc h2 {
  vertical-align: middle;
  display: table-cell;
}

#pergunte-ao-doutor #pergunta {
  padding: 40px 0;
  color: #fff;
  background-color: #0a1c3e;
}

#noticias.noticias-home {
  padding: 45px 0;
}

#noticias article {
  margin-bottom: 30px;
}

#noticias article a {
  color: inherit;
  text-decoration: none;
  display: block;
}

#noticias article .thumb {
  width: 100%;
  height: 280px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

#noticias article .thumb-lg {
  height: 528px;
}

#noticias article .desc {
  min-height: 129px;
  padding: 30px;
  background-color: #ededed;
  display: block;
}

#noticias article .desc.desc-icone {
  position: relative;
  min-height: 186px;
}

#noticias article .desc.desc-icone:before {
  width: 62px;
  height: 62px;
  line-height: 38px;
  content: "+";
  top: -31px;
  right: 10px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  border: 8px solid #ededed;
  font-size: 30px;
  font-weight: bold;
  background-color: #0cb8b6;
  box-sizing: border-box;
  position: absolute;
}

#noticias article .desc span {
  color: #0cb8b6;
}

#noticias .postado-por {
  margin-top: 130px;
  padding: 10px 30px 10px 130px;
  color: #fff;
  background-color: #0cb8b6;
  position: relative;
}

#noticias .postado-por .linha1 {
  line-height: 18px;
  font-size: 15px;
}

#noticias .postado-por .linha2 {
  line-height: 21px;
  font-size: 18px;
}

#noticias .categorias {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #0cb8b6;
}

#noticias .categorias img {
  vertical-align: top;
}

#noticias .postado-por i {
  display: inline-block;
}

#noticias .postado-por .btn-padrao {
  margin-top: 11px;
  float: right;
}

#noticias .postado-por img {
  bottom: 0;
  left: -3px;
  position: absolute;
}

#consulta {
  padding-top: 60px;
  color: #fff;
  background-color: #0a1c3e;
}

#consulta form {
  margin-bottom: 60px;
  display: block;
}

#consulta .item1,
#consulta .item2,
#consulta .item3,
#consulta .item4 {
  padding: 20px 30px;
}

#consulta .item1,
#consulta .item2 {
  margin-bottom: 12px;
  background-color: #1ba193;
}

#consulta .item2 {
  background-color: #354c78;
}

#consulta .item3 {
  background-color: #708ec8;
}

#consulta .item4 {
  background-color: #6b7fa7;
  margin-top: 12px;
  margin-bottom: 12px;
}

#contato .localizacao,
#contato .contatos {
  padding-bottom: 85px;
}

#contato .contatos .infos {
  width: 48%;
  display: inline-block;
}

#contato .fale-conosco {
  color: #fff;
  background-color: #0a1c3e;
  overflow: hidden;
}

#contato .formulario {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a1c3e;
  z-index: 1;
}

#contato .mapa {
  position: relative;
}

#contato .mapa > img {
  top: 0;
  left: -500px;
  position: absolute;
  z-index: 0;
}

#mapa {
  height: 291px;
  background-image: url("assets/images/mapa-instituto-astur.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

#instituto-astur {
  margin-bottom: 40px;
}

#instituto-astur .conheca h2 {
  line-height: 27px;
  font-size: 24px;
}

#instituto-astur .conheca h1 {
  margin-bottom: 20px;
}

#instituto-astur .conheca p {
  margin-bottom: 40px;
}

.owl-instituto-astur {
  margin-bottom: 30px;
}
.instituto-astur-controls {
  height: 0 !important;
  top: -92px;
  position: relative;
  z-index: 2;
}

.instituto-astur-controls a {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  border: 8px solid #ededed;
  background-position: center;
  background-color: #0cb8b6;
  background-repeat: no-repeat;
  display: inline-block;
}

.instituto-astur-controls a.prev {
  margin-left: 30px;
  margin-right: 10px;
  background-image: url("assets/images/seta-carousel-prev.png") !important;
}

.instituto-astur-controls a.next {
  margin-left: 10px;
  margin-right: 30px;
  background-image: url("assets/images/seta-carousel-next.png") !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  padding: 6px 0 6px 210px;
  line-height: 13px;
  text-align: left;
  background-color: #ededed;
}

.owl-theme .owl-dots .owl-dot {
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  background-color: #0a1c3e;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 11px;
  height: 11px;
  margin: 3px 7px;
  background-color: #0cb8b6;
}

#erro404 {
  padding: 110px 0;
  background: url("assets/images/background-erro404.jpg") center top -15px no-repeat;
}

#erro404 hr {
  width: 120px;
  border-width: 8px;
}

#erro404 h1 {
  margin-bottom: 15px;
  line-height: 78px;
  font-size: 75px;
  color: #fff;
  display: inline-block;
}

#erro404 h2 {
  margin-bottom: 0;
  line-height: 48px;
  font-size: 45px;
  color: #fff;
}

.noticias-erro404 {
  padding: 45px 0;
}

footer {
  padding-top: 40px;
  border-top: 1px solid #708ec8;
}

footer .item1 {
  padding-top: 35px;
}

footer .item2 {
  text-align: center;
}

footer .item3 {
  padding-top: 27.5px;
  text-align: right;
}

footer .borda-footer {
  margin: 0;
  margin-top: 40px;
  border-width: 10px;
  border-color: #708ec8;
}

/* LG container 1170px */
@media screen and (min-width: 1200px) {
  #dr-nelson-astur .item p {
    padding: 0 50px;
  }
}

/* MD container: 970px */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #banner-home .caption {
    width: 50%;
  }

  .header ul > li {
    padding: 5px 10px;
  }
}

/* SM container: 750px */
@media screen and (min-width: 768px) and (max-width: 991px) {
  #banner-home .caption {
    width: 50%;
  }

  #junho-verde {
    background-image: url("assets/images/banner-tablet-junho-verde.png");
  }

  #avisoatendimento {
    background-image: url("assets/images/banner-aviso-atendimento-tablet.jpg");
  }

  #covid {
    background-image: url("assets/images/banner-corona-virus-tablet.jpg");
  }

  #primeiro {
    background-image: url("assets/images/banner_tablet_cirurgia.jpg");
  }

  #segundo {
    background-image: url("assets/images/banner_tablet_coluna.jpg");
  }

  #terceiro {
    background-image: url("assets/images/banner_tablet_conheca.jpg");
  }

  #quarto {
    background-image: url("assets/images/banner_tablet_video.jpg");
  }

  #quinto {
    background-image: url("assets/images/drNelson-bannerNovoLocal-Tablet.png");
  }

  #tratamentos-home .locais {
    margin-top: 0;
  }

  .especialidade-items > div:nth-child(odd) {
    clear: left;
  }

  .especialidade-items > div:nth-child(even) {
    clear: right;
  }
}

/* XS container: auto */
@media screen and (max-width: 767px) {
  h1 {
    line-height: 23px;
    font-size: 20px;
  }

  .titulo-pagina {
    margin-bottom: 50px;
    padding: 20px 0;
  }

  .sidebar {
    margin: 20px -15px;
  }

  #banner-home .caption {
    display: block;
  }

  #banner-home .caption > div {
    padding-top: 20px;
    display: block;
  }

  #banner-home .caption p {
    color: #fff;
    text-shadow: 0 0 10px #000;
  }

  #junho-verde {
    background-image: url("assets/images/banner-mobile-junho-verde.png");
  }

  #avisoatendimento {
    background-image: url("assets/images/banner-aviso-atendimento-mobile.jpg");
  }

  #covid {
    background-image: url("assets/images/banner-corona-virus-mobile.jpg");
  }

  #primeiro {
    background-image: url("assets/images/banner_mobile_cirurgia.jpg");
  }

  #segundo {
    background-image: url("assets/images/banner_mobile_coluna.jpg");
  }

  #terceiro {
    background-image: url("assets/images/banner_mobile_conheca.jpg");
  }

  #quarto {
    background-image: url("assets/images/banner_mobile_video.jpg");
  }

  #quinto {
    background-image: url("assets/images/banner_mobile_video.jpg");
  }

  #sexto {
    background-image: url("assets/images/drNelson-bannerNovoLocal-mobile.png");
  }

  .tabs > ul > li > a {
    line-height: 21px;
    padding: 10px 56px 10px 10px;
    font-size: 18px;
  }

  .tabs > ul > li > a:before {
    width: 36px;
    height: 36px;
    line-height: 28px;
    border-width: 3px;
    margin-top: -18px;
    right: 10px;
  }

  .tabs > ul > li > .desc {
    padding: 10px;
    border-left: 0;
    border-right: 0;
  }

  #tratamentos-home .locais {
    margin-top: 0;
  }

  #especialidades {
    padding-bottom: 35px;
  }

  .especialidades-tabs {
    float: none;
  }

  .especialidades-tabs a {
    width: 100%;
    display: block;
  }

  .especialidades-tabs a + a {
    margin-top: 10px;
  }

  #consulta {
    padding-bottom: 60px;
  }

  #consulta .item1 {
    margin-top: 35px;
  }

  .owl-theme .owl-nav.disabled + .owl-dots {
    padding: 62px 0 6px 0;
    text-align: center;
  }

  .instituto-astur-controls {
    text-align: center;
    top: -116px;
  }

  footer .item1 {
    padding-top: 0;
    text-align: center;
  }

  footer .item2 img {
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  footer .item3 {
    padding-top: 0;
    text-align: center;
  }

  .infos.infos-responsive {
    display: block;
  }

  .infos.infos-responsive > div {
    display: block;
  }

  .infos.infos-responsive > div > div {
    display: block;
  }

  .infos.infos-responsive > div > div + div {
    padding-top: 0;
    padding-left: 0;
  }

  #banner-home .caption {
    width: 100%;
  }

  #dr-nelson-astur .crm {
    margin-bottom: 20px;
    line-height: 18px;
    font-size: 15px;
  }

  .curriculo-desc {
    padding: 20px 10px;
  }

  .curriculo-desc ul {
    padding: 0;
    padding-left: 20px;
  }

  #dr-nelson-astur .item {
    min-height: auto;
  }

  .tratamentos-tabs a {
    margin-bottom: 5px;
  }

  .tratamentos-tabs a div img {
    margin-right: 30px;
  }

  #noticias article .thumb-lg {
    height: 280px;
  }

  #noticias .postado-por {
    margin-top: 0;
    padding: 10px;
    text-align: center;
  }

  #noticias .postado-por i {
    display: block;
  }

  #noticias .postado-por .btn-padrao {
    float: none;
  }

  .curriculo-desc .infos > div > div > .thumb {
    max-width: 100%;
  }

  #contato .localizacao,
  #contato .contatos {
    padding-bottom: 50px;
  }

  #contato .contatos .infos {
    width: 100%;
    display: block;
  }

  #contato .contatos .infos > div {
    width: 100%;
    display: block;
  }

  #contato .contatos .infos > div > div {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    text-align: center;
    display: block;
  }

  #contato .contatos .infos > div > div > img {
    margin-bottom: 5px;
  }

  #contato .contatos .infos > div > div:last-child {
    padding-bottom: 30px;
  }

  #contato .mapa {
    width: 100%;
    height: 291px;
    padding: 0;
  }

  #contato .mapa > img {
    height: 100%;
    margin: auto;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
  }

  #mapa {
    background-size: auto 100%;
  }

  #erro404 h1 {
    line-height: 43px;
    font-size: 40px;
  }

  #erro404 h2 {
    line-height: 33px;
    font-size: 30px;
  }
}

/* MD & LG */
@media screen and (min-width: 992px) {
  .menuActive {
    padding-top: 163px;
  }

  .menuActive header {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 3;
  }

  .menuActive .header {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
  }

  .menuActive .header .logo img {
    height: 56px;
  }

  .menuActive .header-toggle {
    height: 76px;
    margin: -10px 0 -10px 30px;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    float: left;
  }

  .menuActive .header-toggle:hover,
  .menuActive .header-toggle.active {
    border-color: #0cc4b8;
  }

  .menuActive .header-toggle a {
    margin-top: 10px;
    padding: 16px 30px;
    border-left: 1px solid #dbd8d8;
    border-right: 1px solid #dbd8d8;
    display: block;
  }

  .menuActive .header-toggle span {
    width: 30px;
    height: 3px;
    background-color: #0cc4b8;
    display: block;
  }

  .menuActive .header-toggle span + span {
    margin-top: 7px;
  }

  .menuActive .header ul {
    margin-top: 0;
  }

  .menuActive .navbar-default {
    border-top: 0;
    border-bottom: 0;
    background-color: inherit;
    box-shadow: 0 0;
    display: none;
  }

  .menuActive .navbar-default .container {
    border-top: 1px solid #dbd8d8;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }

  .menuActive .navbar-default .navbar-nav > li > a {
    margin-bottom: 0;
  }
}

/* XS & SM */
@media screen and (max-width: 991px) {
  body {
    padding-top: 50px;
  }

  .navbar-default {
    width: 100%;
    height: auto;
    border: 0;
    box-shadow: 0 0;
    background-color: transparent;
    display: block !important;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 2;
  }

  .navbar-default .navbar-collapse {
    width: auto;
    background-color: #fff;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    float: right;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    margin-top: 7.5px;
    display: block;
    float: none !important;
  }

  .navbar-nav > li {
    padding: 0 !important;
    float: none;
  }

  .navbar-nav > li.versao-ingles {
    display: block !important;
  }

  .navbar-nav > li > a {
    padding: 10px 15px !important;
  }

  .collapse.in {
    height: 100%;
    overflow-y: auto !important;
    display: block !important;
  }

  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
  }

  .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-default .container {
    width: 100%;
    padding: 0;
  }

  .navbar-header {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
  }

  .header-mobile {
    width: 90%;
    width: calc(100% - 71px);
    margin: 0;
    padding: 10px 0;
    list-style: none;
    display: table;
    float: left;
  }

  .header-mobile > li {
    width: auto;
    padding: 0 15px;
    vertical-align: middle;
    display: table-cell;
  }

  .header-mobile > li.logo {
    width: 100%;
    border-right: 1px solid #d8d8d8;
  }

  .header-mobile > li + li {
    border-right: 1px solid #d8d8d8;
  }

  .header-mobile > li > a {
    display: block;
  }

  .header-mobile > li.logo > a {
    display: inherit;
  }

  .header-mobile > li.logo > a > img {
    height: 54px;
  }

  .navbar-default .navbar-toggle {
    height: 74px;
    margin: 0;
    padding: 0 19px;
    border: 0;
    border-radius: 0;
    border-bottom: 4px solid transparent;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: inherit;
    border-color: #0cc4b8;
  }

  .navbar-default .navbar-nav > li > a {
    padding: 15px 25px !important;
    border-bottom: 0;
    text-align: center;
  }

  .navbar-default .navbar-nav > li > a:hover {
    border-color: #d8d8d8;
  }

  .navbar-default .navbar-nav > li + li > a {
    border-top: 1px solid #d8d8d8;
  }

  .navbar-toggle .icon-bar {
    width: 33px;
    height: 3px;
    background-color: #0cc4b8 !important;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
  }

  .curriculo-tabs {
    padding: 0;
    display: block;
  }

  .curriculo-tabs a {
    width: 100%;
    margin-bottom: 5px;
    border-left: 0;
    border-right: 0;
    display: block;
  }

  .curriculo-desc .infos > div > div > .thumb {
    width: 300px;
  }
}

/* MEDIA QUERY MENU MOBILE */
@media screen and (min-width: 425px) and (max-width: 767px) {
  /*.header-mobile > li.telefone {
		display: none;
	}*/
}

@media screen and (max-width: 500px) {
  .header-mobile > .logo > a > img {
    max-width: none;
  }

  .header-mobile > li > a > img,
  .navbar-toggle .icon-bar {
    max-width: 25px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .header .logo img {
    height: 70px;
  }
  .menuActive .header-toggle {
    margin: -10px 0 -10px 4px;
  }
  .menuActive .header-toggle a {
    padding: 16px 10px;
  }
}
/* 
#novo-local {
	background: linear-gradient(
180deg
, rgba(188,210,89,0) 0%, rgba(6,40,43,1) 100%);
} */

#novo-local {
  background-image: url("assets/images/drNelson-novo-local.jpg");
}

@media screen and (max-width: 460px) {
  .header-mobile > li.agendar-consulta {
    display: none;
  }
}

@media screen and (max-width: 424px) {
  .header-mobile {
    width: calc(100% - 63px);
  }

  #localStem {
    background-image: url("assets/images/drNelson-bannerNovoLocal-mobile.png");
  }

  .header-mobile > li {
    padding: 0 10px;
  }

  .navbar-default .navbar-toggle {
    padding: 0 19px;
  }
}

@media screen and (max-width: 350px) {
  .header-mobile > li.whatsapp {
    display: none;
  }
}

/* TEXTO BANNER NOVO LOCAL */

#banner-home .caption #novo-local-p {
  line-height: 25px;
  font-size: 22px;
}

/* BANNER TABLET */

@media screen and (min-width: 376px) and (max-width: 768px) {
  #novo-local {
    background-image: url("assets/images/banner-novo-local-de-atendimento-tablet.jpg");
  }

  #novo-local-sub-title {
    color: #ffffff !important;
    text-shadow: 0 0 10px #000000;
  }

  #banner-home .caption #novo-local-p {
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 10px #000000;
  }
}

/* BANENR MOBILE */

@media screen and (max-width: 375px) {
  #novo-local {
    background-image: url("assets/images/banner-novo-local-de-atendimento-mobile.jpg");
  }

  #novo-local-sub-title {
    color: #ffffff !important;
    text-shadow: 0 0 10px #000000;
  }

  #novo-local-title {
    font-size: 24px;
    text-shadow: 0 0 80px #000000;
  }

  #banner-home .caption #novo-local-p {
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 10px #000000;
  }
}

@media screen and (min-width: 768px) {
  #numero {
    display: inline-block;
    visibility: hidden;
  }

  #clique {
    visibility: visible;
  }
}

@media screen and (max-width: 768px) {
  #novo-local {
    background-image: url("assets/images/banner-novo-local-de-atendimento-tablet.jpg");
    /* filter: grayscale(0.5); */
  }

  #clique {
    display: none;
    visibility: hidden;
  }

  .fg-teste,
  .teste {
    display: block;
  }

  #numero {
    visibility: visible;
  }

  #localStem {
    background-image: url("assets/images/drNelson-bannerNovoLocal-Tablet.png");
  }

  .fg-teste {
    background: linear-gradient(
      180deg,
      rgba(188, 210, 89, 0) 0%,
      rgba(6, 40, 43, 1) 100%
    );
  }
}

@media (max-width: 425px) {
  #localStem {
    background-image: url("assets/images/drNelson-bannerNovoLocal-mobile.png");
  }
}
