body{
	background-color: #79cef2;
	font-family: 'Open Sans', sans-serif;
	color: #6c6c6c;
}

header{
	background-color: #fff;
	color: #00ae42;
	padding: 1em 2em;
	z-index: 999;
	border-bottom: 1px solid #dbdbdb;
}
footer {
	background-color: #42c373;
	color: #9ce0b6;
	padding: 1em 2em;
}
.container-fluid{
	position: relative;
	z-index:99;
}

.sliders{
	display:none;
}

.light{
	font-weight: 300;
}
.bold{
	font-weight: 700;
}
h1, h2, h3, h4, h5 {
	color: #00ae42;
}

/*********** colors ***********/

.color-primary {
    color: #fff;
    background-color: #38ac4b;
}
.color-secondary {
    color: #fff;
    background-color: #6c757d;
}
.color-warning {
    color: #fff;
    background-color: #ffc000;
}
.color-danger {
    color: #fff;
    background-color: #d73838;
}
.color-info {
    color: #fff;
    background-color: #0096ff;
}

/*********** colors btn ***********/

/*.btn-primary {
    color: #fff;
    background-color: #38ac4b;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
}
.btn-warning {
    color: #fff;
    background-color: #ffc000;
}
.btn-danger {
    color: #fff;
    background-color: #d73838;
}
.btn-info {
    color: #fff;
    background-color: #0096ff;
}
*/
/*********** texts ************/

.content-secondary h1, .content-secondary h2, .content-secondary h3, .content-secondary h4, .content-secondary h5, .content-secondary h6, .content-secondary p{
	color: white;
}

/*********** Loading **********/

.loading-big{
	background-color:white;
	width:100%;
	height:100%;
	position:fixed;
	z-index:9999;
	background-image: url('../images/ico_load.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.lds {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  top: 50%;
    left: 50%;
}
.lds div {
  position: absolute;
  border: 4px solid #38ac4b;
  opacity: 1;
  border-radius: 50%;
  animation: lds 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds {
  0% {
    top: -35px;
    left: -35px;
    width: 70px;
    height: 70px;
    opacity: 0;
  }
  10%{
	 opacity: 1; 
  }
  100% {
    top: -70px;
    left: -70px;
    width: 140px;
    height: 140px;
    opacity: 0;
  }
}


/********* elements ************/

.background-clouds,.background-mountain{
	    top: 0;
	position: fixed;
	width:100%;
}

.clouds {
	position:fixed;
}

.tree{
	position: fixed;
	bottom: 0;
	z-index:1
}
.mountain{
	position: fixed;
	bottom: 0;
}

.birds{
	background-color: transparent;
	display:block;
	position:relative;
	z-index:2
}
.boat{
	display:block;
	position:relative;
	z-index:1;
	width: 92px;
	height: 56px;
	background-image: url(../images/bg/boat.png);
	background-position:0 0;
	background-repeat: no-repeat;
}
.sea{
	position:fixed;
	z-index:1;
	width:100%;
}

#ruta{
	position:fixed;
	z-index:1;
	width:100%;
	/*background-color: rgba(0,0,0,0.5);*/
}

#ruta svg path{
	stroke-dasharray: 7;
	stroke-width: 3;
	stroke: rgba(0,62,115,0.4);
}

/*#ruta svg path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 2000;
  animation: dash 5s linear;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}*/

.pathRuta{
	position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flag {
	display:block;
	position:absolute;
	z-index:1;
}
.flag .flag_ani{
	top: -50px;
    left: -50px;
    position: relative;
	
	width: 96px;
	height: 55px;
	background: url(../images/bg/flag.png)  no-repeat;
	animation: flagAnimate .8s steps(6) infinite;
}

@keyframes flagAnimate {
    100% { background-position: 0 -330px; }
}

#demo {
  width: 692px;
  height: 70px;
  background-color: #333;
  padding: 8px;
}
#logo {
  position: relative;
  width: 150px;
  height: 60px;
  background: #90E500 url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/logo_transparent_1.png) no-repeat;
  background-position: 0px 4px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: solid #000 10px;
}
#logo p {
  font-size:17px;
  margin-top: 0px;
  margin-left: 60px;
  line-height: 58px;
}

