@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap");
@import url("https://cdn-uicons.flaticon.com/2.6.0/uicons-brands/css/uicons-brands.css");
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-bold-rounded/css/uicons-bold-rounded.css");
@font-face {
  font-family: "Zuume";
  font-style: normal;
  font-weight: normal;
  src: local("Zuume Regular"), url("../assets/fonts/Zuume Regular.woff") format("woff");
}
@font-face {
  font-family: "Zuume Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Zuume Italic"), url("../assets/fonts/Zuume Italic.woff") format("woff");
}
@font-face {
  font-family: "Zuume ExtraLight";
  font-style: normal;
  font-weight: normal;
  src: local("Zuume ExtraLight"), url("../assets/fonts/Zuume ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Zuume ExtraLight Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Zuume ExtraLight Italic"), url("../assets/fonts/Zuume ExtraLight Italic.woff") format("woff");
}
@font-face {
  font-family: "Zuume Light";
  font-style: normal;
  font-weight: normal;
  src: local("Zuume Light"), url("../assets/fonts/Zuume Light.woff") format("woff");
}
@font-face {
  font-family: "Zuume Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Zuume Light Italic"), url("../assets/fonts/Zuume Light Italic.woff") format("woff");
}
@font-face {
  font-family: "Zuume Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Zuume Medium"), url("../assets/fonts/Zuume Medium.woff") format("woff");
}
@font-face {
  font-family: "Zuume Medium Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Zuume Medium Italic"), url("../assets/fonts/Zuume Medium Italic.woff") format("woff");
}
@font-face {
  font-family: "Zuume SemiBold";
  font-style: normal;
  font-weight: normal;
  src: local("Zuume SemiBold"), url("../assets/fonts/Zuume SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Zuume SemiBold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Zuume SemiBold Italic"), url("../assets/fonts/Zuume SemiBold Italic.woff") format("woff");
}
@font-face {
  font-family: "Zuume Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Zuume Bold"), url("../assets/fonts/Zuume Bold.woff") format("woff");
}
@font-face {
  font-family: "Zuume Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Zuume Bold Italic"), url("../assets/fonts/Zuume Bold Italic.woff") format("woff");
}
@font-face {
  font-family: "Zuume ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: local("Zuume ExtraBold"), url("../assets/fonts/Zuume ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Zuume ExtraBold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Zuume ExtraBold Italic"), url("../assets/fonts/Zuume ExtraBold Italic.woff") format("woff");
}
@font-face {
  font-family: "Zuume Black";
  font-style: normal;
  font-weight: normal;
  src: local("Zuume Black"), url("../assets/fonts/Zuume Black.woff") format("woff");
}
@font-face {
  font-family: "Zuume Black Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Zuume Black Italic"), url("../assets/fonts/Zuume Black Italic.woff") format("woff");
}
* {
  box-sizing: border-box;
}

::selection {
  background-color: #0AA85D;
  color: #fff;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  min-width: 320px;
  font-family: "Manrope", sans-serif;
  overflow-x: clip;
  width: 100%;
}

.container {
  margin-inline: auto;
  padding: 0.75rem 1.5rem;
}

