body{
	font-family: 'Libre Franklin', sans-serif;
}
h1{
	font-family: Roboto;
	color: #681777;
	text-align: center;
	margin-top: 5px;
	font-size: 36px;
	margin-bottom: 10px;
}
i{
	font-size: 40px !important;
	color: #818181;
	cursor:pointer;
	text-align: center;
}
i:hover{
	color: #818181;
}
.btn {
	margin-bottom: 20px;
	border-radius: 2px;
	font-weight: 600;
	background-color: #F47920 !important;
	box-shadow: 0px 2px 5px 0px rgba(128,128,128,0.5) !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 10px 20px;
	height: auto;
}
.btn:hover, .btn:focus{
	background-color: #F59801 !important;
}
.margin-cero{
	margin-bottom: 0px;
}
.card {
	border-radius: 0px;	
	box-shadow: 0 6px 22px 0 rgba(0,0,0,0.04);
}
/**********************
	CARD PRINCIPAL
**********************/
.card-intro{
	opacity: 0;
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}
.card-intro > .card-container{
	margin: 0 auto;
	box-shadow: none;
}
.card-container .card-action{
	border-top: none;
	padding-top: 0px;
}
.card-container-content{
	padding: 24px 11px 0 11px !important;
}
/**********************
	CARD WIDGET
**********************/
.cards-widget{
	cursor: pointer;
	margin-bottom: 0px;
}
.cards-widget .card-image img {
	border-radius: 0px;
	height: 230px;	
}
.cards-widget .card-image::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 6;
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
}
.cards-widget .user-image{
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 9;
}
.cards-widget .user-image img {
	border-radius: 100%;
	width: 45px !important;
	height: 45px !important;
	border: 1px solid #FFF;
	margin-right: 10px;
	background-color: #FFF;
}
.cards-widget .user-image p{
	font-size: 12px;
	font-weight: 500;
}
.cards-widget .descripcion-widget {
	bottom: 0;
	z-index: 6;
	position: absolute;
	padding: 0px 12px 15px 15px;
}
.cards-widget .descripcion-widget span {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 5px;
}
.cards-widget .descripcion-widget p {
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
}
.cards-widget .progress {
	height: 27px;
	margin-top: 0px;
	margin-bottom: 7px;
	border-radius: 15px;
	background-color: #e1e0e0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px inset;
}
.cards-widget .progress .determinate {
	max-width: 100%;
	background-color: #e1762c;
	padding-right: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px inset;
}
.cards-widget .progress span {
	float: right;
	font-size: 11px;
	font-weight: 500;
	margin-top: 5px;
	margin-right: 3px;
}
.cards-widget .objetivo-widget p, .cards-widget .dias-restantes p {
	color: #45494c;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}
.cards-widget .card-action {
	padding: 16px 10px !important;
}
.col-cards{
	padding: 3px !important;
}
/**********************
	ANCHO CONTENEDOR
**********************/
.mover{
	padding: 0px !important;
}
.contenido-widget{
	min-height: 350px;
}
/**************
	BOLAS
**************/
.bolita{
	height: 3px;
	width: 14px;
	background-color: rgba(225, 118, 44, 0.3);
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	display: inline-block;
	margin: 0px 2px;	
	cursor: pointer;
}
.bolita.active{
	background-color: rgb(225, 118, 44);
}
.anterior-siguiente {
	cursor: pointer;
}
.anterior-siguiente img {
	height: 25px;
}
@media only screen and (min-width: 1450px){
	.container{
		max-width: 1440px;
		width: 100%;
	}
}
@media only screen and (max-width: 1450px){
	.container{
		max-width: 99%;
		width: 99%;
	}
}
@media only screen and (min-width: 994px){
	.mover{
		width: 5% !important;
	}
	.mover-medio{
		width: 90% !important;
	}
}