.mercedes {
    color: #333;
    padding: 20px;
    width: 100%;
    text-align: center;
}

.menu {
    display: flex;
    justify-content: center;
}

.see{
    text-align: center;
    margin-top: -30px;
}

.menu a {
    color: #333;
    text-decoration: none;
    padding: 14px 16px;
    margin: 0 5px;
}

.menu a:hover {
    background-color: #ddd;
    color: black;
}

.content {
    padding: 20px;
    text-align: center;
    width: 100%;
    max-width: 1200px; /* Ajusta el ancho máximo del contenido */
}


.centro img {
    max-width: 80%;
    height: auto;
    display: inline-block;
    margin: 5px;
}

.text-imagenes1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.text-imagenes1 .texto {
    flex: 1;
    margin-right: 20px;
    text-align: left;
}

.text-imagenes1 .imagenes {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.text-imagenes1 .imagenes img {
    max-width: 100%;
    height: auto;
}

.text-imagenes2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-content: center;
    flex-direction: column;
}

.text-imagenes2 .imagenes {
    flex: 1;
    margin-right: 20px;
    
}

.text-imagenes2 h3 {
    flex: 1;
}

.imagenes2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px; /* Ajusta el espacio entre elementos */
    justify-items: center;
    align-items: center;
}

.imagenes2 h3 {
    text-align: center;
    margin-bottom: 10px;
}

.imagenes2 a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.imagenes2 img {
    max-width: 200px;
    height: auto;
}

.texto2 {
    background: #16d850;
    padding: 20px;
    margin-bottom: 20px;
}

.texto {
    text-align: left;
    margin-bottom: 10px;
}

.texto5 {
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
}

.texto5 p::before {
    content: "■";
    color: black;
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
}

.x {
    text-align: left;
    margin: 160px 0;
}

.v {
    text-align: left;
    margin: 220px 0;
}


