/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 13 2024 | 09:09:02 */
@font-face {
	font-family: "Teko";
	font-weight: 400;
	font-style: normal;
	src: local('Teko Regular'), local('Teko-Regular'), url(//elpeloton.net/wp-content/uploads/sgf-css/LYjNdG7kmE0gfaN9pQlCpVo.woff2) format('woff2'), url(//elpeloton.net/wp-content/uploads/sgf-css/LYjNdG7kmE0gfaN9ow.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/**** EQUIPOS ***/
.hero{
	align-items: flex-start;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 480px;
    justify-content: center;
    position: relative;
    width: 100%;
}

.social-icons-team{
	display: flex;
	justify-content: center;
	align-items: center;
}

.cabecera-equipos{
	width: 100%;
	height: 95%;
	display: flex;
    justify-content: center;
    align-items: center;
	background: #1F363C;
}
.stats_team{
	display: flex;
	align-items: center;
	margin-top:2rem;
}

.stat_ind{
	display:flex;
}

.titulo_stats{
    font-size: 1rem;
    line-height: 1.2rem;
	font-weight: 700;
	margin-right: 5px;
    letter-spacing: -.02em;
    color: #fff;
    display: flex;
    align-items: center;
    gap: .4rem;
    width: 100%;
    text-transform: capitalize;
}

.titulo_stats:before{
	display: flex;
    position: relative;
    content: "";
    background-image: url(https://elpeloton.net/wp-content/uploads/2024/09/span-title.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1.4rem;
	margin-left: 5px;
}

.cont_stats{
	font-size: 1rem;
}

/* Estilos para escritorio (no cambian mucho respecto al original) */
.menu-equipos {
    font-family: Oswald;
    text-transform: uppercase;
    height: 80px;
    margin-bottom: 25px;
    background: #394264;
    border-radius: 5px;
}

.header-menu-equipos {
    font-size: 17px;
    line-height: 80px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-left: 0;
}

.header-menu-equipos li {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    float: left;
}

.header-menu-tab {
    padding: 0 27px;
    display: block;
    line-height: 74px;
    font-size: 17px;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.header-menu-tab:hover {
    background: #50597b !important;
    border-bottom: 4px solid #11a8ab;
    text-decoration: none;
}

.header-menu-tab .icon {
    padding-right: 15px;
}

.header-menu-number {
    position: absolute;
    line-height: 22px;
    padding: 0 6px;
    font-weight: 700;
    background: #e64c65 !important;
    border-radius: 100%;
    top: 15px;
    right: 2px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.header-menu-equipos li:hover .header-menu-number {
    text-decoration: none;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* Estilos específicos para móviles */
@media (max-width: 768px) {
    .header-menu-equipos {
        display: none; /* Oculta el menú en móvil inicialmente */
        flex-direction: column; /* Cambia la disposición a vertical */
        position: absolute;
        top: 80px; /* Justo debajo del header */
        left: 1;
        width: 90%;
        background-color: #394264;
    }

    .header-menu-equipos li {
        float: none; /* Quita el flotado para que sea vertical */
        text-align: center;
        width: 100%;
    }

    /* Botón de menú en móviles */
    .menu-toggle {
        display: block;
        background-color: #394264;
        color: white;
        font-size: 20px;
        padding: 20px;
        text-align: center;
        cursor: pointer;
    }
}

/* Ocultar el botón en pantallas grandes */
@media (min-width: 769px) {
    .menu-toggle {
        display: none;
    }
}

/* Clase para mostrar el menú en móviles cuando se hace clic */
@media (max-width: 768px) {
    .header-menu-equipos.show {
        display: block;
		z-index: 20;
    }
}

/*MENU MOVIL*/



.contenedor-plantilla{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	grid-column: span 2 / span 2;
	position: relative;
}

@media (max-width: 1025px){
	.contenedor-plantilla{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.cyclist-card{
	height: 204px;
    overflow: hidden;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(20,20,20);
}

@media (max-width: 1025px){
	.cyclist-card{
		height: 285px;
	}
}

.bg-card-cyclist{
	height: 100%;
	z-index: 3;
	position: relative;
}

.bg-card-gradient{
	transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
	/*clip-path: polygon(0 0, 100% 0, 22% 100%, 0 100%);*/
	clip-path: polygon(100% 0, 23% 50%, 100% 100%, 0 100%, 0 0);
	width: 180px;
	height: 100%;
    position: absolute;
}
@media (max-width: 1025px){
	.bg-card-gradient{
		height: 155px;
	}
}
.bg-card-left{
	background-image: linear-gradient(180deg, #4BBAB430 0%, #01010130 100%);
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
}

.contenido-card-cyclist{
	align-items: flex-start;
    bottom: 0;
    display: grid;
    grid-template-columns: 136px 1fr;
    grid-template-rows: 180px 1fr;
    height: 100%;
    left: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    row-gap: .5rem;
    top: 0;
    width: 100%;
    z-index: 5;
}

.cyclist-card-img{
	background-color: #68b4cc;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: .25rem;
    flex-shrink: 0;
    height: 100%;
    /*margin-right: .875rem;*/
    max-width: 136px;
    overflow: hidden;
    position: relative;
}
.cyclist-card-img img{
	height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%;
}
.data-cyclist{
	display:flex;
	flex-direction: column;
	min-height: 100%;
	width: 100%;
	justify-content: flex-end;
	background:#141414;

}
.cyclist-info{
	align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    width: 100%;
	flex-direction: column;
	background:#141414;
	padding-left: .875rem;
	padding-bottom: .875rem;
	min-height: 100%;
}
h3.cyclist-name{
	font-size: 16px;
	font-weight: 700;
}
p.cyclist-category{
	font-size: .875rem;
    line-height: 1.25rem;
    line-height: 21px;
    text-transform: capitalize;
    --tw-text-opacity: 1;
    /*color: rgb(179 179 179 / var(--tw-text-opacity));*/
}
span.edad-card{
	font-size: .75rem;
}
span.procedencia{
	border-radius: .25rem;
    margin-top: .25rem;
    max-width: -moz-max-content;
    max-width: max-content;
    --tw-bg-opacity: 1;
    background-color: rgb(244 175 35);
    font-size: .75rem;
    line-height: 1rem;
    padding: .125rem .25rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(0 0 0);
}

.cambio-anio{
	position: absolute;
    bottom: 40px;
    display: flex;
	width:100%; 
	max-width: 1440px;
	justify-content: space-around;
	gap: 1rem;
}

.temp-equipos{
	border-color: #fff;
	border-top-width: .0625rem;
	width: 100%;
	padding: .425rem;
	border-style: solid;
	display: flex;
    /*flex-direction: column;*/
	align-items: center;
}

.temp-ant{
	border-left-width: .0625rem;
	border-top-left-radius: .625rem;
}

.temp-sig{
	border-right-width: .0625rem;
	border-top-right-radius: .625rem;
	flex-direction: row-reverse;
}

.temp-act{
	align-items: center;
	justify-content: center;
}

.titulo-temp{
	font-family: 'Oswald';
	text-transform: uppercase;
	font-size: 12px;
}

.numero-temp{
	font-family: 'Teko';
	font-size: 24px;
	line-height: 24px;
}

.enlace-equipo{
	display: flex;
    align-items: center;
}
/**** FIN EQUIPOS ****/

/**** CICLISTAS ****/

.hero-ciclista{
	align-items: flex-start;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 480px;
    justify-content: center;
    position: relative;
    width: 100%;
}

.cabecera-ciclista{
	width: 100%;
	height: 95%;
	display: flex;
    justify-content: center;
    align-items: flex-end;
	background: #1F363C;
}

.foto_ciclista_perfil{
	max-height: 400px;
	height: 80%;
}

/**** FIN CICLISTAS ****/


/**** CARRERAS ****/

/*GRID ETAPAS*/
/**********ETAPAS*****************/

.wrapper {
  /* Gives to the wrapper a consistent height */
  overflow: auto;

	width: 100%;
  /* 1196px max width with text zooming support */
	max-width: 119.6em;
  height: 100%;
  height: -webkit-fill-available;
	margin: 0 auto;
  /* Status bar height on iOS 11+ */
  padding-top: constant(safe-area-inset-top);
  zoom: 1
}

.grid-etapas {
	display: block;
	float: left;
	clear: both;
  width: 98%;
  margin: 0 0 0 1%;
  text-align: center;
  font: normal normal normal 62.5%/1 'system-ui','-apple-system','Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
	font-size: 190%;
	font-size: 1.6em;
	font-size: 1rem
}

.grid__item {
	display: inline;
 
	display: inline-block;
	float: left;

	width: 31%;
	margin: 1em 1.15%;
	vertical-align: top;
	background: #4b7782;
	text-align: left;
}

.title {
  position: absolute;
  top: 8%;
  left: 25px;
  padding: 10px;
  background-color: #01BBFE;
	border-radius: 20%;
	color: #fff;
	font-weight: bold;
}

.title2 {
  position: absolute;
  top: 8%;
  right: 25px;
  padding: 10px;
  background-color: #01BBFE;
	border-radius: 20%;
	color: #fff;
	font-weight: bold;
}

.fechaetapa {
	font-size: 75%;
}

.longitudetapa {
	font-size:75%;
	padding: 5px;
	background-color: #01BBFE;
	color: #fff;
}

.card__img {
	/* Old IE image outside prevention */
	overflow: hidden;
	/* Responsive images */
	width: 100%;
	height: auto;
	/* Harmonizes all image height 
	min-height: 18.6em;
	*/
	vertical-align: top;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	text-align: center
}
	
.grid__item .close {
	display: block;
	position: absolute;
	z-index: 90000;
	right: 4%;
	width: 3rem;
	height: 3rem;
	margin: -.5em 0 0 0;
	padding: 0;
	vertical-align: middle;
	align-self: center;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-family: Arial, sans-serif;
	line-height: 1.45;
	font-size: 200%;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
	
.grid__item h2 {
	padding: 0 .6em;
	font-weight: 400
}

.grid__item p {
	padding: .5em .9em;
	-ms-hyphens: auto;
	hyphens: auto
}

@supports (display: -webkit-box) or
		  (display: box) or
          (display: -moz-flex) or
          (display: -ms-flex) or
          (display: -webkit-flex) or
          (display: flex) {

	/* Center all orphan columns */
	body {align-items: center}

	.grid-etapas {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	  width: 100%;
		margin: 0 -0.1em
	}

	.grid__item {
		float: none;
		flex: 1 0 25%;
		max-width: 24em;
		width: auto;
		margin: initial initial 1em;
		padding: 1em 0.5em;
		/* For full cards width */
		padding: 0
	}

}

@supports (display:grid) {

	.grid-etapas {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));
		grid-gap: 0.25em;
		margin: initial;
	}

	.grid__item {
		max-width: none;
		max-width: -webkit-fill-available;
		margin: 1em 0.8em;
		padding: initial
	}
	
	/* Harmonizes the last column positioning upon flexbox */
	@media only screen and (max-width: 982px) {

		.grid__item:last-child {
			justify-self: auto;
			grid-column: 1 / -1;
			max-width: 47.1%;
			margin: auto auto 1em
		}

	}
	
	@media only screen and (max-width: 660px) {
		
		.grid-etapas .grid__item:last-child {
			max-width: 95%;
			margin: 1em 2.5%
		}
  
	}
	

}

@media only screen and (max-width: 820px) {

	.grid__item {flex: 1 0 15em}
	.grid__item:last-child {max-width: 47.1%}

}

/**
 * 519px max width: when culomns are single display
 */
@media only screen and (max-width: 519px) {

	.grid-etapas {grid-template-columns: repeat(auto-fill, minmax(100%, 1fr))}

	.grid__item,
	.grid__item:last-child {
		width: 98%;
		max-width: 98%
	}


}

@media only screen and (max-width: 519px) {

	@supports (display: -webkit-box) or
          (display: -moz-flex) or
          (display: -ms-flex) or
          (display: -webkit-flex) or
          (display: flex) {

		.grid-etapas {justify-content: center}

		.grid__item {max-width: 98%}

		.grid__item:last-child {max-width: none}


	}

	
	@supports (display: grid) {

		.grid__item {width: auto}
		
	}
	
}

.item-doble-columna {
    grid-column: span 2;
}
/*FIN GRID ETAPAS*/

/* PARTICPACIÓN CARRERAS */

@media (min-width: 800px) {
    .wrapper-participantes {
        display: grid;
        justify-items: start;
        grid-template-columns: 1fr 1fr;
    }
}

.titulo-categoria{
	text-align:center; 
	width:100%;
	text-transform:uppercase; 
	color: #fff; 
	font-family: Oswald, sans-serif; 
	font-weight: 600; 
	font-size:16px; 
	margin-bottom: 0em;
	/*background: #68b4cc;*/
}

.columna-participantes{
	width: 100%;
}

.participante {
  width: 100%;
  border-radius: 12px;
  font-family: 'Oswald', sans-serif;
}
 
  
.participante__profiles {
    background-color: transparent;
    border-radius: 0 0 12px 12px;
    padding: 0px 5px 0px;
    display: grid;
    row-gap: 1px;
  }
  
 .participante__profile {
    display: grid;
    grid-template-columns: 0.2fr 3fr; /*1fr;*/
    align-items: center;
    padding: 5px 20px 5px 10px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 7px -1px rgba(51, 51, 51, 0.23);
    cursor: pointer;
    transition: transform .25s cubic-bezier(.7,.98,.86,.98), box-shadow .25s cubic-bezier(.7,.98,.86,.98);
    background-color: #fff;
}
    
  .participante__profile:hover {
      transform: scale(1.01);
      box-shadow: 0 9px 47px 11px rgba(51, 51, 51, 0.18);
    }
 
  
  .participante__picture {
    max-width: 100%;
    width: 30px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #ebeef3, 0 0 0 22px #f3f4f6;
  }
  
  .participante__name {
    color: #979cb0;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.64px;
    margin-left: 12px;
  }
  
  .participante__value {
    color: #35d8ac;
    font-weight: 700;
    font-size: 34px;
    text-align: right;
}
    
.participante__value span {
      opacity: .8;
      font-weight: 600;
      font-size: 13px;
      margin-left: 3px;
    }

/*** FIN PARTICIPACION ***/

/*** CLASIFICACIONES ***/

.wrapper-resultados{
	
}

.selector-etapas{
	width:50%;
	float:right;
	margin-bottom: 10px;
}

.posicion-selector{
	position: relative;
	padding: 0 60px;
	display: flex;
	justify-content: center;
}

.etapa-anterior{
	border-color: #b9b9b9;
	left: 30px;
	position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
	transition: all .3s ease;
    border: 2px solid #f3f3f3;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.etapa-siguiente{
	border-color: #b9b9b9;
	right: 30px;
	position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
	transition: all .3s ease;
    border: 2px solid #f3f3f3;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.enlace-etapas{
	display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.icono-anterior{
	color: #000;
	position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
	speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	left:50%;
}

.icono-anterior:before{
	content: "\2190";
}

.icono-siguiente{
	color: #000;
	position: absolute;
    top: 50%;
	right: 10%;
    transform: translate(-50%, -50%);
	speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icono-siguiente:before{
	content: "\2192";
}

.dropdown-etapas{
	width:100%;
}

/* Estilo del dropdown */
.stage-dropdown {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    max-width: 400px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
    appearance: none;  /* Para ocultar el estilo predeterminado del dropdown */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    cursor: pointer;
}

/* Cambiar estilo al pasar el cursor */
.stage-dropdown:hover {
    border-color: #888;
}

/* Cambiar el estilo cuando se selecciona */
.stage-dropdown:focus {
    border-color: #555;
    outline: none;
}

/* Estilo para dispositivos móviles (opcional) */
@media (max-width: 600px) {
    .stage-dropdown {
        width: 90%;
        font-size: 14px;
    }
}

.etapa-disabled{
    pointer-events: none;
    opacity: 0.5;
}

/***menu categorias***/
.menu-categorias{
	width:260px;
	/*margin:60px auto 0;*/
	cursor:pointer;
	position:relative;
	margin-bottom:5px;
	font-family: Oswald;
}
.title-menu-categorias{
	width:100%;
	box-sizing:border-box;
	background:#fff;
	padding:5px;
	border-radius:4px;
	position:relative;
	color:#505050;
}
.title-menu-categorias span{
	float:right;
	font-size:18px!important;
}
.dropdown-categorias{
	width:100%;
	background:#fff;
	border-radius:4px;
	color:#505050;
	margin-top:0px;
	max-height:0;
	overflow:hidden;
	transition:all .5s;
	position:absolute;
	top:100%;
	z-index: 50;
}
.down-categorias{
	max-height:700px;
}
.arrow-categorias{
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #fff;
	position:absolute;
	right:20px;
	bottom:-24px;
	display:none;
}
.arrow-categorias.gone{
	display:block;
}
.dropdown-categorias p{
	padding:5px 10px;
	margin:0;
	transition:all .1s;
}
.dropdown-categorias p:hover{
	background:#68b4cc;
	-webkit-transform:scale(1.05);
	color:rgba(255,255,255,0.8);
	box-shadow:0 0 30px -10px #000;
}
/**fin menu categorias**/

/*** FIN CLASIFICACIONES ***/