*[data-debug] {
	outline: solid 1px pink;
}

*[data-debug-all],
*[data-debug-all] * {
	outline: solid 1px pink;
}

* {
	margin: 0;
	padding: 0;
}

*.hideImportant {
	display: none !important;
}

.no-select {
	user-select: none;
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* Edge antiguo */
}

body {
	font-size: clamp(6px, 100vw / 61, 16px);
	background-color: #1d1d1b;
	font-family: Outfit, sans-serif;
	background-image: url('../assets/imgs/FondoLarge.webp');
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	height: 100vh;
	padding: 1em;
	box-sizing: border-box;
}

body::before {
	height: 100%;
	width: 100%;
	background-color: #1d1d1b;
	opacity: 0.9;
	z-index: 0;
	content: "";
	position: fixed;
	top: 0em;
	left: 0em;
}

.container {
	margin: auto;
	max-width: 61em;
	box-shadow: -20px 5px 55px rgba(254, 98, 44, 0.5), 20px -20px 70px rgba(254, 98, 44, 0.5);
	border-top-right-radius: 8em;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	z-index: 2;
	position: relative;
}

.container:has(header:hover) {
	border-top-right-radius: 3em;
	border-top-left-radius: 3em;
}


.container:has(.site-footer:hover) {
	border-bottom-right-radius: 2em;
	border-bottom-left-radius: 2em;
}

header {
	display: grid;
grid-template-columns: 10em 1fr;
    grid-template-rows: 6em 1fr;
	color: white;
	position: relative;
	background-image: url('../assets/imgs/header.webp');
	background-size: cover;
	border-top-right-radius: 8em;
	overflow: hidden;
	transition: all 0.3s ease-in-out;

}

header::before {
	position: absolute;
	background: linear-gradient(135deg,
			rgba(254, 98, 44, 1),
			rgba(254, 134, 67, 1));
	background-size: 200% 200%;
	background-position: 0% 50%;
	transition: all 0.3s ease-in-out;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
}

header>h1 {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: end;
    font-size: 1em;
    letter-spacing: 0.05em;
    color: #1d1d1b;
}

header>h1 >.site-title{
		    font-size: 3.2em;
    margin-bottom: -0.2em;
}

header>h2 {
	display: flex;
	align-items: baseline;
	font-size: 1.6em;
	letter-spacing: 0.05em;
	position: relative;
	color: white;
	z-index: 1;
	gap:0.2em;
}

header>h2> .section-description{
	font-size: 0.8em;
		position: relative

}

header>.logo {
	height: 8em;
	grid-column-start: 1;
	grid-row: 1 / span 2;
	transition: all;
	transition-duration: 0.3s;
	z-index: 2;
	padding: 0.5em;
}

header:hover::before {
	background-position: 100% 50%;
	opacity: 0.95;
}

header:hover {
	border-top-right-radius: 3em;
	border-top-left-radius: 3em;

}

header:hover>.logo {
	transform: rotate(3deg);

}

.main-nav {
	transition: all;
	transition-duration: 0.5s;
	padding: 1em;
	background-color: rgba(254, 134, 67, 1);
	border-bottom-right-radius: 2em;
	position: relative;
}

.main-nav:hover {
	border-bottom-right-radius: 0em;
	border-bottom-left-radius: 1em;
}

.main-nav>a {
	padding: 0.2em;
	border: solid 1px #1d1d1b;
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	transition: all;
	transition-duration: 0.3s;
	position: relative;
}

.main-nav>a+a {
	margin-left: 0.5em;
}

.main-nav>a:hover {
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0;
	background-color: rgb(29, 29, 27, 0.9);
	color: white;
	top: 2px;

}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}

.site-footer {
	border-top-left-radius: 1em;
	padding: 1.5em 1em;
	transition: all;
	transition-duration: 0.3s;
	background-color: rgba(254, 98, 44, 1);
	color: #1d1d1b;
}

