/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search][type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
body {
  background-image: linear-gradient(to bottom, rgba(9, 34, 65, 0.9), 
  rgba(9, 34, 65, 0.9), 
  rgba(9, 34, 65, 0.9), rgba(9, 34, 65, 1)), url(./img/diablo_reflejado.jpg);
  width: 100%;
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

img {
  vertical-align: top;
}

.container-fluid {
  height: 480px;
  background-image: url(./img/index04.jpg);
  /*margin-top: 50px; /*modificado*/
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid yellow;
}

.container-fluid h1 {
  transform: scale(1.9);
  transition: transform 0.3;
  animation: anim 5s ease-out forwards;
}

@keyframes anim {
  to {
    transform: scale(1);
  }
}

#pelotilla {
  font-family: 'Righteous', cursive;
  font-size: 85px;
  text-shadow: 0px 6px 10px black;
  padding: 150px 0 0 0;

}

.ganador {
  width: 100%;
  height: 200px;
  font-family: 'Righteous', cursive;
  text-align: center;
  padding: 0 0 0 5em;
  margin-top: 5em;
}

.ganador img {
  width: 305;
  height: 30%;
}

#amarillo {
  padding-left: 5.6em;
  }

#verde {
  padding-left: 5.6em;
}

#montana {
  padding-left: 5.6em;
}

.navbar{
  border-bottom: 1px solid yellow;
}

.navbar-brand {
  font-family: 'Righteous', cursive;
  color: white;
  font-size: 20px;
  position: relative;
}


.navbar-brand:before {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: yellow;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: all .3s;
}


.navbar-brand:hover:before {
  color: white;
  width: 100%;
}

.navbar-brand:hover {
  color: white;
}

.navbar-nav {
  font-family: 'Oswald', sans-serif;
}

.nav-item a {
  color: white;
  font-size: 20px;
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
  margin: 0.5em;
  transition: 0.3s;
}
  
.nav-item a:before {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: yellow;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transition: all .3s;
}
  
.nav-item a:hover:before {
  width: 100%;
  left: 0;
}

.nav-item a:hover {
  color: white;
  letter-spacing: 0px;
}

#edicion {
 font-family: 'Oswald', sans-serif;
}
/*vuelta 2021*/
.vuelta {
background-color: rgb(158, 2, 2);
padding: 2px;
color: white;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.vuelta a {
  text-decoration: none;
  color: white;
  transition: all 500ms;
}

.vuelta a:hover {
  text-decoration: none;
  color:rgb(10, 247, 235);
  letter-spacing: 2px;
}

/*bases y listado de la pelotila*/
#reglas {
  font-family: 'Ubuntu', sans-serif;
  margin-top: 120px;
}
/*boton para el proximo tour*/
#tour26 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.9rem, 1vw + 0.5rem, 1.1rem);
  font-weight: 500;
  text-align: center;
  color: black;
  background-color: yellow;
  cursor: pointer;
  width: 230px;
  padding: 10px 5px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 1px solid white;
  transition: 0.3s ease;
}

#tour26:hover {
background: #605502;
color: white;
box-shadow: 0 0 5px #ede605,
                0 0 25px #ede605;
 
}
/*boton para las reglas*/

#base {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.9rem, 1vw + 0.5rem, 1.1rem);
  font-weight: 500;
  text-align: center;
  color: white;
  background-color: rgb(232, 7, 221);
  cursor: pointer;
  width: 250px;
  padding: 15px 0;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 1px solid white;
  transition: 0.5s;
}

#base:hover {
background: #540248;
color: white;
transform: scale(1.10);
box-shadow: 0 0 5px #ede605,
                0 0 25px #ede605;
                /*0 0 50px #eb34cf;
               0 0 200px #eb34cf;
    -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);*/
  
}

#listado {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: clamp(0.8rem, 1vw + 0.5rem, 1rem);
  text-align: center;
  color: white;
  background-color: rgb(4, 104, 4);
  cursor: pointer;
  width: 300px;
  margin: auto;
  margin-top: 10px;
  border: 1px solid white;
  border-radius: 10px;
  transition: 0.5s;
}

