body {
    font-family: 'Nunito', Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navbar {
    background-color: #d12727;
    z-index: 1000;
}


.nav-link {
    display: block;
    padding: .7rem 1rem;
    }
    
.navbar-dark .navbar-nav .nav-link {
    color:#fff;
}

header .logo {
    height: 50px;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding: 30px 0 0 0;

}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.hero-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color:none;
    color: #fff;
    padding: 10px;
    font-size: 2rem;
}

.hero-text h1 {
    display: none;
}

section {
    padding: 40px 20px;
}

.artesanal-title {
        color: #fff;
        font-family: 'Montserrat', Arial, sans-serif;
    margin-bottom: 20px;
font-weight: bolder;
    }

.comprometidos-title {
        color: #fff;
        font-family: 'Montserrat', Arial, sans-serif;
    margin-bottom: 20px;
font-weight: bolder;
    }

section h2 {
    color: #d12727;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: bolder;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.content img {
    width: 100%;
    height: auto;
    max-width: 800px;
    margin-bottom: 20px;
    border-radius: 20px;

}

.image{
    width: 40%;
  height: auto;

}


.content .text {
    max-width: 600px;
}

.bg-red {
    background-color: #d12727;
}

.text-white {
    color: #fff;
}


@media (min-width: 768px) {
    .content {
        flex-direction: row;
        text-align: right;
        height: 500px;
        justify-content: space-around;
    }

    .productos .content,
    .proposito .content {
        flex-direction: row-reverse;
    }

    .content img {
        max-width: 50%;
        height: 100%;
        object-fit: cover;
        margin-bottom: 0;
    }

    .content .text {
        max-width: 50%;
        padding: 0 20px;
    }

    .artesanal .content {
        justify-content: space-between;
    }

    .artesanal .content .text,
    .artesanal .content .image {
        flex: 1;
        max-width: 50%;
    }

    .artesanal .content .text {
        text-align: left;
        padding: 0 20px;
    }
    
    
}

section button {
    background-color: #d12727;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
}

.mapa {
    background-color: #d12727;
}

.mapa h2 {
    color: #fff;
font-weight: bolder;
    text-align: center;
}

footer {
    background-color: #f7f7f7;
    padding: 20px;
    text-align: center;
}

.footer-title {
    color: #d12727;
    font-family: 'Montserrat', Arial, sans-serif;
    margin-bottom: 20px;
font-weight: bolder;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
}

.footer-text {
    text-align: center;
}

.footer-logo {
    width: 100px;
    display: block;
    margin: 10px auto 0;
}

footer address {
    font-style: normal;
    margin-bottom: 20px;
}

footer form {
    max-width: 500px;
    margin: 0 auto;
}

footer form input, footer form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

footer form button {
    background-color: #d12727;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .content {
        flex-direction: column;
    }

    .content img {
        margin-bottom: 20px;
    }

    .content .text {
        padding: 30px 25px 10px 25px;
    }
}

.bg-red {
    background-color: #d12727;
}

.text-white {
    color: #fff;
}
.nosotros {
    padding: 70px 25px 10px 25px;
    
    }

.nosotros .content, .comprometidos .content, .se-parte .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.nosotros .content img, .comprometidos .content img, .se-parte .content img {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin-bottom: 20px;
}

.nosotros .content .text, .comprometidos .content .text, .se-parte .content .text {
    max-width: 600px;
}

@media (min-width: 768px) {
    .nosotros .content, .comprometidos .content, .se-parte .content {
        flex-direction: row;
        text-align: right;
        height: 500px;
    }

    .comprometidos .content {
        flex-direction: row-reverse;
    }

    .nosotros .content img, .comprometidos .content img, .se-parte .content img {
        max-width: 50%;
        height: 100%;
        object-fit: cover;
        margin-bottom: 0;
    }

    .nosotros .content .text, .comprometidos .content .text, .se-parte .content .text {
        max-width: 50%;
        padding: 30px 20px 20px;
    }
    
    
     #map {
    width: 100%;
    height: 500px;
         }
        

       @media (max-width: 768px) {
    #map {
        height: 300px; /* Ajusta la altura para dispositivos móviles */
    }
} 
    
}
