.elementor-420 .elementor-element.elementor-element-398a086b{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for container, class: .elementor-element-398a086b *//* Mejora el contraste de los elementos específicos */
a[href="/request-a-free-seo-analysis/"] > span:nth-child(4),
#dslc-module-64 > .dslc-button > a[href="#"][target="_self"] > span,
#dslc-module-65 > .dslc-button > a[href="#"][target="_self"] > span,
#dslc-module-1568 > .dslc-button > a[href="#"][target="_self"] > span,
#dslc-module-57 > .dslc-button > a[href="#"][target="_self"] > span,
.dslc-text-module-content > h1 {
    color: #000000 !important;  /* Texto negro para mejorar el contraste */
    background-color: #FFFFFF !important;  /* Fondo blanco */
}

/* También se puede asegurar que los enlaces tengan un contraste adecuado */
a {
    color: #000000 !important; /* Texto oscuro para enlaces */
}

a:hover {
    color: #0066cc !important; /* Color cuando el ratón pasa sobre el enlace */
}

/* Ajustar los botones */
.dslc-button {
    background-color: #0044cc !important; /* Fondo de botón con buen contraste */
    color: #FFFFFF !important; /* Texto blanco en el botón */
}

/* Para mejorar el contraste en los botones y enlaces dentro de botones */
.dslc-button a {
    color: #FFFFFF !important; /* Texto blanco en los botones */
}

/* Establecer colores específicos en los textos de encabezados */
h1, h2, h3, h4 {
    color: #000000 !important; /* Asegúrate de que los encabezados sean oscuros */
    font-weight: bold;
}

/* En caso de necesitar cambiar los colores de fondo */
.dslc-text-module-content {
    background-color: #FFFFFF !important;  /* Fondo blanco */
}

/* Corrige los 6 "Learn more" con contraste accesible */
#dslc-module-8483 .dslc-info-box-button,
#dslc-module-8486 .dslc-info-box-button,
#dslc-module-8489 .dslc-info-box-button,
#dslc-module-8493 .dslc-info-box-button,
#dslc-module-8496 .dslc-info-box-button,
#dslc-module-8499 .dslc-info-box-button {
    background-color: #001A33 !important;
    padding: 10px 16px !important;
    border-radius: 4px !important;
    display: inline-block !important;
}

#dslc-module-8483 .dslc-info-box-button span,
#dslc-module-8486 .dslc-info-box-button span,
#dslc-module-8489 .dslc-info-box-button span,
#dslc-module-8493 .dslc-info-box-button span,
#dslc-module-8496 .dslc-info-box-button span,
#dslc-module-8499 .dslc-info-box-button span,
#dslc-module-8483 .dslc-info-box-button strong,
#dslc-module-8486 .dslc-info-box-button strong,
#dslc-module-8489 .dslc-info-box-button strong,
#dslc-module-8493 .dslc-info-box-button strong,
#dslc-module-8496 .dslc-info-box-button strong,
#dslc-module-8499 .dslc-info-box-button strong {
    color: #FFFFFF !important;
}/* End custom CSS */