.items-icons{
	position: relative;
    z-index: 2;
}

.coins{
	position: absolute;
    bottom: 0;
    opacity: 0.5;
}


/************ btn ***********/

a:focus{
	background-image: none !important; 
	outline: none !important; 
	-webkit-box-shadow: none !important; 
	box-shadow: none !important; 
}
.closeSection{
	position: relative;
    z-index: 99999;
}
.btn_actividad{
	background-color: #00ae42;
	border-radius: 50%;
	width: 14px;
    height: 14px;
	position:absolute;
	z-index:99;
	transform: translate(-7px,-7px);
	padding:0;
	margin:0;
}

.btn_actividad:hover .btnAct-int{
    display:block;
	transform: translate(25px,0px) scale(1);

}

.btn_actividad .btnAct-int{
	/*display:none;*/
	position: absolute;
    width: 200px;
    background: white;
	padding: 0.5em;
	color: #00ae42;
	font-weight:700;
	padding-left: 1.5em;
	border-radius: 0px 25px 25px 25px;
	transition: all 0.3s;
	transform: translate(-100px,0px) scale(0);
	font-size:16px;
}
.btn_actividad .int{
	position: absolute;
    top: -60px;
	z-index: 9;
}

.btn_actividad i{
	width:45px;
	height:45px;
	background: #00ae42;
	font-size:1.6em;
	line-height: 1.7;
	font-weight:700;
	color:white;
	position: absolute;
	border-radius: 50%;
	font-style: normal;
	    z-index: 9;
}
.line {
    width: 2px;
    height: 50px;
    border-left: 2px solid #00ae42;
	transform-origin: bottom left;
    position: absolute;
    top: -45px;
    left: 5px;
}
.line.i-r{
	transform: rotate(-30deg);
}
.line.i-l{
	transform: rotate(30deg);
}

.btn_actividad .int.i-l{
    left: 5px;
}
.btn_actividad .int.i-r{
    left: -40px;
}

.btn-circle{
	color: #00ae42;
	padding: .375rem 0rem;
	position:relative;
}

.btn-circle i{
	border: 2px solid #00ae42;
	border-radius: 50%;
	width: 53px;
    height: 53px;
    vertical-align: middle;
	transition: all 0.5s;
	
}

#openAvance.btn-circle{
	width: 55px;
    height: 55px;	
	shape-rendering:geometricPrecision;
}

.avance.btn-circle{
	width: 55px;
    height: 55px;	
	shape-rendering:geometricPrecision;
}

#openAvance.btn-circle svg{
	shape-rendering:geometricPrecision;
}

.btn-circle .fas::before{
	display:block;
	margin-top:17px;
}
.btn-circle:hover{
	color: #00ae42;
}
.btn-circle:hover i{
	background-color: #00ae42;
	color: #fff;
}
.btn-circle:hover i::before{
	animation: hoverIcon 4s infinite;
}
.btn-circle .badge {
    top: 0;
    right: 0;
    line-height: 1.2;
	position: absolute;
}

@keyframes hoverIcon {
  0% {
    margin-left: 0;
    opacity: 1;
  }
  10%{
	 opacity: 0; 
	 margin-left: 30px;
  }
  11%{
	 opacity: 0; 
	 margin-left: -30px;
  }
  20%{
	 opacity: 1; 
	 margin-left: 0;
  }
  100% {
    
  }
}

/*********** contents *************/

.content-primary {
	padding-bottom:3.5em;
	top: 15%;
}

.content-primary .header{
	background-color: rgba(0,174,66,0.7);
	color:#fff;
	padding: 1em 0;
}
.content-primary .body{
	background-color: #fff;
	color:#00ae42;
	padding: 1.5em 0;
}
.content-primary .footer{
	background-color: #fff;
	text-align:right;
	padding-top: 1em;
	padding-right:2em;
	padding-bottom:2em;
}

.content-secondary{
	background-color: rgba(47,189,101,0.9);
	padding-bottom:3.5em;
	color:#fff;
	border-top: 10px solid rgba(0,0,0,0.1);
	
	box-shadow: 0 10px 0px 0px rgba(0,0,0,0.2);
}
.content-secondary .body{
	padding: 1.5em 0;
	position: relative;
}