#listado:hover {
  background-color: hsl(261deg 80% 48%);
  color: hsl(0, 0%, 100%);
  box-shadow: rgb(93 24 220) 0px 7px 29px 0px;
/*background: #eb34cf;
color: white;
transform: scale(1.10);
box-shadow: 0 0 5px #eb34cf,
                0 0 25px #eb34cf;
                0 0 50px #eb34cf;
               0 0 200px #eb34cf;
    -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);*/
  
}
#pdf {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: clamp(0.8rem, 1vw + 0.5rem, 1rem);
  text-align: center;
  color: white;
  background-color: red;
  cursor: pointer;
  width: 300px;
  margin: auto;
  margin-top: 10px;
  border: 1px solid white;
  border-radius: 10px;
  transition: 0.5s;
}

#pdf:hover {
  background-color: hsl(261deg 80% 48%);
  color: hsl(0, 0%, 100%);
  box-shadow: rgb(93 24 220) 0px 7px 29px 0px;
/*background: #eb34cf;
color: white;
transform: scale(1.10);
box-shadow: 0 0 5px #eb34cf,
                0 0 25px #eb34cf;
                0 0 50px #eb34cf;
               0 0 200px #eb34cf;
    -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);*/
  
}

#online {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.8rem, 1vw + 0.5rem, 1rem);
  font-weight: 400;
  text-align: center;
  color: white;
  background-color: rgb(12, 114, 247);
  box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
  cursor: pointer;
  width: 300px;
  margin: auto;
  margin-top: 10px;
  border: 1px solid white;
  border-radius: 10px;
  transition: all 0.5s ease;
}

#online:hover {
  background-color: hsl(261deg 80% 48%);
  color: hsl(0, 0%, 100%);
  box-shadow: rgb(93 24 220) 0px 7px 29px 0px;
/*background: white;
font-weight: 500;
color: rgb(12, 114, 247);
border: 2px solid rgb(12, 114, 247);
transform: translate(0, -2px);*/
}
.flex-wrap a{
  transition: filter 300ms;
}
.flex-wrap:has(a:hover)
a:not(:hover) {
filter: grayscale(100%) brightness(50%);
}

/*.salida {
  width: 100%;
  color: yellow;
  padding: 5px;
  animation: scrolling 20s linear 3;
}
@keyframes scrolling {
  0% {transform: translateX(0)}
  100% {transform: translateX(-100%)}
}*/

.puntos {
  width: 100%;
   height: 900px;
   margin: auto;
 }
/*listado provisional*/
 .listado {
  width: 100%;
  height: 1150px;
   margin: auto;
 }


 .equipos {
  background-color: transparent;
  font-size: 11px;
 }

.equipos table {
  background-color: aliceblue;
}

@media (max-width: 1200px){
  .equipos {
    font-size: 15px;
   }
 
}
 /*botones para descargar lista*/ 
.boton {
  padding: 15px 20px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #085b19;
  cursor: pointer;
  background: white;
  transition: ease-out 0.5s;
  border: 2px solid #085b19;
  box-shadow: inset 0 0 0 0 #085b19;
}
.boton:hover {
  color: white;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: inset 0 -100px 0 0 #085b19;
}

.boton:active {
  transform: scale(0.9);
}

.boton-novedad {
  padding: 15px 20px;
  text-decoration: none;
  color: white;
  cursor: pointer;
  background: #040b8e;
  transition: ease-out 0.5s;
  border: 2px solid #040b8e;
  box-shadow: inset 0 0 0 0 #040b8e;
}
.boton-novedad:hover {
  color: #050505;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: inset 0 175px 0 0 white;
}

.boton-novedad:active {
  transform: scale(0.9);
}


 
 /*Maillots*/

 .col {
  /*box-shadow: 0 50px 35px -60px #000;*/
  font-family: 'Ubuntu', sans-serif;
  }
  
  /*.card img {
  width: 250px;
  }*/

.lead {
  font-family: 'Ubuntu', sans-serif;
}
#tour {
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  color: black;
  background-color: white;
  width: 250px;
  margin: auto;
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.4);
}

