@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Lato', Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #f5fbff;
  background-image: url('https://www.transparenttextures.com/patterns/blizzard.png');
}

@media (min-width: 769px) {
  body {
    padding-top: 35px;
  }
}

p {
  margin: 0;
}
@media (max-width: 768px) {
  br {
    display: none;
  }
}

.heroi {
  background: url('principal-teste.webp') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}

.texto-box {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .heroi {
    background: url('hero-mobile2.webp') no-repeat center center;
    background-size: cover;
    clip-path: none;
    height: auto;
  }

  .heroi .container {
    padding-top: 400px;
  }
}
@media (max-width: 768px) {
  header.navbar {
    position: static;
  }
}

.primaria {
  color: #0056b3;
  font-weight: bold;
}

.secundaria {
  background: linear-gradient(to right, #4a00e0, #8e2de2);
  color: #fff;
  border-radius: 30px;
  padding: 5px;
}

.container {
  max-width: 100%;
  padding-left: 2rem; /* Garantindo espaçamento lateral para o conteúdo */
}

.titulo-heroi {
  font-size: 2.5rem;
  color: #0056b3;
  font-weight: bold;
}

.descricao-heroi {
  font-size: 1.25rem;
  margin-top: 1rem;
  color: #000;
}

.descricao-detalhada {
  font-size: 1rem;
  color: black;
  margin-top: 1rem;
}

.botao-agendar {
  margin-top: 1.5rem;
  background: linear-gradient(to right, #4a00e0, #8e2de2);
  border: none;
  color: #fff;
  font-size: 1.25rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.botao-agendar:hover {
  background: linear-gradient(to right, #8e2de2, #4a00e0);
}

.navbar {
  padding: 1rem 2rem;
}

.navbar-nav .nav-item .nav-link {
  margin-left: 1rem;
}

.navbar-nav .nav-item .btn {
  margin-left: 1.5rem;
}

@media (max-width: 768px) {
  .heroi {
    background-position: center top;
    text-align: center;
    padding: 2rem 1rem;
  }

  .titulo-heroi {
    font-size: 2rem;
  }

  .descricao-heroi {
    font-size: 1rem;
  }

  .descricao-detalhada {
    font-size: 0.875rem;
  }

  .botao-agendar {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}
.img-fluid.redondo {
  border-radius: 100px;
}

.exames .border {
  border-color: #8e2de2 !important;
}

.exames i {
  margin-right: 15px;
  color: #8e2de2;
}

.exames img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.convenios {
  padding: 3rem 0;
}

.convenios img {
  max-height: 300px;
  width: auto;
}

.carousel-inner {
  display: flex;
  align-items: center;
}

.depoimentos .depoimento-box {
  background-color: #fff;
}

.depoimentos .avatar {
  font-size: 1.5rem;
  font-weight: bold;
}

.depoimentos .rating span {
  font-size: 1.25rem;
}

.depoimentos .badge {
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

.depoimentos .text-muted {
  font-size: 0.875rem;
}

.depoimentos .lead {
  margin-top: -20px;
  padding-top: 0;
}

.galeria-fotos {
  padding-bottom: 50px;
}

.galeria-fotos img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.galeria-fotos img:hover {
  transform: scale(1.05);
}