.laf-container {
  width: 100%;
  max-width: 1480px;
  margin-inline: auto;
}
@media (width < 1500px) {
  .laf-container {
    padding-inline: 1.5rem;
  }
}
.laf-container-invert {
  width: 100%;
  max-width: 1480px;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (width < 768px) {
  .laf-container-invert {
    padding-inline: 0;
  }
}
.laf-container-full {
  width: 100%;
  max-width: 1480px;
  margin-inline: auto;
}
.laf-font {
  font-family: "Zuume";
}
.laf-font-b {
  font-family: "Zuume Bold";
}
.laf-font-sb {
  font-family: "Zuume SemiBold";
}
.laf-font-m {
  font-family: "Zuume Medium";
}
.laf-font-i {
  font-family: "Zuume Italic";
}
.laf-green-text {
  color: #0AA85D;
}
.laf-green-bg {
  background-color: #0AA85D;
}
.laf-green-border {
  border-color: #0AA85D;
}
.laf-green-hover:hover {
  color: #0AA85D;
}

.whatsAppButton {
  bottom: 1rem;
  right: 1rem;
}
.whatsAppButton.upper {
  bottom: 5.5rem;
}
.whatsAppButton img {
  width: 56px;
}

.bar-escuela {
  background: #19FF91;
}
.bar-escuela-track {
  padding: 0.3rem 0;
}

.rdap-checkbox-wrapper input {
  position: absolute;
  opacity: 0;
}
.rdap-checkbox-wrapper input:disabled + label {
  cursor: default;
  border-color: rgba(0, 0, 0, 0.1254901961);
}
.rdap-checkbox-wrapper input + label {
  display: block;
  cursor: pointer;
  border-radius: 0.15rem;
  width: var(--size);
  height: var(--size);
  border: 1px solid #333;
  transition: all 0.2s ease;
}
.rdap-checkbox-wrapper input + label svg {
  pointer-events: none;
  padding: 5%;
}
.rdap-checkbox-wrapper input + label svg path {
  fill: none;
  stroke: #333;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 101;
  transition: all 0.2s cubic-bezier(1, 0, 0.37, 0.91);
}
.rdap-checkbox-wrapper input + label:active {
  transform: scale(1.05);
  border-radius: 0.5rem;
}
.rdap-checkbox-wrapper input:checked + label svg path {
  stroke-dashoffset: 0;
}
.rdap-checkbox-wrapper input :focus + label {
  transform: scale(1.03);
}

@media (width < 40rem) {
  .g-recaptcha {
    scale: 0.75;
    translate: -2rem 0;
  }
}

.debug {
  border: 1px solid greenyellow;
}

.navbar {
  width: 100%;
  background: linear-gradient(to bottom, #000, transparent);
  user-select: none;
  padding: 2rem 1rem;
}
.navbar {
  transition: background 0.4s ease, padding 0.4s ease;
}
@media (max-width: 1034px) {
  .navbar {
    padding: 1rem;
  }
}
.navbar-links {
  gap: 1.5rem;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 0.9rem;
  text-wrap: nowrap;
  z-index: 3;
}
.navbar-links-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  transition: all 0.2s ease;
}
.navbar-link {
  color: #fff;
  padding: 0.5rem;
}
.navbar-link:hover {
  color: #0AA85D;
}
.navbar-sublinks {
  gap: 0.2rem;
  padding: 0.5rem;
  border-radius: 0.6rem;
  margin-top: 0.5rem;
  overflow: hidden;
  top: 1.6rem;
  z-index: 1;
  transition: all 0.2s ease;
}
.navbar-sublinks a {
  color: #fff;
  width: 100%;
  font-weight: 500;
  font-size: 0.8rem;
  padding: 1rem;
  border-radius: 0.3rem;
}
.navbar-sublinks a:hover {
  color: #000;
  background: #0AA85D;
}
.navbar.scrolled {
  background-color: #000;
  padding: 0 0.5rem;
}
.navbar.scrolled .navbar-logo img {
  width: 50px;
  height: 50px;
}
@media (max-width: 1034px) {
  .navbar.scrolled .navbar-logo img {
    width: 70px;
    height: 70px;
  }
}
.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.navbar-brand a {
  text-transform: uppercase;
  color: #fff;
}
.navbar-logo img {
  width: 80px;
  height: 80px;
}
.navbar-logo img {
  transition: width 0.4s ease, height 0.4s ease;
}
.navbar-burger {
  display: none;
  cursor: pointer;
  gap: 1.5rem;
}
.navbar-burger img {
  width: 2rem;
}
.navbar-search {
  padding: 1rem;
  margin-left: 5rem;
  margin-right: 2rem;
  border-bottom: 2px solid #fff;
  width: 20rem;
}
.navbar-search-form {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.navbar-search-form button {
  cursor: pointer;
}
.navbar-search-form input {
  color: #fff;
}
.navbar-search-form input:focus {
  outline: none;
}
.navbar-search-form img {
  width: 1.5rem;
}
.navbar-button {
  color: #000;
  font-weight: 700;
  background-color: #0AA85D;
  padding: 0.8rem 2rem;
  border-radius: 5rem;
  display: flex;
  gap: 0.7rem;
}
.navbar-button {
  transition: background 0.2s ease, color 0.2s ease;
}
.navbar-button img {
  width: 1.25rem;
  transition: filter 0.2s ease;
}
.navbar-button:hover {
  color: #fff;
  background-color: #013E11;
}
.navbar-button:hover img {
  filter: invert(1);
}
@media (width < 1280px) {
  .navbar-search {
    margin-left: 0;
    width: 100%;
  }
}
@media (width < 1034px) {
  .navbar-inicio {
    display: none;
  }
  .navbar-links {
    display: none;
  }
  .navbar-search {
    display: none;
  }
  .navbar-burger {
    display: flex;
  }
}
.navbar-mobile {
  width: 60%;
  height: 100vh;
  position: fixed;
  overflow-y: auto;
  right: 0;
  top: 0;
  display: none;
}
.navbar-mobile::-webkit-scrollbar {
  display: none;
}
@media (width < 500px) {
  .navbar-mobile {
    width: 100%;
  }
}
.navbar-mobile-button {
  padding: 0.7rem 1.2rem;
}
.navbar-mobile.active {
  display: flex;
}
.navbar-proxy {
  display: none;
  background-color: rgba(0, 0, 0, 0.6666666667);
  z-index: 180;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
}
.navbar-proxy.active {
  display: block;
}
.navbar-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
  align-items: center;
  justify-content: space-between;
}
@media (width < 1034px) {
  .navbar-content {
    justify-content: center;
  }
}
.navbar-content-selector {
  display: flex;
  align-items: end;
  padding: 0.5rem;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  color: #fff;
  gap: 2rem;
}
.navbar-content-selector i {
  line-height: 0;
}
.navbar-content-selector .navbar-options {
  gap: 1rem;
  padding-right: 2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1254901961);
  text-align: right;
  overflow: hidden;
}
.navbar-content-selector .navbar-options a {
  color: #fff;
  width: 100%;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
  transition: border 0.2s ease;
}
.navbar-content-selector .navbar-options a:hover {
  border-bottom: 1px solid #fff;
}
.navbar-content-selector .navbar-selector {
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.navbar-content-selector .navbar-selector {
  transition: font-weight 0.2s ease, color 0.2s ease;
}
.navbar-content-selector .navbar-selector:hover {
  font-weight: 900;
}
.navbar-content-selector .navbar-selector.active {
  font-weight: 900;
}

.slider {
  overflow: hidden;
  position: absolute;
  height: 100%;
}

.web-face {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 100%;
}

.slide {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  user-select: none;
}
.slide img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(70%);
  user-select: none;
}