/*titulos*/
.titulos {
  font-family: 'Righteous', sans-serif;
  background-color: #092241;
  color: white;
  font-size: 2.7rem;
  padding: 10px 0;
  text-align: center;
  /*border-top-right-radius: 15px;
  border-top-left-radius: 15px;*/
  letter-spacing: 1px;
}

.titulos a {
  color: white;
  text-decoration: none;
  transition: ease-out 0.5s;
}
.titulos a:hover {
  color: yellow;
  letter-spacing: .1rem;
  text-decoration: none;
}

.winner {
  font-family: 'Righteous', sans-serif;
  color: rgb(253, 253, 252);
  padding: 5px 0;
  text-align: center;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  letter-spacing: 1px;
}

/*tabla premios etapa*/
.table {
  background-color: #ddabf3;
}

.fila {
  background-color: #e0e940;
}


/*boton para arriba*/

.up {
  position: fixed;
  color: yellow;
  font-size: 50px;
  padding: 0 20px;
  bottom: 150px;
  right: 0px;
  cursor: pointer;
  transition: all 0.4s linear;
  z-index: 1100;
}

.up:hover {
  color: rgb(9, 104, 187);
  transform: scale(1.10) translateY(-10px);
}

/*nuevo pie*/
.footer{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  align-items: flex-start;
  justify-content: center;
}

.footer ul {
  margin: auto;
  list-style: none;
}

footer {
  background: black;
  color: #e7d154a4 !important;
  width: 100%;
  text-align: center;
  padding: 1em;
  align-self: flex-end;
  border-top: 3px solid yellow;
  
}
/*iframes*/

.elegidos {
  width: 100%;
  height: 1180px;
  margin: auto;

}


.etapa {
  width: 100%;
  height: 800px;
  margin: auto;
  
  
}

.ideal {
  width: 100%;
  height: 280px;
  margin: auto;
  
}

.metapa {
  width: 100%;
  height: 550px;
  margin: auto;
  
}

.maillot {
  width: 100%;
  height: 320px;
  margin: auto;
}

.mejores {
  width: 100%;
  height: 400px;
  margin: auto;
}

.general {
  width: 100%;
  height: 550px;
  margin: auto;
}

iframe {
  width: 100%;
  height: 100%;
  border-style: none; 
}

/*.card-body {
  font-family: 'Righteous', cursive;

}*/

#cara {
  width: 60%;
  
  /*box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.4);*/
}

/*tarjetas*/

.card-body {
  background: yellow;
  color: black;
}

#ficha {
  background: yellow;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: black;
}

#puntos {
  background: #092241;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: white;
  padding: 5px;
}
/*nueva grid de los mejores equipos*/
/*sombra para la imagenes*/
#sombra {
  transition: all 0.4s linear;
}
#sombra:hover {
  filter: drop-shadow(0px 6px rgba(0, 0, 0, .2));
  /*transform: scale(1.1);*/
  translate: (0, -50px) scale(.85);
  z-index: 3;
}

.prueba {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  row-gap: 0;
  margin-bottom: 40px;
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .prueba {
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
  }
  
  
}
@media (max-width: 568px) {
  .prueba {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  
  
}

@media (max-width: 568px) {
  #ficha {
    font-size: 12px;
  }
  .h-100 {
    width: 160px;
    margin: auto;
  }
  
}


@media (max-width: 568px) {
  #pelotilla {
    font-size: 50px;
  }
  #pelotilla img {
    width: 30px;
  }
  #nav {
    background-color: black;
  }
  .titulos {
    font-size: 1.8rem;
  }
}

@media (max-width: 1026px) {
  .nav-item a {
    font-size: 15px;
  }
  #nav {
    background-color: black;
  }
}


/*CUENTA ATRAS*/

#timer {
  line-height: 1;
  padding: 20px;
  font-size: 40px;
  text-align: center;
}

span {
  display: block;
  font-size: 20px;
  color: black;
}

