/*
.equipos-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.125rem;
  padding: 2.5rem 0.625rem;
  max-width: 100%;
  box-sizing: border-box;
}

.equipos-columna-texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 0.625rem;
  text-align: right;
}

.equipos-columna-img {
  width: 55%;
  justify-content: flex-start;
  align-items: center;
  min-height: 30vh;
  text-align: center;
}


.equipo-img {
  height: clamp(18.75rem, calc(50vh + 5vw), 63vh);
  max-height: clamp(18.75rem, calc(50vh + 5vw), 63vh);
  object-fit: contain;
  background-color: transparent;
}

.equipo-texto1 {
font-family: 'Adelle Sans ARA Regular', sans-serif;
  font-size: 8.3rem;
  color: #ffffff;
  margin-bottom: 1vh;
}

.equipo-texto2 {
  font-family: 'Adelle Sans Cnd Thin', sans-serif;
  font-size: 1.667rem;
  color: #ffffff;
  margin-bottom: 1vh;
}

@keyframes entrada {
  0% {
    opacity: 0;
    transform: translateX(6.25rem) rotate(10deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes salida {
  0% {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(-6.25rem) rotate(-10deg);
  }
}

.animar-entrada {
  animation: entrada 1s forwards;
}

.animar-salida {
  animation: salida 1s forwards;
}

@media (min-width: 300px) and (max-width: 400px) {
  .equipos-slider {
    flex-direction: column-reverse;
    padding: 1.25rem 1rem;
    gap: 1.25rem;
  }

  .equipos-columna-texto {
    align-items: center;
    text-align: center;
  }

  .equipo-texto1 {
    font-size: 6rem;
  }

  .equipo-texto2 {
    font-size: 3rem;
  }

  .equipos-columna-img {
    width: 100%;
    min-height: auto;
  }

  .equipo-img {
    width: 85%;
    max-height: 44vh;
  }

  #equipoBoton {
    align-self: center;
  }
}

@media (min-width: 401px) and (max-width: 600px) {
  .equipos-slider {
    flex-direction: column-reverse;
    padding: 1.25rem 1rem;
    gap: 1.25rem;
  }

  .equipos-columna-texto {
    align-items: center;
    text-align: center;
  }

  .equipo-texto1 {
    font-size: 6rem;
  }

  .equipo-texto2 {
    font-size: 3rem;
  }

  .equipos-columna-img {
    width: 100%;
    min-height: auto;
  }

  .equipo-img {
    width: 85%;
    max-height: 44vh;
  }

  #equipoBoton {
    align-self: center;
  }
}

@media (min-width: 601px) and (max-width: 799px) {
  .equipos-slider {
    flex-direction: column-reverse;
    padding: 1.25rem 1rem;
    gap: 1.25rem;
  }

  .equipos-columna-texto {
    align-items: center;
    text-align: center;
  }

  .equipo-texto1 {
    font-size: 6rem;
  }

  .equipo-texto2 {
    font-size: 3rem;
  }

  .equipos-columna-img {
    width: 100%;
    min-height: auto;
  }

  .equipo-img {
    width: 90%;
    max-height: 60vh;
  }

  #equipoBoton {
    align-self: center;
  }
}


@media (min-width: 800px) and (max-width: 1024px) {
 

  .equipo-texto1 {
    font-size: 6rem;
  }

  .equipo-texto2 {
    font-size: 3rem;
  }

  .equipos-columna-img {
    width: 50%;
    min-height: auto;
  }

  .equipo-img {
    width: 90%;
    max-height: 60vh;
  }

}

@media (min-width: 1025px) and (max-width: 1440px) {
  .equipo-texto1 {
    font-size: 6rem;
  }

  .equipo-texto2 {
    font-size: 3rem;
  }

  .equipos-columna-img {
    width: 50%;
    min-height: auto;
  }

  .equipo-img {
    width: 90%;
    max-height: 60vh;
  }
}

@media (min-width: 1441px) and (max-width: 1800px) {
  .equipo-texto1 {
    font-size: 6rem;
  }

  .equipo-texto2 {
    font-size: 3rem;
  }

  .equipos-columna-img {
    width: 50%;
    min-height: auto;
  }

  .equipo-img {
    width: 90%;
    max-height: 60vh;
  }
}

@media (min-width: 1801px) and (max-width: 2200px) {
  .equipo-texto1 {
    font-size: 6rem;
  }

  .equipo-texto2 {
    font-size: 3rem;
  }

  .equipos-columna-img {
    width: 50%;
    min-height: auto;
  }

  .equipo-img {
    width: 90%;
    max-height: 60vh;
  }
}

@media (min-width: 2201px) and (max-width: 2560px) {
.equipo-texto2 {
    font-size: 2.22rem;
  }
}

@media (min-width: 2561px) and (max-width: 3560px) {
.equipo-texto2 {
    font-size: 2.22rem;
  }
}
*/

.equipos-slider {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.125rem;
	padding: 2.5rem 0.625rem;
	max-width: 100%;
	box-sizing: border-box;
}

