.field--name-field-fecha-publicacion{
	font-size: 1.4rem;
  font-weight: 300;
  color: #69beb9;
  text-align: right;
}

.block-view-eventos-cad {
  position: relative;
  margin: 2rem auto;
	padding: 0 12px;
  display: block;
}

.block-view-eventos-cad .views-row { 
	width: 100%;
	border: 1px solid #cecece;
	padding: 0 !important;
}

.block-view-eventos-cad .ev-cad {
	display: flex;
}

.block-view-eventos-cad .ev-cad .info {
	padding: 0.5rem 1rem;
}

.block-view-eventos-cad .ev-cad .date {
	font-size: 1.2rem;
  text-align: right;
  color: #69beb9;
}

.block-view-eventos-cad .ev-cad h3 {
	color: #1c487e;
	font-size: 1.4rem;
}

.block-view-eventos-cad .ev-cad a {
  background-color: #14827e;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0.5rem 0rem;
  border-radius: 11px;
  display: block;
  text-align: center;
  width: 135px;
  float: right;
}


.block-view-eventos-cad .ev-cad a:hover {
	background-color: #17bdb7;
}
