/* =====================================================
   REPORTEROS DE INVESTIGACIÓN
   NEWSPAPER / TAGDIV
   INTER + COLORES CORPORATIVOS
   ===================================================== */

/* -----------------------
   FONDO GENERAL
------------------------ */

html,
body,
#td-outer-wrap,
.td-main-content-wrap,
.td-container,
.td-container-wrap,
.td-page-content,
.td-ss-main-content,
.tdb-template,
.tdb-container {
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
}

/* -----------------------
   TIPOGRAFÍA GENERAL
------------------------ */

body,
p,
li,
span,
div,
input,
textarea,
select,
.entry-content,
.td-post-content,
.td-excerpt,
.tdb_single_content {
    font-family: 'Inter', sans-serif !important;
    color: #2a2a2a !important;
    line-height: 1.7;
}

/* -----------------------
   TÍTULOS
------------------------ */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.td-post-title,
.td-module-title,
.td-module-title a,
.tdb_module_title,
.tdb_module_title a,
.tdb-title-text,
.widget-title,
.td-block-title span {
    font-family: 'Inter', sans-serif !important;
    color: #490709 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em;
}

/* Enlaces de títulos */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.entry-title a,
.td-post-title a,
.td-module-title a,
.tdb_module_title a {
    color: #490709 !important;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.entry-title a:hover,
.td-module-title a:hover,
.tdb_module_title a:hover {
    color: #770118 !important;
}

/* -----------------------
   ENLACES DEL CONTENIDO
------------------------ */

a {
    color: #dd0000;
}

a:hover {
    color: #770118;
}

/* -----------------------
   MENÚ PRINCIPAL
------------------------ */

.sf-menu > li > a,
.td-header-menu-wrap a,
.td-mobile-content a {
    font-family: 'Inter', sans-serif !important;
    color: #2a2a2a !important;
    font-weight: 600;
}

.sf-menu > li > a:hover,
.sf-menu > .current-menu-item > a {
    color: #490709 !important;
}

/* -----------------------
   CATEGORÍAS
------------------------ */

.td-post-category,
.td-category a {
    background: #511014 !important;
    color: #ffffff !important;
}

/* -----------------------
   FECHAS Y METADATOS
------------------------ */

.td-post-date,
.td-module-date,
.td-post-author-name,
.td-module-comments,
.meta-info,
time {
    color: #757575 !important;
}

/* -----------------------
   MÓDULOS Y TARJETAS
------------------------ */

.widget,
.td_block_wrap,
.td_module_wrap,
.td-module-container,
article,
.post {
    background: #ffffff !important;
    border: 1px solid #d3d3d3 !important;
}

/* -----------------------
   BOTONES
------------------------ */

button,
input[type="submit"],
.wp-block-button__link,
.td-read-more a {
    background: #511014 !important;
    color: #ffffff !important;
    border: none !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600;
}

button:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover,
.td-read-more a:hover {
    background: #770118 !important;
    color: #ffffff !important;
}

/* -----------------------
   FORMULARIOS
------------------------ */

input,
textarea,
select {
    background: #ffffff !important;
    border: 1px solid #d3d3d3 !important;
    color: #2a2a2a !important;
}

/* -----------------------
   DESTACADOS
------------------------ */

.highlight,
.featured,
.breaking-news {
    border-left: 4px solid #ffba12 !important;
}

/* -----------------------
   ELIMINAR FONDOS NEGROS
------------------------ */

.black-bg,
.dark-bg,
.bg-black {
    background: #ffffff !important;
}

/* -----------------------
   RESPONSIVE
------------------------ */

@media (max-width: 768px) {

    body {
        font-size: 16px;
    }

    h1,
    .entry-title {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }
}
/* Ocultar texto incorrecto del logo en mobile */
@media (max-width: 768px) {
    .td-mobile-logo a,
    .td-mobile-logo span,
    .td-header-mobile-logo a,
    .td-header-mobile-logo span {
        font-size: 0 !important;
        color: transparent !important;
    }

    .td-mobile-logo img,
    .td-header-mobile-logo img {
        display: block !important;
        max-height: 60px !important;
        width: auto !important;
    }
}