.content-tertiary{
	background-color: rgba(47,189,101,0.7);
	padding-bottom:3.5em;
	
	border-top: 10px solid rgba(0,0,0,0.1);
	
	box-shadow: 0 10px 0px 0px rgba(0,0,0,0.2);
}
.content-tertiary .body{
	padding: 1.5em 0;
	position: relative;
}

.content-secondary .btn-circle i{
	border-color: #fff;
	color: #fff;
}

.content-secondary .btn-circle:hover i{
	background-color: #fff;
	color: #00ae42;
}

.text-shadow{
	text-shadow: -3px 3px rgba(0,0,0,0.2);
}

.img-auto{
	max-width:max-content;
	width:100%;
	
}

/*********** card ***********/
.content-secondary .card{
	/*background-color:#288e45;*/
}

.content-secondary .card h1, .content-secondary .card h2, .content-secondary .card h3, .content-secondary .card h4, .content-secondary .card h5, .content-secondary .card h6{
	color:#288e45;
}

.content-secondary .card, .content-secondary .card p{
	color:#373737;
}

/********** iconos ***********/
.ico-gibs{
	border: 5px solid #fff;
	border-radius: 50%;
	text-align:center;
	width:200px;
	height:200px;
	margin:auto;
}

.ico-green{
	border-color: #00ae42;
}
.ico-green h1, .ico-green small{
	font-weight:500 !important;
	color:#00ae42 !important;
}
#final .ico-gibs{
	width:180px;
	height:180px;
}

.ico-gibs .ico-int{
	height:100%;
}
.ico-gibs h1{
	font-size:3em;
	font-weight:700;
	color:#fff;
}
.ico-gibs small{
	font-size: 0.5em;
	text-transform: uppercase;
	display: block;
	color:#fff;
}

.ico-avance{
	text-align:center;
	width:200px;
	height:200px;
	margin:auto;
}
.label-avance{
	position:absolute;
	font-size: 4em;
	line-height: 0;
}
.label-avance span{
	display: inline-block;
	vertical-align:middle;
	font-weight: 300;
}
.label-avance small{
	font-size: 0.3em;
	vertical-align: bottom;
}

.gibs h2{
	font-size:2em;
	font-weight:700;
	color:#fff;
	margin:0;
}
.gibs span{
	display:block
}

.ico-shadow{
	position:relative;
}
.ico-shadow img{
	position:relative;
	z-index:1;
}

.shadow-circle{
	background-color: rgba(0,0,0,0.2);
	position:absolute;
	left: 50%;
    bottom: 0;
	border-radius: 50%;
}

.points{
	margin: 1em 0;
}

.points svg circle{
	fill: #fff;
}
.points svg .st0{
	fill: #fff;
	opacity: 0.5;
	stroke: none;
}

/************ labels ********/

.label{
	padding: 0.2em 0.7em;
	border-radius: 0.7em;
	font-weight:700;
}
.label-primary{
	background-color: #bfebd0;
	color: #075a26;
}

/********** actividad **********/

.slide-right{
	width:920px;
	background-color: #fff;
	right: 0 !important;
	left:auto;
}
.slide-right .body{
	padding: 2em 3em;
}

.slide-right .title, .slide-right .subtitle, .slide-right .contenido{
	color: #373737;
}

.recompensas .head{
	background-color: #e3a723;
	color: white;
	text-shadow: -2px -2px rgba(0,0,0,0.2);
}
.recompensas .body{
	background-color: #fff3da;
}
.recompensas .head span{
	font-size:1.5em;
	font-weight:700;
	
}

label.label-win {
	font-size:1.3em;
	font-weight:700;
	color: #b76c0f;
	text-shadow: -1px -1px 2px #fff, -1px -1px 2px #000;
	text-transform: uppercase;
}

label.label-win i{
	display: inline-block;
	vertical-align:middle;
	width:73px;
	height:68px;
	font-size:1.5em;
	font-weight:700;
	//background: url(../images/icoRecompensa.png) no-repeat;
	margin-right:0.2em;
}

