:root {
  --primary-color: #7FB9D4;
  /* Azul médio mais vibrante - tom principal */
  --secondary-color: #F8FBFD;
  /* Branco azulado mais limpo - fundo */
  --accent-color: #3A7A9C;
  /* Azul mais profundo para contraste */
  --detail-color: #BFE0EF;
  /* Azul claro mais definido para detalhes */
  --elegant-color: #E8F4F9;
  /* Azul suave refinado para fundos secundários */
  --text-color: #2C3E50;
  /* Cor base para textos */
}

.navbar-nav .nav-link {
  color: var(--text-color);
}

.navbar-brand {
  color: var(--text-color);
}

body {
  background-color: var(--secondary-color);
  color: var(--text-color);
  font-family: 'Helvetica Neue', sans-serif;
  font-size: clamp(0.8rem, 1.5vw, 1rem);

}

.hero {
  background: url('img/capa.webp') center center / cover no-repeat;
  height: 90vh;
  position: relative;
  background-size: cover;
  background-position: center center;
  color: white;
  padding: 120px 0;
  text-align: center;

  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

}

.hero h1 {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  font-size: 3.5rem;
}

.hero p {
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.5rem;
}

.hero-box {
  margin-top: 10vh;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  /* 0.4 = 40% de opacidade escura */
  z-index: 1;
}

.hero>* {
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-size: 3rem;
  font-weight: bold;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  box-shadow: 0 0 0 0.25rem rgba(173, 216, 230, 0.25) !important;
}

.btn-success {
  background-color: #25D366;
  border-color: #25D366;
  transition: all 0.3s ease;
}

.btn-success:hover {
  background-color: #1ebe5d;
  border-color: #1ebe5d;
}

.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  background-color: #25D366 !important;
  border-color: #25D366 !important;
  box-shadow: 0 0 0 0.25rem rgba(37, 211, 102, 0.25) !important;
}

/* Estilo para botões outline-primary */
.btn-outline-primary {
  color: var(--accent-color);
  border-color: var(--accent-color);
  background-color: transparent;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  box-shadow: 0 0 0 0.25rem rgba(135, 182, 201, 0.25);
}

.section-title {
  color: var(--accent-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.primary-color-custom {
  color: var(--accent-color) !important;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

footer {
  background-color: var(--primary-color);
  color: white;
  padding: 20px 0;
}

footer a {
  color: #fff;
}

footer a:hover {
  text-decoration: underline;
}

.card-img-top.rounded-circle {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: auto;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  color: white;
  font-size: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #1ebe5d;
  text-decoration: none;
  color: white;
}

.creditos {
  text-align: center;
  font-size: 0.9rem;
  color: #fff7f7;
  margin-top: 2rem;
}

.text-primary {
  color: #4A4A4A !important;
}

.creditos .coracao {
  color: #e25555;
}


.creditos a:hover {
  color: #fff;
}

.img-ajustada {
  width: 400px !important;
  height: 450px !important;
  object-fit: cover !important;
  object-position: 40% 10% !important;
  /* eixo X (horizontal), eixo Y (vertical) */
  border-radius: 80% !important;
}



.bg-custom-light {
  background-color: var(--secondary-color);
}

.service-card {
  background-color: white;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.text-primary {
  color: var(--primary-color);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  /* fundo semitransparente escuro */
  border-radius: 50%;
  padding: 1px;
}

/* Para telas grandes */
@media screen and (min-width: 1024px) {
  .hero-box {
    margin-top: 30vh;
  }
}

/* Para telas médias (ex: tablets) */
@media screen and (max-width: 992px) and (min-width: 768px) {
  .hero-box {
    margin-top: 30vh;
  }
}

/* Para telas pequenas (ex: celulares) */
@media screen and (max-width: 768px) {
  .hero-box {
    margin-top: 35vh;
  }
}


/* Telas médias (ex: tablets) */
@media (max-width: 992px) {
  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1.2rem;
  }
}

/* Telas pequenas (ex: celulares) */
@media (max-width: 600px) {
  .hero h1 {
    font-size: 1.5rem;
  }

  .hero p {
    font-size: 1rem;
  }
}


/* Para telas grandes (a partir de 992px) */
@media (min-width: 1200px) {
  .hero-image {
    background-position: top center !important; 
  }
}

/* Estilos para os cards de serviços */
.card {
  transition: all 0.3s ease;
  border: none;
  background: #fff;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-body {
  padding: 1.5rem;
  position: relative;
}

/* Estilo para os ícones nos cards */
.card-body .bi {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  color: var(--bs-primary);
  transition: transform 0.3s ease;
}

.card:hover .bi {
  transform: scale(1.1);
}

.card-title {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.card-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--primary-color);
  transition: width 0.3s ease;
}

.card:hover .card-title::after {
  width: 100px;
}

.card-text {
  color: #666;
  font-size: 0.85rem;
  line-height: 1.5;
}

/* Ícones para os cards */
.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color) 0%, #6c757d 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card:hover::before {
  opacity: 1;
}

/* Efeito de brilho no hover */
.card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 0%,
    rgba(255, 255, 255, 0.1) 50%,
    transparent 100%
  );
  transform: rotate(45deg);
  transition: all 0.3s ease;
  opacity: 0;
}

.card:hover::after {
  opacity: 1;
  transform: rotate(45deg) translate(50%, 50%);
}

/* Responsividade */
@media (max-width: 768px) {
  .card-body {
    padding: 1.25rem;
  }
  
  .card-title {
    font-size: 1rem;
  }
  
  .card-text {
    font-size: 0.8rem;
  }
  
  .card-body .bi {
    font-size: 1.75rem;
  }
}

/* Estilos para a lista de benefícios */
.benefits-list {
  margin-top: 1.5rem;
}

.benefits-list li {
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.benefits-list li:hover {
  transform: translateX(5px);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.benefits-list li i {
  font-size: 1.25rem;
  margin-right: 1rem;
  color: var(--primary-color);
  transition: transform 0.3s ease;
}

.benefits-list li:hover i {
  transform: scale(1.2);
}

.benefits-list li span {
  font-weight: 500;
  color: #333;
}

/* Responsividade para a lista de benefícios */
@media (max-width: 768px) {
  .benefits-list li {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.75rem;
  }
  
  .benefits-list li i {
    font-size: 1.1rem;
    margin-right: 0.75rem;
  }
}