/*FLEX*/
.u-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.u-flex-center {
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.u-flex-end {
   -webkit-box-pack: end;
   -moz-box-pack: end;
       -ms-flex-pack: end;
           justify-content: flex-end;
}
.u-justify-center {
	-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.u-space-between {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.u-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
/*COMUN*/
.btn {
	border-radius: 0;
	min-height: 2.7rem;
	font-weight: 700;
	text-transform: none;
	font-size: 1rem;
	padding: 0 10px;
	text-align: center;
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #000f31;
	margin-top: 20px;
}
.btn:hover, .btn:focus {
	background-color: #000f31;
}
.u-medium, strong {
  font-weight: 600;
}
.u-margin-cero {
	margin-bottom: 0px;
}
.u-no-margin {
	margin: 0;
}
.u-font-small {
	font-size: 0.875rem;
}
.t-principal {
	color: #000f31;
}
.u-total-width {
	width: 100%;
}
.u-same-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.u-same-height .col {
	margin-left: 0 !important;
	height: 100%;
}
/*CARDS*/
.card {
	background-color: #FFFFFF;
	border-radius: 0;
	padding: 8px 12px;
	border: 1px solid #E5E5E5;
	box-shadow: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	cursor: pointer;
	height: 95%;
}
.card__image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 10.625rem;
	width: 100%;
	z-index: 1;
	margin-bottom: 8px;
	position: relative;
}
.card__image--background::before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 37.05%);
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 2;
	content: "";
	width: 100%;
	height: 100%;
}
.card__image:not(.card__image--background)::before {
	background-color: #000f31;
	opacity: 0.1;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 2;
	content: "";
	width: 100%;
	height: 100%;
}
.card .card__content {
	padding: 0 0 16px 0;
}
.card .card-action {
	padding: 0;
	border-top: 0;
}
.progress {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 0;
	height: 0.5rem;
	margin: 0;
	background-color: rgba(0, 15, 49, 0.2);
}
.progress .determinate {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #000f31;
	-webkit-transition: width .3s linear;
	transition: width .3s linear;	
}
.card__objetivo {
	min-width: 35px;
	text-align: right;
}
.card__descripcion {
	margin-top: 5px !important;
}
.user-image {
	margin-bottom: 16px;
}
.card__imguser {
	height: 1.875rem;
	width: 1.875rem;
	border-radius: 100%;
	margin-right: 8px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
}
.fondo-user {
	height: 1.875rem;
	width: 1.875rem;
	border-radius: 100%;
	margin-right: 8px;
	overflow: hidden;
	position: relative;
	border: 1px solid #FFFFFF;
}
.fondo-user::before {
	border-radius: 6px;
	background-color: #000f31;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.1;
}
.slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.slick-slide {
    height: inherit !important;
}
.slick-prev, .slick-next {	
	background-repeat: no-repeat !important;
	background-size: contain !important;
	height: 30px !important;
}
.slick-prev::before, .slick-next::before {
	content: "" !important;
}
.slick-list {
	width: 100%;
}
.slick-dots li:only-child {
	display: none;
}
.slick-prev {
	background-image: url('https://stockcrowd.s3.amazonaws.com/descargables/SD-334/img/left.svg') !important;	
}
.slick-next {
	background-image: url('https://stockcrowd.s3.amazonaws.com/descargables/SD-334/img/right.svg') !important;
}
.slick-dots li {
	margin: 0;
}
.widgets__encabezados {
	text-align: center;
	width: 100%;
}
.widgets__encabezados .encabezados {
	font-size: 1.75rem;
	margin-bottom: 8px;
	line-height: 1.95rem;
}
.widgets__camps {
	margin-top: 24px;
}