html {
  scroll-behavior: smooth;
}

/* -------------------------------------------------------------------
 * ## pace.js styles - minimal - (_document-setup.scss)
 * ------------------------------------------------------------------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 900;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}

.oldie .pace {
  display: none;
}

/* ===================================================================
 * # preloader - (_preloader-line-scale-pulse-out.scss)
 *
 * ------------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #050505;
  z-index: 800;
  height: 100%;
  width: 100%;
  display: table;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}

#loader {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out > div:nth-child(2),
.line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1),
.line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important;
}

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }

  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

}

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }

  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

}


/* -------------------------------------------------------------------
 * WhatsApp API Style
 * ------------------------------------------------------------------- */

#whatsapp-container {
  z-index: 99;
  bottom: 50px;
  right: 50px;
  position: fixed;
}

#whatsapp-container:hover {
  color: white;
  filter: brightness(80%);
}

#whatsapp-container i {
  color: #ffffff;
  background-color: transparent;
  font-size: 45px;
  padding: 20px;
  border-radius: 100%;
  transition: all 0.3s ease;
}

.box {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  background: #1C2A57;
  box-shadow: 0 0 0 0 rgb(28, 42, 140);
  animation: pulse-green 2s infinite;
  border-radius: 50%;
  border: #1d2c5b solid 3px;
}
.bounce-6 {
  animation-name: bounce-6;
  animation-timing-function: ease;
}

@keyframes bounce-6 {
  0%   { transform: scale(1,1)      translateY(0); box-shadow: 0 0 0 0 rgba(28, 42, 140, 0.82);}
  10%  { transform: scale(1,1)      translateY(-18px); }
  30%  { transform: scale(1,1)      translateY(0); }
  50%  { transform: scale(1,1)      translateY(0); }
  57%  { transform: scale(1,1)      translateY(0); }
  64%  { transform: scale(1,1)      translateY(0); box-shadow: 0 0 0 10px rgba(28, 42, 140, 0);}
  100% { transform: scale(1,1)      translateY(0); box-shadow: 0 0 0 0 rgba(28, 42, 140, 0);}
}


@media only screen and (max-width:1200px) {
  #whatsapp-container i{
    font-size: 28px;
    padding: 13px;
  }

  #whatsapp-container {
    bottom: 18px;
    right: 18px;
    position: fixed;
  }
}


::-webkit-scrollbar {
  width: 5px;
  border-radius: 5rem;
}


::-webkit-scrollbar-thumb {
  background: rgb(255, 255, 255);
  border-radius: 5rem;
}
::-webkit-scrollbar-track {
  background: rgba(51, 51, 51, 0.95);
}

::-webkit-scrollbar-thumb:hover {
  background: #707070;
}

hr{
  height:2px !important;
  width:100%;
  border-width:0;
  color: #B3B3B3;
  background-color: #B3B3B3;
  margin-right: 14rem;
}

.first-text{
  padding-top: 8rem;
  letter-spacing: 2px;
}

#Home{
  background-image: url(../imgs/bg-home-3.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 57rem;
}

#Home h1, h2{
  font-family: Montserrat;
}

#Home h1{
  color: white;
  font-weight: bold;
  word-spacing: 1px;
  line-height: 1.3;
}

#Home h2{
  color: #B3B3B3;
  font-weight: 400;
}

.just-mobile{
  display: none;
}

.btn-whats{
  font-family: Montserrat;
  border: solid 2px white !important;
  border-radius: 2rem !important;
  transition: .5s ease;
}

.btn-whats:hover{
  color: black !important;
  border: solid 2px black !important;
}

#Tratamentos h1{
  color: #333333;
  font-size: 3.5rem;
}

#Tratamentos img:hover{
  scale: 1.04;
}

#Tratamentos p{
  font-family: "Montserrat Medium";
  color: #333333;
  font-weight: 600;
}

.tb-1{
  border-right: 2px solid #B9B9B9;
  border-bottom: 2px solid #B9B9B9;
}
.tb-2{
  border-bottom: 2px solid #B9B9B9;
}
.tb-3{
  border-right: 2px solid #B9B9B9;
}

#Galeria {
  background-image: url(../imgs/bg-gallery-top.png), url(../imgs/bg-gallery-bottom.png);
  background-repeat: no-repeat;
  background-size: initial;
  background-position: left top, right bottom;
}

#Galeria h1{
  font-family: "Montserrat Black";
  font-size: 3rem;
  font-weight: 800;
}

.carousel-control-next{
  right: -9rem !important;
}

.carousel-control-prev {
  left: -9rem !important;
}

.carousel-indicators li {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
}

.box-gallery{
  z-index: 1;
  background-color: #333333;
}

.gallery-space{
  padding-top: 2.4rem;
  padding-bottom: 3.75rem;
}

.aspas-1{
  top: -25px;
  position: absolute;
}

.depoimento-box{
  font-family: Montserrat;
  background-color: #B9B9B9;
  font-weight: 500;
  border-radius: 2rem;
}