.site-footer:hover {
	border-top-left-radius: 0;
}

.site-footer:hover {
	border-bottom-right-radius: 2em;
}


.footer-nav:hover {
	border-bottom-right-radius: 0em;
	border-bottom-left-radius: 2em;
}

.footer-nav>a {
	padding: 0.2em;
	border: solid 1px #1d1d1b;
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	transition: all;
	transition-duration: 0.3s;
	position: relative;
}

.footer-nav>a+a {
	margin-left: 0.5em;
}

.footer-nav>a:hover {
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0;
	background-color: rgb(29, 29, 27, 0.9);
	color: white;
	top: -2px;

}

#view-root {
	min-height: 200px;
	transition: all 0.3s;
}

#view-root .breadcrumb {
	margin-top: 1.2em;
	color: #666;
	font-size: 0.7em;
	font-style: oblique;
	padding-left: 0.8em;
	display: flex;
	gap: 0.5em;
}

#view-root .breadcrumb span+span::before {
	content: ">";
	display: inline-block;
	margin-right: 0.5em;
}

div[data-home] {
	margin: auto;
	text-align: center;
	color: white;
	padding-top: 5em;
	margin-top: -3em;
}

div.home-intro>p {
	display: inline-block;
	margin: auto;
	font-size: 1.3em;
	margin-bottom: 1em;
	transition: all 0.3s ease;
	opacity: 0;
	animation: opacityShift 0.2s ease-in forwards;
}

div.home-intro:hover>p {
	font-size: 1.35em;
}

div.home-intro>p#fd1,
div.home-intro>p#fd2,
div.home-intro>p#fd3 {
	display: none;
}

div.home-intro p.general:has(~section > article:hover) {
	display: none;
}

div.home-intro p#fd1:has(~section > article[data-fd="fd1"]:hover),
div.home-intro p#fd2:has(~section > article[data-fd="fd2"]:hover),
div.home-intro p#fd3:has(~section > article[data-fd="fd3"]:hover) {
	display: inline-block;
}


div.home-intro>section.features {
	display: flex;
	padding: 1em 3em;
	justify-content: space-around;
	gap: 1em;
	transition: 0.3s all;
}

div.home-intro:hover>section.features {
	margin-top: 2em;
	margin-bottom: 1em;
}

div.home-intro>section.features>article {
	transition: all 0.3s;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1em;
	border: solid 0px white;
	margin-bottom: 1em;
	position: relative;
	overflow: hidden;
	margin-left: 1em;
	margin-right: 1em;
	flex-grow: 1;
	flex-basis: 100px;
	max-width: 15em;

}

div.home-intro>section.features>article::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg,
			rgba(254, 98, 44, 1),
			rgba(254, 134, 67, 1));
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
}

div.home-intro>section.features>article>a>img {
	width: 100%;
	margin-bottom: 1em;
	display: block;
	aspect-ratio: 1.618;
	border-radius: 0.2em;
	transition: all 0.3s;
}

div.home-intro>section.features>article:hover>a>img {
	border-top-left-radius: 1.5em;
	border-bottom-right-radius: 1.5em;
}

div.home-intro>section.features>article:hover {
	transform: scale(1.40);
	border-top-left-radius: 2em;
	border-bottom-right-radius: 2em;
	box-shadow: -20px 5px 55px rgba(254, 98, 44, 0.5), 20px -20px 70px rgba(254, 98, 44, 0.5);
	animation: orangeShadowMoving infinite 3s;

}

div.home-intro>section.features>article:hover:before {
	opacity: 1;
}

@keyframes positionShift {
	0% {
		left: 0
	}

	100% {
		left: -300%;
	}
}

