

.content-all-noticias-home .content-title-proyectos-home-cm h2{
  color: #333333;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.content-all-noticias-home .content-title-proyectos-home-cm h2:before{
  content: "";
  position: absolute;
  height: 2px;
  width: 100px;
  background: #333333;
  top: -3px;
  left: calc(50% - 50px); /* 50px es la mitad del widht de la linea */
}

.content-all-noticias-home .card-noticia-home .img-proyecto-home{
	width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 8.5 / 7.3;
}


.content-all-noticias-home .card-noticia-home{
    border-radius: 0px !important;
    border: none;
}

.content-all-noticias-home .card-noticia-home a{
    color: #232323 !important;
    text-decoration: none;
}
.content-all-noticias-home .card-noticia-home a:hover{
    text-decoration: underline;
}

.content-all-noticias-home .card-noticia-home h5{
    color: #232323 !important;
    font-weight: 550;
    margin-left:5px ;
    margin-right: 5px;
    font-size: 1.25rem;
}


.content-all-noticias-home .card-noticia-home .content-footer-card-proyecto .btn-tematica{
	background: #FFCC00;
    color: #232323;
    border-radius: 0;
    font-weight: 300;
}
.content-all-noticias-home .card-noticia-home .content-footer-card-proyecto {
	bottom: 0;
    margin-bottom: 15px;
}


.content-all-noticias-home  .content-enlace-all-proyectos a{
    color: #232323 !important;
    text-decoration: none !important;
    font-weight: 600;
}






@media (max-width: 576px) {
    .content-all-noticias-home .card-noticia-home .content-text h5{
        font-size: .7rem;
    }
    .content-all-noticias-home .content-footer-card-proyecto p{
        font-size: .6rem;
    }
    .content-all-noticias-home .content-footer-card-proyecto .btn-tematica{
        font-size: .6rem;
    }
}

