.texto-blanco {
    color: white !important;
}

.texto-blanco, .texto-blanco a[href^="tel"] {
    color: white !important;
    text-decoration: none;
}

.texto-oasis {
    color: #FFD2D2 !important;
}

.texto-beltran {
    color: #C5F4E9 !important;
}

.texto-header a {
    color: black;
    white-space: nowrap;
}

.banner h1 {
    font-size: 3rem; /* Ajuste para tamaños de pantalla */
    color: white;
}

.banner h3 {
    font-size: 1.5rem; /* Ajuste para tamaños de pantalla */
    color: white;
}

/* Clase para organizar la fila de texto e imagen */
.text-image-row {
    display: flex;
    flex-direction: column; /* Flex para mobile, cambia a fila en pantallas grandes */
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

/* Clase para la columna de texto */
.text-column {
    flex: 1;
    padding-right: 20px;
    text-align: left;
    margin-bottom: 20px; /* Espacio en la parte inferior */
}

/* Opcional: Estilo para los enlaces */
.cuadritos-container a {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    line-height: 1.2; /* Ajuste para mejor lectura */
    text-align: center;
}

.texto-negro {
    color: black;
}