@keyframes opacityShift {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes orangeShadowMoving {
	0% {
		box-shadow: -20px 5px 55px rgba(254, 98, 44, 0.5), 20px -20px 70px rgba(254, 98, 44, 0.5);
	}

	50% {
		box-shadow: -20px 5px 35px rgba(254, 98, 44, 0.5), 20px -20px 40px rgba(254, 98, 44, 0.5);
	}

	100% {
		box-shadow: -20px 5px 55px rgba(254, 98, 44, 0.5), 20px -20px 70px rgba(254, 98, 44, 0.5);
	}
}


/* ========== Bolsa Jugadores ========= */
div[data-bolsa-players] {
	padding-left: 1em;
	padding-right: 1em;
}

div[data-bolsa-players] .players-header-options {
	display: flex;
	gap: 1em;
	padding: 1em 0.5em;
	/* border-bottom: solid 1px pink; */
	border-top-right-radius: 2em;

}

div[data-bolsa-players] .players-header-options>.filters {
	display: flex;
	gap: 0.5em;
	flex-grow: 1;
}

div[data-bolsa-players] input[name="role"],
div[data-bolsa-players] input[name="showOption"],
div[data-bolsa-players] .lft-selection input {
	display: none;
}

div[data-bolsa-players] label.show-option>img,
div[data-bolsa-players] label.role-option>img {
	height: 2em;
	width: 2em;
}

div[data-bolsa-players] .filters input,
div[data-bolsa-players] img,
div[data-bolsa-players] .filters input,
div[data-bolsa-players] img {
	transition: all 0.3s;
}

div[data-bolsa-players] input[type="search"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	padding: 0.5em 2.5em 0.5em 2.4em;
	border: 1px solid rgba(254, 134, 67, 0.3);
	border-left-width: 10px;
	border-radius: 0px 0.5em 0.5em 0px;
	background-color: transparent;
	color: #e2e8f0;
	font-size: unset;
	cursor: pointer;
	min-width: 180px;
	position: relative;
	flex-grow: 1;
	height: 2.3em;
}

div[data-bolsa-players] input[type="search"]:hover {
	border: 1px solid rgba(254, 134, 67, 0.7);
	border-left-width: 10px;
	transform: scaleY(1.1) scaleX(1.01);
}

div[data-bolsa-players] input[type="search"]:focus-visible {
	border-width: 0;
	border-color: transparent;
	border-left-width: 10px;
	border-left-color: rgba(254, 134, 67, 1);
	box-shadow: -20px 5px 55px rgba(254, 98, 44, 0.5), 20px -20px 70px rgba(254, 98, 44, 0.5);
	/* outline: auto rgba(187, 67, 0, 1);  */
	outline: 1px solid rgba(254, 134, 67, 1);
}

div[data-bolsa-players] label.role-option,
div[data-bolsa-players] label.show-option,
div[data-bolsa-players] label.lft-selection {
	border-width: 0;
	border-color: transparent;
	border: 1px solid rgba(254, 134, 67, 0.3);
	height: 2.3em;
	width: 2.3em;
	display: inline-block;
	transition: all 0.3s;
	padding: 0.1em;
	box-sizing: border-box;
	filter: grayscale(0.9);
	border-radius: 0.3em;
	cursor: pointer;
}

div[data-bolsa-players] label.lft-selection {
	width: 4.6em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(254, 134, 67, 1);
}

div[data-bolsa-players] label.lft-selection span {
	font-size: 1.2em;
}


div[data-bolsa-players] label.role-option:hover,
div[data-bolsa-players] label.show-option:hover,
div[data-bolsa-players] label.lft-selection:hover {
	transform: scale(1.1);
	margin: 0 0.2em;
	border-top-left-radius: 0em;
	border-bottom-right-radius: 0em;
}

div[data-bolsa-players] label.role-option:has(input:checked),
div[data-bolsa-players] label.show-option:has(input:checked),
div[data-bolsa-players] label.lft-selection:has(input:checked) {
	filter: drop-shadow(-20px 5px 20px rgba(254, 98, 44, 0.5)) drop-shadow(20px -10px 20px rgba(254, 98, 44, 0.5));
	border-color: rgba(254, 134, 67, 1);
	border-top-left-radius: 0em;
	border-bottom-right-radius: 0em;
}

div[data-bolsa-players] #playersTable {
	width: 100%;
	padding: 1em 1em;
	text-align: left;
	color: white;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	position: relative;
}

