@font-face {
  font-family: 'Roboto';
  src: url('/static/fonts/Roboto-VariableFont_wdth,wght.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #040714;
	font-family: 'Roboto', sans-serif;
  	font-weight: 400;
}

.roboto-regular {
  	font-weight: 400;
}

.roboto-thin {
  	font-weight: 200;
}

.poppins-semibold{
  	font-weight: 600;
	font-size: clamp(1.1em, 0.3rem + 1.6vw, 2.2rem);
}

.footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex-direction: column;
	background-color: #0E0B14;
	color: #FFF;
}

.footer ul {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
}

.footer ul li {
	margin: 1rem;
	box-sizing: border-box;
}

.footer ul li a {
	text-decoration: none;
	color: #FFF;
}

.footer p {
	width: 100%;
}

#footer-logo {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#footer-logo h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	flex-direction: column;
}

#footer-logo img {
	margin-bottom: 1rem;
	width: 5%;
	height: auto;
}

header {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background-color: #5800FF;
  	transition: background-color 0.5s ease-in-out;
	color: #FFF;
}

header h2 {
	width: 100%;
	font-size: clamp(1.0em, 0.0rem + 1.5vw, 2.5rem);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

header h2 a {
	text-decoration: none;
	color: #FFF;
}

header h2 img {
	width: 3.5%;
	height: auto;
	margin-right: .5rem;
}

#footer-politics {
	margin-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: clamp(0.5rem, 2vw, 1.5rem);
	width: 100%;
	list-style: none;
	justify-content: center;
}

#footer-politics a {
	color: #FFF;
}

section {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: #FFF;
	width: 100%;
	padding-top: 65px;
	padding-bottom: 65px;
}

article {
	width: 100%;
}

ol {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 1.05em;
}

ul {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 1.05em;
}

li {
	margin-bottom: 1rem;
	line-height: 2rem;
}

