@import url("https://fonts.googleapis.com/css2?family=Raleway&family=Source+Sans+Pro&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;400&family=Source+Sans+Pro&display=swap");
html {
  overflow-x: hidden;
}

body {
  margin: 0px;
  font-family: "Raleway", sans-serif;
  color: #444;
  font-size: 13pt;
  line-height: 21pt;
  font-weight: 400;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #e5e0dc;
}

::-webkit-scrollbar-thumb {
  background: #687269;
  border-radius: 5px;
  margin: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

div,
p,
img,
.colunas,
.linha,
.navbar {
  transition: 0.5s;
}

address {
  font-size: 11pt;
  line-height: 16pt;
  font-style: initial;
}

a {
  text-decoration: none;
  color: #444;
}

.btn-flutuante {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #32ba46;
  right: 0px;
  height: 60px;
  width: 70px;
  position: fixed;
  z-index: 10;
  border-radius: 50px 0 0 50px;
  text-align: center;
  padding-top: 11px;
}

/* TOPO BANNER */

.topo-sem-banner {
  margin-bottom: 70px;
}

.topo-banner {
  height: 30vh;
  position: relative;
  margin-bottom: 30px;
}

#topo figure img {
  height: 90px;
  width: 100%;
  object-fit: contain;
}

.banner_responsivo {
  width: 100%;
  display: none;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}
*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

/* 
@media screen and (max-width: 900px) {
    #topo .md-4 {
        width: 100% !important
    }
} */

/* 
.filtro {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    height: 100vh;
    width: 100%;
    z-index: 1;
} */

h1 {
  font-size: 25pt;
  line-height: 26pt;
  color: #fff;
  position: absolute;
  left: 200px;
  bottom: 100px;
  width: 350px;
  font-weight: 200;
  z-index: 5;
}

.carousel_boot {
  position: relative;
  margin-bottom: 100px;
  margin-top: 0px;
}

.carousel_boot.pointer-event {
  touch-action: pan-y;
}

.carousel_boot-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel_boot-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel_boot-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0) !important;
}

.carousel_boot-item img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  .carousel_boot-item {
    transition: none;
  }
}

.carousel_boot-item-next,
.carousel_boot-item-prev,
.carousel_boot-item.active {
  display: block;
}

.active.carousel_boot-item-end,
.carousel_boot-item-next:not(.carousel_boot-item-start) {
  transform: translateX(100%);
}

.active.carousel_boot-item-start,
.carousel_boot-item-prev:not(.carousel_boot-item-end) {
  transform: translateX(-100%);
}

.carousel_boot-fade .carousel_boot-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel_boot-fade .carousel_boot-item-next.carousel_boot-item-start,
.carousel_boot-fade .carousel_boot-item-prev.carousel_boot-item-end,
.carousel_boot-fade .carousel_boot-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel_boot-fade .active.carousel_boot-item-end,
.carousel_boot-fade .active.carousel_boot-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel_boot-fade .active.carousel_boot-item-end,
  .carousel_boot-fade .active.carousel_boot-item-start {
    transition: none;
  }
}

.carousel_boot-control-next,
.carousel_boot-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  .carousel_boot-control-next,
  .carousel_boot-control-prev {
    transition: none;
  }
}

.carousel_boot-control-prev {
  left: 0;
}

.carousel_boot-control-next {
  right: 0;
}

.carousel_boot-control-next-icon,
.carousel_boot-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel_boot-control-prev-icon {
  background-image: url("../imagens/icones/seta-esquerda.svg");
  background-size: contain;
}

.carousel_boot-control-next-icon {
  background-image: url("../imagens/icones/seta-direita.svg");
  background-size: contain;
}