div[data-bolsa-players] #playersTable,
div[data-bolsa-players] #playersTable * {
	transition: all 0.3s;
	position: relative;
}

div[data-bolsa-players] #playersTable .grid-table-data-row,
div[data-bolsa-players] #playersTable .grid-table-header-row {
	display: grid;
	/* grid-template-columns: minmax(2em, max-content) repeat(4, 1fr) minmax(2em, max-content); */
	grid-template-columns: minmax(2em, max-content) repeat(3, 1fr) minmax(10em, max-content);
	align-items: center;
	column-gap: 1em;
	padding: 0.5em;
	position: relative;
}


div[data-bolsa-players] #playersTable thead tr:hover {
	position: relative;
}

div[data-bolsa-players] #playersTable>.grid-table-header-row {
	position: sticky;
	top: 0px;
	padding-bottom: 1em;
}

div[data-bolsa-players] #playersTable>.grid-table-data-row {
	border-bottom: solid 1px rgba(254, 98, 44, 1);
	position: relative;
	overflow: hidden;
}

div[data-bolsa-players] #playersTable>.grid-table-data-row:nth-child(odd) {
	background-color: rgba(87, 87, 81, 0.1);
}

div[data-bolsa-players] #playersTable>.grid-table-data-row:hover {
	position: relative;
	transform: scale(1.02);
	top: 0.2em;
	box-shadow: -20px 5px 55px rgba(254, 98, 44, 0.5), 20px -20px 70px rgba(254, 98, 44, 0.5);
}

div[data-bolsa-players] #playersTable>.grid-table-data-row::before {
	content: '';
	width: 450%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	background: linear-gradient(90deg,
			rgba(254, 98, 44, 1),
			rgba(254, 134, 67, 1),
			rgba(254, 98, 44, 1),
			rgba(254, 134, 67, 1));
	opacity: 0;

}

div[data-bolsa-players] #playersTable>.grid-table-data-row:hover::before {
	opacity: 1;
	animation: positionShift 2s infinite linear, opacitySlider 1s infinite linear;
	transform: scale(1.02);
}


div[data-bolsa-players] #playersTable tbody tr td {
	position: relative;
	padding-top: 1em;
	display: flex;
}

div[data-bolsa-players] #playersTable.hide {
	display: none;
}

div[data-bolsa-players] #playersCards.hide {
	display: none;
}

div[data-bolsa-players] #isLoading {
	width: 100%;
	min-height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 1em;
}

div[data-bolsa-players] #isLoading p {

	color: white;
}

div[data-bolsa-players] #isLoadingLayer {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative;
	/* Spinner */
	border: 4px solid rgba(254, 98, 44, 0.2);
	/* naranja suave */
	border-top-color: rgba(254, 98, 44, 1);
	/* naranja fuerte */
	animation: spin 1s linear infinite;
	display: flex;
	align-items: center;
	justify-content: center;

}


div[data-bolsa-players] #isLoadingLayer img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	animation: counter-spin 1s linear infinite;
	filter: drop-shadow(5px 55px rgba(254, 98, 44, 0.5), 20px -20px 70px rgba(254, 98, 44, 0.5));

}

