/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 28 2025 | 00:22:49 */
/* Menú INMOBILIARIA / CONSTRUCTORA - Fondo azul oscuro */
p:contains("INMOBILIARIA"),
p:contains("CONSTRUCTORA"),
.textwidget p {
    background-color: #1a2d4c !important;
    color: white !important;
    text-align: center !important;
    padding: 15px 0 !important;
    margin: 0 !important;
}

.textwidget p a {
    color: white !important;
    text-decoration: none !important;
    margin: 0 30px !important;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s;
}

.textwidget p a:hover {
    border-bottom-color: white !important;
}