.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;
}
.textoBotonContenido .imagenTextoCTA {
    display: block;
    width: max-content;
    padding: 15px 40px;
    border: 1px solid #e55f5f;
    color: #000;
    text-decoration: none;
    border-radius: 99px;
    font-weight: 700;
}
.textoBotonContenido .imagenTextoCTA:hover {
    background-color: #e55f5f;
    color: #fff;
}
.imagenTextoContenido { transition: .4s linear all; }
.imagenTextoContenido:hover {
    transform: translateX(-40px);
    transition: .4s linear all;
}
.imagenTextoContenido:hover img { opacity: .6; }

@media only screen and (max-width: 600px) {
    .imagenTextoContenido .imageContainer { padding: 0 !important; }
    .imagenTextoContenido:hover { transform: none; opacity: 1; }
    /*.imagenTextoContenido { margin-top: 50px; }*/
    .textoBotonContenido { padding: 40px 20px 60px; }
}


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

@media only screen and (min-width: 1200px){
    .textoBotonContenido { padding-left:80px!important;padding-right:80px!important; }
}