.carousel_boot-indicators {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel_boot-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  padding: 0;
  margin-right: 15px;
  margin-left: 15px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel_boot-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel_boot-indicators .active {
  opacity: 1;
}

.carousel_boot-dark .carousel_boot-indicators [data-bs-target] {
  background-color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 800px) {
  .topo-banner {
    height: 250px;
    position: relative;
    margin-bottom: 10px;
    background-color: #0fbab6;
  }
}

@media screen and (max-width: 600px) {
  .filtro {
    height: 70vh;
  }
  h1 {
    font-size: 18pt;
    line-height: 19pt;
    left: 0;
    bottom: 80px;
    width: 300px;
    text-align: center;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .carousel_boot-item {
    height: 70vh;
  }
  .carousel_boot-item img {
    height: 70vh;
    width: 100%;
    object-fit: cover;
  }
  .carousel_boot-indicators {
    bottom: 15px;
  }
}

@media screen and (max-width: 450px) {
  .topo-banner {
    height: 15vh;
    position: relative;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 390px) {
  h1 {
    font-size: 15pt;
    line-height: 16pt;
  }
}

/* FIM TOPO BANNER */

/* MENU MOBILE */

.nav-mob,
.seta-abrir,
.seta-fechar {
  display: none;
}

@media screen and (max-width: 899px) {
  .nav-mob {
    padding: 5px 5px 75px 5px;
    height: 100vh;
    width: 100vw;
    background: #f8f9fa;
    position: absolute;
    top: 0px;
    left: -950px;
    z-index: 6;
    overflow: auto;
    position: fixed;
    display: block;
  }
  .nav-mob .pq-6 {
    margin-bottom: 5px;
    padding: 4px;
  }
  .nav-mob .pq-6 div {
    background: #fff;
    border-radius: 10px;
    padding: 3px;
    height: 58px;
    font-size: 13t;
    line-height: 14pt;
    text-align: center;
    display: table;
    width: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .menu-const {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .nav-mob .pq-3 div {
    text-align: center;
    display: table;
    height: 45px;
    background-color: #fff;
    width: 100%;
  }
  .nav-mob .pq-3 div a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 12pt;
    line-height: 12pt;
  }
  .nav-mob .pq-6 div a {
    display: table-cell;
    vertical-align: middle;
  }
  .seta-abrir,
  .seta-fechar {
    position: absolute;
    height: 50px;
    width: 50px;
    position: fixed;
    z-index: 10;
    border-radius: 0px 50px 50px 0px;
    padding-top: 12px;
    border: 1px solid #fff;
    display: block;
  }
  .seta-fechar {
    background-color: #0fbab6;
    left: -100px;
    text-align: center;
    top: 10px;
  }
  .seta-abrir {
    background-color: #0fbab6;
    left: 0px;
    text-align: left;
    padding-left: 8px;
    top: 40px;
  }
  .redes-topo {
    text-align: center;
  }
}

.endereco-topo {
  margin-top: 20px;
}

.endereco-topo p {
  font-size: 13pt;
  line-height: 14pt;
  position: relative;
  padding-left: 45px;
  padding-right: 10px;
}

.endereco-topo p .local {
  position: absolute;
  left: 5px;
  top: 4px;
}

.endereco-topo p .carta {
  position: absolute;
  left: 10px;
}

/* FIM MENU MOBILE */

/* HOME */

.bloco-dras {
  padding: 0px 30px 30px 50px;
}

.bloco-dras h2 {
  color: #0fbab6;
}

.div-index {
  margin-top: 100px;
}

.btn-mais {
  background: #e1c19f;
  color: #fff;
  padding: 5px 10px 5px 10px;
  border: 1px solid #e1c19f;
  transition: 0.5s;
  font-size: 13pt;
  line-height: 13pt;
  font-weight: 500;
}

.btn-mais:hover {
  background: #fff;
  color: #e1c19f;
}

.padding {
  padding: 0;
}

h4 {
  color: #0fbab6;
  font-weight: 400;
  font-size: 20pt;
}

.cont_pai {
  height: 700px;
  display: table;
  width: 100%;
  margin-bottom: 60px;
}

.cont_pai .cont_filha {
  display: table-cell;
  vertical-align: middle;
}

.ret-azul {
  background: rgba(0, 0, 0, 0.3);
  margin-top: 50px;
  padding: 30px;
}

.ret-azul .cont_pai {
  height: 250px;
  color: #fff;
  font-size: 23pt;
  list-style: 24pt;
  text-align: center;
}

.btn-servicos {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 20px;
  color: #ffff;
  transition: 0.5s;
}

.btn-servicos:hover {
  color: #0fbab6;
  background: #fff;
}

.ret-azul .bloco-servico {
  margin-top: 10px;
}

.foto {
  height: 700px;
  margin-bottom: 60px;
}

.foto img {
  width: 100%;
  object-fit: cover;
  height: 700px;
  border-radius: 15px;
}

.clinica {
  background-image: url("../imagens/banner-2.webp");
  background-size: cover;
  height: 100vh;
  margin-top: 100px;
  background-attachment: fixed;
}

.clinica .cont_pai {
  height: 100vh;
}

.quadro {
  height: 80vh;
  background: rgba(255, 255, 255, 0.93);
  width: 100%;
  border-radius: 10px;
  padding: 0 45px 0 45px;
  font-size: 20pt;
  line-height: 21pt;
}

.quadro2 p {
  font-size: 23pt;
  line-height: 24pt;
}

.quadro .quadro2 span {
  color: #0fbab6;
}

.quadro .cont_pai {
  height: 100%;
}

.quadro .quadro2 {
  width: 100%;
}

.quadro2 img {
  height: 40px;
  width: 100%;
  object-fit: cover;
}

.onda-topo {
  margin-bottom: 1rem;
}

.onda-bottom {
  margin-top: 1rem;
}

.container-formulario {
  display: flex;
  margin-top: 100px;
}

.container-formulario .b_direito {
  min-height: 45vw;
  width: 50%;
  background: url("../imagens/banner-form.webp") center center no-repeat;
  display: inline;
  background-size: cover;
}

.container-formulario .b_esquerdo {
  min-height: 45vw;
  width: 50%;
  background: #e1c19f;
  display: inline;
  padding: 0 80px 0 80px;
}

.b_esquerdo .cont_pai {
  min-height: 45vw;
}

.b_esquerdo p {
  text-align: center;
  color: #fff;
  font-size: 20pt;
  line-height: 21pt;
}

.btn-enviar {
  background: #0fbab6;
  color: #fff;
  padding: 10px 15px 10px 15px;
  border: 1px solid #0fbab6;
  border-radius: 15px;
}

@media screen and (max-width: 980px) {
  .container-formulario .b_direito {
    display: none;
  }
  .container-formulario .b_esquerdo {
    width: 100%;
    padding: 0 20px 0 20px;
  }
}

@media screen and (max-height: 500px) {
  .quadro {
    height: 100vh;
  }
  .quadro2 img {
    display: none;
  }
  .div-index {
    margin-top: 50px;
  }
}

@media screen and (max-width: 600px) {
  .ret-azul {
    padding: 30px 10px 10px 10px;
  }
  .ret-azul .bloco-servico {
    margin-bottom: 0px;
  }
  .cont_pai {
    height: 300px;
  }
  .ret-azul {
    margin-top: 10px;
  }
  .foto {
    height: 300px;
    margin-bottom: 60px;
  }
  .foto img {
    width: 100%;
    object-fit: contain;
    height: 300px;
  }
  .clinica {
    margin-top: 0px;
    background-image: none;
  }
  .quadro {
    height: 100vh;
    background: rgba(255, 255, 255, 0.93);
    width: 100%;
    border-radius: 0px;
    padding: 0 30px 0 30px;
    font-size: 15pt;
    line-height: 16pt;
  }
  #derma-clinica,
  #derma-estetica {
    opacity: 0;
    transition: 0.5s;
    position: absolute;
  }
  .container-formulario .b_direito {
    display: none;
  }
  .container-formulario .b_esquerdo {
    width: 100vw;
    padding: 50px 10px 10px 10px;
    height: 700px;
  }
  .container-formulario {
    margin-top: 0px;
  }
  .container-formulario .cont_filha {
    display: inherit;
    vertical-align: inherit;
  }
  .label-float textarea {
    height: 60px;
    resize: none;
  }
  .b_esquerdo p {
    font-size: 14pt;
    line-height: 16pt;
  }
  .btn-flutuante {
    top: inherit;
    bottom: 5px;
    margin-top: inherit;
    margin-bottom: inherit;
  }
}

/* FIM HOME */

/* NOSSA CLINICA */

.mapa {
  height: 400px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 80px;
}

.nossa-clinica h2 {
  color: #0fbab6;
}

.container-galeria {
  display: flex;
  margin-top: 100px;
}

.container-galeria .b_direito {
  height: 100vh;
  width: 50vw;
  background-image: url("../imagens/clinica/IMG_0940-2.webp");
  display: inline;
  background-size: cover;
}

.container-galeria .b_esquerdo {
  height: 100vh;
  width: 50vw;
  background-image: url("../imagens/clinica/IMG_1004-2.webp");
  display: inline;
  background-size: cover;
}

#galeria {
  width: 100%;
  display: block;
  position: relative;
  margin: 60px auto;
  height: 300px;
  overflow: hidden;
  margin-top: 20px;
}

#galeria .owl-prev {
  font-size: 40pt;
  color: #000;
  left: 0;
  top: 70px;
  z-index: 9999999;
  opacity: 1;
  width: 20px;
  position: absolute;
  height: 120px;
}

#galeria .owl-next {
  font-size: 40pt;
  color: #000;
  right: 0;
  top: 70px;
  z-index: 9999999;
  opacity: 1;
  width: 20px;
  position: absolute;
  height: 120px;
}

