/*! Place your custom styles here */

.lead {
	color: #afafaf !important;
}

.naranja {
	color: #f9a631 !important;
}

@media all and (min-width: 768px) {
  .feature-large-2 div[class*='col-']:first-child {
    margin-top: 0px !important;
  }
  .feature-large-2 div[class*='col-']:last-child {
    margin-top: 0px !important;
  }
}

h3, h4 {
	color: #000000 !important;
}

.btn--primary, .btn--primary:hover, .btn--primary:active {
	background-color: white !important;
	color: white !important;
	border-color: white !important;
}

.fondo-naranja, .fondo-naranja:hover, .fondo-naranja:active {
	background-color: #f9a631 !important;
	color: #f9a631 !important;
	border-color: #f9a631 !important;
}

.imageblock > .container,
.imageblock > div[class*='col-']:not(.imageblock__content) {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}