div[data-bolsa-players] .name-cell {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

div[data-bolsa-players] .name-cell>.account-cell-span {
	font-size: 0.7em;
	opacity: 0.7;
	padding-left: 1em;
}

.rank-cell {
	text-align: center;
}

div[data-ct-paradas] {
	padding-left: 1em;
	padding-right: 1em;
}

div[data-ct-paradas] .paradas-header-options {
	padding: 1em 0.5em;
}

div[data-ct-paradas] .filters {
	display: flex;
	gap: 1em;
}

div[data-ct-paradas] .filters>* {
	flex-basis: 1em;
	flex-grow: 1;
	width: 1em;
}

div[data-ct-paradas] .native-select {
	transition: all 0.3s;

	position: relative;
	flex-grow: 1;
	min-width: 180px;
}

div[data-ct-paradas] .native-select::after {
	content: "▾";
	position: absolute;
	right: 0.9em;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	color: rgba(226, 232, 240, 0.75);
}

div[data-ct-paradas] .native-select select {
	transition: all 0.3s;

	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	padding: 0.5em 2.5em 0.5em 2.4em;
	border: 1px solid rgba(254, 134, 67, 0.3);
	border-left-width: 10px;
	border-radius: 0px 0.5em 0.5em 0px;

	background-color: transparent;
	color: #e2e8f0;
	font-size: unset;

	cursor: pointer;
	width: 100%;
	height: 2.3em;
}

div[data-ct-paradas] .native-select:hover {
	transform: scaleY(1.1) scaleX(1.01);
}

div[data-ct-paradas] select:hover {
	border: 1px solid rgba(254, 134, 67, 0.7);
	border-left-width: 10px;
}

div[data-ct-paradas] select:focus-visible {
	border-width: 0;
	border-color: transparent;
	border-left-width: 10px;
	border-left-color: rgba(254, 134, 67, 1);
	box-shadow: -20px 5px 55px rgba(254, 98, 44, 0.5), 20px -20px 70px rgba(254, 98, 44, 0.5);
	/* outline: auto rgba(187, 67, 0, 1);  */
	outline: 1px solid rgba(254, 134, 67, 1);
}

div[data-ct-paradas] .native-select select option {
	background: #1d1d1b;
	color: #e2e8f0;
}

div[data-ct-paradas] #isLoadingParadas {
	width: 100%;
	min-height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 1em;
	animation: showFromZeroOpacity 0.5s 0.1s linear forwards;
	opacity: 0;
	position: absolute;
}


div[data-ct-paradas] #isLoadingParadas p {
	color: white;
}

div[data-ct-paradas] #isLoadingParadasLayer {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative;
	/* Spinner */
	border: 4px solid rgba(254, 98, 44, 0.2);
	/* naranja suave */
	border-top-color: rgba(254, 98, 44, 1);
	/* naranja fuerte */
	animation: spin 1s linear infinite;
	display: flex;
	align-items: center;
	justify-content: center;
}


div [data-ct-paradas] .sections-wrapper {
	display: flex;
}

div [data-ct-paradas] #paradasCardsWrapper {
	display: grid;
	padding: 1em;
	justify-content: space-around;
	transition: 0.3s all;
	grid-template-columns: repeat(1, 1fr);
	padding-left: 0.5em;
	border-right: solid 1px rgba(254, 134, 67, 0.5);
}

div [data-ct-paradas] #paradasCardsWrapper.full-size {
	grid-template-columns: repeat(3, 1fr);
	gap: 1em;
	padding: 1em;
	border-right: solid 1px transparent;
}

div [data-ct-paradas] #paradasCardsWrapper>article {
	transition: all 0.3s;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0.5em;
	border: solid 1px rgba(254, 134, 67, 0.1);
	margin-bottom: 1em;
	position: relative;
	overflow: hidden;
	margin-right: 1em;
	flex-grow: 1;
	flex-basis: 10em;
	max-width: 12em;
	color: white;
	cursor: pointer;
	border-radius: 0.5em;
	font-size: 0.7em;
	min-width: 10em;
}

div [data-ct-paradas] #paradasCardsWrapper.full-size>article {
	padding: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
	max-width: 15em;
	font-size: 1em;
}

div [data-ct-paradas] #paradasCardsWrapper>article h3 {
	font-size: 1em;
}

