.introNoticias > * {
    font-size: 1.75rem;
    font-size: clamp(1.75rem, 1.3691037735849056rem + 1.6037735849056605vw, 2.8125rem);
    padding: 60px 0;
    margin-bottom: 0;
    line-height: 1em;
    color: #000;
}
.noticiaBox { padding: 0 60px; }
.noticiaTitulo {
    padding-right: 20px;
    color: #313131;
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 1.3076923076923077rem + 0.7692307692307693vw, 2rem);
    line-height: 1em;
    margin: 0;
    font-weight: 100;
}
.noticiaContenido {
    margin-top: 20px;
    padding-top: 20px !important;
    border-top: 1px solid #CECECE;
}
.noticiaBox .date {
    color: #ff3f3f;
}
.noticiaBox .exceprt {
    margin: 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 100;
    line-height: 1.2em;
    color: #797878;
}
.noticiaBox .noticiaCTA, .masNoticias .noticiaCTA {
    display: block;
    width: max-content;
    padding: 15px 40px;
    border: 1px solid #e55f5f;
    color: #000;
    text-decoration: none;
    border-radius: 99px;
    font-weight: 700;
}
.masNoticias .noticiaCTA { margin: auto; }
.noticiaBox .noticiaCTA:hover, .masNoticias .noticiaCTA:hover {
    background-color: #e55f5f;
    color: #fff;
}
.destacadoNoticias { transition: .4s linear all; }
.destacadoNoticias:hover {
    transform: translateX(-40px);
    transition: .4s linear all;
}
.destacadoNoticias:hover img { opacity: .6; }

@media only screen and (max-width: 600px) {
    .introNoticias > * { padding-bottom: 0; }
    .introNoticias { justify-content: center; border-right: none !important; }
    .noticiaDestacada { border-top: 0 !important; }
    .destacadoNoticias .imageContainer { padding: 0 !important; }
    .destacadoNoticias:hover { transform: none; opacity: 1; }
    .destacadoNoticias { margin-top: 50px; }
    .noticiaBox { padding: 40px 20px 60px; }
}


/* IPAD LANDSCAPE */
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
    .destacadoNoticias:hover { transform: none; opacity: 1; }
}