.widget-destacadas {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(243, 243, 243, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
    padding-bottom: 1rem;
    padding-top: 0.5rem;
}

.noticia-destacada {
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
}

.noticia-destacada .fondo-titulo {
    background-color: #FFFFFF;
    width: 100%;
    padding: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.noticia-destacada .fondo-titulo a {
    color: black;
    font-weight: 700;
    font-size: 1.6rem;
}

.font-small .noticia-destacada .fondo-titulo a {
    font-size: 1.4rem;
}

.font-small .noticia-destacada .fondo-titulo {
    padding: 0.5rem;
}

.widget-destacadas .texto-personalizado {
    right: 0rem;
}

.widget-destacadas .texto-personalizado a {
    color: white;
}

.super-destacada .fondo-titulo {
    color: transparent;
}

.super-destacada .noticia-destacada {
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10);
}

.super-destacada .noticia-destacada a {
    text-align: center;
}

.noticia-destacada .volanta {
    font-size: 1.35rem;
}

.noticia-destacada .volanta p{
    margin-bottom: 0.5rem !important;
}


.sin-volanta .volanta {
    display: none;
}

@media (min-width: 769px) and (max-width: 1199px) {
    .noticia-destacada {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
    }
    .noticia-destacada img {
        object-fit: cover;
        width: 100%;
        max-height: 412.5px;
    }
    .noticia-destacada .fondo-titulo a {
        font-size: 2rem;
    }
    .font-small .noticia-destacada .fondo-titulo a {
        font-size: 1.2rem;
    }
    .font-small .featured-video-plus {
        background-color: #000000;
        padding-top: 21px;
        padding-bottom: 22px;
    }
    .font-medium .featured-video-plus {
        background-color: #000000;
        padding-top: 45px;
        padding-bottom: 44px;
    }
    .super-destacada .noticia-destacada .fondo-titulo {
        padding: 0.5rem;
        padding-top: 0.75rem;
        padding-bottom: 0.25rem;
        line-height: 2rem;
    }
    .super-destacada .noticia-destacada a {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .noticia-destacada {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
    }
    .noticia-destacada img {
        object-fit: cover;
        width: 100%;
        max-height: 366px;
    }
    .noticia-destacada .fondo-titulo a {
        font-size: 2rem;
    }
    .font-small .noticia-destacada .fondo-titulo a {
        font-size: 1.3rem;
    }
    .font-small .featured-video-plus {
        background-color: #000000;
        padding-top: 27px;
        padding-bottom: 26px;
    }
    .font-medium .noticia-destacada .fondo-titulo a {
        font-size: 1.6rem;
    }
    .font-medium .featured-video-plus {
        background-color: #000000;
        padding-top: 54px;
        padding-bottom: 53px;
    }
    .font-big .noticia-destacada .fondo-titulo a {
        font-size: 2.4rem;
    }
    .super-destacada .noticia-destacada .fondo-titulo {
        padding: 0.5rem;
        padding-top: 0.75rem;
        padding-bottom: 0.25rem;
        line-height: 2rem;
        text-align: center;
    }
    .super-destacada .texto-personalizado {
        right: 1rem !important;
    }
}

.noticia-destacada-izquierda {
    border-radius: 6px;
    overflow: hidden;
}

.noticia-destacada-izquierda .fondo-titulo {
    background-color: #FFFFFF;
    width: 100%;
    padding: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.noticia-destacada-izquierda .fondo-titulo a {
    color: black;
    font-weight: 700;
    font-size: 2.4rem;
}

.font-small .noticia-destacada-izquierda .fondo-titulo a {
    font-size: 1.4rem;
}

.font-small .noticia-destacada-izquierda .fondo-titulo {
    padding: 0.5rem;
}