.hero {
  width: 100%;
  background: #000;
  overflow: hidden;
  position: relative;
}
.hero-container {
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100dvh;
}
.hero-container-mid {
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60dvh;
}
.hero-login {
  color: #fff;
  background-color: #0AA85D;
  border-radius: 3rem;
  padding: 0.5rem;
  transition: box-shadow 0.2s ease;
}
.hero-login img {
  width: 30px;
}
.hero-login span {
  margin-left: 1rem;
}
.hero-login:hover {
  box-shadow: 0 0 10px #0AA85D;
}
.hero-torneos {
  z-index: 2;
}
.hero-torneos-selector .active {
  color: #fff;
}
.hero-torneos-selector a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5019607843);
  gap: 0.5rem;
  transition: color 0.3s ease;
}
.hero-torneos-selector a img {
  width: 1rem;
  height: 1rem;
  filter: brightness(50%);
  transition: filter 0.3s ease;
}
.hero-torneos-selector a:hover {
  color: #fff;
}
.hero-torneos-selector a:hover img {
  filter: brightness(100%);
}
.hero-content {
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
  align-items: center;
  justify-content: space-between;
}
.hero-content.center {
  justify-content: center;
}
@media (width < 1034px) {
  .hero-content {
    justify-content: center;
  }
}
.hero-content-selector {
  user-select: none;
  position: relative;
  display: flex;
  align-items: end;
  padding: 0.5rem 2rem;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #fff;
  filter: drop-shadow(0 0 10px #000);
  z-index: 2;
  color: #fff;
  gap: 3rem;
}
.hero-content-selector i {
  line-height: 0;
}
.hero-content-selector .hero-options {
  gap: 1rem;
  padding-right: 2rem;
  margin-right: 1rem;
  filter: drop-shadow(0 0 10px #000);
  border-right: 1px solid rgba(255, 255, 255, 0.1254901961);
  text-align: right;
  overflow: hidden;
}
.hero-content-selector .hero-options a {
  color: #fff;
  width: 100%;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
  transition: border 0.2s ease;
}
.hero-content-selector .hero-options a:hover {
  border-bottom: 1px solid #fff;
}
.hero-content-selector .hero-selector {
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0 10px #000);
  font-size: 0.9rem;
}
.hero-content-selector .hero-selector:hover::after {
  background-color: #fff;
  box-shadow: 0 0 10px #fff;
}
.hero-content-selector .hero-selector::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #fff;
  border-radius: 50%;
}
.hero-content-selector .hero-selector::after {
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.hero-content-selector .hero-selector.current::after {
  background-color: #fff;
}
.hero-content-selector .hero-selector.active::after {
  background-color: #fff;
}
@media (max-width: 1034px) {
  .hero-content-selector {
    display: none;
  }
}
.hero-title {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.hero-title-mid {
  margin-top: 5rem;
}
@media (width < 48rem) {
  .hero-title-mid {
    margin-top: 0;
  }
}
.hero-title h1 {
  line-height: 1.1;
  font-weight: 200;
  font-family: "Zuume Bold";
  font-size: 5rem;
  color: #fff;
}
@media (width < 1034px) {
  .hero-title {
    align-items: center;
    justify-content: center;
  }
  .hero-title h1 {
    text-align: center;
    font-size: 5rem;
  }
}
.hero-socials {
  display: flex;
  align-items: center;
  justify-content: start;
  border: 1px solid #fff;
  padding: 1.3rem 3.125rem;
  border-radius: 4rem;
  width: fit-content;
  gap: 3.2rem;
  color: #fff;
}
.hero-socials a {
  line-height: 0;
  font-size: 1.8rem;
}
@media (max-width: 1034px) {
  .hero-socials {
    justify-content: center;
  }
}

.live {
  width: 100%;
  padding: 4rem 0.8rem;
}
@media (width < 860px) {
  .live {
    padding: 3rem 0;
  }
}
.live-icon {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.live-container {
  background-color: #000;
  border-radius: 2rem;
  padding: 2rem 3rem;
}
@media (width < 80rem) {
  .live-container {
    padding: 2.5rem 1.5rem;
  }
}
@media (width < 860px) {
  .live-container {
    border-radius: 0;
  }
}
.live-socials {
  width: 100%;
  border: 2px solid #fff;
  padding: 0.3rem 2rem;
  color: #fff;
  gap: 2rem;
}
@media (width < 80rem) {
  .live-socials {
    padding: 0.3rem 0.6rem;
  }
}
.live-socials p {
  font-size: 2rem;
  font-family: "Zuume";
  text-wrap: nowrap;
}
@media (width < 80rem) {
  .live-socials p {
    font-size: 1rem;
  }
}
.live-deco {
  left: 8%;
}
.live-deco img {
  height: 6rem;
}
.live-main {
  width: 90%;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (width < 860px) {
  .live-main {
    width: 100%;
    border-radius: 0.8rem;
  }
}
.live-main-video {
  width: 100%;
}
.live-main-icon {
  top: 50%;
  left: 50%;
  width: 60px;
  transform: translate(-50%, -50%);
}
@media (width < 860px) {
  .live-main-icon {
    width: 40px;
  }
}
.live-main-data {
  color: #fff;
  font-size: 0.8rem;
  font-family: "Manrope", sans-serif;
  bottom: 3rem;
  left: 3rem;
}
@media (width < 860px) {
  .live-main-data {
    bottom: 1.5rem;
    left: 1.5rem;
  }
  .live-main-data p {
    font-size: 0.6rem;
  }
  .live-main-data h3 {
    font-size: 0.7rem;
    font-weight: 400;
  }
  .live-main-data-onlive {
    font-size: 0.5rem;
    padding: 0.2rem 0;
  }
}
.live-main-data-onlive {
  gap: 0.6rem;
  display: flex;
  font-weight: 700;
  align-items: center;
  background-color: #DE2B2B;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
  border-radius: 0.3rem;
  width: max-content;
}
.live-main-data-onlive::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
}
.live-main-data h3 {
  font-weight: 600;
}
.live-videos {
  height: auto;
  overflow-y: scroll;
}
@media (width < 1470px) {
  .live-videos {
    height: 550px;
  }
}
@media (width < 1380px) {
  .live-videos {
    height: 500px;
  }
}
@media (width < 1220px) {
  .live-videos {
    height: 450px;
  }
}
@media (width < 1124px) {
  .live-videos {
    height: 400px;
  }
}
@media (width < 1034px) {
  .live-videos {
    height: 350px;
  }
}
.live-videos::-webkit-scrollbar {
  width: 0.5rem;
}
.live-videos::-webkit-scrollbar-thumb {
  background-color: #0AA85D;
}
.live-videos::-webkit-scrollbar-track {
  background-color: #111;
}
.live-video {
  width: 100%;
  max-width: 400px;
  border-radius: 1rem;
}
.live-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.live-video-data {
  color: #fff;
  font-size: 0.8rem;
  font-family: "Manrope", sans-serif;
}
.live-video-data-timestamp {
  right: 1rem;
  top: 1rem;
}
.live-video-data-timestamp img {
  width: 0.8rem;
}
.live-video-data-title {
  color: #fff;
  bottom: 1.2rem;
  left: 1.2rem;
}
.live-video-data-title span {
  font-size: 0.7rem;
  font-weight: 200;
}
.live-video-data-title p {
  font-size: 0.9rem;
  font-weight: 600;
}
.live-video-data-playing {
  font-size: 0.9rem;
  font-weight: 200;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.live-video-data-playing img {
  width: 0.5rem;
}
.live-blob {
  top: 55%;
  left: 36%;
  width: 60vw;
  height: 50vh;
  position: absolute;
  background-color: #0AA85D;
  border-radius: 45% 55% 52% 48%/28% 26% 74% 72%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 100px #0AA85D;
  filter: blur(90px);
}
@media (width < 80rem) {
  .live-blob {
    width: 55vw;
    height: 20vh;
  }
}
@media (width < 860px) {
  .live-blob {
    top: 40%;
    left: 50%;
    width: 85vw;
    height: 40vh;
  }
}

.news-wrapper {
  gap: 1.5rem;
  display: grid;
  grid-template-areas: "l l s s2";
  grid-template-columns: repeat(4, 1fr);
  padding: 3.5rem 0;
}
@media (width < 80rem) {
  .news-wrapper {
    gap: 0;
    grid-template-areas: "l l" "s s2";
    grid-template-columns: repeat(2, 1fr);
  }
}
.news-item {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  background-color: #000;
  color: #fff;
}
@media (width < 80rem) {
  .news-item {
    border-radius: 0;
  }
}
.news-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
  mask-image: linear-gradient(to top, transparent 5%, black 100%);
}
.news-item-image:hover {
  transform: scale(1.05);
}
.news-item-data {
  color: #fff;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.6666666667);
}
.news-item-data-date {
  font-size: 0.6rem;
  color: #fff;
}
.news-item-more {
  background-color: #fff;
  border-radius: 2rem;
  padding: 0.4rem;
}
.news-item-more span {
  font-size: 0.8rem;
  margin: 0 1rem;
  color: #013E11;
}
.news-item-more img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0.5rem;
  background: #013E11;
}
.news-item:first-child {
  grid-area: l;
}
.news-item:nth-child(2) {
  grid-area: s;
}
.news-item:last-child {
  grid-area: s2;
}

.moments {
  padding-bottom: 2rem;
}
@media screen and (width < 80rem) {
  .moments-top {
    padding-inline: 0.5rem;
  }
}
.moments-wrapper {
  gap: 2.5rem;
  padding-block: 3.5rem 1rem;
  padding-inline: 2rem;
  display: none;
}
.moments-wrapper.active {
  display: flex;
}
@media (width < 40rem) {
  .moments-wrapper::-webkit-scrollbar {
    display: none;
  }
}
.moments-item {
  height: 360px;
  min-width: 240px;
  overflow: hidden;
  position: relative;
  border-radius: 1.3rem;
  background-color: #555;
  user-select: none;
}
.moments-item span {
  padding-block: 0.2rem;
  padding-inline: 0.5rem 1.3rem;
  border-radius: 0.4rem;
  user-select: none;
  font-size: 0.7rem;
  color: #fff;
}
.moments-item-name {
  font-family: "Manrope", sans-serif;
  line-height: 1;
  color: #fff;
}
.moments-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
}
.moments-item-proxy {
  position: absolute;
  visibility: hidden;
}
.moments-selector {
  user-select: none;
  margin-top: 2rem;
  padding: 1rem;
}
.moments-selector a {
  width: 120px;
  height: 46px;
  user-select: none;
  text-align: center;
  align-content: center;
  border: 1px solid rgba(0, 0, 0, 0.3764705882);
  border-radius: 1rem;
  color: #555;
}
@media (width < 48rem) {
  .moments-selector a {
    width: 100%;
  }
}
.moments-selector a.selected {
  background-color: #0AA85D;
  border: 1px solid #0AA85D;
  color: #fff;
}

.tournaments {
  width: 100%;
  min-height: 600px;
  max-height: 600px;
  position: relative;
  overflow: hidden;
}
.tournaments-bg {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}
.tournaments-container {
  height: 600px;
  padding: 0 1rem;
}
.tournaments-container img {
  width: 180px;
}
@media (width < 48rem) {
  .tournaments-container img {
    width: 100px;
  }
}
.tournaments-text {
  padding: 0 1.5rem;
}
.tournaments-text p {
  width: fit-content;
  border-radius: 2rem;
  padding: 0.4rem 2.2rem;
  border: 1px solid #fff;
}
.tournaments-text h3 {
  margin-bottom: 5rem;
}
@media (width < 48rem) {
  .tournaments-text h3 {
    margin-top: 4rem;
    margin-bottom: 0;
  }
}

.capacitations {
  padding: 3rem 0;
}
.capacitations-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  filter: brightness(70%);
  top: 0;
  left: 0;
}
.capacitations-container {
  position: relative;
  padding: 3rem;
  border-radius: 1.2rem;
  background-color: #555;
  max-width: 1480px;
  margin-inline: auto;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1882352941) inset;
}
@media (width < 96rem) {
  .capacitations-container {
    margin-inline: 1rem;
  }
}
@media (width < 48rem) {
  .capacitations-container {
    margin-inline: auto;
    border-radius: 0;
  }
}
.capacitations-title {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 1;
}
@media (width < 64rem) {
  .capacitations-title {
    display: none;
  }
}
.capacitations-announcement {
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.capacitations-times {
  position: relative;
  z-index: 1;
  font-size: 0.7rem;
}
@media (width < 64rem) {
  .capacitations-times {
    text-align: center;
    margin: 1rem 0;
    width: 50%;
  }
}
.capacitations-logo {
  position: relative;
  margin: 3rem 0;
  z-index: 1;
}
@media (width < 64rem) {
  .capacitations-logo {
    margin: 1rem 0;
  }
}
.capacitations-button {
  position: relative;
  text-align: center;
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  border: 1px solid;
  font-size: 0.9rem;
  z-index: 1;
}
.capacitations-button {
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.capacitations-button.outlined {
  border-color: #fff;
  color: #fff;
}
.capacitations-button.outlined:hover {
  background-color: #fff;
  color: #000;
}
.capacitations-button.filled {
  background-color: #0AA85D;
  border-color: #0AA85D;
}
.capacitations-button.filled:hover {
  background-color: #000;
  border-color: #000;
}

.partners {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
.partners-container {
  width: fit-content;
  padding: 2rem 1rem;
  margin-inline: 1rem;
  font-family: "Manrope", sans-serif;
  border-top: 1px solid rgba(0, 0, 0, 0.2509803922);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2509803922);
}
.partners-group {
  color: rgba(0, 0, 0, 0.4392156863);
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
}
.partners-wrapper img {
  width: 70px;
}

.newsletter {
  padding: 3rem 0;
}
@media (width < 48rem) {
  .newsletter {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}
.newsletter-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  filter: brightness(70%);
  top: 0;
  left: 0;
}
.newsletter-container {
  position: relative;
  padding: 5rem 3rem;
  border-radius: 1.2rem;
  background-color: #555;
  max-width: 1480px;
  margin-inline: auto;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1882352941) inset;
}
@media (width < 96rem) {
  .newsletter-container {
    margin-inline: 1rem;
  }
}
@media (width < 48rem) {
  .newsletter-container {
    margin-inline: auto;
    border-radius: 0;
  }
}
.newsletter-form {
  z-index: 1;
  position: relative;
  width: 45%;
}
@media (width < 48rem) {
  .newsletter-form {
    width: 100%;
  }
}
.newsletter-form button {
  width: fit-content;
  padding: 0.5rem;
  border-radius: 2rem;
  background-color: #0AA85D;
  transition: background-color 0.2s ease;
}
.newsletter-form button:hover {
  background-color: #000;
}
.newsletter-form button:hover img {
  rotate: 10deg;
}
.newsletter-form button span {
  padding: 0 0.5rem;
}
.newsletter-form button img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  padding: 0.275rem;
  transition: rotate 0.2s ease;
}
.newsletter-links {
  z-index: 1;
  position: relative;
}
.newsletter-links img {
  width: 20px;
}
.newsletter-links a {
  display: flex;
  font-size: 0.8rem;
  align-items: center;
  gap: 0.5rem;
}
.newsletter-search {
  padding: 1rem;
}

