.post-featured-image img {
  width: 100%;
  aspect-ratio: 1 / 0.85;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
    .post-item-content h3 {
  color: var(--primary-color);
  font-size: 20px;
  line-height: 1.4em;
        
}

.gonews {
    font-weight: 700 !important;
}

.text-gradient-blue {
    background: linear-gradient(90deg, #002b52 0%, #004b7a 50%, #006494 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.bottom-gradient-blue {
    background: linear-gradient(90deg, #002b52 0%, #004b7a 50%, #006494 100%);
    color: #fff !important;
    border: none;
}

.bottom-gradient-blue:hover {
    color: #fff !important;
}

.bottom-gradient-blue2 {
    display: inline-block;
    padding: 10px 35px;
    background: linear-gradient(90deg, #002b52 0%, #004b7a 50%, #006494 100%);
    color: #fff !important;
    border: none;
    border-radius: 5px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.bottom-gradient-blue2:hover {
    color: #fff !important;
    text-decoration: none !important;
    opacity: 0.9;
}


/* ==========================================================
   BLOG SINGLE - MARGUAD
   Estilo noticia / artículo
   ========================================================== */


/* ----------------------------------------------------------
   CONTENEDOR GENERAL
   ---------------------------------------------------------- */

.page-single-post {
    padding: 80px 0 100px;
    background: #fff;
}

.page-single-post > .container {
    max-width: 1140px;
}


/* ----------------------------------------------------------
   IMAGEN PRINCIPAL
   ---------------------------------------------------------- */

.page-single-post .post-image {
    width: 100%;
    margin-bottom: 55px;
}

.page-single-post .post-image figure {
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.page-single-post .post-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
}


/* ----------------------------------------------------------
   CONTENIDO
   ---------------------------------------------------------- */

.page-single-post .post-content {
    max-width: 1000px;
    margin: 0 auto;
}

.page-single-post .post-entry {
    width: 100%;
}


/* ----------------------------------------------------------
   TÍTULO
   ---------------------------------------------------------- */

.page-single-post .post-entry > h2 {
    margin: 0 0 35px;
    color: #005ca9;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.5px;
}


/* ----------------------------------------------------------
   CONTENIDO WORDPRESS
   ---------------------------------------------------------- */

/*
 * El PHP mete todo el contenido de WordPress dentro
 * de un <blockquote>. Lo convertimos visualmente en
 * un contenedor normal.
 */

.page-single-post .post-entry > blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #444;
    font-style: normal;
    font-size: 17px;
    line-height: 1.8;
}


/* Evitamos que los párrafos hereden estilos de cita */

.page-single-post .post-entry > blockquote p {
    margin: 0 0 22px;
    padding: 0;
    color: #444;
    font-size: 17px;
    line-height: 1.8;
}


/* ----------------------------------------------------------
   TÍTULOS DEL CONTENIDO WORDPRESS
   ---------------------------------------------------------- */

.page-single-post .post-entry > blockquote h1,
.page-single-post .post-entry > blockquote h2,
.page-single-post .post-entry > blockquote h3,
.page-single-post .post-entry > blockquote h4,
.page-single-post .post-entry > blockquote h5,
.page-single-post .post-entry > blockquote h6 {
    color: #005ca9;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-single-post .post-entry > blockquote h3 {
    font-size: 28px;
}

.page-single-post .post-entry > blockquote h4 {
    font-size: 23px;
}


/* ----------------------------------------------------------
   ENLACES
   ---------------------------------------------------------- */

.page-single-post .post-entry > blockquote a {
    color: #005ca9;
    font-weight: 500;
    text-decoration: none;
}

.page-single-post .post-entry > blockquote a:hover {
    color: #003f73;
    text-decoration: underline;
}


/* ----------------------------------------------------------
   NEGRITAS
   ---------------------------------------------------------- */

.page-single-post .post-entry > blockquote strong,
.page-single-post .post-entry > blockquote b {
    color: #333;
    font-weight: 700;
}


/* ----------------------------------------------------------
   LISTAS
   ---------------------------------------------------------- */

.page-single-post .post-entry > blockquote ul,
.page-single-post .post-entry > blockquote ol {
    margin: 0 0 25px;
    padding-left: 25px;
}

.page-single-post .post-entry > blockquote li {
    margin-bottom: 10px;
    line-height: 1.7;
}


/* ----------------------------------------------------------
   CITAS REALES DEL CONTENIDO
   ---------------------------------------------------------- */

.page-single-post .post-entry > blockquote blockquote {
    margin: 35px 0;
    padding: 25px 30px;
    border-left: 4px solid #005ca9;
    background: #f5f8fb;
    color: #555;
}


/* ----------------------------------------------------------
   IMÁGENES DENTRO DEL ARTÍCULO
   ---------------------------------------------------------- */

.page-single-post .post-entry > blockquote img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
}


/* ----------------------------------------------------------
   TABLAS
   ---------------------------------------------------------- */

.page-single-post .post-entry > blockquote table {
    width: 100%;
    margin: 30px 0;
    border-collapse: collapse;
}

.page-single-post .post-entry > blockquote table th {
    background: #005ca9;
    color: #fff;
    padding: 12px 15px;
    text-align: left;
}

.page-single-post .post-entry > blockquote table td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
}


/* ----------------------------------------------------------
   SEPARADORES
   ---------------------------------------------------------- */

.page-single-post .post-entry > blockquote hr {
    margin: 40px 0;
    border: 0;
    border-top: 1px solid #ddd;
}


/* ----------------------------------------------------------
   BOTONES / ELEMENTOS WORDPRESS
   ---------------------------------------------------------- */

.page-single-post .post-entry > blockquote .btn,
.page-single-post .post-entry > blockquote a.button,
.page-single-post .post-entry > blockquote .wp-block-button__link {
    display: inline-block;
    padding: 12px 25px;
    background: #005ca9;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease;
}

.page-single-post .post-entry > blockquote .btn:hover,
.page-single-post .post-entry > blockquote a.button:hover,
.page-single-post .post-entry > blockquote .wp-block-button__link:hover {
    background: #003f73;
    color: #fff;
    text-decoration: none;
}


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

@media (max-width: 991px) {

    .page-single-post {
        padding: 60px 0 80px;
    }

    .page-single-post .post-image {
        margin-bottom: 40px;
    }

    .page-single-post .post-entry > h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .page-single-post .post-entry > blockquote,
    .page-single-post .post-entry > blockquote p {
        font-size: 16px;
        line-height: 1.75;
    }

}


/* ----------------------------------------------------------
   RESPONSIVE - MÓVIL
   ---------------------------------------------------------- */

@media (max-width: 575px) {

    .page-single-post {
        padding: 40px 0 60px;
    }

    .page-single-post > .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-single-post .post-image {
        margin-bottom: 30px;
    }

    .page-single-post .post-image img {
        max-height: 350px;
    }

    .page-single-post .post-entry > h2 {
        font-size: 29px;
        line-height: 1.2;
        margin-bottom: 25px;
        letter-spacing: 0;
    }

    .page-single-post .post-entry > blockquote,
    .page-single-post .post-entry > blockquote p {
        font-size: 15px;
        line-height: 1.7;
    }

    .page-single-post .post-entry > blockquote h3 {
        font-size: 24px;
    }

    .page-single-post .post-entry > blockquote h4 {
        font-size: 20px;
    }

    .page-single-post .post-entry > blockquote blockquote {
        padding: 20px;
        margin: 25px 0;
    }

}