.carousel-fotos {
  height: 300px;
  border-radius: 5px;
}

@media screen and (max-width: 1300px) {
  #galeria {
    width: 400px;
  }
}

@media screen and (max-width: 850px) {
  #galeria {
    width: 500px;
  }
}

@media screen and (max-width: 550px) {
  #galeria {
    width: 300px;
  }
}

@media screen and (max-width: 850px) {
  .container-galeria {
    display: block;
  }
  .container-galeria .b_esquerdo,
  .container-galeria .b_direito {
    height: 50vh;
    width: 100vw;
    display: block;
  }
}

/* FIM NOSSA CLINICA */

/* FORMULARIO */

.label-float {
  position: relative;
}

.label-float input,
.label-float select,
.label-float textarea {
  border: 0;
  outline: none;
  width: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  /* -webkit-appearance: none; */
  border-radius: 5px;
  font-size: 11pt;
  padding: 11px;
  margin-bottom: 25px;
  border: 1px solid #fff;
  background: #fff;
}

.label-float textarea {
  height: 90px;
  width: 100%;
  resize: none;
}

.label-float input {
  height: 35px;
  width: 100%;
}

.label-float input::placeholder,
.label-float textarea::placeholder {
  color: transparent;
}

input[type="submit"],
input[type="button"] {
  width: 100%;
  cursor: pointer;
}