.footer {
  padding: 2rem 0;
  background-color: #000;
  font-weight: 200;
  font-size: 0.8rem;
  color: #fff;
}
.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-socials {
  font-size: 1rem;
}
.footer-start {
  padding: 3rem 2rem;
  max-width: 1260px;
  margin-inline: auto;
}
.footer-end-separator {
  height: 1.5rem;
  border-right: 1px solid #fff;
}

.copyright {
  padding: 1rem;
  text-align: left;
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.5019607843);
  background-color: #000;
}
.copyright p {
  margin: 0.3rem 0;
}
.copyright a {
  color: #888;
}
.copyright a:hover {
  color: #fff;
}

.school {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #eee;
}
.school-container {
  width: 100%;
  max-width: 64rem;
}
.school-about {
  padding: 3rem 0;
}
.school-about-text p {
  font-size: 0.8rem;
  letter-spacing: 4px;
}
.school-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.school-content-slider {
  padding: 0 1rem;
}
.school-content-slider p {
  font-size: 0.8rem;
}
.school-content-slider-buttons {
  bottom: 2rem;
  right: 2rem;
}
@media (width < 64rem) {
  .school-content-slider-buttons {
    margin-top: 2rem;
  }
}
.school-content-slider-buttons button {
  cursor: pointer;
  padding: 0.5rem;
}
.school-content-slider-buttons img {
  width: 20px;
  height: 20px;
}
.school-content-slide-img {
  width: 40%;
}
@media (width < 64rem) {
  .school-content-slide-img {
    width: 60%;
  }
}
@media (width < 40rem) {
  .school-content-slide-img {
    width: 100%;
  }
}
.school-content-slide-img img {
  width: 100%;
}
.school-content-slide-text {
  position: relative;
  bottom: 3rem;
  width: 60%;
}
@media (width < 64rem) {
  .school-content-slide-text {
    bottom: 0;
  }
}
@media (width < 40rem) {
  .school-content-slide-text {
    width: 80%;
  }
}
.school-accordion {
  width: 100%;
  padding: 2.5rem;
  border-radius: 1.5rem;
  background-color: #fff;
  margin: 1.5rem 0;
}
@media (width < 64rem) {
  .school-accordion {
    border-radius: 0;
    padding: 1.5rem;
  }
}
.school-accordion-img {
  width: 60%;
}
@media (width < 48rem) {
  .school-accordion-img {
    width: 100%;
  }
}
.school-accordion-img img {
  width: 100%;
  border-radius: 1rem;
}
.school-accordion-content {
  width: 100%;
}
.school-accordion-content p {
  font-size: 0.8rem;
}
.school-accordion-accordion {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1rem;
}
.school-accordion-accordion-item {
  width: 100%;
}
.school-accordion-accordion-item:not(:last-child) {
  border-bottom: 1px solid #000;
}
.school-accordion-accordion-item h3 {
  cursor: pointer;
}
.school-accordion-accordion-item h3 .fi {
  position: relative;
  top: 2px;
}
.school-accordion-accordion-item-content {
  margin-bottom: 1rem;
}
.school-accordion-accordion-item-content ul {
  font-size: 0.8rem;
}
.school-accordion-accordion-item-content a {
  color: #0AA85D;
  font-weight: 700;
}
.school-accordion-accordion-item-content a:hover {
  color: #013E11;
}
.school-enrollments {
  width: 100%;
  height: 600px;
  position: relative;
}
.school-enrollments.alt {
  height: 100dvh;
}
.school-enrollments-background {
  width: 100%;
  height: 100%;
  filter: brightness(40%);
  z-index: -1;
}
.school-enrollments-title h2 {
  margin-bottom: 0.6rem;
}
.school-enrollments-button:first-child {
  margin-right: 2rem;
}
.school-enrollments-button:last-child {
  margin-left: 2rem;
}
.school-enrollments-button img {
  width: 2.5rem;
}
.school-enrollments-pay {
  padding: 0.3rem 1.5rem;
  border: 1px solid #fff;
  width: fit-content;
  gap: 2rem;
}
.school-enrollments-pay {
  transition: background-color 0.2s ease, color 0.2s ease;
}
.school-enrollments-pay:hover {
  background-color: #fff;
  color: #000;
}
.school-stats {
  display: flex;
  position: relative;
  padding: 4rem 2rem;
  background: #444;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
@media (width < 64rem) {
  .school-stats {
    padding: 4rem 1rem;
    align-items: center;
  }
}
.school-stats-numbers {
  padding: 6rem 2rem;
}
.school-stats-number {
  padding: 0 10vw;
}
.school-stats-number:not(:last-child) {
  border-right: 1px solid #fff;
}
@media (width < 64rem) {
  .school-stats-number:not(:last-child) {
    border: none;
  }
}
.school-stats-number h3 {
  line-height: 0.4;
  font-size: 10rem;
  color: rgba(255, 255, 255, 0.6666666667);
  text-shadow: 0 0.3rem 0.4rem #000;
}
@media (witdh < 64rem) {
  .school-stats-number h3 {
    font-size: 7rem;
  }
}
.school-stats-number span {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.school-newsletter-form {
  z-index: 1;
  position: relative;
  padding: 6rem 0;
  width: 45%;
}
@media (width < 48rem) {
  .school-newsletter-form {
    width: 100%;
  }
}
.school-newsletter-form button {
  padding: 0.5rem;
  border-radius: 2rem;
  background-color: #0AA85D;
  width: fit-content;
  color: #fff;
}
.school-newsletter-form button {
  transition: background-color 0.2s ease, color 0.2s ease;
}
.school-newsletter-form button:hover {
  background-color: #000;
}
.school-newsletter-form button:hover img {
  rotate: 10deg;
}
.school-newsletter-form button span {
  padding: 0 0.5rem;
}
.school-newsletter-form button img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  padding: 0.275rem;
  transition: rotate 0.2s ease;
}
.school-newsletter-circled {
  width: 120px;
  bottom: 0.2rem;
  right: 0.2rem;
}
@media (width < 40rem) {
  .school-newsletter-circled {
    margin-top: 2rem;
    bottom: 0;
    right: 0;
  }
}
.school-newsletter-links {
  z-index: 1;
  position: relative;
  color: #fff;
}
@media (width > 48rem) {
  .school-newsletter-links {
    display: none;
  }
}
.school-newsletter-links img {
  width: 20px;
}
.school-newsletter-links a {
  display: flex;
  font-size: 0.8rem;
  align-items: center;
  gap: 0.5rem;
}
.school-newsletter-links-top {
  margin: 3rem 0;
  padding: 0.5rem 0;
}
.school-newsletter-links-top a {
  padding: 0 10vw;
  font-size: 1rem;
  text-wrap: nowrap;
}
.school-newsletter-links-top a:not(:last-child) {
  border-right: 1px solid #fff;
}
@media (width < 48rem) {
  .school-newsletter-links-top {
    display: none;
  }
}
.school-newsletter-search {
  padding: 1rem;
}

.login-modal {
  backdrop-filter: blur(0.5rem);
  display: none;
}
.login-modal.active {
  display: flex;
}
.login-modal-container {
  display: none;
}
.login-modal-container.active {
  display: flex;
}

.login-form {
  width: 100%;
  display: flex;
  font-size: 0.8rem;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
}
.login-form select, .login-form option, .login-form input {
  width: 100%;
  color: rgba(0, 0, 0, 0.6666666667);
  border-radius: 0.6rem;
  padding: 1rem 2rem 1rem 3rem;
  border: 1px solid rgba(0, 0, 0, 0.062745098);
  box-shadow: 0 5px 0.3rem rgba(0, 0, 0, 0.1254901961);
}
.login-form select:focus, .login-form option:focus, .login-form input:focus {
  outline: none;
}
.login-form-field {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.login-form-field img {
  position: absolute;
  left: 1rem;
  width: 1rem;
  height: 1rem;
}
.login-form-button {
  cursor: pointer;
  font-weight: 600;
  background-color: #0AA85D;
  border-radius: 3rem;
  padding: 0.6rem 1rem;
  color: #fff;
  transition: background-color 0.2s ease;
}
.login-form-button:hover {
  background-color: #000;
}
.login-form-remember input {
  box-shadow: none;
}
.login-form-remember input:focus {
  background-color: #0AA85D;
}
.login-form-remember label {
  text-wrap: nowrap;
  width: 100%;
}
.login-container {
  width: 460px;
  padding: 3rem 2rem;
  background-color: #fff;
  transform: translateX(20px);
  border-radius: 2rem 2rem 2rem 2rem;
  color: #000;
  z-index: 12;
}
@media (width < 64rem) {
  .login-container {
    transform: translateX(0);
    border-radius: 0 0 2rem 2rem;
  }
}
@media (width < 40rem) {
  .login-container {
    width: 92%;
  }
}
.login-container p {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1254901961);
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 700;
}
.login-container a {
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}
.login-signup {
  width: 460px;
  padding: 10rem 2rem;
  background-color: #000;
  transform: translateX(-20px);
  border-radius: 2rem 2rem 2rem 2rem;
  color: #fff;
  z-index: 11;
}
@media (width < 64rem) {
  .login-signup {
    transform: translateX(0);
    border-radius: 2rem 2rem 0 0;
    padding: 3rem 1rem;
  }
}
@media (width < 40rem) {
  .login-signup {
    width: 92%;
  }
}
.login-signup a {
  color: #0AA85D;
  background-color: #fff;
  padding: 0.4rem 1.6rem;
  border-radius: 3rem;
  font-weight: 600;
  font-size: 0.9rem;
}
.login-signup a {
  transition: background-color 0.2s ease, color 0.2s ease;
}
.login-signup a:hover {
  color: #fff;
  background-color: #0AA85D;
}
.login-error {
  color: #ff4040;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  border-radius: 0.5rem;
  box-shadow: 2px 2px 0 #ff4040;
  background-color: rgba(255, 64, 64, 0.1882352941);
  padding: 0.6rem 1rem;
}
.login-error i {
  margin-right: 0.5rem;
  position: relative;
  top: 2px;
}

.enrollments {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ddd;
  align-items: center;
  width: 100%;
}
.enrollments hr {
  color: #999;
}
.enrollments-container {
  padding: 0 1rem;
  position: relative;
  background-color: #fff;
  border-radius: 1.5rem;
  bottom: 3rem;
  max-width: 80%;
}
@media (width < 96rem) {
  .enrollments-container {
    max-width: 94%;
  }
}
.enrollments-inner {
  max-width: 70%;
}
@media (width < 96rem) {
  .enrollments-inner {
    max-width: 80%;
  }
}
@media (width < 64rem) {
  .enrollments-inner {
    max-width: 90%;
  }
}
.enrollments-file-upload {
  display: flex;
  min-width: 250px;
  align-items: center;
  border-radius: 0.3rem;
  border: 1px solid rgba(0, 0, 0, 0.1254901961);
}
.enrollments-file-upload input[type=file] {
  display: none;
}
.enrollments-file-upload label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-wrap: balance;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.5647058824);
  gap: 1rem;
}
.enrollments-submit {
  cursor: pointer;
  border-radius: 3rem;
  padding: 0.5rem 1rem;
  color: #000;
  transition: all 0.2s ease;
}
.enrollments-submit:hover {
  color: #fff;
  background-color: #111;
}
.enrollments-top {
  padding: 1.5rem 0;
}
.enrollments-box {
  padding: 3rem 0;
  gap: 2rem;
}
.enrollments-total {
  padding: 1rem 0;
  border-radius: 0.3rem;
}
.enrollments-about-text {
  width: 65%;
}
@media (width < 48rem) {
  .enrollments-about-text {
    width: 100%;
  }
}
.enrollments-about-text li {
  list-style-type: disc;
  list-style-position: outside;
  margin: 1.5rem 0;
  line-height: 1lh;
  font-size: 0.8rem;
}
.enrollments-form {
  width: 100%;
  padding: 1rem 0;
}
.enrollments-form-group {
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  gap: 2rem;
}
.enrollments-form-group h3 {
  text-align: left;
  text-wrap: nowrap;
  font-size: 0.9rem;
}
@media (width < 48rem) {
  .enrollments-form-group h3 {
    text-wrap: wrap;
    font-size: 0.7rem;
  }
}
.enrollments-form-group.line {
  gap: 1rem;
  width: 100%;
  padding-block: 0.5rem;
}
.enrollments-form-group.line-alt {
  gap: 1rem;
  width: 100%;
  padding-block: 0.5rem;
  margin-bottom: 1rem;
}
@media (width < 48rem) {
  .enrollments-form-group.line-alt {
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }
}
.enrollments-form-group-button {
  padding: 0.4rem 1.5rem;
  border-radius: 2rem;
}
.enrollments-form-group-button {
  transition: background-color 0.2s ease, color 0.2s ease;
}
.enrollments-form-group-button:hover {
  background-color: #013E11;
  color: #fff;
}
.enrollments-form-group.wrapped {
  padding: 0.4rem 1rem;
  border-radius: 0.4rem;
  border: 1px solid rgba(0, 0, 0, 0.1882352941);
}
@media (width < 48rem) {
  .enrollments-form-group.wrapped {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.enrollments-form-group.wrapped p {
  font-size: 1rem;
}
@media (width < 48rem) {
  .enrollments-form-group.wrapped p {
    font-size: 0.7rem;
  }
}
.enrollments-form-group select, .enrollments-form-group input {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  border: 1px solid rgba(0, 0, 0, 0.1882352941);
  font-size: 0.85rem;
  outline: none;
}
.enrollments-form-alt {
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  gap: 2rem;
}
@media (width < 48rem) {
  .enrollments-form-alt {
    flex-direction: column;
    gap: 1rem;
  }
}
.enrollments-form-alt h3 {
  text-wrap: nowrap;
  font-size: 0.9rem;
}
.enrollments-form-alt select, .enrollments-form-alt input {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  border: 1px solid rgba(0, 0, 0, 0.1882352941);
  font-size: 0.85rem;
  outline: none;
}

.confirm {
  padding: 4rem 1rem;
  background-color: #ddd;
}
.confirm-wrapper {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 1.5rem;
}

.documentacion {
  width: 100%;
  padding: 4rem 1rem;
  gap: 2rem;
}
.documentacion-view {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 1rem;
}
.documentacion-view-title {
  margin-bottom: 2rem;
}
.documentacion-view-icon {
  display: grid;
  place-content: center;
  background-color: #0AA85D;
  border-radius: 0.5rem;
  padding: 0.4rem;
}
.documentacion-view-icon img {
  width: 2rem;
}
.documentacion-view-buttons {
  margin-top: 3rem;
}
.documentacion-view-back {
  color: #fff;
  border-radius: 0.5rem;
  background-color: #000;
  padding: 0.7rem 2rem;
  font-size: 1rem;
}
.documentacion-view-back:hover {
  background-color: #0AA85D;
  color: #000;
}
.documentacion-view h2 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.documentacion-view-content a {
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem 0;
  font-weight: 500;
  font-size: 0.875rem;
}
.documentacion-item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.2rem 1.5rem;
  justify-content: space-between;
  background-color: #000;
  border-radius: 1rem;
  gap: 1.5rem;
  color: #fff;
}
@media (width < 40rem) {
  .documentacion-item {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.documentacion-item p {
  text-transform: uppercase;
  font-weight: 600;
}
@media (width < 40rem) {
  .documentacion-item p {
    font-size: 0.9rem;
  }
}
.documentacion-item-button {
  padding: 0.3rem 1rem;
  border: 1px solid #fff;
  border-radius: 2rem;
  font-size: 0.8rem;
  text-wrap: nowrap;
}
.documentacion-item-button:hover {
  background-color: #fff;
  color: #111;
}
.documentacion-item-button.alt {
  color: #000;
  border-color: #000;
}
.documentacion-item-button.alt:hover {
  background-color: #000;
  color: #fff;
}
.documentacion-item-icon {
  width: fit-content;
  border-radius: 0.5rem;
  align-content: center;
  background-color: #0AA85D;
  padding: 0.4rem;
}
.documentacion-item-icon img {
  width: 1.5rem;
}
@media (width < 40rem) {
  .documentacion-item-icon img {
    width: 1rem;
  }
}
.documentacion-item-icon.alt {
  background-color: #000;
}
.documentacion-item-icon.alt img {
  width: 1.8rem;
}
@media (width < 40rem) {
  .documentacion-item-icon.alt img {
    width: 1rem;
  }
}
.documentacion-item-alt {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.2rem 1.5rem;
  justify-content: space-between;
  border-radius: 1rem;
  gap: 1.5rem;
  color: #000;
}
@media (width < 40rem) {
  .documentacion-item-alt {
    flex-direction: column;
  }
}
.documentacion-item-alt p {
  text-transform: uppercase;
  font-weight: 600;
}

.somos-item-text {
  padding: 0 1rem;
  max-width: 40rem;
  width: 100%;
}
.somos-item-text p {
  font-size: 0.8rem;
}
.somos-item-alt p {
  font-size: 0.8rem;
}
.somos-mv-card {
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  max-width: 640px;
}
.somos-mv-card.alt {
  background-color: #000;
  color: #fff;
}
.somos-mv-card h3 {
  color: #fff;
  font-size: 2rem;
  position: relative;
}
.somos-mv-card h3::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #0AA85D;
  position: absolute;
  left: -2.5rem;
  top: 0.52rem;
}
.somos-mv-card p {
  font-size: 0.8rem;
  color: #fff;
}

.comite-card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media (width < 64rem) {
  .comite-card {
    gap: 1.5rem;
    flex-direction: column;
  }
}
.comite-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.2rem;
}
.comite-card-image img {
  width: 100%;
  max-width: 340px;
  min-width: 280px;
  border-radius: 1rem;
}
.comite-card-image p {
  margin-top: 0.5rem;
}
.comite-card-image span {
  font-size: 0.8rem;
}
.comite-card-content {
  max-width: 48rem;
}
.comite-card-content p {
  font-size: 0.8rem;
}
.torneos-title p {
  letter-spacing: 4px;
  font-size: 0.8rem;
}
.torneos-wrapper-item {
  width: 100%;
  max-width: 340px;
  position: relative;
}
@media (width < calc(80rem + 100px)) {
  .torneos-wrapper-item {
    width: 280px;
  }
}
.torneos-wrapper-item img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.torneos-wrapper-item p {
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  bottom: 1rem;
  left: 1.4rem;
}
.torneos-home-grid {
  gap: 1rem;
  grid-auto-columns: 500px;
  grid-template-areas: "rdapMadeThis_1 rdapMadeThis_1" "rdapMadeThis_2 rdapMadeThis_3";
}
@media (width < 64rem) {
  .torneos-home-grid {
    grid-auto-columns: auto;
  }
}
.torneos-home-item {
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  height: 220px;
  width: 100%;
}
.torneos-home-item:hover img {
  scale: 1.2;
}
.torneos-home-item img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.torneos-home-item p {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  bottom: 0.8rem;
  left: 1rem;
}

.tournamentcategory-places .tournamentcategory-place {
  width: 300px;
  height: 440px;
  overflow: hidden;
  position: relative;
}
.tournamentcategory-places .tournamentcategory-place img {
  object-fit: cover;
  height: 100%;
}
.tournamentcategory-places .tournamentcategory-place-ui {
  bottom: 0;
  left: 50%;
  position: absolute;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, 0);
}
.tournamentcategory-places .tournamentcategory-place-options {
  height: 0;
  opacity: 0;
}
.tournamentcategory-places .tournamentcategory-place:hover .tournamentcategory-place-options {
  height: auto;
  opacity: 1;
}

.tournamentcategory-places {
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  overflow: hidden;
}

.scroll-btn {
  transition: opacity 0.3s ease;
}

/*# sourceMappingURL=style.css.map */