.equipos-columna-texto {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	gap: 0.625rem;
	text-align: right;
}

.equipos-columna-img {
	width: 55%;
	justify-content: flex-start;
	align-items: center;
	min-height: 30vh;
	text-align: center;
}

.equipo-img {
	height: clamp(18.75rem, calc(50vh + 5vw), 63vh);
	max-height: clamp(18.75rem, calc(50vh + 5vw), 63vh);
	object-fit: contain;
	background-color: transparent;
}

.equipo-texto1 {
	font-family: 'Adelle Sans ARA Regular', sans-serif;
	font-size: 8.3rem;
	color: #ffffff;
	margin-bottom: 1vh;
}

.equipo-texto2 {
	font-family: 'Adelle Sans Cnd Thin', sans-serif;
	font-size: 1.667rem;
	color: #ffffff;
	margin-bottom: 1vh;
}

@keyframes entrada {
	0% {
		opacity: 0;
		transform: translateX(6.25rem) rotate(10deg);
	}

	100% {
		opacity: 1;
		transform: translateX(0) rotate(0deg);
	}
}

@keyframes salida {
	0% {
		opacity: 1;
		transform: translateX(0) rotate(0deg);
	}

	100% {
		opacity: 0;
		transform: translateX(-6.25rem) rotate(-10deg);
	}
}

.animar-entrada {
	animation: entrada 1s forwards;
}

.animar-salida {
	animation: salida 1s forwards;
}

@media (min-width: 300px) and (max-width: 400px) {

	.equipos-slider {
		flex-direction: column-reverse;
		padding: 1.25rem 1rem;
		gap: 1.25rem;
	}

	.equipos-columna-texto {
		align-items: center;
		text-align: center;
	}

	.equipo-texto1 {
		font-size: 6rem;
	}

	.equipo-texto2 {
		font-size: 3rem;
	}

	.equipos-columna-img {
		width: 100%;
		min-height: auto;
	}

	.equipo-img {
		width: 85%;
		max-height: 44vh;
	}

	#equipoBoton {
		align-self: center;
	}

}

@media (min-width: 401px) and (max-width: 600px) {

	.equipos-slider {
		flex-direction: column-reverse;
		padding: 1.25rem 1rem;
		gap: 1.25rem;
	}

	.equipos-columna-texto {
		align-items: center;
		text-align: center;
	}

	.equipo-texto1 {
		font-size: 6rem;
	}

	.equipo-texto2 {
		font-size: 3rem;
	}

	.equipos-columna-img {
		width: 100%;
		min-height: auto;
	}

	.equipo-img {
		width: 85%;
		max-height: 44vh;
	}

	#equipoBoton {
		align-self: center;
	}

}

@media (min-width: 601px) and (max-width: 799px) {

	.equipos-slider {
		flex-direction: column-reverse;
		padding: 1.25rem 1rem;
		gap: 1.25rem;
	}

	.equipos-columna-texto {
		align-items: center;
		text-align: center;
	}

	.equipo-texto1 {
		font-size: 6rem;
	}

	.equipo-texto2 {
		font-size: 3rem;
	}

	.equipos-columna-img {
		width: 100%;
		min-height: auto;
	}

	.equipo-img {
		width: 90%;
		max-height: 60vh;
	}

	#equipoBoton {
		align-self: center;
	}

}

@media (min-width: 800px) and (max-width: 1024px) {

	.equipo-texto1 {
		font-size: 6rem;
	}

	.equipo-texto2 {
		font-size: 3rem;
	}

	.equipos-columna-img {
		width: 50%;
		min-height: auto;
	}

	.equipo-img {
		width: 90%;
		max-height: 60vh;
	}

}

@media (min-width: 1025px) and (max-width: 1440px) {

	.equipo-texto1 {
		font-size: 6rem;
	}

	.equipo-texto2 {
		font-size: 3rem;
	}

	.equipos-columna-img {
		width: 50%;
		min-height: auto;
	}

	.equipo-img {
		width: 90%;
		max-height: 60vh;
	}

}

@media (min-width: 1441px) and (max-width: 1800px) {

	.equipo-texto1 {
		font-size: 6rem;
	}

	.equipo-texto2 {
		font-size: 3rem;
	}

	.equipos-columna-img {
		width: 50%;
		min-height: auto;
	}

	.equipo-img {
		width: 90%;
		max-height: 60vh;
	}

}

@media (min-width: 1801px) and (max-width: 2200px) {

	.equipo-texto1 {
		font-size: 6rem;
	}

	.equipo-texto2 {
		font-size: 3rem;
	}

	.equipos-columna-img {
		width: 50%;
		min-height: auto;
	}

	.equipo-img {
		width: 90%;
		max-height: 60vh;
	}

}

@media (min-width: 2201px) and (max-width: 2560px) {

	.equipo-texto2 {
		font-size: 2.22rem;
	}

}

@media (min-width: 2561px) and (max-width: 3560px) {

	.equipo-texto2 {
		font-size: 2.22rem;
	}

}