html, body {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #8c9160;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

.button-container {
    position: absolute;
    top: 60%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8c9160;
}

.custom-separator {
    text-align: center;
    margin: 40px 0;
    position: relative;
}

.separator {
    margin: 50px auto;
    max-width: 100%;
    overflow-x: hidden;
}

.icono-franja {
    width: 100%;
    height: auto;
    display: block;
}

.content {
    flex: 1;
}

.qr-section {
    background-color: #e5e3d9;
    padding: 60px 0;
}

.faq-item {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.contact-section {
    flex: 1;
}

.faq-item h5,
.faq-item p {
    color: #a3a580;
    transition: color 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.faq-item:hover h5,
.faq-item:hover p {
    transform: scale(1.05);
}

.placa {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
}

.history-section {
    padding: 60px 0;
    background-color: #e2dac5;
    color: #8c9160;
}

.history-section h3,
.history-section h2 {
    text-align: center;
    color: #8c9160;
    margin-bottom: 30px;
}

.history p,
.vision-mission p {
    text-align: justify;
}

.history-section .decorative-line {
    text-align: center;
    margin-top: -10px;
    font-size: 18px;
    color: #8c9160;
}

.image {
    width: 600px;
    height: 600px;
}

.vision-mission {
    background-color: #e2dac5;
    color: #8c9160;
}

.inspiracion {
    background-color: #8c9160;
    color: #e2dac5;
}

.vision-mission h2 {
    text-align: center;
    color: #8c9160;
    margin-bottom: 40px;
}

.icon-section {
    text-align: center;
    margin-bottom: 10px;
}

.flower {
    color: #6c6c3d;
    font-size: 40px;
}

.heart {
    color: #a3a580;
    font-size: 40px;
}

.products-section {
    padding: 60px 0;
    background-color: #fff;
}

.products-section h2 {
    text-align: center;
    color: #8c9160;
    margin-bottom: 40px;
}

.testimonial-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.testimonial-section h2 {
    text-align: center;
    color: #8c9160;
    margin-bottom: 40px;
}

.contact-section {
    flex: 1;
}

.testimonial-img {
    width: 150px;
    height: 150px;
    transition: none !important;
    filter: none !important;
}

@media (max-width: 768px) {
    .border-start, .border-end {
        border: none !important;
    }
}

footer {
    background-color: #8c9160;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-top: auto;
}

.history {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
}

.img-historia {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .img-historia {
        width: auto;
        height: auto;
        object-fit: cover;
        margin: 0;
        padding: 0;
        border-radius: 0;
    }

    .history .container,
    .history .row {
        padding: 0 !important;
        margin: 0 !important;
    }
}

@media (max-width: 768px) {
    .history:last-of-type {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
}

.icono {
    max-width: 15%;
    height: auto;
}

.icono-franja {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.titulo-nosotros {
    margin: 3rem 0;
    text-align: left;
}

.titulo-con-linea {
    display: inline-block;
    color: #8c9160;
    text-align: center;
    margin: auto;
}

.linea-decorativa {
    display: block;
    height: 1px;
    background-color: #8c9160;
    margin: 6px auto 20px auto;
    width: 80%;
    border-radius: 1px;
    animation: expandLine 0.6s ease-out;
}

@keyframes expandLine {
    from {
        transform: scaleX(0);
        opacity: 0;
    }
    to {
        transform: scaleX(1);
        opacity: 1;
    }
}

.btn-custom {
    background-color: transparent;
    border: 1px solid #8a8c5f;
    color: #8a8c5f;
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.btn-custom:hover {
    background-color: #8a8c5f;
    color: white;
}

@media (max-width: 576px) {
  .history-proposito {
    position: relative;
    padding-top: 6rem;
    text-align: center;
  }

  .history-proposito img {
    transform: scale(1.5);
    transition: transform 0.3s ease-in-out;
    object-fit: cover;
  }

  .history-proposito h2 {
    white-space: nowrap; /* ✅ Evita salto de línea */
    color: #8c9160;
    margin-bottom: 0.3rem;
    background-color: rgba(255, 255, 255, 0.85);
    display: inline-block;
    padding: 0.3rem 0.8rem;
    border-radius: 5px;
  }
  
}

@media (max-width: 576px) {
  .histor {
    margin-top: 5rem; /* o ajusta según tu necesidad visual */
  }
}
.history-proposito img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Ajustes para móviles */
@media (max-width: 576px) {
  .history-proposito {
    position: relative;
    text-align: center;
  }

  .history-proposito img {
    width: 100%;
    height: auto;
    transform: scale(1.7); /* Acerca un poco la imagen */
    transition: transform 0.3s ease-in-out;
    object-fit: cover;
  }

}
@media (max-width: 576px) {
  .carousel .testimonial-img {
    width: 180px;
    height: 180px;
  }
}

