/* Lista */
.card-agenda {
	padding: 12px;
	background-color: #fff;
	border-radius: 5px;
  margin-bottom: 20px;
}

.col-box-agenda-textos h6 {
	color: #4097cf;
	line-height: 1.19;
  margin-top: 15px;
}

.col-box-agenda-textos h5 {
	color: #f4d348;
	line-height: 1.23;
	font-family: 'Montserrat-SemiBold';
}

/* Interna */
.container-fluid-agenda-titulo {
	background-color: #4097cf;
  margin-bottom: 15px;
}

.agenda-titulo {
	color: #fff;
  font-family: 'Montserrat-Medium';
  min-height: 96px;
}

.container-agenda-info {
	padding-bottom: 20px;
}

@media only screen and (max-width: 480px) {
  .agenda-titulo {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 375px) {
  .agenda-titulo {
    font-size: 1.8rem;
  }
}