
.sectionNovedades .row .card .card-body {
	padding:1rem;
}
.btnNovedades {
	padding-top:2rem;
}

.titleHighlighted {
	color: #154481!important;
}
.sectionNovedades {
	overflow: visible;
    width: 100%;
}
.sectionNovedades .row .cardNovedad .card-body div p a:hover {
	  text-decoration-line: underline;
	  font-weight:bold;
}
.sectionNovedades .row .card a .card-body {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding:.5rem;
	height:100%;
	
}
.sectionNovedades .row .card .card-body .text-right {
	position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.5rem;
}
.sectionNovedades> .masInfoButton {
	margin-top:30px;
	text-align:center;
}
.sectionTitle {
	padding: 0px 0 10px 0;
}
.imgNovedad{
	width:250px!important;
	height:auto;
}
.RowCards{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;    
}
.textNovedad {
	  overflow:hidden!important;
	  line-height: 1.6rem;
	  max-height: 32rem;
}
.card-text p {
	height: 80px;
	overflow: hidden; 
	text-overflow: ellipsis;
}
.sectionNovedades a:hover {
	text-decoration:none;
}

.sectionNovedades .card-body .card-truncate:hover {
	text-decoration:underline;
}
.card-title {
	font-size: 1.2rem;
    margin: 0.5rem 0.5rem 0.5rem 0;
	padding-left: 0.9rem;
	text-align:center;
}
.cardNovedad {
	border: 0;
    border-radius: .5em;
	margin-bottom:1em;
	border: 1px solid #9eb4c7;
}
.rowCenter {
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items: center;
	flex-wrap:wrap;
}

.card-caption,
.card-caption a {
    color: #333;
    text-decoration: none;
}
.card-caption {
    font-weight: 700;
    font-family: "Open Sans";
}
.sectionNovedades .cardHeader {
	padding: 0 1rem 0 1rem;
}

.novedad-cuerpo img{
	max-width:100%;
	height:auto;
}
@media screen and (max-width: 1180px) {
	.card {
		margin-bottom: 0.625rem;
	}
	.cardNovedad {
		margin-bottom:0.625rem;
	}

	.flexGrow {
		flex-grow:unset!important;
	}
}

  @media (max-width: 768px) {
    .card {
      min-width: initial;
    }

  }
@media screen and (max-width: 575.98px) {
	.homeCardContent {
		margin-top: 1rem;
	}
}
