.introNoticias > * {
    font-size: 2.8125rem;
    font-size: clamp(2.8125rem, 1.8509615384615383rem + 3.8461538461538463vw, 5.3125rem);
    margin-bottom: 0;
    padding: 70px 0 ;
    line-height: 1em;
    color: #000;
    font-weight: 600;
}
.introNoticias { padding: 80px 0; }
.NoticiaDestacada { padding: 64px 0; margin-bottom: 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;
}
.date {
    color: #ff3f3f;
}
.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;
}
.noticiaCTA {
    display: block;
    width: max-content;
    padding: 15px 40px;
    border: 1px solid #e55f5f;
    color: #000;
    text-decoration: none;
    border-radius: 99px;
    font-weight: 400;
}
.noticiaCTA:hover {
    background-color: #e55f5f;
    color: #fff;
}
.buttonContainer {
    margin: 50px auto 100px;
}
.cargarMasNoticias {
    display: block;
    width: max-content;
    padding: 15px 40px;
    border: 1px solid #e55f5f;
    color: #000;
    text-decoration: none;
    border-radius: 99px;
    font-weight: 700;
    background-color: transparent;
    margin: auto;
}
.cargarMasNoticias:hover {
    border: 1px solid #e55f5f;
    color: #fff;
    background-color: #e55f5f;
}
.NoticiaDetalle { margin-bottom: 40px; }
.NoticiaTextoDetalle { background-color: #fff; padding: 70px; height: auto; }
.NoticiaImagenDetalle img { height: 100%; }
.NoticiaDestacada .order-2 .NoticiaTextoDetalle { padding-right: 70px; }
.order-1 .NoticiaTextoDetalle { padding-left: inherit; }
.order-2 .NoticiaTextoDetalle { padding-right: inherit; }

@media only screen and (max-width: 600px) {
    .introNoticias { justify-content: center; border-right: 0 !important; padding: 0; }
    .NoticiaTextoDetalle { padding: 20px; }
    .NoticiaDetalle:not(:first-child) { margin-bottom: 40px; }
    .NoticiaDestacada { margin: 20px 0; }
    .introNoticias > * { padding: 30px 0; }
}

/* IPAD LANDSCAPE */
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
    .NoticiaTextoDetalle { padding: 40px; }
}