.section-subscriptions {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-top: 4rem;
	padding-bottom: 4rem;
	flex-wrap: wrap;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

.section-cards {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-top: 4rem;
	padding-bottom: 4rem;
	flex-wrap: wrap;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

.section-subscriptions h2 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3rem;
	font-size: 3rem;
	font-weight: 500;
	line-height: 3rem;
}

.article-subscription {
	width: calc(70% - 2rem);
}

.article-subscription header {
	background: none;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.article-subscription header h4 {
	font-size: 2rem;
	font-weight: 500;
}

.big-text{
	padding-top: 1rem;
	padding-bottom: 1rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
}

.article-subscription div h3 p {
	font-size: 1rem;
	margin-left: .5rem;
	color: rgba(255,255,255,0.6);
}

.article-subscription div ul {
	line-height: .3rem;
	font-size: 0.9rem;
	padding-left: 1rem;
	box-sizing: border-box;
}

fieldset {
	border: none;
}

.container {
	padding: 1rem;
	display: flex;
	align-items: center;
	text-align: center;
}

button {
	background-color: rgba(255,255,255,0.6);
	border: none;
	padding: .5rem;
	font-size: 1.4rem;
	border-radius: 6px;
}

input[type="radio"] {
	display: none;
}

input[type="radio"]:checked + .article-subscription {
    border: 0.5px solid #FFF;
}

label.radio-article:hover {
    border-color: #FFF;
}

label.radio-article {
    cursor: pointer;
    transition: border-color 0.3s, background 0.3s;
}

.radio-article {
	width: calc(33% - 2rem);
	margin: 1rem;
	background-color: rgba(221, 221, 221, 0.06);
	border-radius: 6px;
	border: 0.5px solid rgba(221,221,221,0.06);
	box-sizing: border-box;
}

/* container */

.responsive-three-column-grid {
  display: grid;
  grid-template-columns: 1fr; /* default: una columna */
  gap: 1rem;
}

.cardsuscrip {
	border-radius: 20px;
	padding-top:20px;
	padding-bottom: 20px;
}

.cardsuscrip div{
	padding-right: 20px;
	padding-left: 20px;
}

.cardsuscrip div ul li {
	line-height: 2; /* Más espacio entre líneas */
    margin-bottom: 1em; /* Espacio entre párrafos */
}

.cardsuscrip:hover {
  box-shadow: 0 0 20px #FFFFFF;
}

.negrita{
	margin-top: 1rem;
	margin-bottom: 1rem;
	line-height: 2rem;
}

.formulario {
  	max-width: 500px;
	margin: 0 auto; /* CENTRA EN HORIZONTAL */
	/* el resto ya lo tenías */
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	border: 0.5px solid white;
}

.form-header {
  	background-color: #5800FF;
  	border-top-left-radius: 8px; border-top-right-radius: 8px;
  	padding: 40px;
  	color: white;
  	font-weight: bold;
  	font-size: 18px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	padding: 50px;
}

.form-body {
  	padding: 50px;
  	text-align: center;
}

.button {
	border: none;
	color: white;
	padding: 12px 26px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
}

.button2 {
	background-color: white; 
	color: black; 
	border: 1px solid #5800FF;
}
  
.button2:hover {
	background-color: #5800FF;
	color: white;
}

.section-politics {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	flex-wrap: wrap;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

.section-politics article{
	background: none;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-politics h2 {
	margin-bottom: 2rem;
}

.section-politics ul li{
	margin-left: 3rem;
}

.section-politics ol li ul li{
	padding-bottom: 0rem;
}

.section-politics ul h3 {
	margin-bottom: 1rem;
	margin-top: 2rem;
	font-weight: 400;
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.section-politics ul p {
	line-height: 2rem;
	font-size: 1.1rem;
	font-weight: 400;
}

.bi-facebook:hover {
	fill:#FF1A75ff; 
	transition: fill 0.2s;
}

.bi-twitter-x:hover {
	fill:#FF1A75ff; 
	transition: fill 0.2s;
}

.bi-instagram:hover {
	fill:#FF1A75ff; 
	transition: fill 0.2s;
}

.bi-tiktok:hover {
	fill:#FF1A75ff; 
	transition: fill 0.2s;
}

.bi-youtube:hover {
	fill:#FF1A75ff; 
	transition: fill 0.2s;
}

.titles{
	color: #FF1A75ff;
	transition: fill 0.2s;
}

/* Estilo/funcionalidad del nucleo */

.tab {
	position: relative;
}

.tab input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.tab__content {
	color:white;
	max-height: 0;
	overflow: hidden;
	transition: all 0.35s;
}

.tab input:checked ~ .tab__content {
	max-height: 200rem;
}
  
  /* Estilo visual */

.accordion {
	color: #5800FF;
	border: 0.5px solid;
	border-radius: 0.5rem;
	overflow: hidden;
}

.tab__label,
.tab__close {
	display: flex;
	color: white;
	background: #5800FF;
	cursor: pointer;
}

.tab__label {
	justify-content: space-between;
	padding: 1rem;
}

.tab__label::after {
	content: "\276F";
	width: 1em;
	height: 1em;
	text-align: center;
	transform: rotate(90deg);
	transition: all 0.35s;
}

.tab input:checked + .tab__label::after {
	transform: rotate(270deg);
}

.tab__content p {
	color: white;
	margin: 0;
	padding: 1rem;
}

.tab__content ul {
	color: white;
	margin: 0;
	padding: 1rem;
}

.tab__content ol {
	color: white;
	margin: 0;
	padding: 1rem;
}

.tab__close {
	justify-content: flex-end;
	padding: 0.5rem 1rem;
	font-size: 0.75rem;
}

.accordion--radio {
	--theme: white;
}
  
/* Animacion de la flecha */

.tab input:not(:checked) + .tab__label:hover::after {
	animation: bounce .5s infinite;
}

@keyframes bounce {
	25% {
	  transform: rotate(90deg) translate(.25rem);
	}
	75% {
	  transform: rotate(90deg) translate(-.25rem);
	}
}

#footer-actions li a:hover{
	color: #FF1A75ff;
	transition: color 0.2s;
}

#footer-politics li a:hover{
	color: #FF1A75ff;
	transition: color 0.2s;
}

/* Estilos base */

.section-politics ul {
	width: calc(70% - 2rem);
}

.tab__content {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    box-sizing: border-box;
}

.section-politics li {
    margin-left: 0;
}

.tab__content ul, 
.tab__content ol {
    padding-left: 1rem;
    width: 100%;
}

.tab__label {
    padding: 0.8rem;
    font-size: 0.9rem;
}

/*comprar video styles*/

.card-buy {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	max-width: 300px;
	text-align: center;
	background-color: #5800FF;
	border-radius: 2px;
	margin-top: 2.5rem;
  }

.big-title-buy {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    font-size: 3rem;
    font-weight: 500;
}

.club-buy {
	font-size: 1.8rem;
	padding: 1rem;
}

.field-buy {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

.date-buy {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

.time-buy {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

.title-buy {
	color: yellow;
	font-size: 2.5rem;
	padding: 1rem;
}
  
#payment_button {
	border: 1px solid #040714;
	color: black;
	background-color: white;
	padding: 12px 26px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	/*font-size: 16px;*/
	margin-bottom: 20px;
	transition-duration: 0.4s;
	cursor: pointer;
	width: 90%;
	/*text-transform: uppercase;*/
}

#payment_button:hover {
	background-color: #040714;
	color: white;
}

.installation{
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.wsp {
  position: fixed;
  display: block;
  right: 12px;
  bottom: 12px;
  svg {
    width: 40px;
    height: 40px;
    fill: #fff;
  }
  svg:hover{
	transform: scale(1.15);
	transition: transform 0.2s;
   }
}

.red-effect {
  text-decoration: none; 
  color: white; 
  font-weight: 500;
  transition: color 0.2s;
}

.red-effect:hover {
  color: #FF1A75;
}
  
.card {
  width: 90%;
  max-width: 650px;
  margin: 40px auto;
  background: white;
  box-shadow: 0 2px 5px rgba(90, 87, 87, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  transition: all 0.3s;
  overflow: hidden;
  display: flex;
  flex-direction: column; /* mobile default */
  border-radius: 6px;
  align-items: center;     /* centra verticalmente */
  border: 1px solid #5800FF;
}

.card:hover {
  box-shadow: 0 8px 17px rgba(252, 252, 252, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}

.photo {
  padding: 30px;
  width: 100%;
  text-align: center;
}

.photo img {
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.description {
  padding: 30px;
  width: 100%;
  border-top: 2px solid #efefef;
  text-align: center;
}

.description h1 {
  color: #040714;
  padding-top: 15px;
  margin: 0;
  /*
  font-size: 30px;
  font-weight: 300;
  */
}

.description h2 {
  color: #040714;
  margin: 0;
  /*
  text-transform: uppercase;
  font-weight: 500;
  */
}

.description h4 {
  margin: 0;
  color: #FF1A75;
  /*
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  */
}

.description p {
	/*
  font-size: 12px;
  line-height: 20px;
  */
  color: #040714;
  padding: 20px 0;
  margin: 0;
}

.inline-icon {
  position: relative; 
  top: 2px; 
  display: inline-block; 
  margin-right: 6px
}

.input-gen {
  	padding: 8px; 
  	border: 1px solid #ccc; 
  	border-radius: 6px; 
  	font-size: 12px; 
  	box-sizing: border-box;
}

/*view transition*/

@view-transition {
  navigation: auto;
}

::view-transition-old(main),
::view-transition-new(main) {
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

/* Viejo contenido se aleja, se desenfoca y se desvanece */
::view-transition-old(main) {
  animation-name: zoom-out-blur;
}

/* Nuevo contenido entra con zoom y nitidez */
::view-transition-new(main) {
  animation-name: zoom-in-clear;
}

@keyframes zoom-out-blur {
  from {
    transform: scale(1);
    opacity: 1;
    filter: blur(0px);
  }
  to {
    transform: scale(0.9);
    opacity: 0;
    filter: blur(10px);
  }
}

@keyframes zoom-in-clear {
  from {
    transform: scale(1.1);
    opacity: 0;
    filter: blur(10px);
  }
  to {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}

/*view transition*/


@media (max-width: 480px) {
	#footer-logo img {
		width: 10% !important;
	}
}

@media (orientation: portrait) {
  .article-subscription{
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .card {
    flex-direction: row;
  }

  .photo {
    width: 100%;
    padding: 30px;
    border-right: 2px solid #efefef;
  }

  .description {
    width: 65%;
    padding: 30px;
    border-top: none;
  }
}

@media (min-width: 768px) {
    .section-politics ul {
        width: 70%;
    }
    
    .tab__content ul, 
    .tab__content ol {
        padding-left: 1.5rem;
    }
    
    .tab__label {
        padding: 1rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
	.poppins-semibold img {
		width: 10%;
	}
}

@media screen and (max-width: 800px) {
    .card1 {
		width: 100%;
	}
	.container b{
		font-size: 2rem;
	}
}

@media screen and (max-width: 480px) {
	.card1 {
		width: 100%;
	}
	.container b{
		font-size: 1rem;
	}
}

@media (min-width:800px) and (orientation: portrait){
    .responsive-three-column-grid {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width:1000px) and (orientation: landscape) {
    .responsive-three-column-grid {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (orientation: portrait) {
  .section-politics article ul{
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
  }
}

.wrapper { 
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

@keyframes cardAnimation {
  60% {
    background-size: 300px 420px;
    background-position-x: 60%;
    background-position-y: 60%;
  }
}

@keyframes cardGradient {
  0% { background-position: 0% 10%; }
  50% { background-position: 100% 91%; }
  100% { background-position: 0% 10%; }
}


/*  height: 227px;
  width: 360px;*/

.card-shorts {
  color: white;
  overflow: hidden;
  background-color: rgb(42, 41, 45);
  border-radius: 10px;
  height: 420px;
  width: 300px;
  position: relative;
  box-sizing: border-box;
  padding: 24px;
  display: grid;
  grid-template-rows: 1fr auto;
  -webkit-font-smoothing: antialiased;
  /*font-size: 14px;*/
  transition: all 0.3s;
  border: 1px solid #5800FF;
  color: rgb(255, 255, 255);

  &:before {
      content: "";
      width: 100%;
      height: 100%;
      box-shadow: 0 -1px 0 0 rgb(255 255 255 / 90%), 0 1px 0 0 rgb(0 0 0 / 20%);
      position: absolute;
      z-index: 1;
      border-radius: 10px;
	  background: linear-gradient(
          120deg,
          rgb(255 255 255 / 2%) 30%,
          rgb(255 255 255 / 25%) 40%,
          rgb(255 255 255 / 8%) 40%
        ),
        linear-gradient(0deg, rgb(255 255 255 / 20%), rgb(255 255 255 / 30%));
    }

  img {
      filter: drop-shadow(0px 1px 0px rgba(255, 255, 255, 0.3))
        drop-shadow(0 2px 16px rgba(0, 0, 0, 0.12))
        drop-shadow(0px 0px 12px rgba(255, 255, 255, 1));
      filter: drop-shadow(0px 1px 0px rgba(255, 255, 255, 0.3))
        drop-shadow(0 2px 16px rgba(0, 0, 0, 0.12))
        drop-shadow(0px 0px 12px rgba(255, 255, 255, 1));
      filter: drop-shadow(0px 1px 0px rgba(255, 255, 255, 0.3))
        drop-shadow(0 2px 16px rgba(0, 0, 0, 0.12))
        drop-shadow(0px 0px 12px rgba(255, 255, 255, 1));
    }
  
    &.one {
      background-image: url("shorts/backgrounds/fondo1.webp");
    }
	&.two {
      background-image: url("shorts/backgrounds/fondo2.webp");
    }
	&.three {
      background-image: url("shorts/backgrounds/fondo3.webp");
    }
	&.four {
      background-image: url("shorts/backgrounds/fondo4.webp");
    }
	&.five {
      background-image: url("shorts/backgrounds/fondo5.webp");
    }
	&.six {
      background-image: url("shorts/backgrounds/fondo6.webp");
    }
	&.seven {
      background-image: url("shorts/backgrounds/fondo7.webp");
    }
	&.eight {
      background-image: url("shorts/backgrounds/fondo8.webp");
    }
	&.nine {
      background-image: url("shorts/backgrounds/fondo9.webp");
    }
	&.ten {
      background-image: url("shorts/backgrounds/fondo10.webp");
    }
    color: #1a1d21;
  }

.card-shorts:hover {
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.4),
              0 4px 24px rgba(255, 255, 255, 0.25),
              0 8px 40px rgba(255, 255, 255, 0.2);
			  &.digital {
    background-size: 330px 450px;
    animation-name: cardAnimation;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    transform: translateZ(0);
    color: black;
    position: relative;
    
    
    &:after {
      content: "";
      width: 100%;
      height: 100%;
      border-radius: 10px;
      background: linear-gradient(
          120deg,
          rgb(255 255 255 / 2%) 30%,
          rgb(255 255 255 / 25%) 40%,
          rgb(255 255 255 / 8%) 40%
        ),
        linear-gradient(0deg, rgb(255 255 255 / 20%), rgb(255 255 255 / 30%));
      background-size: 150% 150%;
      animation: cardGradient 45s ease-in-out infinite;
      transform: translateZ(0);
      position: absolute;
    }
}
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: start;
  position: relative;
  z-index: 2;
  span {
    /*font-size: 14px;*/
	  font-weight: 900;
    text-transform: uppercase;
    /*letter-spacing: 1.5px;
    font-weight: 500;*/
  }
  img {
    height: 32px;
  }
}

.card-name {
  display: grid;
  grid-gap: 8px;
  p {
    margin: 0;
    /*font-size: 16px;*/
    /*letter-spacing: 1.5px;*/
    text-shadow: 0 0px 8px rgb(0 0 0 / 12%);
    font-weight: 700;
    max-width: 232px;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
  }
  p:first-child {
	  /*
    font-weight: 500;
    font-size: 10px;
    */
    text-transform: uppercase;
	color: #FF1A75;
  }
  p:last-child {
    max-width: 232px;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
	text-transform: uppercase;
	color: white;
  }
}

.card-img {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover; /* para que rellene sin deformar */
}

.main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  width: 100%;
  box-sizing: border-box;
}

.card-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
  width: 100%;
}

.card-stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FF1A75;
  font-weight: 700;
  font-size: 12px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.card-stats svg {
  margin-bottom: 4px;
  cursor: pointer;
  fill: #FF1A75;
}

.redirects-article {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}

.redirects-img {
  height: 65vh;
  width: auto;
  max-width: 100%;
  display: block;
}

.subs-img {
  height: 65vh;
  width: auto;
  max-width: 100%;
  display: block;
}

.club-tag {
  padding: 10px;
  border-radius: 10px;
  background-color: #3A3F50;
  text-decoration: none;
  color: white;
  transition: background-color 0.2s ease;
}

.club-tag.active{
  background-color: white;
  color: #040714;
}

.club-tag.active:hover{
  background-color: white;
  color: #040714;
}

.club-tag:hover {
  background-color: #4B5165;
}

.club-np {
  width: 40px;           
  height: 40px;
  border-radius: 50%;   
  border: none;          
  background-color: #3A3F50;
  color: white;
  cursor: pointer;
  display: flex;         
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.club-np:hover {
  background-color: #4B5165;
}

.club-tag-li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.club-tag-ul {
  display: flex;
  justify-content: center; 
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap; 
  gap: 10px; 
  margin-bottom: 60px;
  margin-left: 20px;
  margin-right: 20px;
  row-gap: 18px;
}

.cursores {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	gap: 10px;
	margin-top: 60px;
}

