.contenidosMasBuscados {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:flex-start;
}

.sectionTitle h1 {
	color: #fabd00!important;
	border: 1px solid #fabd00!important;
}

.cardTitleWrapper {
	height:40px;
	border-bottom: 1px solid #ffc107;
}
.cardTitleWrapper>h4 {
	margin-top: 0; 
    margin-bottom: 0!important; 
    font-weight: 500;
    line-height: 1.2;
}
.cardMasContenidosWrapper {
	padding: 0 0!important;
}

.cardMasContenidosWrapper .card-body {
	padding:1rem 0 0 0!important;
}
.link-border{
	color:#154481;
	text-align: center;
	padding-bottom: 1rem;
	font-weight: 500;
}
	.cardTitleWrapper {
   		height: 55px;
	}
@media screen and (min-width: 576px){

  .card-group>.card:not(:first-child) {
      border-top-left-radius: .25rem!important;
      border-bottom-left-radius: .25rem!important;
  }
	.card-group>.card:not(:last-child) {
		border-top-right-radius: .25rem!important;
		border-bottom-right-radius: .25rem!important;
	}
  .card-group>.card+.card {
    margin-left:10px!important;
    border-left: 1px solid #ccc!important;
  }

}
@media screen and (max-width: 992px) {
	.link-border {
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 576px) and (max-width: 1199px){
	.card-group {
		align-items: center!important;
	}

}
@media screen and (max-width: 1199px){
  .card-group {
  	display:flex;
	flex-direction:column!important;
	justify-content:center;
  }
}