div [data-ct-paradas] #paradasCardsWrapper>article:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg,
			rgba(254, 98, 44, 1),
			rgba(254, 134, 67, 1));
	z-index: -1;
	transition: all 0.3s;
	opacity: 0;
}

div [data-ct-paradas] #paradasCardsWrapper>article img,
div [data-ct-paradas] #paradasCardsWrapper>article ins {
	width: 100%;
	margin-bottom: 1em;
	display: block;
	aspect-ratio: 1.618;
	border-radius: 0.2em;
	transition: all 0.3s;
}

div [data-ct-paradas] #paradasCardsWrapper>article ins {
	background-color: #444;
}

div [data-ct-paradas] #paradasCardsWrapper>article:hover img,
div [data-ct-paradas] #paradasCardsWrapper>article:hover ins,
div [data-ct-paradas] #paradasCardsWrapper>article.active img {
	border-top-left-radius: 1.5em;
	border-bottom-right-radius: 1.5em;
}

div [data-ct-paradas] #paradasCardsWrapper>article:hover,
div [data-ct-paradas] #paradasCardsWrapper>article.active {
	transform: scale(1.20);
	border: solid 0px transparent;
	transition: all 0.3s, border 0s;
	border-top-left-radius: 2em;
	border-bottom-right-radius: 2em;
	box-shadow: -20px 5px 55px rgba(254, 98, 44, 0.5), 20px -20px 70px rgba(254, 98, 44, 0.5);
	animation: orangeShadowMoving infinite 3s;
}

div [data-ct-paradas] #paradasCardsWrapper>article.active {
	z-index: 2;
	margin-top: 1em;
	margin-bottom: 2em;
}

div [data-ct-paradas] #paradasCardsWrapper>article:hover:before,
div [data-ct-paradas] #paradasCardsWrapper>article.active:before {
	opacity: 1;
}

div [data-ct-paradas] #teamsParadaWrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1em;
	padding: 1em;
	height: fit-content;
	flex-grow: 1;
}

div [data-ct-paradas] #paradasCardsWrapper.full-size + #teamsParadaWrapper {
	display: none;
}

div [data-ct-paradas] #teamsParadaWrapper>article {
	padding: 0.5em;
	display: flex;
	align-items: center;
	position: relative;
	transition: 0.3s all;
	box-sizing: border-box;
	border: solid 1px rgba(254, 134, 67, 0.1);
	  -webkit-user-select: none; /* iOS Safari / WebKit */
  user-select: none;         /* estándar */
  -webkit-touch-callout: none; /* iOS: quita menú de “Copiar/Seleccionar” */
  cursor: pointer;

}

div [data-ct-paradas] #teamsParadaWrapper>article::before {
	content: "";
	opacity: 0;
	background: linear-gradient(135deg, rgba(254, 98, 44, 1), rgba(254, 134, 67, 1));
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
}

div [data-ct-paradas] #teamsParadaWrapper>article:hover {
	transform: scale(1.18);
	box-shadow: -20px 5px 55px rgba(254, 98, 44, 0.5), 20px -20px 70px rgba(254, 98, 44, 0.5);
	z-index: 1;
	margin: 0;
		border: solid 1px rgba(254, 134, 67, 0.7);

}

div [data-ct-paradas] #teamsParadaWrapper>article:hover::before {
	opacity: 1;
}

div [data-ct-paradas] #teamsParadaWrapper>article>img {
	aspect-ratio: 1;
	width: 2.5em;
	height: 2.5em;
	flex-basis: 2.5em;
	position: relative;
}

div [data-ct-paradas] #teamsParadaWrapper>article>h4 {
	font-size: 0.7em;
	color: white;
	margin-left: 0.5em;
	position: relative;
}


@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

/* Para que la imagen no rote (opcional) */
@keyframes counter-spin {
	to {
		transform: rotate(-360deg);
	}
}

@keyframes opacitySlider {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.9;
	}

	100% {
		opacity: 1;
	}

}

@keyframes showFromZeroOpacity {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}