@media only screen and (max-width: 768px) {
    .site-header {
        background-size: cover !important;
        background-position: center !important;
    }
}

div.mg-nav-widget-area-back {
	background-position: 0;
}

.single-post .post-thumbnail {
    display: none;
}

/* TIPOGRAFÍA Y LEGIBILIDAD */
body {
  font-size: 18px;
  line-height: 1.8;
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3 {
  font-family: 'Merriweather', serif;
}

/* COLORES DE ENLACES Y BOTONES */
a, .entry-title a:hover {
  color: #8B0000; /* rojo vino */
}

.button, .more-link {
  background-color: #8B0000;
  color: white;
}
/* --- AJUSTES EXISTENTES --- */

@media only screen and (max-width: 768px) {
    .site-header {
        background-size: cover !important;
        background-position: center !important;
    }
}

div.mg-nav-widget-area-back {
	background-position: 0;
}

.single-post .post-thumbnail {
    display: none;
}

/* TIPOGRAFÍA Y LEGIBILIDAD */
body {
  font-size: 18px;
  line-height: 1.8;
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3 {
  font-family: 'Merriweather', serif;
}

/* COLORES DE ENLACES Y BOTONES */
a, .entry-title a:hover {
  color: #8B0000; /* rojo vino */
}

.button, .more-link {
  background-color: #8B0000;
  color: white;
}


/* --- NUEVOS ESTILOS ADICIONALES --- */

/* Título del sitio */
#masthead .site-branding h1, .site-title {
    font-size: 28px;
    color: #ffe600;
}

/* Fondo del header */
#masthead {
    background: linear-gradient(to right, #cc0000, #007a33);
    padding: 10px 0;
}

/* Menú principal */
.main-navigation a {
    color: white !important;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.main-navigation a:hover {
    color: #ffe600 !important;
}

/* Última entrada */
.widget-title, .section-title {
    font-size: 22px;
    color: #cc0000;
    font-weight: bold;
}

/* Etiquetas principales */
.tagcloud a {
    background: #f0f0f0;
    color: #333;
    padding: 4px 8px;
    border-radius: 4px;
    margin: 2px;
    font-size: 14px !important;
}

.tagcloud a:hover {
    background: #cc0000;
    color: white;
}

/* Imagen destacada en listado */
.post-thumbnail img {
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Redes sociales */
.social-icons a {
    background: white;
    border-radius: 6px;
    padding: 4px;
    margin-left: 5px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: #ffe600;
}

/* Footer */
.site-footer {
    background: #222;
    color: #ddd;
    padding: 20px 0;
    font-size: 14px;
}

.site-footer a {
    color: #ffe600;
    text-decoration: underline;
}

.site-footer a:hover {
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .main-navigation a {
        font-size: 14px;
    }

    #masthead .site-branding h1 {
        font-size: 20px;
        text-align: center;
    }

    .post-thumbnail img {
        width: 100%;
        height: auto;
    }
}

/* Fuentes externas */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Lora:wght@400;700&display=swap');
/* Fondo general de la web */
body {
  background-color: #F9F9F9;
  color: #333333;
}

/* Color de enlaces */
a {
  color: #1A3E5C;
  text-decoration: none;
}

/* Color cuando el cursor pasa sobre los enlaces */
a:hover {
  color: #C64B4B;
  text-decoration: underline;
}

/* Botones generales */
button,
input[type="submit"],
.wp-block-button__link {
  background-color: #C64B4B;
  color: white;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 5px;
}

/* Botones al pasar el mouse */
button:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
  background-color: #4AB7E7;
  color: #ffffff;
}

/* Títulos (H1, H2, H3, etc.) */
h1, h2, h3, h4, h5, h6 {
  color: #1A3E5C;
}