.label-float label {
  pointer-events: none;
  position: absolute;
  top: -3px;
  left: 15px;
  margin-top: 13px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  font-size: 11pt;
  line-height: 11pt;
  font-weight: 500;
}

input,
textarea,
select {
  font-family: "Raleway", sans-serif;
}

select {
  color: #444;
  font-size: 12pt;
  line-height: 12pt;
}

.label-float input:focus + label,
.label-float input:not(:placeholder-shown) + label {
  margin-top: -15px;
  left: 0px;
}

.label-float textarea:focus + label,
.label-float textarea:not(:placeholder-shown) + label {
  margin-top: -15px;
  left: 0px;
}

/* FIM FORMULARIO */

/* DOUTORAS */

.equipe-dra .cont_pai {
  height: 500px;
  display: table;
  width: 100%;
}

.equipe-dra strong {
  color: #0fbab6;
  font-size: 17pt;
  line-height: 17pt;
}

.equipe-dra .cont_pai .cont_filha {
  display: table-cell;
  vertical-align: middle;
}

.equipe-dra .doutora img {
  height: 500px;
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
}

.pl-90 {
  padding-left: 90px;
}

.mt-200 {
  margin-top: 200px;
}

@media screen and (max-width: 980px) {
  .pl-90 {
    padding-left: 15px;
  }
}

/* FIM DE DOUTORAS */

/* CONTATO */

.contato h3 {
  color: #0fbab6;
}

/* FIM CONTATO */

/* FOOTER */

footer {
  background: rgba(0, 0, 0, 0.3);
  padding-top: 20px;
  position: relative;
  padding-bottom: 80px;
}

footer hr {
  border: 1px solid #ffff;
}

footer p {
  color: #fff;
  font-size: 11pt;
  line-height: 12pt;
  position: relative;
  padding-left: 38px;
}

footer .meio {
  padding-right: 80px;
}

.direitos {
  position: absolute;
  right: 7%;
  bottom: 0;
}

.logo-branco {
  margin-top: 30px;
}

footer p img {
  position: absolute;
  left: 0;
}
