/* -------- SECCION INICIO ------ */


.inicioSection {
    background-image: url('https://ss-static-001.esmsv.com/r/content/host1/f0d35aa423d81649078ab9a311f0ce14//editor/Fondo.webp');
    background-size: cover; /* Cubre toda la sección */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    width: 100%;
    min-height: 100vh; /* Hace que la sección ocupe la altura de la pantalla */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white; /* Asegura que el texto sea legible */
}


.custom-button {
    background-color: #bdeb86 !important; /* Color de fondo marrón oscuro */
    color: rgb(10, 10, 10); /* Texto en blanco */
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.custom-button:hover {
    background-color: #08697c; /* Color más oscuro al pasar el mouse */
}

/* --- SECCION NOSOTROS---- */
/* -------- SECCION NOSOTROS ------ */
.nosotrosSection {
    background-color: #f8f9fa; /* Fondo claro para contraste */
    padding: 60px 20px;
    text-align: center;
}

.nosotrosSection h1 {
    font-size: 2.5rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.nosotrosContent {
    max-width: 800px;
    margin: 0 auto;
}

.nosotrosContent p {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.6;
}

/* Botón de contacto */
.nosotrosSection .btn-primary {
    background-color: #bdeb86; /* Color verde suave */
    color: #000;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: inline-block;
    margin-top: 20px;
}

.nosotrosSection .btn-primary:hover {
    background-color: #08697c; /* Cambio de color en hover */
    color: #fff;
}

/* Imagen de la empresa */
.nosotrosSection img {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px; /* Bordes redondeados */
}

/* ----- Misión y Visión ----- */
.container {
    padding: 40px 20px;
}

.container h3 {
    font-size: 1.8rem;
    color: #08697c;
    font-weight: bold;
    margin-bottom: 15px;
}

.container p {
    font-size: 1.2rem;
    color: #444;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .nosotrosSection {
        padding: 40px 10px;
    }

    .nosotrosSection h1 {
        font-size: 2rem;
    }

    .nosotrosContent p {
        font-size: 1rem;
    }

    .container h3 {
        font-size: 1.5rem;
    }

    .container p {
        font-size: 1rem;
    }
}





/* --- SECCION NUESTORS PRODUCTOS ---- */



/* --- SECCION SOSTENIBILIDAD ---- */



/* --- SECCION COMERCIALIZACION ---- */




/* --- SECCION CONTACTO ---- */