   body {
            font-family: 'Rubik', sans-serif;
            font-weight: 400;
            color: #8c9160;
        }
        
        .button-container {
            position: absolute;
            top: 60%;
            left: 10%;
            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);
        }
        .content {
            position: relative;
            z-index: 2;
        }
        .content {
            flex: 1; /* Permite que el contenido principal ocupe todo el espacio disponible */
        }

        .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 .decorative-line {
            text-align: center;
            margin-top: -10px;
            font-size: 18px;
            color: #8c9160;
        }

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

        .letra{
         font-weight: 700; /* o puedes usar 'bold' */
        }
        .boton {
            background-color: #8c9160; /* Verde musgo */
            color: #fff; /* Texto blanco */
            border: 2px solid #8c9160;
            font-size: 1.2rem;
            padding: 6px 50px;
            display: inline-block;
            text-align: center;
            transition: background-color 0.3s, color 0.3s;
        }

        .boton:hover {
            background-color: #fff; /* Fondo blanco */
            color: #8c9160; /* Texto verde musgo */
            border-color: #8c9160;
        }

        .contact-section {
            flex: 1;
        }

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

.hero-image {
    background-image: url('../imagenes/imagen-blog1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 500px;
    width: 100%;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
}

.hero-image1 {
    background-image: url('../imagenes/imagen-blog2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 500px;
    width: 100%;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
}

.hero-image2 {
    background-image: url('../imagenes/imagen-blog3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 500px;
    width: 100%;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
}

.hero-image3 {
    background-image: url('../imagenes/imagen-blog4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 500px;
    width: 100%;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
}

.hero-image4 {
    background-image: url('../imagenes/imagen-osito.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 500px;
    width: 100%;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (max-width: 768px) {
    .hero-image {
        background-position: center center;
        height: 350px;
    }

    .hero-image1 {
        background-position: center center;
        height: 350px;
    }

    .hero-image1 {
        background-position: center center;
        height: 350px;
    }

    .hero-image1 {
        background-position: center center;
        height: 350px;
    }

    .hero-image1 {
        background-position: center center;
        height: 350px;
    }

    .hero-image h1,
    .hero-image h3 {
        font-size: 1.5rem;
    }

    .boton {
        font-size: 1rem;
        padding: 6px 30px;
    }
}

/* Mejora del texto para responsividad */
.vision-mission p, 
.vision-mission h2,
.vision-mission h4 {
  font-family: #8c9160;
  line-height: 1.7;
}

.vision-mission p {
  font-size: 1.05rem;
  margin-bottom: 1rem;
}

.vision-mission h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.vision-mission h4 {
  font-size: 1.3rem;
  margin-top: 1.5rem;
}

/* Padding responsive */
@media (max-width: 768px) {
  .vision-mission .p-5 {
    padding: 2rem 1rem !important;
  }

  .vision-mission h2 {
    font-size: 1.5rem;
  }

  .vision-mission h4 {
    font-size: 1.15rem;
  }

  .vision-mission p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .vision-mission p {
    text-align: justify;
  }
}
