.sobre-nosotros .valores h3,
.sobre-nosotros .equipo h3 {
    text-align: center;
    color: #000000;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.sobre-nosotros .valores ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
    font-size: 1.1rem;
    color: #555;
}

.sobre-nosotros .valores ul li {
    margin: 0.5rem 0;
}

.sobre-nosotros .equipo .miembros {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.sobre-nosotros .equipo .miembro h4 {
    text-align: center;
    font-size: 1.2rem;
    color: #000000;
    margin-top: 0.5rem;
}

.sobre-nosotros .equipo .miembro p {
    text-align: center;
    font-size: 1rem;
    color: #555;
}

.sobre-nosotros h2 {
    text-align: center;
    color: #000000;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.sobre-nosotros .contenido p {
    text-align: center;
    font-size: 1.1rem;
    color: #555;
    margin: 0.5rem auto;
    max-width: 600px;
    line-height: 1.5;
}

body {
    font-family: Arial, sans-serif;
    background-color: #e0f2e9;
    color: #000000;
    width: 100%;
}

.header {
    background: linear-gradient( #00ff08, #4caf50); /* Degradado de verde claro a verde oscuro */
    padding: 1rem;
    color: white;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 2rem;
}

.logo h1 {
    font-size: 25px;
    color: white;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    width: 80px;
    height: auto;
}

.search-bar {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin: 0 1rem;
}

.search-bar input {
    padding: 0.5rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    flex-grow: 1;
    outline: none;
}

.search-bar button {
    padding: 0.5rem 1rem;
    background-color: #66bb6a;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}

.user-options {
    display: flex;
    align-items: center;
}

.carro {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.carro img {
    width: 24px;
    height: auto;
    margin-left: 5px;
}

.user-options a {
    color: white;
    text-decoration: none;
    margin-left: 1rem;
}

.navbar {
    background-color: #4caf50;
    
}

.navbar ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.navbar ul li {
    margin: 0 1rem;
}

.navbar ul li a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
}

.products-section {
    padding: 2rem;
    text-align: center;
    background-color: #c8e6c9;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.product-card {
    background-color: white;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-align: center;
}

.product-card img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.product-card h3 {
    font-size: 1.2rem;
    margin: 0.5rem 0;
}

.product-card .price {
    font-weight: bold;
    color: #000000;
}

.product-card button {
    padding: 0.5rem 1rem;
    background-color: #66bb6a;
    border: none;
    color: white;
    cursor: pointer;
    margin-top: 0.5rem;
    border-radius: 3px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.footer {
    background-color: #388e3c;
    color: white;
    padding: 1rem;
    text-align: center;
}

.footer-container a {
    color: #000000;
    text-decoration: none;
    margin: 0 0.5rem;
}

.ubicacion-contenido {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.ubicacion h3 {
    font-size: 1.8rem;
    color: #000000;
    margin-bottom: 1rem;
}

.ubicacion iframe {
    width: 70%;
    height: 450px;
    border: none;
}

.horario {
    width: 30%;
    background-color: #ffffff;
    padding: 1rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.horario h4 {
    font-size: 1.5rem;
    color: #333333;
    margin-bottom: 0.5rem;
}

.horario p {
    font-size: 1rem;
    color: #555555;
    margin: 0.3rem 0;
}

.contenido-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem;
}

.informacion {
    flex: 1;
}

.mapa {
    flex: 1;
    max-width: 600px;
}

.mapa iframe {
    width: 100%;
    max-width: 400px;
    height: 300px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.future-vision {
    background-color: #75c378;
    padding: 40px;
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.future-vision h2 {
    font-size: 2em;
    color: #000000;
    margin-bottom: 20px;
}

.future-vision p {
    font-size: 1.2em;
    color: #3b3b3b;
    line-height: 1.6;
    margin: 0;
}

.section-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section-container h2, .section-container h3 {
    font-size: 2em;
    color: #333;
    margin-bottom: 15px;
}

.section-container p {
    font-size: 1.2em;
    color: #555;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 600px;
}
.sobre-nosotros .valores h3,
.sobre-nosotros .equipo h3 {
    text-align: center;
    color: #000000;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.sobre-nosotros .valores ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
    font-size: 1.1rem;
    color: #555;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    animation: fadeIn 1s ease-in-out 0.2s;
    animation-fill-mode: forwards;
}

.sobre-nosotros .valores ul li {
    margin: 0.5rem 0;
}

.sobre-nosotros .equipo .miembros {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    animation: fadeIn 1s ease-in-out 0.4s;
    animation-fill-mode: forwards;
}

.sobre-nosotros h2 {
    text-align: center;
    color: #000000;
    font-size: 2rem;
    margin-bottom: 1rem;
    animation: fadeIn 1s ease-in-out 0.6s;
    animation-fill-mode: forwards;
}

.sobre-nosotros .contenido p {
    text-align: center;
    font-size: 1.1rem;
    color: #555;
    margin: 0.5rem auto;
    max-width: 600px;
    line-height: 1.5;
    animation: fadeIn 1s ease-in-out 0.8s;
    animation-fill-mode: forwards;
}

body {
    font-family: Arial, sans-serif;
    background-color: #e0f2e9;
    color: #000000;
    width: 100%;
    animation: fadeIn 1s ease-in-out 1s;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
    animation: fadeIn 1s ease-in-out 1.2s;
    animation-fill-mode: forwards;
}

.product-card {
    background-color: white;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeIn 1s ease-in-out 1.4s;
    animation-fill-mode: forwards;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.navbar ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem;
    gap: 1rem;
    list-style: none;
}

.ubicacion-contenido {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: flex-start;
    animation: fadeIn 1s ease-in-out 1.6s;
    animation-fill-mode: forwards;
}

.ubicacion iframe {
    width: 100%;
    max-width: 600px;
    height: 300px;
    border: none;
}

.footer {
    text-align: center;
    padding: 2rem;
    animation: fadeIn 1s ease-in-out 1.8s;
    animation-fill-mode: forwards;
}

.footer-container a {
    margin: 0 0.5rem;
    display: inline-block;
}

@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        text-align: center;
    }

    .navbar ul {
        flex-direction: column;
        gap: 0.5rem;
    }

    .ubicacion-contenido {
        flex-direction: column;
        align-items: center;
    }

    .products-grid {
        grid-template-columns: 1fr;
    }
}
.sobre-nosotros {
    animation: fadeIn 1s ease-in-out;
    animation-fill-mode: forwards;
}

.ubicacion-contenido {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: flex-start;
    animation: fadeIn 1s ease-in-out 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.sobre-nosotros h2 {
    text-align: center;
    color: #000000;
    font-size: 2rem;
    margin-bottom: 1rem;
    animation: fadeIn 1.2s ease-in-out;
    animation-fill-mode: forwards;
}

.sobre-nosotros .contenido p {
    text-align: center;
    font-size: 1.1rem;
    color: #555;
    margin: 0.5rem auto;
    max-width: 600px;
    line-height: 1.5;
    animation: fadeIn 1.4s ease-in-out;
    animation-fill-mode: forwards;
}

.ubicacion h3 {
    font-size: 1.8rem;
    color: #000000;
    margin-bottom: 1rem;
    animation: fadeIn 1.6s ease-in-out;
    animation-fill-mode: forwards;
}

.ubicacion iframe {
    width: 100%;
    max-width: 600px;
    height: 300px;
    border: none;
    animation: fadeIn 1.8s ease-in-out;
    animation-fill-mode: forwards;
}

body {
    font-family: Arial, sans-serif;
    background-color: #e0f2e9;
    color: #000000;
    width: 100%;
}
