/* Estilo general */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* HERO */
.jumbotron {
    background-color: #f8f9fa;
    padding: 4rem 1rem;
}

.jumbotron h1 {
    font-weight: 700;
    color: #333;
}

.jumbotron .lead {
    font-size: 1.25rem;
    color: #555;
}

/* Botones personalizados */
.btn-success {
    background-color: #3dbb91;
    border-color: #3dbb91;
}

.btn-success:hover {
    background-color: #32a37c;
    border-color: #2e9973;
}

.btn-primary {
    background-color: #2a6db4;
    border-color: #2a6db4;
}

.btn-primary:hover {
    background-color: #1e5892;
    border-color: #1e5892;
}

.btn-outline-primary:hover {
    background-color: #2a6db4;
    color: white;
}

/* Sección de pasos */
.body-content h2 {
    font-weight: 600;
    margin-bottom: 2rem;
}

.body-content img {
    max-width: 350px;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
}

/* CTA beneficios */
.bg-light ul {
    padding-left: 1.2rem;
    list-style: disc;
}

.bg-light ul li {
    margin-bottom: 0.5rem;
    font-weight: 200;
}
.title_list{
 font-weight: 500;   
}


/* Cards de terapia */
.card h5 {
    font-size: 1.1rem;
    font-weight: 600;
}

.card p {
    margin-bottom: 0;
}

/* Testimonios */
.card img[alt*=\"Calificación\"] {
    width: 100px;
    height: auto;
}

.card strong {
    display: block;
    margin-top: 1rem;
    color: #444;
}

/* CTA conocenos */
/* .container.text-center h2 {
    font-weight: 600;
} */

/* Newsletter */
.bg-dark h3,
.bg-dark p {
    color: #ffffff;
}

.bg-dark .btn-light {
    background-color: #ffffff;
    color: #000000;
    border: none;
}

.bg-dark .btn-light:hover {
    background-color: #e6e6e6;
}

/* ===== Newsletter Section ===== */
.newsletter-section {
    background-color: #fdfbee;
    padding: 3rem 1rem;
}

.newsletter-section h2 {
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 2rem;
}

/* Etiquetas numeradas */
.newsletter-section .form-label {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.newsletter-section .form-label.text-danger {
    color: #d9534f; /* Bootstrap danger color */
}

/* Campos de entrada */
.newsletter-section .form-control {
    background-color: #fffdf5;
    border-radius: 0.5rem;
    border: 1px solid #ccc;
    transition: box-shadow 0.3s ease;
}

.newsletter-section .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25); /* amarillo suave */
    border-color: #ffc107;
}

/* Grupo con ícono */
.newsletter-section .input-group-text {
    background-color: #fff;
    border-right: 0;
    border-radius: 0.5rem 0 0 0.5rem;
    padding: 0.5rem 1rem;
}

.newsletter-section .input-group .form-control {
    border-left: 0;
}

/* Checkbox */
.newsletter-section .form-check-label {
    font-size: 0.95rem;
}

.newsletter-section .form-check-input {
    border-radius: 0.25rem;
    margin-top: 0.35rem;
}

/* Botón enviar */
.newsletter-section .btn-danger {
    background-color: #f05d54;
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    transition: background-color 0.2s ease-in-out;
}

.newsletter-section .btn-danger:hover {
    background-color: #d94c44;
}

/* carrusel */
  /* Flechas negras */
  #therapyCarousel .carousel-control-prev-icon,
  #therapyCarousel .carousel-control-next-icon {
    filter: invert(1);
  }
  /* Indicadores negros */
  #therapyCarousel .carousel-indicators button {
    background-color: #000;
    border-color: #000;
  }
  #therapyCarousel .carousel-indicators .active {
    background-color: #000;
  }
  /* Baja los indicadores más abajo */
  #therapyCarousel .carousel-indicators {
    bottom: -30px; /* ajusta este valor según lo quieras mover */
  }


 

.agenda{
    max-width: 350px;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
}

@media (min-width: 992px) {
  .navbar {
    min-height: 100px;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    height: auto !important;
  }
}
/* Responsive tweaks */
@media (max-width: 576px) {
    .newsletter-section .text-end {
        text-align: center !important;
    }
}