#days {
  font-family: 'Righteous', cursive;
  width: 110px;
  background-color: yellow;
  border-radius: 5px;
  font-size: 70px;
  color: black;
  box-shadow: inset 0 0 .5rem rgba(0, 0, 0, .9);
}
#hours {
  font-family: 'Righteous', cursive;
  width: 110px;
  background-color: yellow;
  border-radius: 5px;
  font-size: 70px;
  color: rgb(176, 12, 213);
  box-shadow: inset 0 0 .5rem rgba(0, 0, 0, .9);
}
#minutes {
  font-family: 'Righteous', cursive;
  width: 110px;
  background-color: yellow;
  border-radius: 5px;
  font-size: 70px;
  color: rgb(4, 110, 146);
  box-shadow: inset 0 0 .5rem rgba(0, 0, 0, .9);
}
#seconds {
  font-family: 'Righteous', cursive;
  width: 110px;
  background-color: yellow;
  border-radius: 5px;
  color: black;
  font-size: 70px;
  color: rgb(3, 78, 25);
  box-shadow: inset 0 0 .5rem rgba(0, 0, 0, .9);
}

@media (max-width: 568px) {
  #days {
    font-size: 30px;
  }
  #hours {
    font-size: 30px;
  }
  #minutes {
    font-size: 30px;
  }
  #seconds {
    font-size: 20px;
  }
  span {
    font-size: 15px;
  }
}

/*MAILLOTS*/

/*.card {
  border-radius: 10px;
  transition: background 0.8s;
  overflow: hidden;
  /*box-shadow: 0 70px 63px -60px #000000;
}

h4 {
  font-family: 'Righteous', cursive;
  margin-left: 10px;
  opacity: 1;
  transition: opacity 1s;
}
.maillot img {
  opacity: 1;
  transition: opacity 1s;
  margin-top: 100px;
  margin-left: -50px;
}

.maillot {
  opacity: 1;
  height: 240px;
  width: 250px;
  transition: opacity 1s;
}

.card0 {
  background: url('./img/POGACAR_CARA.png') left center no-repeat;
  background-size: 350px;
}*/

/*.card0:hover{
  background: url('./img/VANDERPOEL_CARA.png') left center no-repeat;
  background-size: 400px;
  box-shadow: none;
}*/
  
