
body {
    background-color: #131e30 !important;
    color: white;
}

.container {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 5%;
}

.centered-image img {
    max-width: 50%;
    height: auto;
    margin: 20px 0;
}

.centered-image p {
    font-size: 2rem;
    color: #ffffff;
    margin-top: 15%;
}

.description {
    font-size: 1rem;
    color: #ffffff;
    margin: 20px 0;
    text-align: center;
    line-height: 1.5;
}

.grid-imagenes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.grid-item img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .grid-imagenes {
        grid-template-columns: 1fr;
    }
}

.texto-centrado {
    text-align: center;
    color: white;
    font-size: 1rem;
    line-height: 1.5;
    margin: 20px auto;
    width: 80%;
}

.titulo {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
}
