@font-face {
    font-family: 'Made Sunflower';
    src: url(/fonts/MADE_Sunflower.otf);
  }

  @font-face {
    font-family: 'Montserrat';
    src: url(/fonts/Montserrat-Light.ttf);
  }

  .font-sunflower {
    font-family: "Made Sunflower";
  }

  .font-montserrat {
    font-family: "Montserrat";
  }

  .color-bordo {
    color: #781021;
  }

  .color-amarelo {
    color: #FCD9B2;
  }

body {
    background-color: #F8F5EF !important;
}

.round {
  border-radius: 20px;
}

.navbar{
    z-index: 9;
}

.banner {
    background-image: url('/images/banner.webp');
    padding: 20rem 0;
    background-size: cover;
    background-position: center;
}

.banner-texto h3 {
  font-size: 3rem;
}

@media(max-width: 768px)
{
  .banner {
    background-image: url('/images/banner_m.webp');
    min-height: 50rem;
  }

  .botao-agendar {
    position: absolute;
    bottom: -28rem;
    left: 5rem;
    width: fit-content !important;
  }

  .banner-texto {
    position: absolute;
    top: -10rem;
  }

  .banner-texto h3 {
    font-size: 2rem;
  }

  .navbar-nav {
    background-color: #00000070;
    padding: 1rem;
    border-radius: 20px;
  }
}

.experiencia{
    background-image: url('/images/bg_30_anos.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 7rem 0;
}

.borda-swiper-img {
    border-radius: 50px 0 0 50px; 
    object-fit: cover; 
    width: 100%; 
    height: 100%;
}

@media(max-width: 768px)
{
    .borda-swiper-img {
        border-radius: 50px 50px 0 0; 
    }
}

.icon-swiper {
  /* background-color: #781021;
    border-radius: 2rem;
    padding: 1.3rem .5rem; */
    width: 3rem;
    height: 5rem;
    align-items: center;
    display: flex;
}

.items-icons h3 {
  font-size: 1.3rem;
}

.borda-intraoral {
  border: 1px solid #781021;
  border-radius: 50px;
}

.intraoral {
  background-color: #781021;
  object-fit: contain;
  border-radius: 0 50px 50px 0;
}

.realce-button {
  background-image: url(/images/bg_realce.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1.3rem 1rem;
}

.btn-bordo {
  background-color: #781021;
  border-radius: 3rem;
  padding: .7rem;
  color: white;
  text-decoration: none;
}

.swiper-button-next {
    color: black;
    background-color: white;
    padding: 1rem 1.5rem;
    border-radius: 100%;
    box-shadow: 2px 6px 20px -5px #781021;
}

.sobre {
  background-image: url(/images/bg_sobre.webp);
    background-size: cover;
    background-position: center;
    border-radius: 100px 100px 0 0;
}

.btn-agendar {
  background-color: white;
  padding: 1.5rem 1.2rem 1.7rem 1.2rem;
  border-radius: 20px;
  color: black;
  text-decoration: none;
}

.btn-agendar-alt .btn-agendar {
  background-color: #781021;
  color: white;
  img {
    filter: invert(100%); 
  }
}

.map-card{
  border: 1.5px solid #781021;
  border-radius: 2rem;
}

.map-card iframe {
  min-height: 25rem;
  height: 100%;
  border: 1.5px solid #781021;
  border-radius: 2rem;
  width: 100%;
}

.map-title-card {
  background-color: #781021;
  border-radius: 2rem;
  padding: .7rem;
  color: white;
  bottom: -20px;
    left: -30px;
    right: 30px;
    line-height: 1;
}

.agendar {
  background-image: url('/images/agendar_bg.webp');
  background-repeat: no-repeat;
    background-position: top left;
    background-size: 10rem;
}

footer {
  background-color: #9e2237;
  background-image: url('/images/footer_bg.webp');
  background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.sedacao {
  background-color: #5C0816; 
  min-height: 18rem; 
  border-radius: 0 0 50px 0;
}

@media(max-width: 768px)
{
  .sedacao {
    border-radius: 0;
  }
}

.sedacao-bg {
  background-image: url('/images/sedacao.webp'); 
  background-size: cover; 
  background-repeat: no-repeat;
  border-radius: 0 0 50px 0;
}

@media(max-width: 768px)
{
  .sedacao-bg {
    border-radius: 0;
  }
}

.whats-web
{
  display: unset;
}
.whats-api
{
  display: none;
}
@media(max-width: 768px)
{
  .whats-web
{
  display: none;
}
.whats-api
{
  display: unset;
}
}