.depoimento-nome{
  font-family: "Montserrat Black";
}

.aspas-2{
  bottom: -25px;
  right: 0;
  position: absolute;
}

#Localizacao{
  background-image: url(../imgs/bg-location.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-top: 9rem;
  padding-bottom: 9rem;
}

#Localizacao span{
  font-size: .6rem;
}

#Localizacao h1{
  font-family: "Montserrat Black";
  letter-spacing: 2px;
}

#Localizacao h3{
  font-family: Montserrat;
  letter-spacing: 1px;
  font-size: 1.6rem;
}

#Localizacao h4{
  line-height: .7;
}

#Localizacao h4:hover{
  filter: brightness(80%);
}

#Localizacao a:hover{
  text-decoration: none;
}

#Localizacao{
  .form-control{
    font-family: Montserrat;
    font-size: .85rem!important;
    font-weight: 600;
    border-radius: 1rem;
    border: 0;
  }
}
#Localizacao input::placeholder{
  font-family: "Montserrat Medium";
  letter-spacing: 1px;
  color: rgb(200, 200, 200) !important;
  font-size: .85rem!important;
  font-weight: 600;
}

#Localizacao label{
  font-size: 1.3rem!important;
  letter-spacing: 1px;
}

#Localizacao .input-with-icon {
  position: relative;
}

#Localizacao .icon {
  position: absolute;
  top: 50%;
  left: 15px; /* Ajuste o valor conforme necessário para o espaçamento desejado */
  transform: translateY(-50%);
  color: #333333;
}

#Localizacao input {
  padding-left: 40px; /* Ajuste o valor para acomodar o ícone */
}

.btn-enviar{
  background-color: transparent !important;
  border: 1px solid #B3B3B3 !important;
  border-radius: 3rem !important;
  padding: 0 2.5rem !important;
  font-size: 1.5rem !important;
  color: #B3B3B3 !important;
}

.map-iframe {
  margin: 0; /* Remove as margens */
  width: 560px;
  height: 360px;
  border-radius: 1rem !important;
}

.map-iframe-box {
  width: 560px;
  height: 360px;
  border: 8px solid white;
  border-radius: 1rem;
  overflow: hidden;
}


footer{
  font-family: "Montserrat Medium";
  background-image: url(../imgs/bg-footer.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%);
}

footer span{
  font-size: 10px;
}

footer a{
  color: white;

}

footer a:hover{
  text-decoration: none;
  color: #000000;
}

footer li{
  padding-top: 5px !important;
}

footer li>a{
  font-family: Montserrat;
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 1.4rem;
}

.custom-list {
  list-style-type: disc; /* Use 'disc' for bullet points */
}

.b-radius-50{
    border-radius: 50%;
}

@media only screen and (min-width:2075px){

}

@media only screen and (max-width:1366px){
  #Home{
    background-position: right;
  }
}

@media only screen and (max-width:1200px){

}
@media only screen and (max-width:962px){
  .remove-mobile{
    display: none;
  }
  #Home{
    background-image: url(../imgs/bg-home-2.png);
    height: auto;
  }
  .first-text{
    padding-top: 7rem;
  }
  .doctor-img{
    padding-bottom: 6rem;
  }

  #Home h1{
    font-size: 1.5rem;
  }
  #Home h2{
    font-size: 1.5rem;
  }

  #Tratamentos h1 {
    font-size: 2.3rem;
  }

  #Galeria h1 {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }

  .just-mobile{
    display: block;
  }
  hr{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #Galeria h2{
    font-size: 1rem;
  }
  #Depoimentos p{
    font-size: 12px;
  }

  .aspas-1{
    scale: 0.6;
    top: -40px;
    left: -20px;
    position: absolute;
  }
  .aspas-2{
    scale: 0.6;
    bottom: -40px;
    right: -20px;
    position: absolute;
  }

  footer img{
    scale: .75;
  }

  .map-iframe {
    width: 90vw;
    height: 25vh;
  }

  .map-iframe-box {
    width: 90vw;
    height: 25vh;
  }
  .carousel-control-next{
    right: 0 !important;
  }

  .carousel-control-prev {
    left: 0 !important;
  }
  #Localizacao {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  #Localizacao h1 {
    font-size: 2.2rem;
  }

  #Localizacao h3{
    font-size: 1.3rem;
  }
  .custom-list {
    list-style-type: none;
  }
}

@media only screen and (max-width:768px){

}

@media only screen and (max-width:540px){
  .doctor-img{
    padding-bottom: 7.4rem;
  }
}

@media only screen and (max-width:414px){

}
@media only screen and (max-width:390px){
  .doctor-img{
    padding-bottom: 7.6rem;
  }
  #Localizacao h4 {
    font-size: 1rem;
    line-height: 1;
  }
  #Localizacao h1 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width:320px){

}

@media only screen and (max-width:280px){

}