.imgCirc{
	border: 10px solid #fff;
	border-radius: 50%;
	width: 180px;
	-webkit-box-shadow: -5px 5px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 5px 0px 0px rgba(0,0,0,0.2);
	box-shadow: -5px 5px 0px 0px rgba(0,0,0,0.2);
}
.img_avatar{
	border: 4px solid #fff;
	border-radius: 50%;
	width: 70px;
	-webkit-box-shadow: -5px 5px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 5px 0px 0px rgba(0,0,0,0.2);
	box-shadow: -5px 5px 0px 0px rgba(0,0,0,0.2);
}

.btn_actividad.inactive{
	background-color: #3f3f3f;
	opacity:0.5;
}
.btn_actividad.inactive .int i{
	background-color: #3f3f3f;
}
.btn_actividad.inactive .line{
	border-color: #3f3f3f;
}
.btn_actividad.active .int i{
	background-color: #1b83cc;
	animation: iconLooop .8s infinite;
}

@keyframes iconLooop {
	0% { transform: scale(1); }
    50% { transform: scale(1.1);}
	100% { transform: scale(1);}
}

/********** recompensas ********/

#recompensa{
	background-image: url(../images/coins.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/********** avance ************/
#avance .items-icons{
	overflow-x: auto;
	white-space: nowrap;
}
.item-avance{
	width:250px;
	padding-right: 15px;
    padding-left: 15px;
	display: inline-block;
	float: none;
}

/********** notificaciones *************/

#notificaciones .badge-lg {
	font-size: 1em;
}

.badge-inactive{
	color: #212529;
    background-color: #d7ddd9;
}

/********** forms *************/

.hide{
	display:none;
}
.form-control{
	border: 2px solid #00ae42;
	border-radius: 0rem;
}

.form-edit{

}
.form-edit:after {
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
    content: "\f044";
}

