/* ===== Contenedor general ===== */
.reconocimientos-logros
{
    padding: 30px 15px;
}
/* ===== Encabezado ===== */
.reconocimientos-logros .custom-underline
{
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    font-size: 1.75rem;
}
.reconocimientos-logros .custom-underline::after
{
    content: "";
    position: absolute;
    left: -25px;
    right: -25px;
    bottom: 0;
    height: 4px;
    background-color: #fcaa52;
    border-radius: 2px;
}
/* ===== Grid generado por shortcode ===== */
.reconocimientos-logros .logos-reconocimientos
{
    justify-content: center;
}
/* ESTADO VACÍO TIPO KPI */
.reconocimientos-logros .logos-reconocimientos > p
{
    position: relative;
    overflow: hidden;
    width: 95%;
    max-width: 650px;
    margin: 10px auto 20px;
    padding: 34px 26px;
    text-align: center;
    background: linear-gradient(
    180deg,
    #ffffff 0%,
    #fffaf3 100%
    );
    border: 1px solid rgba(252,170,82,.35);
    border-left: 5px solid #fcaa52;
    border-radius: 14px;
    color: #15395A;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    box-shadow:
    0 10px 28px rgba(21,57,90,.10);
}
/* Barra lateral institucional */
.reconocimientos-logros .logos-reconocimientos > p::after
{
    content: "Los nuevos reconocimientos institucionales serán publicados próximamente.";
    display: block;
    margin-top: 10px;
    font-size: .85rem;
    font-weight: 400;

    color: #6c757d;
}
/* Icono grande tipo KPI */
.reconocimientos-logros .logos-reconocimientos > p::before
{
    content: "\f091";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    right: 18px;
    bottom: -12px;
    font-size: 5.5rem;
    line-height: 1;
    color: #fcaa52;
    opacity: .12;
    transform: rotate(-8deg);
    pointer-events: none;
}
/* CARDS DE RECONOCIMIENTOS */
.reconocimientos-logros .col-lg-4,
.reconocimientos-logros .col-md-6,
.reconocimientos-logros .col-sm-12
{
    display: flex;
    flex-direction: column;
    transition: transform .3s ease;
}
.reconocimientos-logros .col-lg-4:hover,
.reconocimientos-logros .col-md-6:hover,
.reconocimientos-logros .col-sm-12:hover
{
    transform: translateY(-4px);
}
/* ===== Imagen ===== */
.reconocimientos-logros .post-thumbnail
{
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}
.reconocimientos-logros .post-thumbnail img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.reconocimientos-logros .post-thumbnail:hover img
{
    transform: scale(1.05);
}
/* ===== Fecha ===== */
.reconocimientos-logros .post-thumbnail .posted-on
{
    position: absolute;
    bottom: 10px;
    right: 10px;

    display: flex;
    gap: 5px;
    align-items: center;
}
.reconocimientos-logros .posted-on .day,
.reconocimientos-logros .posted-on .year
{
    background: #fcaa52;
    color: #fff;

    padding: 5px 10px;

    font-size: 14px;
    font-weight: 700;

    border-radius: 3px;
    text-align: center;
}
.reconocimientos-logros .posted-on .month
{
    background: #fff;
    color: #000;

    padding: 5px 10px;

    font-size: 14px;
    font-weight: 500;

    border-radius: 3px;

    text-transform: uppercase;
    text-align: center;
}
/* CONTENIDO DEL CARD */
.reconocimientos-logros .post-content
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    flex-grow: 1;

    padding: 10px 15px;
}
/* ===== Header ===== */
.reconocimientos-logros .entry-header
{
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 10px;

    height: 100px;

    background-color: #fffaf3;
}
/* ===== Título ===== */
.reconocimientos-logros .entry-title
{
    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
    text-transform: capitalize !important;

    line-height: 1.3;

    min-height: 60px;

    margin: 10px 0;
}
.reconocimientos-logros .entry-title a
{
    color: #000 !important;

    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;

    transition: color .3s ease;
}
.reconocimientos-logros .entry-title a:hover
{
    color: #fcaa52 !important;
}
/* ===== Contenido ===== */
.reconocimientos-logros .entry-content
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    flex-grow: 1;

    min-height: 300px;

    font-size: .95rem;
    text-align: justify;
}
.reconocimientos-logros .entry-content a.more-link,
.reconocimientos-logros .service-links .btn
{
    color: inherit;

    text-decoration: none;
    box-shadow: none !important;
}
/* RESPONSIVE TABLET */
@media (max-width: 991px)
{
    .reconocimientos-logros .entry-title
    {
        min-height: auto;
    }
    .reconocimientos-logros .entry-content
    {
        min-height: auto;
    }
}
/* RESPONSIVE MOBILE */
@media (max-width: 767px)
{
    .reconocimientos-logros
    {
        padding: 24px 10px;
    }
    .reconocimientos-logros .custom-underline
    {
        font-size: 1.35rem;
    }
    .reconocimientos-logros .post-thumbnail
    {
        height: 150px;
    }
    .reconocimientos-logros .entry-title
    {
        min-height: auto;
        font-size: .9rem;
    }
    .reconocimientos-logros .post-content
    {
        min-height: auto;
        padding: 10px 8px;
    }
    .reconocimientos-logros .entry-content
    {
        padding: 0;
        font-size: .9rem;
    }
    .reconocimientos-logros .logos-reconocimientos > p
    {
        padding: 26px 18px;
        font-size: .95rem;
    }
    .reconocimientos-logros .logos-reconocimientos > p::before
    {
        right: 12px;
        bottom: -8px;

        font-size: 4.2rem;
    }
    .reconocimientos-logros .logos-reconocimientos > p::after
    {
        font-size: .8rem;
    }
}