/*.card0:hover h4 {
      opacity: 1;
  }
    

.card0:hover .maillot {
      opacity: 1;
  }

  .card1 {
    background: url('./img/CAVENDISH_CARA.png') left center no-repeat, url('./img/fondo_puntos.jpg');
    background-size: 350px;
  }*/
  
  /*.card1:hover{
    background: url('./img/ALAPHILIPPE_CARA.png') left center no-repeat;
    background-size: 400px;
    box-shadow: none;
  }*/
    
 /* .card1:hover h4 {
        opacity: 1;
    }
      
  
  .card1:hover .maillot {
        opacity: 1;
    }

    .card2 {
      background: url('./img/POELS_CARA.png') left center no-repeat, url('./img/fondo_montana.jpg');
      background-size: 350px;
    }*/
    
    /*.card2:hover{
      background: url('./img/VANDERPOEL_CARA.png') left center no-repeat;
      background-size: 400px;
      box-shadow: none;
    }*/
      
    /*.card2:hover h4 {
          opacity: 1;
      }
        
    
    .card2:hover .maillot {
          opacity: 1;
      }*/


    /*@media (max-width: 1026px) {
      .card0 {
        background: url('./img/POGACAR_CARA.png') left center no-repeat;
        background-size: 350px;
        box-shadow: none;
      }
      .card1 {
        background: url('./img/CAVENDISH_CARA.png') left center no-repeat;
        background-size: 350px;
        box-shadow: none;
      }
      .card2 {
        background: url('./img/POELS_CARA.png') left center no-repeat, url('./img/fondo_puntos.jpg');
        background-size: 350px;
        box-shadow: none;
      }
      h4 {
        text-align: center;
        opacity: 1;
      }
      .maillot {
        opacity: 0;
      }
      
    }*/

    /*diamantes*/

 
  .tarjeta_borde, 
  .tarjeta_borde_linea,
  .tarjeta__inner {
     /*-webkit-clip-path: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0% 80%, 0% 20%);
      clip-path: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0% 80%, 0% 20%);*/
      clip-path: circle(500px at 400px 300px);
  }
  
  .tarjeta {
     /* -webkit-filter: drop-shadow(0px 0px 5px var(--color)) drop-shadow(0px 0px 15px var(--color));
      filter: drop-shadow(0px 0px 5px var(--color)) drop-shadow(0px 0px 15px var(--color));*/
      position: relative;
      max-width: 300px;
      margin: auto;
  }
  
  /*.tarjeta_borde {
      position: absolute;
      width: 86%;
      height: 102%;
      background: var(--color);
      left: 1%;
      top: 1%;
  }
  
  .tarjeta_borde_linea {
      position: absolute;
      width: 83%;
      height: 99%;
      left: 2.5%;
      top: 2.5%;
      background: -webkit-gradient(linear, 
                  left top, left bottom, 
                  color-stop(33%, hsl(42, 90%, 72%)), 
                  color-stop(70%, hsl(0, 0%, 0%)));
      background: linear-gradient(to bottom, 
                  hsl(42, 90%, 72%) 33%, 
                  hsl(0, 0%, 0%) 70%);
  }*/
  
  .tarjeta__inner {
      background: -webkit-linear-gradient(179deg, var(--color), black 90%);
      background: linear-gradient(179deg, var(--color), #092241 90%);
      padding: 0.5rem 0.2rem 0rem;
      width: 90%;
      margin-top: 4.8%;
      margin-left: 4%;
  }
  
  .tarjeta__img {
      display: flex;
      padding: 0 1rem;
      
      /*background: repeating-linear-gradient(126deg, 
                  hsla(0, 0%, 100%, 0.219) 0%,
                  #ffffff57 1.2%, 
                  transparent 1.19%, 
                  transparent 4%, 
                  transparent 4.1%);*/ 
  }
  @media screen and (max-width: 550px) {
  .tarjeta__img {
      padding: 0 .2rem;
  }  
  }
  @media screen and (max-width: 1026px) {
    .tarjeta__img {
        padding: 0 .2rem;
    }  
    }
  
  .img__mallot {
      flex: 1 1 30%;
      background: hsla(0, 9%, 96%, 0.82);
      display: flex;
      padding: 0.3rem;
      align-items: center;
      padding-top: 15%;
  }
  
  .img__ciclista {
      flex: 1 1 75%;
      padding-top: 10%;
      
  }
  .img__ciclista img {
          width: 100%;
          object-fit: cover;
          object-position: top;
          margin: auto;
          transition: all 0.4s ease-in-out;
          /*aspect-ratio: 20/27;*/
  }

  .img__ciclista img:hover {
    transform: scale(1.1);
    filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, .5));
  }
  .tarjeta__type {
     
      margin-top: 1%;
  }
  @media screen and (max-width: 1026px) {
  .tarjeta__type {
      font-size: min(1rem, 5vw);
  }
  }
  @media screen and (max-width: 568px) {
    .tarjeta__type {
        font-size: min(1rem, 5vw);
    }
    }
  
  .tarjeta__text{
      position: relative;
      padding-bottom: 1%;
  }
  
  .tarjeta__text:before{
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      /*background: url('https://i.pinimg.com/originals/80/7d/ce/807dcedf950725fea6b935cdb6ffb4a6.jpg'); /* Sand texture*/
      opacity: 0.3;
      z-index: -1;
  }
  
  .name {
      font-family: 'Righteous', cursive;
      font-size: 1.3rem;
      color: white;
      margin: 2% 0 0;
      position: relative;
  }
      
  /*Gradient border below the player name*/
  .name:before {
          content: '';
         background: -webkit-gradient(linear, 
                      left top, right top, 
                      from(transparent), 
                      color-stop(#3730305c) , 
                      color-stop(black), 
                      color-stop(#0000004f) , 
                      to(transparent));
          background: linear-gradient(to right, 
                      transparent, 
                      white , 
                      white, 
                      white , 
                      transparent);
          position: absolute;
          left: 0;
          right: 0;
          bottom: -5px;
          height: 5%;
      }
  
  @media screen and (max-width: 500px) {
  .name {
      font-size: min(10vw, 1.5rem);
   }
   }
   @media screen and (max-width: 1026px) {
    .name {
        font-size: min(10vw, 1.28rem);
     }
     }

  .points {
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      font-size: 0.7rem;
      color: white;
      margin: 0rem 0 10%;
      position: relative;
      margin-top: 15px;   
      }
  .points:before {
  content: "";
  position: absolute;
  left: 50%;  
  bottom: -5px;
  transform: translateX(-50%);
  width: 25%;
          height: 5%;
          background: white;
  }
  
      @media screen and (max-width: 500px) {
  .points {
      font-size: min(12vw, 0.8rem);
  }
      }
      @media screen and (max-width: 1026px) {
        .points {
            font-size: min(12vw, 0.8rem);
        }
            }
  /*.card-body {
    font-size: clamp(0.5rem, 1vw + 0.5rem, 0.8rem);
  }*/

  /*Nueva lista de equipos*/
  .cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 2em;
  }

  .card-item {
    background: white;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.07);
    transition: all 0.35s ease-out;
    border-radius: 5px;
  }
  
  .card-item:hover {
    transform: translate(0, -2px);
    box-shadow: 0px 10px 35px 0px black;
  }
  
  /*.card-item:hover {
    transform: scale(1.05);
  }*/
  
  .card-item img {
    display: block;
    /*border-radius: 8px 8px 0 0;*/
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: 50% 50%;
    transition: all .35 ease-out;
  }
  .card-item .card-content {
    padding: 0px 20px 20px 20px;
    text-align: center;
  }
  
  /*.card-item span {
    font-size: 0.8rem;
    color: #4682B4;
    font-weight: 700;
  }
  
  .card-item h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  
  .card-item p {
    font-size: 0.9rem;
    color: #A9A9A9;
    margin: 0;
  }*/
    /* Media Queries para diferentes dispositivos */
