/* Add here all your css styles (customizations) */

.g-rounded-25x {
  border-radius: 25%;
}

.f-width-20 {
  width: 20px;
}

.f-width-30 {
  width: 30px;
}

.f-width-40 {
  width: 30px;
}

.f-width-50 {
  width: 30px;
}

.g-bg-darkblue-opacity-0_5 {
  background-color: rgba(22, 26, 39, 0.5) !important;
}

.g-bg-darkblue-opacity-0_5--after:after {
  background-color: rgba(22, 26, 39, 0.5) !important;
}

.g-bg-darkblue-opacity-0_8 {
  background-color: rgba(22, 26, 39, 0.9) !important;
}

.g-bg-darkblue-opacity-0_8--after:after {
  background-color: rgba(22, 26, 39, 0.9) !important;
}

.g-bg-darkcyan {
  background-color: #0C7CC0 !important;
}

.g-bg-cyan {
  background-color: #0FA4D4 !important;
}

.g-bg-lightcyan {
  background-color: #D2EDF7 !important;
}

.g-bg-orange {
  background-color: #F7941D !important;
}

.g-bg-lightyellow {
  background-color: #FCFAD4 !important;
}

.g-bg-darkgray {
  background-color: #818285 !important;
}

.g-bg-lightgray {
  background-color: #E9E9E9 !important;
}

/*--------------------------------------------------
  [43. Counter]
----------------------------------------------------*/
.counters {
  color: #555;
  text-align: center;
}

@media (max-width: 767px) {
	.counters {
		margin-bottom: 30px;
	}
	.counters:last-child {
		margin-bottom: inherit;
	}
}

.counters span {
	font-size: 35px;
}

.counters span.counter-icon {
	display: block;
	margin-bottom: 10px;
}

.counters span.counter-icon i {
	color: #fff;
	padding: 16px;
	min-width: 65px;
	font-size: 35px;
	position: relative;
	background: #0082ca;
}

.counters span.counter-icon i:after {
	width: 0;
	height: 0;
	left: 38%;
	content: " ";
	bottom: -7px;
	display: block;
	position: absolute;
	border-top: 7px solid #0082ca;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}

.counters:hover span.counter-icon i {
	border-color: #000;
}

/* ---------------------------------- */

.forma-registro .form-group .error, 
.forma-contacto .form-group .error{
	color: #dc3545; font-size: 12px; display: block; margin-top: 5px; text-align: left;
}