/* Fondo general de la web */
body,
#sp-main-body {
    background-color: #DCE6F2 !important;
}

/* Secciones blancas */
.sppb-section,
.section-bg {
    background-color: #F7F9FC !important;
}

/* Tarjetas de servicios */
.sppb-addon,
.sppb-addon-wrapper,
.service-box {
    background: #FFFFFF !important;
    border: 1px solid #D5DEE8 !important;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

/* Títulos */
h1,h2,h3,h4,h5,h6 {
    color: #1B365D;
}

/* Menú superior */
.sp-megamenu-parent > li > a {
    color: #1B365D !important;
}

/* Menú activo */
.sp-megamenu-parent > li.active > a {
    color: #F39C12 !important;
}

/* Área de servicios */
#services,
.our-services {
    background: #F7F9FC !important;
}