.h-100vh{
	height: calc(100vh - 100px);
}
.stage-card{
	width: 33%;	
}

.pointer{
	cursor: pointer;
}
.competitor-label:hover .card{
	border-color:#000;
}


/*------estilos-------*/

a,a:hover{text-decoration: none;color: initial;}
input:active,input:focus{outline: none;}

.t-left{text-align: left;}
.t-right{text-align: right;}
.flex{display: flex;}
.wrap{flex-wrap: wrap;}
.a-center{align-items: center;}
.nopad{padding-left: 0;padding-right: 0;}
img{max-width: 100%;}
.hide{display: none;}
.btn-fan{font-weight: bold;width: 250px;max-width: 100%;padding: 15px;font-size: 20PX;margin-right: auto;margin-left: auto;margin-top: 20px;margin-bottom: 20px;}
.show-xs{display: none;}
.h100{height: 100%;}
.bold{font-weight: bold;}
.navbar-light .navbar-toggler{
	border:none!important;
	margin-left: auto;
	margin-right: auto;
}

.h-100vh{
	height: 100vh;
}
.h-75vh{
	height: 75vh;
}
/*Colors*/
.rojo-b{background-color: #DE1726;}
.white{color: #fff;}
.b-white{background: #fff;}
.gris{color: #919191;}
.rojo-t{color: #DE1726!important;}
.black-b{background-color: #000;}
.pointer{cursor: pointer;}
.middle{
	display: flex;
    align-items: center;
}
.middle-middle{
	justify-content: center;
}
.middle-left{
	justify-content: left;
}
.middle-right{
	justify-content: right;
}

/*header*/

header{
	
	width: 100%;
	height: 120px;
	padding: 0 30px;
}

.nav-link{
	color: #000;
}

.nav-link:hover{
	color: #cacaca;
}


/*home*/

.back-home{
	background-image: url(../img/back_fantasy.png);
	background-size: cover;
	background-position: bottom right;
	overflow: hidden;
	background-repeat: no-repeat;
}


.logo_home{
	width: 70%;
	padding-top: 15%;
	padding-bottom: 10%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}

.tit-home{
	font-size: 2rem;
	margin-bottom: 10px;
}

.home-sub{
	color: #fff;
	margin-bottom: 30px;
}

/*footer*/
.uno-svg{
    width: 100%;
    height: 11px;
    overflow: visible;
}

.back-foot{
	/*background-image: url(../img/back-foot.png);*/
	position: relative;
}

.rayas-foot{
	position: relative;
	top: -23px;
}

.legal{
	padding: 0 30px;
	justify-content: space-around;
}

.legal-item{
	flex: 0 0 20%;
	margin-bottom: 20px;
	margin-top: 15px;
	padding: 8px 10px;
	transform: skewX(-15deg);
	text-align: center;
}


/*bases*/

.back-bases{
	background-image: url(../img/bases-back.jpg);
	height: 270px;
	background-size: cover;
	background-position: center 44%;
	width: 100%;
	position: relative;
}
.back-premios{
	background-image: url(../img/banner-carrera-del-aficionado.png);
	height: 350px;
	background-size: cover;
	background-position: center 44%;
	width: 100%;
	position: relative;
}

.dos-svg{
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 20px;
	overflow: visible;
}

.back-bandera{
	background-image: url(../img/back-bandera.png);
	/*padding-top: 60px;
	padding-bottom: 60px;*/
	background-position: center;
	background-repeat: no-repeat;
}

.tab-names{
	background: #F7F7F7;
	padding: 25px;
	border: 1px solid #808080;
	border-bottom:none;
	font-size: 18px;
}

.tab-names:last-child{
	border-bottom: 1px solid #808080;
}

.tab-names.active{
	background: #fff;
	border-right-color: #fff;
}

.tab-content{
	padding: 15px 25px;
}

.tab-container{
	border: 1px solid #808080;
	border-left: none;
}

.tab-tit{
	font-weight: bold;
	font-style: italic;
	font-size: 36px;
}

.tab-text{
	border-top: 1px solid #808080;
	padding-top: 25px;
	/*font-weight: bold;*/
}

.separador-tab{
	position: relative;
	
}

.sep1{
	width: 50px;
	height: 4px;
	border-radius: 1px;
	position: absolute;
	bottom: -1px;
}

.sep2{
	width:30px;
	height: 4px;
	position: absolute;
	left: 50px;
	bottom: -1px;
}

.tarjeta-name{
	background: url(../img/back-header.png);
	padding: 15px 20px 25px;
}

.name{
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	padding: 0 20px;
}

.tres-svg{
	width: 100%;
	height: 15px;
	overflow: visible;
}


/*fases*/

.fases-hide{
	display: none;
}

.tarjeta{
	border-radius: 6px;
	border: 1px solid #808080;
	overflow: hidden;
	background-color: #F7F7F7;
}

.caja-fase select{
	background: transparent;
	border: none;
	width: 100%;
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
}

select:focus{
	outline: none;
}

.caja-fase{
	margin:0;
	width: 100%;
	overflow: hidden;
	position:relative;
	margin-bottom: 10px;
}

.caja-fase::after{
	content:"";
	background-image: url(../img/flecha.svg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 100%;
	display:table-cell;
	width:25px;
	height:25px;
	position:absolute;
	top:0;
	right:0;	
	pointer-events: none;
}

.fases-t{
	padding: 10px 20px;
	min-height: 470px;
}

.fase-n{
	font-weight: bold;
	
	line-height: 11px;
}

.line-fases{
	width: 100%;
	border-bottom: 2px solid #808080;
	margin-top: 10px;
	position: relative;
}

.line-rojo-fases{
	width: 12.5%;
	border-bottom:2px solid #DE1726;
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
}

.stat-item{
	background-color: #000;
	padding: 5px 15px;
	flex: 0 0 47%;
	font-size: 16px;
}

.stats{
	margin-top: 15px;
}

.stickers{
	padding: 20px 0;
	margin-top: 10px;
}

.stk-tit{
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
}

.line-rojo-stk{
	width: 40%;
	border-bottom:2px solid #DE1726;
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
}

.stk{
	flex: 0 0 49%;
	margin-bottom: 10px;
}

.stk-varios, .stk-uno{
	flex: 0 0 100%;
}

.stk-uno{
	padding: 15px;
	text-align: center;
}

.stk-imgs{
	margin-top: 10px;
	margin-bottom: 15px;
}

.stat-item-2{
	background-color: #000;
	padding: 5px 15px;
	flex: 0 0 60%;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.album{
	background-color: #E2E2E2;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	padding: 10px;
	margin-top: 0;
}

.line-bum-1{
	border: 2px solid #164C2F;
}

.line-bum-2{
	border:2px solid #C40019;
	margin: 5px;
	height: 470px;
	overflow: hidden;
}

.album-1{
	height: 470px;
	box-shadow: -30px 0 35px rgba(0,0,0,0.1);
	position: relative;
	z-index: 2;
	flex: 0 0 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}

.album-2{
	position: relative;
	z-index: 3;
	padding: 0px 40px;
}

.stk-dos, .papeles-dos{
	width: 60%;
}

.paginas-c{
	padding-bottom: 10px;
}

.papeles-dos{
	text-align: right;
	align-self: center;
	padding-top: 10px;
	position: relative;
}

.album-complete{
	margin-top: 100px;
	margin-bottom: 100px;
}

.pagina-number{
	position: absolute;
	bottom: 12px;
	right: 5px;
	font-size: 10px;
}

/*triva*/
.trivia-namec{
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
}

.trivia-card{
	border-top: 10px solid #808080;
}

.border-c{
	border-radius: 0;
	border-right: none;
	height: 100%;
}

.pregunta{
	margin-top: 15px;
}

.line-triv{
	margin-top: 20px;
	margin-bottom: 20px;
}

.pregunta-text{
	font-size: 21px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: bold;
}

.rad-hide{
	display: none;
}

input[type="radio"]:checked + label{
	background-color: red;
	color: #fff;
}

.lab-preguntas{
	padding: 15px 20px;
	background-color: #fff;
	width: 100%;
	border:1px solid #808080;
}

.opt-text, .opt{
	flex-grow: 1;
	font-weight: bold;
	font-size: 18px;
}

.res-tit{
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 18px;
}

.col-res{
	background-color: #fff;
	padding: 30px;
	border: 1px solid #808080;
}

.btn-lcp a:hover{
	color: #fff;
}

.container-preguntas{
	margin-top: 100px;
	margin-bottom: 100px;
}

.fase-resultados{
	font-size: 1.5rem;
	line-height: normal;
}

.resultados-tit{
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
}

.stat-big{
	font-size: 30px;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column-reverse;
	padding-top: 20px;
	padding-bottom: 20px;
}

.stat-big .gris{
	font-size: 16px;
}

.album-hide{
	display: none;
}

.res-nameedo{
	font-weight:bold;
	font-size: 55px;
	font-style: italic;
}

.logo-p img{
	max-width: 150px;
}

.navbar{
	
}

.col-nav{
	position: relative;
	z-index: 10
}

.ham-nav img{
	width: 20px;
}


@media (max-width: ){
	.line-bum{
		height: 400px;
	}
}


@media (max-width: 580px){
	header{
		padding: 10px 0;
		height: 150px;
	}

	.back-home{
		background-position: 60% center;
	}

	.home-sub{
		text-align: center;
	}

	.papeles{
		top: 150px;
	}

	.col-nav{
		padding: 0;
		background: rgba(0,0,0,0.8);
	}

	.album-complete, .container-preguntas{
		margin-top: 20px;
	}

	.fases-t{
		min-height: 340px;
	}

	.tarjeta{
		margin-bottom: 20px;
	}

	.album-1,.album-2{
		flex:0 0 100%;
		height: 361px;
	}

	.line-bum-2{
		height: auto;
	}

	.album-1{
		box-shadow: 0 -30px 35px rgb(0 0 0 / 10%);
	}

	.stk-con1{
		flex:0 0 50%;
	}
	.tab-tit{
		font-size: 18px;
		text-align: center;
	}
}



/*estilos nuevos 2022*/

.line-head{
	height: 4px;
	transform: skewX(-25deg);
	margin-top: 5px;
	width: 70%;
}

.line-red{
	background-color: #DB2526;
	margin-right: 0;
	margin-left: auto;
}

.line-green{
	background-color: #009549;
}

.legal-green{
	border: 2px solid #009549;
}

.legal-red{
	border: 2px solid #DB2526;
}

.legal-green div{
	color: #009549;
	transform: skewX(15deg);
}

.legal-red div{
	color: #DB2526;
	transform: skewX(15deg);
}

.sep-leg{
	flex: 0 0 5%;
}

.new-back{
	background-color: rgba(255, 255, 255, 0.5);
	padding: 0 25px;
	transform: skewX(-10deg);
}

.new-back-2{
	background-color: rgba(255, 255, 255, 0.5);
	
}

.new-home{
	transform: skewX(10deg);
	padding-bottom: 60px;
}

.rojo-l{
	border-radius: 0;
	border: 2px solid #DB2526;
}

.rojo-l div{
	color:  #DB2526;
	font-size: 14px;
}

.term-b{
	font-size: 12px;
}

.logo-35{
	border-radius: 100%;
	padding: 15px;
	text-align: center;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
	width: 130px;
	height: 130px;
	margin: auto;
}

.logo-35 img{
	width: 90px;
}

.line-foot{
	position: relative;
	margin-top: 65px;
	width: 100%;
}

/*fantasy home*/
.crea{
	background-color: #EDE8E6;
	padding: 35px 45px;
	margin-top: 120px;
}

.penta{
	display: flex;
}

.penta-esp{
	margin-bottom: -20%;
}

.road{
	background: url(../img/road.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}

.road2{
	background-image: url(../img/road_02.png);
	background-position: center 300px;
	display: flex;
	flex-wrap: wrap;
}

.road1{
	display: flex;
	flex-wrap: wrap;
}

.penta-item{
	background-position: center;
	background-repeat: no-repeat;
	width: 120px;
	height: 185px;
	color: #fff;
	padding: 30px 10px 15px ;
	font-size: 18px;
}



.penta:nth-child(1){
	justify-content: center;
	flex: 0 0 100%;
}

.penta:nth-child(2){
	justify-content: flex-start;
	flex: 0 0 50%;
}

.penta:nth-child(3){
	justify-content: flex-end;
	flex: 0 0 50%;
}

.penta:nth-child(4){
	justify-content: space-around;
	flex: 0 0 50%;
}

.penta:nth-child(5){
	justify-content: space-around;
	flex: 0 0 50%;
}


.pen-car{
	margin-top: 10px;
}

.pen-car img{
	max-width: 150%;
	margin-left: -10px;
}

.pen-text{
	display: flex;
	justify-content: flex-end;
}

.pen-name{
	line-height: 18px;
	font-size: 15px;
}

.pen-number{
	padding-left: 4px;
	padding-right: 4px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

.lo{
	font-style: italic;
	font-size: 36px;
}

.subt{
	font-size: 28px;
}

.links-crea{
	font-size: 21px;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 40px;
}

.para-arriba{
	margin-top: -20%;
	position: relative;
	z-index: 5;
}

/* lideres  */

.lideres-b{
	background-image: url(../img/back-bandera.png);
	padding-bottom: 40px;
}

.pick, .pick3{
	position: relative;
}

.pick::after{
	content: "";
	position: absolute;
	width: 0;
    height: 0;
    border-left: 11px solid #DE1726;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    top: 7px;
    margin-left: 20px;
}

.pick3::after{
	content: "";
	position: absolute;
	width: 0;
    height: 0;
    border-left: 9px solid #000;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    top: 7px;
    margin-left: 20px;
}



.lideres-head{
	margin-top: 30px;
	margin-bottom: 30px;
	font-style: italic;
}

.corredor-item{
	background-color: #212121;
	color: #fff;
	padding: 10px 25px;
	transform: skewX(-10deg);
	margin-top: 10px;
	margin-bottom: 10px;
}

.regre{
	transform: skewX(10deg);
}

.lnum{
	font-size: 3rem;
	font-style: italic;
	font-weight: bold;
	line-height: 3rem;
}

.lcar{
	margin-left: -15px;
}

.lname{
	font-size: 23px;
	font-style: italic;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.status{
	width: 30px;
	font-size: 23px;
	font-style: italic;	
	padding-top: 10px;
	margin-right: 0;
	margin-left: auto;
}

.suc{
	background-color: #589956;
}

.dan{
	background-color: #BC1E2B;
}

.grow{
	flex-grow: 1;
}

/*login*/

.back-login{
	background-image: url(../img/back-bandera-w.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.input-l input{
	border: none;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	text-align: center;
	font-weight: bold;
}


.form-check .form-check-input{
	float: none;
}

.input-l button{
	border-radius: 5px;
	border: 1px solid #589956;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	text-align: center;
	font-weight: bold;
	background: transparent;
	padding: 10px 15px;
	color: #589956;
	margin-top: 20px;
	margin-bottom: 20px;
}

.olv{
	font-weight: bold;
}

.btn-face{
	background-color: #3b5998;
	border-radius: 5px;
	border: none;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 10px 15px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

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

.menu-lat{
	list-style: none;
}

.menu-lat li{
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	display: flex;
}

.menu-lat li span{
	flex: 0 0 48px;
}

.my-name{
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: transparent;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #fff;
	max-width: 100%;
}

.my-name:hover, .my-name:active{
	
}

.my-img{
	border-radius: 100%;
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.edit-img{
	cursor: pointer;
}

.dper{
	border: none;
	max-width: 100%;
	background: transparent;
	text-align: center;
}

.puntos{
	font-size: 55px;
	font-weight: bold;
	font-style: italic;
	line-height: 55px;
	margin-top: 30px;
}

.puntos-t{
	font-size: 48px;
	line-height: 48px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 30px;
}

/*myteam*/

.lateral-r{
	background-color: #579956;
	padding: 30px 15px;
}


/*lead jugadores*/

.back-path{
	clip-path: polygon(0% 33%, 100% 0%, 100% 100%, 0% 100%);
	background-color: #F4F4F4;
	padding-bottom: 50px;
	padding-top: 100px;
}

.fantasy-c{
	width: 70px;
}

.lead-us{
	margin-top: 10px;
	margin-bottom: 10px;
}

.sec-top{
	padding-top: 30px;
	margin-bottom: 10px;
}

.num-personas{
	background-image: url(../img/pen-red.png);
	background-size: cover;
	padding: 8px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	font-style: italic;
	margin-right: 10px;
}

.name-pos{
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
}

.points-l{
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
}

/*competidores*/

.comp-foto{
	background-image: url(../img/fantasy-c.png);
	width: 200px;
	height: 200px;
	overflow: hidden;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

.competitor-name{
	font-weight: bold;
	font-style: italic;
	font-size: 25px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #fff;

}

.piloto-name{
	font-size: 20px;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #fff;

}

.competidor-item{
	margin-bottom: 35px;
	min-height: 440px;
	transition: all ease 1s;
	border: 1px solid rgba(255, 255, 255, 0);
	padding: 15px;
	border-radius: 5px;
}

.competidor-item:hover{
	transition: all ease 1s;
	border-color: rgba(255, 255, 255, 1);
}

h2{
	font-style: italic;
}

.stages-s{
	margin-bottom: 0;
}

.ver-lideres{
	background: transparent;
	border: none;
}

/*premios*/
.npre{
	color: #C4C4C4;
	font-weight: bold;
	font-size: 36px;
	font-style: italic;
	margin-right: 15px;
}

.npre small{
	font-size: 26px;
}

.premios-item{
	padding: 20px 15px;
	border-top: 1px solid #c4c4c4;
}

h4.rojo-t{font-style: italic;}

.lateral-r{
	margin-top: -30px;
}

#etapa_2,#etapa_3,#etapa_4,#etapa_5,#etapa_6,#etapa_7{
	display: none;
}

#stes{
	font-size: 2.3rem;
	font-weight: 500;
	font-style: italic;
	appearance: none;
	border:none;
}

.label-sel{
	font-weight: bold;
	font-style: italic;
}


@media (max-width: 580px){
	.line-head{
		width: 100%;
	}

	.line-foot{
		margin-top: 0;
	}

	.nav-link{
		color: #fff!important;
	}

	.logo-home{
		margin-bottom: 40px;
	}

	.crea{
		margin-top: 20px;
	}

	.road{
		padding-left: 0;
		padding-right: 0;
	}

	.lateral-r{
		margin-top: 0;
	}

	.penta-esp{
		margin-bottom: -5%;
	}

	.lnum{
		font-size: 2rem;
	}

	.lcar{
		width: 60px;
	}

	.corredor-item{
		transform: none;
		padding-left: 10px;
		padding-right: 10px;
	}

	.regre{
		transform: none;
	}

	.col-md-11:has(.corredor-item) {
		padding-left: 0;
		padding-right: 0;
	}

	.lname, .status{
		font-size: 18px;
	}

	.lcar{
		margin-left: -5px;
		padding-top: 13px;
	}

	.back-path{
		clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
	}

	.show-xs{
		display: block;
	}

	.menu-lat.show-xs{
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: rgba(255, 255, 255, 0.8);
	}

	.hide-xs{display: none;}
}