
.image {
  display: block;
  width: 100%;
  height: auto;
}

.noticia_title{
    padding: 0;
    margin: 0;
}

.noticia_item{
    border: 1px solid var(--lightgrey);
    padding: 15px;
     -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
  
.noticia_item a{
    text-decoration: none;
}

.default_btn_white{
    color: var(--lightgrey) !important;
    border: 1px solid var(--lightgrey) !important;
}    

p.h4.default_btn_white{
    color: var(--lightgrey) !important;
}

.noticia_item:hover p.h4.default_btn_white{
    color: var(--white) !important;
}

.noticia_item:hover .default_btn_white{
    color: var(--white) !important;
    border: 1px solid var(--white) !important;
}

.noticia_item:hover{
    background-color: var(--colorfirst);
}

.noticia_item:hover .noticia_title{
    color: var(--white);
}