.ntc-txt-container{padding-left: 20px !important;}
.ntc-img-overlay{
    width: 100%; height: 100%;
    background: url(../images/esquina_noticias.svg) right top / 20% no-repeat;
}
.ntc-txt-box{border-top: 1px solid #dcdcdc;border-right: 1px solid #dcdcdc;border-bottom: 1px solid #dcdcdc;}
.ntc-txt-box h5{color:var(--rojoTxt)}
.ntc-txt-box a, .ntc-txt-box a:hover{color:#6b6b6b}
.ntc-txt-box a:hover{text-decoration: none}
.ntc-boton{padding: 70px 0 0 0;}

@media only screen and (max-width:639px){

}
@media only screen and (min-width:640px) and (max-width:959px){

}
@media only screen and (min-width : 960px) and (max-width:1199px){
    .ntc-txt-box{height: 170px;padding: 10px 10px 10px 0px; font-size: 14px;}
    .ntc-txt-box h5{font-size: 18px !important; margin: 0 !important;}
}
@media only screen and (min-width : 1200px){
.ntc-txt-box{height: 200px;padding: 10px 10px 10px 0px;}
}