body {
    background-color: #000000 !important;
}

body > * {
    background-color: transparent !important;
}

.logo img {
    width: 250px !important; /* Ajusta el tamaño según lo que necesites */
    height: auto !important;
}


@media only screen and (max-width: 768px) {
    .header-mobile {
        background-color: #000000 !important;
    }
}

.sidebar .widget {
    background-color: #000000 !important; /* Fondo negro */
    color: #ffffff !important; /* Texto blanco */
}

/* Enlaces dentro de la barra lateral */
.sidebar .widget a {
    color: #ffffff !important; /* Color de enlaces, puedes ajustarlo */
}

/* Fondo y texto del contenido principal */
.service-block-single .content-inner,
.main-page-content,
.wp-content {
    background-color: #000000 !important; /* Fondo negro */
    color: #ffffff !important; /* Texto blanco */
}

/* Títulos dentro del contenido */
.service-block-single .content-inner h1,
.service-block-single .content-inner h2,
.service-block-single .content-inner h3,
.service-block-single .content-inner h4,
.service-block-single .content-inner h5,
.service-block-single .content-inner h6 {
    color: #ffffff !important;
}

/* Párrafos, listas y enlaces */
.service-block-single .content-inner p,
.service-block-single .content-inner li,
.service-block-single .content-inner a,
.main-page-content p,
.main-page-content li,
.main-page-content a {
    color: #ffffff !important;
}

/* Fondo y texto del contenido principal */
.service-block-single,
.service-block-single .content-inner,
.main-page-content,
.wp-content {
    background-color: #000000 !important; /* Fondo negro */
    color: #ffffff !important; /* Texto blanco */
}

/* Títulos */
.service-block-single h1,
.service-block-single h2,
.service-block-single h3,
.service-block-single h4,
.service-block-single h5,
.service-block-single h6,
.main-page-content h1,
.main-page-content h2,
.main-page-content h3,
.main-page-content h4,
.main-page-content h5,
.main-page-content h6 {
    color: #ffffff !important;
}


.service-content {
    background-color: #000000 !important; /* Fondo negro */
    color: #ffffff !important; /* Texto blanco */
}

/* Asegurar que los elementos internos también se vean bien */
.service-content p,
.service-content li,
.service-content a,
.service-content span {
    color: #ffffff !important;
}