

.green-button a {
    border-radius: 25px;
    margin-top: 20px;
    border: none;
    padding: 10px 30px;
    background: #41625b;
    color: #ffffff;
    font-family: 'Corra Montserra';
    font-size: 1.4rem;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.green-button a:hover{
    border-radius: 25px;
    margin-top: 20px;
    border: none;
    padding: 10px 30px;
    background: #41625b;
    color: #ffffff;
    font-family: 'Corra Montserra';
    font-size: 1.4rem;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.uk-card-header, .uk-card-footer, .uk-card-body {
    padding: 20px 20px;
} 

.titulo-con-navegacion {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.titulo-con-navegacion h2,
.titulo-con-navegacion ul {
    margin: 0; /* Elimina márgenes por defecto */
}

.body h5, .uk-h5{
	font:400 1.4rem 'Corra Montserra';
	color: #5f1b2d;
	}

.br-35px{
    border-radius: 35px;
}

.uk-card-hover:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    
    transition: box-shadow 0.3s ease;
    position: relative;
    z-index: 9999;
    overflow: visible;
}
    
.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 a, .ntc-txt-box a:hover{color:#484747; font:400 18px 'Corra Montserra';}
.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;}
}