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%;
    left: 17%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.overlay {   /*color del banner*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-separator {
    text-align: center;
    margin: 50px 0;
   /* border-top: 2px dashed #aaa;  Línea punteada */
    position: relative;
}

.separator {
    margin: 50px;
}

.custom-separator::before,
.custom-separator::after {
    content: "-   ✿   -   ✿   -   ✿   -   ✿   -   ✿   -   ✿   -";
    color: #d6cbb5;
    font-size: 50px;
    position: absolute;
    top: -60px;
    word-spacing: 5px;
}

.custom-separator::before {
    left: 10%;
}

.custom-separator::after {
    right: 10%;
}

@media (max-width: 768px) {
    .custom-separator::before,
    .custom-separator::after {
        font-size: 30px;
        top: -30px;
    }
}

.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; /* Color tenue por defecto */
    transition: color 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.faq-item:hover h5,
.faq-item:hover p {
   /* color: #000;  Se vuelve negro al pasar el mouse */
    transform: scale(1.05); /* Efecto de ligera ampliación */
}

.placa{
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
}
.history-section {
    padding: 60px 0;
    background-color: #f7f3e8;
    color: #8c9160;
}

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

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

.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;
}

.boton{
    background-color: transparent;
            color: #8c9160;
            border: 2px solid;
            font-size: 1.2rem;
            padding: 6px 50px; /* más grande: vertical y horizontal */
            display: inline-block;
            text-align: center;
        }
.boton:hover {
    border: 2px solid #8c9160;
            background-color: #a3a580;
            color: #fff;
            border-color: #8c9160;
}

.contact-section {
    flex: 1;
}

.testimonial-img {
    width: 150px; /* o prueba con 140px o 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;
    }
}
  
  .linea-decorativa {
    width: 25%; /* o 90%, según lo que desees */
    height: 2px;
    background-color: #8c9160; /* Puedes cambiar el color */
    margin: 10px 0 20px 0;
}

@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;
}