@import url(../fonts/fonts.css);

*{font-family: 'Helvetica Neue LT Std';}


.body-login{background-color: #1C1C1C;}
.body-reto{background: #000000;
background: -moz-linear-gradient(left,  #000000 0%, #1a1a1a 100%);
background: -webkit-linear-gradient(left,  #000000 0%,#1a1a1a 100%);
background: linear-gradient(to right,  #000000 0%,#1a1a1a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a1a1a',GradientType=1 );
}
img{max-width: 100%;}

.logo-solo{
	margin-top: 40px;
	margin-bottom: 40px;
}

.registro-item{
	margin-top: 0px;
}

.registro-item label{
    position: relative;
    display: inline-block;
    overflow: ;
    font-size: 24px;
    background: #e6e6e6;
	background: -moz-linear-gradient(top,  #e6e6e6 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #e6e6e6 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 );
	border-radius: 10px;
	width: 100%;
}

.registro-item label > input{
	box-sizing: border-box;
    border: solid 1px; /* Safari */
    border: 2px solid #FFC503;
   
    border-radius: 10px;
    padding: 15px 13px 15px;
    width: 100%;
    color: #1c1c1c;
    background-color: transparent;
    box-shadow: none; /* Firefox */
    caret-color: green;
    transition: border 0.2s, box-shadow 0.2s;
    position: relative;
    z-index: 2;
    outline: none;
    padding-left: 15px;
	width: 100%;
}

.registro-item label > input + span{
	position: absolute;
    top: 12px;
    left: 0;
    display: flex;
    width: auto;
    max-height: 100%;
    font-size: 50%;
    line-height: 0px;
	z-index: 3;
    cursor: text;
    transition: color 0.2s, font-size 0.2s, line-height 0.2s;
    margin-left: 15px;
    color: #1c1c1c; 
    border-radius: 10px;
	padding: 2px;
	font-weight: bold;
}

.registro-item label > input:not(:focus):placeholder-shown {
	border-radius: 10px;
	border: 2px solid transparent;
}

.registro-item label > input:not(:focus):placeholder-shown + span{
	font-size: inherit;
	line-height: 45px;
	color: #999999;
	background: transparent;
	z-index: 1;
	font-weight: bold;
	
}

.registro-submit{
	width: 100%;
}

.registro-submit input{
	width: 100%;
	padding: 15px 13px 15px;
	text-align: center;
	background-color: #FFC503;
	color: #fff;
	border-radius: 10px;
	border:none;
	margin-top: 40px;
	font-size: 24px;
	margin-bottom: 40px;
}

/**/
.tit-1{
	font-family: 'helvetica';
	font-weight: 100;
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
}


.cuenta{
	color: #FFCE29;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

/**/

.body-home{
	background: #000000;
	background: -moz-linear-gradient(left,  #000000 0%, #333333 50%, #000000 100%);
	background: -webkit-linear-gradient(left,  #000000 0%,#333333 50%,#000000 100%);
	background: linear-gradient(to right,  #000000 0%,#333333 50%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
}

.carousel-indicators{
	position: absolute;
	top: 100%;
	margin-top: 20px;
}


.tyes-indi li{
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #333333;
	border-top:none!important;
	border-bottom: none!important;
	opacity: 1;
	background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  #333333 0%,#000000 100%);
	background: radial-gradient(ellipse at center,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
	position: relative;
}

.tyes-indi li.active::before{
	content: '';
	width: 12px;
	height: 12px;
	background-color: #FFC503;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;

}

.desc-slider{
	background-color: #1A1A1A;
	color: #fff;
	padding: 20px;
	font-size: 20px;
}

.carousel-item{
	max-height: 414px;
}


.about{
	padding: 60px 20px 30px 20px;
	color: #fff;
}

.sec-tyes h2{
	color:#FFC503;
}

.back-black{
	background-color: #1A1A1A;
}

.itinerario{
	padding: 30px 20px 10px 20px;
	color: #fff;
}

.itinerario h2{
	margin-bottom: 30px;
}

.itine-item{
	display: flex;
	align-items: baseline;
	margin-bottom: 15px;
}

.it-hora{
	color: #FFC503;
	font-weight: bold;
	margin-right: 15px;
	font-size: 18px;
}

.it-desc{
	font-size: 16px;
}

.mapa{
	padding: 30px 20px;
}

.retos{
	padding: 30px 20px;
	color: #FFC503;
}

.retos h2{
	margin-bottom: 30px;
}

.retos-item{
	background-color: red;
	padding: 15px 20px;
	background: #000000;
	background: -moz-linear-gradient(top,  #1a1a1a 0%, #000000 100%);
	background: -webkit-linear-gradient(top,  #1a1a1a 0%,#000000 100%);
	background: linear-gradient(to bottom,  #1a1a1a 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#000000',GradientType=0 );
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ret-text{
	color: #FFC503;
}

.ret-insignia{
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 100%;
}

.insignia-ganada{
	background-image: url(../img/medalla-xs.png);
	background-size: 100%;
}

.insignias{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.logo-foot{
	margin-top: 20px;
	margin-bottom: 40px;
}

.reto-ind{
	padding: 60px 30px;
}

.reto-ind h1{
	color: #FFC503;
}

.reto-ind p{
	color: #fff;
	font-size: 24px;
	line-height: 28px;
}

.reto-ins{
	margin-top: 50px;
}

.volver-reto{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFC503;
	font-size: 20px;
	margin-top: 40px;
}

.profile-s{
	margin-top: -10px;
	background-color: #fff;
	color: #000;
	position: relative;
	border-radius: 10px;
}

.profile-content{
	padding: 15px;
}

.datos{
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
}

.data-uno{
	font-weight: bold;
}

.foto{
	margin-top: -30%;
}

.nombre, .qr{
	flex: 0 0 20%;
}

.foto{
	flex: 0 0 60%;
	text-align: center;
}

.qr{
	text-align: right;
}

.foto-con{
	border-radius: 100%;
	width: 150px;
	height: 150px;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
}

.insignias-perfil{
	margin-top: 30px;
	position: relative;
}

.ins-tit{
	position: relative;
	z-index: 2;
	font-weight: bold;
	font-size: 20px;
}

.ins-cont{
	position: absolute;
	right: 0;
	font-size: 60px;
	line-height: 30px;
	color: #E6E6E6;
	font-weight: bold;
	top: 0;
	z-index: 1;
}

.ins-items{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 20px;
	max-height: 75px;
	overflow: hidden;
	transition: all 1s ease;
}



.ins-items div{
	flex: 0 0 33.33333333%;
	text-align: center;
	margin-bottom: 15px;
}

.ver-mas{
	margin-top: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #3D3D3D;
	padding-bottom: 20px;
	font-weight: 300;
	font-size: 20px;

}

.verdos{
	border:none;
}

.navbar-tyes{
	background-color: transparent;
	position: fixed;
	z-index: 3;
	transition: all 0.5s ease;
	padding: 0;
	overflow: scroll;
}

.nav-scroll{
	height: 90vh;
	overflow: scroll;
}

.back-menu{
	background-color: #000;

}

.ul-tyes .nav-item{
	width: 100vw;
}

.ul-tyes .nav-item .nav-link{
	color: #fff;
	font-size: 26px;
}

.ul-tyes .nav-item.active .nav-link{
	color: #fff;
	
}

.flex-item-m{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ul-tyes .nav-item{
	padding: 20px 20px;
}

.ul-tyes .nav-item:nth-child(1){
	background-color: #FECE27;
}


.ul-tyes .nav-item:nth-child(2){
	background-color: #FFB000;
}


.ul-tyes .nav-item:nth-child(3){
	background-color: #E59200;
}


.ul-tyes .nav-item:nth-child(4){
	background-color: #3D3D3D;
}


.ul-tyes .nav-item:nth-child(5){
	background-color: #2B2B2B;
}


.ul-tyes .nav-item:nth-child(6){
	background-color: #1C1C1C;
}

.ul-tyes .nav-item:nth-child(7){
	background-color: #000;
}

.menu-btnc{
	height: 10vh;
	padding-left: 15px;
	padding-top: 12px;
}

button, button:focus{
	outline: none!important;
}

.altura{
	max-height: 1000px;
}

.mes{
	color: #fff;
}


.logo-cal{
	padding-top: 20px;
	padding-bottom: 20px;
}

.name-cal{
	padding-top: 20px;
	padding-bottom: 14px;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	text-align: center;
}

.back-black2{
	background-color: #0C0C0C;
	color: #fff;
}

.meses{
	width: 100%;
	display: flex;
	overflow: scroll;
	flex-wrap: nowrap;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mes{
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 5px;
	padding: 3px 10px 1px 10px;
	background-color:transparent;
	border: none;
	margin-left: 5px;
	margin-right: 5px;
}

.mes-actual{
	background-color: #FFB000;
	border: 1px solid #FFB000;
}

.mes-select{
	border: 1px solid #fff;
}

.ui-datepicker-header{
	display: none;
}

.titulo-cale{
	color: #FFB000;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 2px;
	margin-top:15px;
}

.titulo-cale span{
	font-weight: bold;
}

.ui-datepicker-calendar{
	width: 100%;
	text-align: center;
	color: #fff;
}

.ui-datepicker-calendar thead{
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	margin-bottom: 10px;
}

.ui-datepicker-calendar thead th{
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: 300;
}

.ui-datepicker-calendar tbody td{
	padding-top: 15px;
	border-radius: 5px;
	border-spacing: 10px;
}

.ui-datepicker-calendar tbody td a{
	border-radius: 5px;
	width: 30px;
	height: 30px;
	color: #fff;
}

.eventos{
	margin-top: 30px;
	padding-left: 3px;
	padding-right: 3px;
	width: 100%;

	margin-bottom: 40px;
}

@keyframes rotar {
  0% {
    transform: rotate(-15deg);
  }

  50% {
    transform: rotate(15deg);
  }

  100% {
    transform: rotate(-15deg);
  }
}

@keyframes rotardos {
  0% {
    transform: rotate(15deg);
  }

  50% {
    transform: rotate(-15deg);
  }

  100% {
    transform: rotate(15deg);
  }
}



.alerta{
	width: 50px;
	height: 36px;
	/*background-color: #000;*/
	background-image: url(../img/bell.png);
	background-size: cover;
	background-repeat: no-repeat;
	flex: 0 0 50px;
	transition: all 0.3s ease;
	animation-duration: 0.5s;
	animation-name: rotar;
	animation-iteration-count: infinite;
	overflow: hidden;
}

.alerta2{
	
	transition: all 0.3s ease;
	animation-duration: 0.5s;
	animation-name: rotardos;
	animation-iteration-count: infinite;
	overflow: hidden;
}

.alerta-ver{
	flex-basis: 50px;
}

.eventos-item{
	display: flex;
	color: #fff;
	margin-bottom: 4px;
}

.dia-cal{
	width: 50px;
	height: 36px;
	background-color: #FFB000;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 50px;
	padding-top: 3px;
}

.desc-cal{
	font-size: 16px;
	font-weight: 300;
	padding: 5px 15px 0px 15px;
	line-height: 16px;
	background-color: #333333;
	flex-grow: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 11px;
}

.desc-cal div{
	overflow: hidden;
	line-height: 20px;
}


.over-pop{
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	z-index: 10;
	display: none;
}

.guardar-cal{
	position: fixed;
	top: -120%;
	left: 0;
	color: #fff;
	z-index: 11;
	padding: 30px;
	padding-bottom: 50px;
	background-color: #000;
	border-bottom: 3px solid #FFB000;
	width: 100vw;
	transition: all 0.5s ease;
}

.guardar-mostrar{
	top: 0;
}

.btn-cerrar{
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	position: absolute;
	width:0px;
    height:0px;
    border-style: solid;
    border-width: 20px;
    border-top-width: 0;
    border-color: transparent transparent orange transparent;
}

.pop-tit{
	text-align: center;
	margin-bottom: 30px;
}

.pop-evento{
	font-weight: 300;
}

.pop-hora{
	font-weight: 300;
}

.hora-s, .dia-s{
	color: #FFB000;
}

.pop-btns{
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: #fff;
	margin-top: 30px;
}

.pop-button{
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	border:none;
	width: 120px;
}

.p-guardar{
	background-color: #FFB000;
	width: 180px;
}

.p-cerrar{
	background-color: #ccc;
}

.cerrar-x{
	border: none;
	background-color: transparent;
	position: absolute;
	right: 15px;
	top: 15px;
}

.zoom-img, .zoom-img img{
	width: 100%;
}