@media screen and (max-width: 1024px) {
  /* Tablet landscape */
 
  .cards-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columnas en tablet */
  }
  .card-item img {
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  /* Tablet portrait */

.cards-grid {
    grid-template-columns: repeat(1, 1fr); /* Mantener 2 columnas */
  }
.card-item img {
    width: 60%;
    margin: auto;
  }
}

#novedad {
  background: linear-gradient(135deg, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
  border: 2px solid rgb(192, 10, 198);
}

/*bolas de colores*/
.bolas {
  display: flex;
  gap: 1rem;
  list-style: none;
  justify-content: center;
  align-items: center;
}
.delay {
  width: 20px;
  height: 20px;
  background: var(--color);
  border-radius: 50%;
  animation: grow 1.6s ease-in-out infinite;
  animation-delay: var(--delay);
  box-shadow: 0 0 50px var(--color);
}
@keyframes grow {

  0%,
  40%,
  100% {
    transform: scale(0.2);
  }
  20% {
    transform: scale(1);
  }
}

.card-title {
  color: blue;
}
.bonus {
  box-shadow: 0 5px 10px black;
}
.ruta {
 box-shadow: 0 5px 10px black; 
}
.puntos-etapas {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 30px 0;
}
.premios-etapa {
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 10px 0;
}
@media screen and (max-width: 1180px) {
  .card-title {
            font-size: min(12vw, 0.8rem);
        }
  .table th, td {
    font-size: min(12vw, 0.9rem);
  }
  .puntos-etapas {
    grid-template-columns: repeat(2, 1fr);
  }
  .premios-etapa {
    grid-template-columns: repeat(3, 1fr);
  }
            }
 @media screen and (max-width: 500px) {
  .card-title {
      font-size: min(12vw, 0.9rem);
  }
  .table th, td {
    font-size: min(12vw, 0.9rem);
  }
.puntos-etapas {
  grid-template-columns: repeat(1, 1fr);
}
.premios-etapa {
  grid-template-columns: repeat(1, 1fr);
}
      }