.input-hover{
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	display: inline;
	transition: all 0.5s;
}
.input-hover span, .input-hover input{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	vertical-align: middle;
    display: inline-block;
	transition: all 0.5s;
	transform-origin: left top;
}
.input-hover input{
	transform:scaleX(0);
	width:1px;
	display:none;
}
.input-hover.active input{
	transform:scaleX(1);
	width:auto;
	display:inline;
}
.input-hover span{
	transform:scaleX(1);
}
.input-hover.active span{
	transform:scaleX(0);
	width:1px;
}
.input-hover:after {
    content: "\f044";
	cursor: pointer;
	    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/********** glow ************/

.glow{
	position: absolute;
    z-index: 9999;
	left: 50%;
    transform: translateX(-50%);
}

.glow svg{
    max-width: 200px;
	width: 100%;
}

.glow svg path{
	stroke: none;
	fill: #fff;
	transform: scale(0.5);
	opacity: 0;
}

.glow svg path.st0{
	transform-origin: 70px 217px;
	animation: glow 4s infinite;
	animation-delay:0s;
}

.glow svg path.st1{
	transform-origin: 155px 82px;
	animation: glow 4s infinite;
	animation-delay:0.2s;
}
.glow svg path.st2{
	transform-origin: 345px 105px;
	animation: glow 4s infinite;
	animation-delay:0.7s;
}
.glow svg path.st3{
	transform-origin: 345px 305px;
	animation: glow 4s infinite;
	animation-delay:0.5s;
}
.glow svg path.st4{
	transform-origin: 180px 376px;
	animation: glow 4s infinite;
	animation-delay:0.4s;
}

@keyframes glow {
  0% {
    opacity: 0;
	transform: scale(0.5)
  }
  10%{
	 opacity: 1; 
	 transform: scale(1)
  }
  20%{
	 opacity: 0; 
	 transform: scale(0)
  }
  100% {
	 opacity: 0; 
    transform: scale(0.5)
  }
}

/********** Animated css ************/
.animated.delay-01s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.animated.delay-02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.animated.delay-03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.animated.delay-04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.animated.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animated.delay-06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.animated.delay-07s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.animated.delay-08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.animated.delay-09s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.animated.delay-11s {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.animated.delay-12s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.animated.delay-13s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.animated.delay-14s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.animated.delay-15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.animated.delay-16s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.animated.delay-17s {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.animated.delay-18s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.animated.delay-19s {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

/********** scroll ************/

.scrollbar
{
	padding-bottom: 1em;
}

.scrollbar::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: rgba(255,255,255,0.3);
}

.scrollbar::-webkit-scrollbar
{
	height:10px;
	background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #fff;
}

/************* modal *****************/

.modal-content {
    //border: 1px solid #00ae42;
    border-radius: 0;
	border-top: 10px solid #37d952;
    box-shadow: 0 10px 0px 0px rgba(0,0,0,0.2);
	border-left: 0;
	border-right:0;
	border-bottom:0;
}

.modal-backdrop {
    background-color: #166223;
}

/************* break margin *****************/
.m-b-t-130{
	margin-top:-130px;
}

.mobile-show{
	display: none;
}

/************* mobile ****************/

@media (max-width: 1200px) {
	.content-primary{
		position: inherit !important;
		padding-bottom: 3em;
	}
	.slide-right{
		width:100%;
	}
	header{
		-webkit-box-shadow: -5px 5px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 5px 0px 0px rgba(0,0,0,0.2);
	box-shadow: -5px 5px 0px 0px rgba(0,0,0,0.2);
	}
	.content-secondary{
		padding-bottom: 3em  !important;
	}
}

@media (max-width: 920px) {
	.slide-right{
		width:100%;
	}
	.h1, h1 {
		font-size: 2.0rem;
	}
	.m-b-t-130{
		margin-top:0;
	}
}
@media (max-width: 768px) {
	.content-primary{
		position: inherit !important;
		padding-bottom: 3em
	}
	
	footer{
		//position: inherit !important;
	}
}

@media (max-width: 678px) {
	.btn_actividad i{
		width:35px;
		height:35px;
		font-size:1.4em;
		line-height: 1.6;
	}
	.btn_actividad .int{
		top: -40px;
	}

	.line {
		height: 30px;
		top: -25px;
		left: 5px;
	}

	.btn_actividad .int.i-l{
		left: 0px;
	}
	.btn_actividad .int.i-r{
		left: -25px;
	}
}

@media (max-width: 576px) {
	.mobile-hide{
		display:none;
	}
	.mobile-show{
		display: block;
	}
	
	.user-datos{
		width: 100%;
	}
	
	header.navbar h2{
		font-size: 1.5em;
	}
	header.navbar h4{
		font-size: 1em;
	}
	header.navbar .navbar-brand{
		margin: 0;
		padding:0;
	}
	header.navbar .navbar-brand img{
		width:50px;
	}
	header.navbar .navbar-nav li{
		margin: 0 !important;
	}
	
	.row-mobile{
		width: 100% !important;
		margin:0 !important;
	}
	
	.slide-right .body{
		padding: 2em 2em;
	}
}


#notificaciones .card-img{
	width: 60%;
}

.finaliza-actividad .head{
	background-color: #00AE42;
	color: white;
	text-shadow: -2px -2px rgba(0,0,0,0.2);
}

.recompensas .body, .finaliza-actividad .body{
	background-color: #fff3da;
}
.recompensas .head span, .finaliza-actividad .head span{
	font-size:1.5em;
	font-weight:700;
}

.recompensas .body, .finaliza-actividad .body #comentarios-colaborador{
	margin-bottom: 15px;
}

.recompensas .body, .finaliza-actividad .body p{
	color: #373737;
}

.recompensas .body, .finaliza-actividad .body p a{
	font-weight: bold;
	color: #373737;
}

.recompensas .body, .finaliza-actividad .body #form-check-colaborador button[type="submit"]{
	font-size: 21px;
	text-shadow: 3px 2px 4px #363636;
	box-shadow: 2px 2px 4px #454545;
}

.recompensas .body, .finaliza-actividad .body #form-check-colaborador button[type="submit"] i{
	padding-right: 10px;
}

.finaliza-actividad #estado-finalizacion{
	margin-top: 20px;
}

#ModalDesc .modal-body img{
	max-width: 100%;
	height: auto;
}