* {
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
*:focus-visible {
  outline: 3px solid #2097ff !important;
}

video {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-size: inherit;
}

body {
  max-width: 4000px;
  min-height: 100vh;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-thumb {
  background-color: #97F500;
  border-right: 1px solid #97F500;
}

.fade {
  opacity: 0;
  transition: all 0.7s ease;
}

.fade__up {
  transform: translateY(20%);
}

.fade__active {
  opacity: 1;
  transform: none;
}

body .main .hero, body .main .queHacemos__text, body .main .queHacemos__img, body .main .queHacemos__img--esquema, body .main .torneo__text, body .main .torneo__img--miss, body .main .patrocinios__container .patrocinios__container--add, body .main .contacto__cards, body .main .contacto__cards .contacto__card, body .main .contacto__patrocinanos, body .main .contacto__patrocinanos .patrocinanos__text .patrocinanos__a, .torneo-body .main .torneo-slider .slider__content--logo, .torneo-body .main .modal, body .header .header__logo, body .header .nav .nav__container, body .header .nav .nav__container .nav__li .nav__link, body .header .mobile__nav .nav__container, body .header .mobile__nav .nav__container .nav__li .nav__link {
  align-items: center;
  display: flex;
  justify-content: center;
}

body .scrolled .nav .nav__container .nav__li:hover:after, body .scrolled .nav .nav__container .nav__li:hover::before {
  box-shadow: 0 0 25px 0 #252525;
}

body .main .hero .contactanos__button:hover, body .main .banner, body .main .torneo__text::after, body .main .torneo__img::after, body .main .patrocinios__title::after, .torneo-body .main .modal .modal__table, body .header .nav .nav__container .nav__li:hover:after, body .header .nav .nav__container .nav__li:hover::before, body .header .mobile__nav .nav__container .nav__li:hover:after, body .header .mobile__nav .nav__container .nav__li:hover::before {
  box-shadow: 0 0 14px 0 #97f500;
}

body .main .queHacemos__text--h2, body .main .torneo__text--h2, body .main .patrocinios__title, body .main .contacto__hero .contacto__title, body .main .contacto__cards .contacto__card .card__title, body .main .contacto__patrocinanos .patrocinanos__text .patrocinanos__title, .torneo-body .main .torneo-slider .slider__content--text h2 {
  color: #252525;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(25px, 3.5vw, 35px);
  margin-bottom: 45px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

body .main .contacto__patrocinanos, .torneo-body .main .modal {
  padding: 90px clamp(11px, 5.5vw, 110px);
}

body .main .queHacemos__text--p, body .main .torneo__text--p, body .main .contacto__hero .contacto__text, body .main .contacto__patrocinanos .patrocinanos__text .patrocinanos__p, .torneo-body .main .torneo-slider .slider__content--text p {
  color: #252525;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 30px;
  max-width: 500px;
  opacity: 95%;
  line-height: 32px;
  text-align: center;
}

body .main .hero .contactanos__button {
  background-color: #97F500;
  border-radius: 8px;
  color: #252525;
  display: inline-block;
  font-size: clamp(13px, 4.2vw, 16px);
  font-weight: 400;
  margin: 10px;
  overflow: hidden;
  padding: 12px 30px;
  position: relative;
  text-align: center;
  transition: 120ms ease all;
  z-index: 2;
}

body .footer .preguntas--ul .preguntas--li .preguntas--a::first-letter {
  text-transform: capitalize;
}

body .main .hero h1 {
  font-size: clamp(34px, 6vw, 55px) !important;
}

.button-hamburguer {
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  display: none;
  justify-content: center;
  margin-left: auto;
  min-height: 45px;
  min-width: 50px;
  position: relative;
}

.animated {
  background-color: #fbfbfb;
  border-radius: 4px;
  height: 3px;
  margin: 12px;
  transition: 1s ease all;
  width: 25px;
}

.buttonScrolled span {
  background-color: #333;
}

.no-animation {
  -webkit-animation: none !important;
  animation: none !important;
}

.center {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.line-1 {
  -webkit-animation: line-1-move-rev 0.7s ease-in-out;
  animation: line-1-move-rev 0.7s ease-in-out;
  position: absolute;
  top: 0;
}

.line-2 {
  -webkit-animation: line-3-move-rev 0.7s ease-in-out;
  animation: line-3-move-rev 0.7s ease-in-out;
  bottom: calc(50% - 13.8px);
  position: absolute;
}

.line-3 {
  -webkit-animation: line-2-move-rev 0.7s ease-in-out;
  animation: line-2-move-rev 0.7s ease-in-out;
  bottom: 0;
  position: absolute;
}

.animation-1 {
  -webkit-animation: line-1-move 0.7s cubic-bezier(1, 0.01, 0.66, 0.86) forwards;
  animation: line-1-move 0.7s cubic-bezier(1, 0.01, 0.66, 0.86) forwards;
}

.animation-2 {
  -webkit-animation: line-2-move 0.7s cubic-bezier(1, 0.01, 0.66, 0.86) forwards;
  animation: line-2-move 0.7s cubic-bezier(1, 0.01, 0.66, 0.86) forwards;
}

.animation-3 {
  -webkit-animation: line-3-move 0.4s cubic-bezier(1, 0.01, 0.66, 0.86) forwards;
  animation: line-3-move 0.4s cubic-bezier(1, 0.01, 0.66, 0.86) forwards;
}

@-webkit-keyframes line-1-move {
  0% {
    top: 0;
  }
  50% {
    top: calc(50% - 13px);
  }
  100% {
    top: calc(50% - 13px);
    transform: rotate(135deg);
  }
}
@keyframes line-1-move {
  0% {
    top: 0;
  }
  50% {
    top: calc(50% - 13px);
  }
  100% {
    top: calc(50% - 13px);
    transform: rotate(135deg);
  }
}
@-webkit-keyframes line-2-move {
  0% {
    bottom: 0;
  }
  50% {
    bottom: calc(50% - 14px);
  }
  100% {
    bottom: calc(50% - 14px);
    transform: rotate(225deg);
  }
}
@keyframes line-2-move {
  0% {
    bottom: 0;
  }
  50% {
    bottom: calc(50% - 14px);
  }
  100% {
    bottom: calc(50% - 14px);
    transform: rotate(225deg);
  }
}
@-webkit-keyframes line-3-move {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes line-3-move {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes line-1-move-rev {
  0% {
    top: calc(50% - 14px);
    transform: rotate(135deg);
  }
  50% {
    top: calc(50% - 14px);
  }
  100% {
    top: 0;
  }
}
@keyframes line-1-move-rev {
  0% {
    top: calc(50% - 14px);
    transform: rotate(135deg);
  }
  50% {
    top: calc(50% - 14px);
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes line-2-move-rev {
  0% {
    bottom: calc(50% - 14px);
    transform: rotate(225deg);
  }
  50% {
    bottom: calc(50% - 14px);
  }
  100% {
    bottom: 0;
  }
}
@keyframes line-2-move-rev {
  0% {
    bottom: calc(50% - 14px);
    transform: rotate(225deg);
  }
  50% {
    bottom: calc(50% - 14px);
  }
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes line-3-move-rev {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes line-3-move-rev {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
body .header {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  left: 0;
  max-height: 90px;
  padding: 0 clamp(15px, 4vw, 90px);
  position: fixed;
  top: 0;
  transition: 0.4s ease all;
  width: 100%;
  z-index: 100;
}
body .header .header__logo .header__logo--img {
  max-width: 150px;
  transition: 0.4s ease all;
}
@media screen and (max-width: 814px) {
  body .header .header__logo .header__logo--img {
    max-width: 120px;
  }
}
body .header .nav {
  height: 100%;
}
body .header .nav .nav__container {
  height: 100%;
  list-style: none;
}
body .header .nav .nav__container .nav__li {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 120px;
  height: 70%;
  position: relative;
  text-transform: uppercase;
}
body .header .nav .nav__container .nav__li .nav__link {
  color: #fff;
  font-family: "Roboto", sans-serif;
  width: 100%;
  text-align: center;
  height: 100%;
}
body .header .nav .nav__container .nav__li::before {
  background-color: #97F500;
  bottom: 0;
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  transform: translateX(103%);
  transition: 0.5s ease transform;
  width: 100%;
}
body .header .nav .nav__container .nav__li::after {
  background-color: #97F500;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: translateX(-103%);
  transition: 0.5s ease transform;
  width: 100%;
}
body .header .nav .nav__container .nav__li:hover:after {
  transform: translateX(0%);
}
body .header .nav .nav__container .nav__li:hover::before {
  transform: translateX(0%);
}
body .header .mobile__nav {
  display: none;
  height: 100%;
  visibility: hidden;
}
body .header .mobile__nav .nav__container {
  height: 100%;
  list-style: none;
}
body .header .mobile__nav .nav__container .nav__li {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 80px;
  position: relative;
  text-transform: uppercase;
}
body .header .mobile__nav .nav__container .nav__li .nav__link {
  color: #fff;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 100%;
}
body .header .mobile__nav .nav__container .nav__li::before {
  background-color: #97F500;
  bottom: 0;
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  transform: translateX(103%);
  transition: 0.5s ease transform;
  width: 100%;
}
body .header .mobile__nav .nav__container .nav__li::after {
  background-color: #97F500;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: translateX(-103%);
  transition: 0.5s ease transform;
  width: 100%;
}
body .header .mobile__nav .nav__container .nav__li:hover:after {
  transform: translateX(0%);
}
body .header .mobile__nav .nav__container .nav__li:hover::before {
  transform: translateX(0%);
}
body .scrolled {
  background-color: #fbfbfbe8;
  box-shadow: 0px 5px 15px -1px rgba(0, 0, 0, 0.164);
  max-height: 60px;
  transition: 400ms ease all;
}
body .scrolled .header__logo .header__logo--img {
  max-width: 120px;
}
body .scrolled .nav {
  height: 100%;
}
body .scrolled .nav .nav__container .nav__li {
  align-items: center;
  color: #252525;
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 100%;
  position: relative;
  text-transform: uppercase;
}
body .scrolled .nav .nav__container .nav__li .nav__link {
  color: #252525 !important;
}
body .scrolled .nav .nav__container .nav__li::after {
  background-color: #252525;
}
body .scrolled .nav .nav__container .nav__li::before {
  background-color: #252525;
}
body .scrolled .nav .nav__container .nav__li:hover:after {
  box-shadow: 0 0 25px 0 #252525;
}
body .scrolled .nav .nav__container .nav__li:hover::before {
  box-shadow: 0 0 25px 0 #252525;
}

@media only screen and (max-width: 814px) {
  body .header .button-hamburguer {
    display: flex;
    z-index: 40;
  }
  body .header .nav {
    display: none;
  }
  body .header .mobile__nav {
    z-index: 30;
    align-items: center;
    background-color: #252525;
    clip-path: circle(0% at 100% 0);
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed !important;
    top: 0;
    transition: 0.7s ease all;
    width: 100%;
  }
  body .header .mobile__nav .nav__container {
    flex-direction: column;
  }
  body .header .mobile__nav .nav__container .nav__li {
    margin: 15px 0;
  }
  body .header .mobile__nav .nav__container .nav__li .nav__link {
    font-size: 24px;
  }
  body .header .active {
    clip-path: circle(146.2% at 100% 0);
    display: flex;
    opacity: 1;
    visibility: visible;
  }
}
body {
  background-color: #fbfbfb;
}
body .main .hero {
  align-items: center;
  background-image: url("../img/yasuo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  padding: 90px clamp(11px, 5.5vw, 110px);
  position: relative;
  z-index: 10;
}
body .main .hero::after {
  background-color: #3333335b;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
body .main .hero h1 {
  color: #fbfbfb;
  font-family: "Montserrat", sans-serif;
  font-size: 72px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 20px;
  max-width: 900px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.55);
}
body .main .hero h2 {
  color: #fbfbfb;
  font-family: "Roboto", sans-serif;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 300;
  margin-bottom: 10px;
  max-width: 500px;
  text-align: center;
}
body .main .hero .contactanos__button {
  font-family: "Roboto", sans-serif;
}
body .main .banner {
  align-items: center;
  background-color: #97F500;
  display: flex;
  max-height: 80px;
  min-height: 80px;
  overflow: hidden;
  z-index: 9;
  position: relative;
}
body .main .banner__title {
  color: #252525;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(25px, 3.5vw, 30px);
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  -webkit-animation: banner-animation 10s linear infinite;
  animation: banner-animation 10s linear infinite;
}
@keyframes banner-animation {
  0% {
    transform: translateX(75vw);
  }
  100% {
    transform: translateX(-75vw);
  }
}
body .main .queHacemos {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #fbfbfb;
  max-height: 70vh;
  min-height: 480px;
  max-width: 1069px;
  max-width: 1069px;
  margin: 0 auto;
}
body .main .queHacemos__text {
  flex-direction: column;
  padding: 0 clamp(15px, 4vw, 90px);
  width: 50%;
}
body .main .queHacemos__text--p .mayus {
  font-size: 20px;
}
body .main .queHacemos__img {
  padding: 0 clamp(15px, 4vw, 90px);
  width: 50%;
}
body .main .torneo {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: 1069px;
  background-color: #fbfbfb;
  max-height: 70vh;
  min-height: 480px;
}
body .main .torneo__text {
  position: relative;
  flex-direction: column;
  padding: 0 clamp(15px, 4vw, 90px);
  width: 50%;
}
body .main .torneo__text::after {
  content: "";
  background-color: #97F500;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
body .main .torneo__img {
  max-width: 50%;
  display: flex;
  justify-content: center;
  position: relative;
}
body .main .torneo__img--miss {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}
body .main .torneo__img::after {
  content: "";
  background-color: #97F500;
  width: 100%;
  height: 10px;
  position: absolute;
  top: -10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
body .main .patrocinios {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  padding: 50px 0 0;
}
body .main .patrocinios__title {
  font-weight: bold;
  position: relative;
}
body .main .patrocinios__title::after {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #97F500;
}
body .main .patrocinios__container {
  margin-top: 100px;
  background: #97f500;
  background: linear-gradient(180deg, #97f500 0%, rgba(151, 245, 0, 0.4429972673) 100%);
  padding: 0 clamp(11px, 5.5vw, 110px) 200px;
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 814px) {
  body .main .patrocinios__container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
body .main .patrocinios__container--img {
  max-height: 90px;
  z-index: 20;
  margin: auto;
  user-select: none;
  -webkit-user-drag: none;
}
body .main .patrocinios__container .paraqueima {
  filter: drop-shadow(0 0 2px #000);
  height: 100%;
}
body .main .patrocinios__container .glass-1,
body .main .patrocinios__container .glass-2 {
  opacity: 0.7;
  position: absolute;
  max-width: 24vh;
  user-select: none;
  -webkit-user-drag: none;
}
body .main .patrocinios__container .glass-1 {
  left: 10px;
  bottom: 30px;
}
body .main .patrocinios__container .glass-2 {
  right: 10px;
  display: none;
  bottom: 30px;
}
@media screen and (max-width: 814px) {
  body .main .patrocinios__container .glass-2 {
    display: none;
  }
}
body .main .patrocinios__container .patrocinios__container--add {
  background-color: trasnparent;
  flex-direction: column;
  max-width: 100px;
  z-index: 20;
  position: relative;
  margin: 0 auto;
  border-radius: 5px;
  transition: 0.2s ease all;
  padding: 10px;
}
body .main .patrocinios__container .patrocinios__container--add:hover {
  background-color: rgba(255, 255, 255, 0.541);
}
body .main .patrocinios__container .patrocinios__container--add .add__icon {
  filter: brightness(0) saturate(100%) invert(14%) sepia(12%) saturate(27%) hue-rotate(319deg) brightness(89%) contrast(94%);
}
body .main .patrocinios__container .patrocinios__container--add .add__text {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-style: normal;
  color: #252525;
}
body .main .patrocinios__container .patrocinios__container--add .add__text:visited {
  color: #252525;
}
body .main .patrocinios .wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  filter: drop-shadow(0 0 14px #97F500);
  height: 120px;
  background-image: url("../img/waves/waveimg.png");
  background-size: 1000px 120px;
}
body .main .patrocinios .wave1 {
  animation: animate 10s linear infinite;
  opacity: 1;
  z-index: 10;
  animation-delay: 0s;
  top: 120px;
}
body .main .patrocinios .wave2 {
  animation: animate2 10s linear infinite;
  z-index: 9;
  opacity: 0.5;
  animation-delay: -5s;
  top: 115px;
}
body .main .patrocinios .wave3 {
  animation: animate 10s linear infinite;
  z-index: 8;
  opacity: 0.2;
  animation-delay: -2s;
  top: 110px;
}
body .main .patrocinios .wave4 {
  animation: animate2 10s linear infinite;
  z-index: 7;
  opacity: 0.7;
  animation-delay: -7s;
  top: 105px;
}
@keyframes animate {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}
@keyframes animate2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1000px;
  }
}
body .main .discord-container {
  display: flex;
  position: sticky;
  bottom: 0;
  z-index: 100;
  margin-top: -165px;
  justify-content: flex-end;
}
body .main .discord-container .discord__link {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -5px;
}
body .main .discord-container .discord__link .glass__container {
  position: relative;
}
body .main .discord-container .discord__link .glass__container .radioactive__glass {
  max-height: 165px;
  top: 0;
  left: 0;
}
body .main .discord-container .discord__link .glass__container .discord {
  position: absolute;
  max-height: 40px;
  top: 80px;
  left: 30px;
  transform: rotate(20deg);
  opacity: 80%;
  -webkit-animation: scale-up-center 1.4s ease-in infinite alternate forwards;
  animation: scale-up-center 1.4s ease-in infinite alternate forwards;
}
@keyframes scale-up-center {
  0% {
    top: 80px;
  }
  100% {
    top: 90px;
  }
}

body .main .contacto__hero {
  align-items: flex-start;
  background-image: url("../img/banner-contactos.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 550px;
  min-height: 500px;
  overflow: hidden;
  padding: 90px clamp(11px, 5.5vw, 110px);
  z-index: 10;
}
@media screen and (max-width: 814px) {
  body .main .contacto__hero {
    background-position: center left;
    max-height: none;
    padding: 120px clamp(11px, 5.5vw, 110px);
  }
}
body .main .contacto__hero .contacto__title {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
}
body .main .contacto__hero .contacto__text {
  color: #fff;
  text-align: left;
  max-width: 700px;
}
body .main .decoration {
  position: relative;
  z-index: -1;
}
body .main .decoration .wave {
  position: absolute;
  top: 0;
  transform: rotate(180deg);
  left: 0;
  width: 100%;
  filter: drop-shadow(0 0 14px #97F500);
  height: 120px;
  background-image: url("../img/waves/waveimg.png");
  background-size: 1000px 120px;
}
body .main .decoration .wave1 {
  animation: animate 10s linear infinite;
  opacity: 1;
  z-index: 10;
  animation-delay: 0s;
}
body .main .decoration .wave2 {
  animation: animate2 10s linear infinite;
  z-index: 9;
  opacity: 0.5;
  animation-delay: -5s;
}
body .main .decoration .wave3 {
  animation: animate 10s linear infinite;
  z-index: 8;
  opacity: 0.2;
  animation-delay: -2s;
}
body .main .decoration .wave4 {
  animation: animate2 10s linear infinite;
  z-index: 7;
  opacity: 0.7;
  animation-delay: -7s;
}
@keyframes animate {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}
@keyframes animate2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1000px;
  }
}
body .main .contacto__cards {
  padding: 50px clamp(4px, 5.5vw, 70px);
  flex-wrap: wrap;
  gap: 20px;
  margin-top: -120px;
}
@media screen and (max-width: 814px) {
  body .main .contacto__cards {
    padding: 90px 10px;
  }
}
body .main .contacto__cards .contacto__card {
  z-index: 100px;
  position: relative;
  width: 100%;
  padding: 65px 0;
  justify-content: space-between;
  cursor: pointer;
  min-height: 265px;
  border-radius: 5px;
  flex-direction: column;
  max-width: 200px;
  transition: 0.5s ease all;
  overflow: hidden;
  background-color: #2b2b2b;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.301);
}
body .main .contacto__cards .contacto__card .card__img {
  width: 70px;
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.247));
}
body .main .contacto__cards .contacto__card .card__title {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: clamp(20px, 3.5vw, 25px);
  color: #fff;
}
body .main .contacto__cards .contacto__card::after {
  transition: 0.3s ease all;
  content: "";
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #97F500;
  position: absolute;
}
body .main .contacto__cards .contacto__card::before {
  transition: 0.3s ease all;
  content: "";
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  background-color: #97F500;
  position: absolute;
}
body .main .contacto__cards .contacto__card:hover {
  transform: scale(1.25);
  z-index: 10;
}
body .main .contacto__cards .contacto__card:hover::after, body .main .contacto__cards .contacto__card:hover::before {
  box-shadow: 0 0 40px 2px #97f500;
}
@media screen and (max-width: 814px) {
  body .main .contacto__cards .contacto__card {
    min-height: 200px;
    max-width: 170px;
    padding: 40px;
  }
  body .main .contacto__cards .contacto__card .card__img {
    max-width: 50px;
  }
  body .main .contacto__cards .contacto__card .card__title {
    font-size: 18px;
  }
  body .main .contacto__cards .contacto__card:hover {
    z-index: 10;
    transform: scale(1.1);
  }
}
body .main .contacto__patrocinanos {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 814px) {
  body .main .contacto__patrocinanos {
    flex-direction: column;
  }
}
body .main .contacto__patrocinanos .patrocinanos__text {
  width: 100%;
}
body .main .contacto__patrocinanos .patrocinanos__text .patrocinanos__title {
  text-align: start;
  font-weight: 700;
  margin-bottom: 15px;
}
body .main .contacto__patrocinanos .patrocinanos__text .patrocinanos__p {
  text-align: start;
  margin-bottom: 15px;
}
body .main .contacto__patrocinanos .patrocinanos__text .patrocinanos__a {
  background-color: #e6e6e6;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
  padding: 5px 20px;
  max-width: 100%;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  gap: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 390px) {
  body .main .contacto__patrocinanos .patrocinanos__text .patrocinanos__a {
    padding: 20px 10px;
  }
}
body .main .contacto__patrocinanos .patrocinanos__text .patrocinanos__a img {
  max-width: 50px;
}
@media screen and (max-width: 390px) {
  body .main .contacto__patrocinanos .patrocinanos__text .patrocinanos__a img {
    display: none;
  }
}
body .main .contacto__patrocinanos .patrocinanos__img {
  width: 55%;
}
@media screen and (max-width: 814px) {
  body .main .contacto__patrocinanos .patrocinanos__img {
    width: 100%;
  }
}
body .main .contacto__patrocinanos .patrocinanos__img img {
  max-height: 350px;
  width: 100%;
}

.torneo-body {
  max-height: 100vh;
  overflow-y: hidden !important;
  max-width: 200vw;
}
.torneo-body .main {
  max-height: 100vh;
  display: flex;
  align-items: center;
}
.torneo-body .main .torneo-slider {
  height: 100vh;
  position: relative;
}
.torneo-body .main .torneo-slider .slider__content {
  padding: 90px clamp(11px, 5.5vw, 110px) 30px;
  align-items: flex-start;
  background: linear-gradient(25deg, black 0%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
.torneo-body .main .torneo-slider .slider__content--logo {
  max-width: 220px;
}
@media screen and (max-width: 814px) {
  .torneo-body .main .torneo-slider .slider__content--logo {
    max-width: 150px;
  }
}
.torneo-body .main .torneo-slider .slider__content--text {
  max-width: 600px;
}
.torneo-body .main .torneo-slider .slider__content--text h2 {
  margin-bottom: 10px;
  text-align: left;
  font-weight: 700;
  color: #fbfbfb;
}
.torneo-body .main .torneo-slider .slider__content--text .content__buttons {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  font-family: "Roboto", sans-serif;
}
.torneo-body .main .torneo-slider .slider__content--text .content__buttons .span-1 {
  color: #97f500;
  text-shadow: 0 0 10px #97F500;
}
.torneo-body .main .torneo-slider .slider__content--text .content__buttons .red {
  color: red;
  text-shadow: 0 0 10px #f00;
}
.torneo-body .main .torneo-slider .slider__content--text .content__buttons .calendar {
  display: flex;
  align-items: center;
  padding: 5px 20px;
  background-color: transparent;
  margin-left: 10px;
  position: relative;
  z-index: 30;
}
.torneo-body .main .torneo-slider .slider__content--text .content__buttons .calendar .span-2 {
  margin-left: 10px;
  font-style: italic;
  font-weight: 500;
  color: #00bceb;
}
.torneo-body .main .torneo-slider .slider__content--text .content__buttons .calendar:hover .span-2 {
  text-decoration: underline;
}
.torneo-body .main .torneo-slider .slider__content--text .content__buttons .calendar:active .span-2 {
  color: #97f500;
}
.torneo-body .main .torneo-slider .slider__content--text p {
  text-align: left;
  color: #fbfbfb;
  line-height: normal;
  font-size: clamp(15px, 2.5vw, 20px);
}
.torneo-body .main .torneo-slider .slider__content--icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 814px) {
  .torneo-body .main .torneo-slider .slider__content--icon {
    display: none;
  }
}
.torneo-body .main .torneo-slider .torneo-video {
  max-height: 100vh;
  position: absolute;
  width: 100%;
  top: 0;
  max-width: 100%;
  left: 0;
  z-index: -1;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.torneo-body .main .modal {
  visibility: hidden;
  transition: 0.5s ease transform;
  transform: translateY(100vh);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.torneo-body .main .modal .close__btn {
  background-color: transparent;
  padding: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.torneo-body .main .modal .close__btn--img {
  max-width: 40px;
}
.torneo-body .main .modal .close__btn:hover {
  filter: drop-shadow(0 0 10px #97F500);
}
.torneo-body .main .modal h3 {
  font-family: "Montserrat", sans-serif;
  color: #fbfbfb;
  font-weight: 700;
  margin-bottom: 15px;
  user-select: none;
  font-size: clamp(20px, 3vw, 40px);
}
.torneo-body .main .modal .modal__table {
  border-radius: 10px;
  width: 100vw;
  max-width: 800px;
  max-height: 300px;
  height: 100%;
  margin: 10px;
  padding: 10px;
  background: #979797;
  border-collapse: collapse;
}
.torneo-body .main .modal .modal__table td,
.torneo-body .main .modal .modal__table th {
  border: 2px solid #252525;
  font-size: clamp(8px, 2.5vw, 16px);
  user-select: none;
}
.torneo-body .main .modal .modal__table th {
  font-family: "Montserrat", sans-serif;
  background-color: #C4C4C4;
  font-weight: 800;
}
.torneo-body .main .modal .modal__table td {
  font-family: "Roboto", sans-serif;
}
.torneo-body .main .modal .modal__table thead {
  background-color: #6e6e6e;
}
.torneo-body .main .show {
  transform: translateY(0);
  visibility: visible;
  animation-delay: 0.4s;
  animation: background-trans 0.5s ease forwards;
}
@keyframes background-trans {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.63);
  }
}

.torneo-body .main {
  background-color: #97F500;
}
.torneo-body .main .glide {
  position: relative;
}
.torneo-body .main .glide .glide__track {
  position: relative;
}
.torneo-body .main .glide .glide__track .glide__slides .glide__slide {
  width: 33.3333333333% !important;
  margin: 0 !important;
}
.torneo-body .main .glide .glide__arrows {
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.torneo-body .main .glide .glide__arrows img {
  max-width: 15px;
}
.torneo-body .main .glide .glide__arrows .glide__arrow {
  position: fixed;
  padding: 20px;
  background-color: #921515;
}
.torneo-body .main .glide .glide__arrows .glide__arrow:hover:after {
  box-shadow: 0 0 30px 8px #97f500;
}
@media screen and (max-width: 814px) {
  .torneo-body .main .glide .glide__arrows .glide__arrow {
    max-width: 50px;
  }
}
.torneo-body .main .glide .glide__arrows .glide__arrow--left {
  background: white;
  background: linear-gradient(90deg, rgba(151, 245, 0, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  top: 50%;
  left: 0;
  transition: 50ms ease all;
  transform: translate(0, -50%);
}
.torneo-body .main .glide .glide__arrows .glide__arrow--left::after {
  content: "";
  width: 0.1px;
  height: 100vh;
  top: 50%;
  left: 0;
  background-color: transparent;
  transition: 50ms ease all;
  transform: translate(-50%, -50%);
  z-index: 20;
  position: absolute;
}
.torneo-body .main .glide .glide__arrows .glide__arrow--right {
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(151, 245, 0, 0.4) 100%);
  top: 50%;
  right: 0;
  transition: 50ms ease all;
  transform: translate(0, -50%);
}
.torneo-body .main .glide .glide__arrows .glide__arrow--right::after {
  content: "";
  width: 0.1px;
  height: 100vh;
  top: 50%;
  background-color: transparent;
  right: 0;
  transition: 50ms ease all;
  transform: translate(-50%, -50%);
  z-index: 20;
  position: absolute;
}

@media only screen and (max-width: 814px) {
  body .main .queHacemos {
    flex-direction: column;
    max-height: none;
  }
  body .main .queHacemos__text {
    height: auto;
    padding: 50px clamp(15px, 4vw, 90px);
    width: 100%;
  }
  body .main .queHacemos__img {
    padding: 50px clamp(15px, 4vw, 90px);
    width: 100%;
    min-height: auto;
    margin-bottom: 25px;
  }
  body .main .torneo {
    flex-direction: column;
    max-height: none;
  }
  body .main .torneo__text {
    height: auto;
    padding: 50px clamp(15px, 4vw, 90px);
    width: 100%;
  }
  body .main .torneo__img {
    max-width: 100%;
    margin-top: 0;
    width: 100%;
  }
  body .main .discord-container {
    display: none;
  }
}
body .footer {
  align-items: center;
  background-color: #252525;
  display: flex;
  min-height: 432px;
  padding: 0 clamp(11px, 8.5vw, 113px);
  position: relative;
  border-bottom-left-radius: 320px;
  column-gap: 30px;
}
body .footer::after {
  background-color: #97F500;
  content: "";
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}
body .footer .social__lltlogo {
  max-width: 254px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.712));
}
body .footer .social__container--ul {
  align-items: center;
  column-gap: 17px;
  display: flex;
  list-style: none;
}
body .footer .social__container--ul--li {
  z-index: 25;
}
body .footer .social__container--ul--li--a {
  display: inline-block;
  height: 50px;
  max-height: 50px;
  position: relative;
  width: 50px;
}
body .footer .social__container--ul--li--a:hover:after {
  height: 70px;
  width: 70px;
}
body .footer .social__container--ul--li--a::after {
  background-color: #97F500;
  border-radius: 50%;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-in all;
  width: 1px;
  z-index: -1;
}
body .footer .social__container--ul--li--a--img {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.712));
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
body .footer .footer__nav--ul {
  list-style: none;
}
body .footer .footer__nav--ul .footer__nav--li {
  text-align: center;
  margin: 30px 0;
}
body .footer .footer__nav--ul .footer__nav--li .footer__nav--a {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
body .footer .footer__nav--ul .footer__nav--li .footer__nav--a:hover {
  text-decoration: underline;
}
body .footer .preguntas--ul {
  position: relative;
  z-index: 10;
  list-style: none;
}
body .footer .preguntas--ul .preguntas--li {
  text-align: center;
  margin: 30px 0;
  max-width: 200px;
}
body .footer .preguntas--ul .preguntas--li .preguntas--a {
  font-family: "Roboto", sans-serif;
  color: #fff;
}
body .footer .preguntas--ul .preguntas--li .preguntas--a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1130px) {
  body .footer .preguntas--ul .preguntas--li {
    text-shadow: 0 0 20px #000;
  }
}
body .footer .creadores {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  z-index: 10;
}
body .footer .creadores img {
  max-height: 65px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  margin-left: auto;
}
body .footer .creadores img:nth-child(2) {
  max-height: 80px;
}
body .footer .footer-background {
  width: 50vw;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 95%;
  z-index: 0;
  object-fit: contain;
}
@media screen and (max-width: 1130px) {
  body .footer .footer-background {
    filter: blur(0.8px);
  }
}

@media only screen and (max-width: 814px) {
  body .footer {
    flex-direction: column;
    padding: 40px 0 0;
    row-gap: 20px;
  }
  body .footer .creadores {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  body .footer .creadores img {
    margin: auto;
  }
  body .footer .creadores img:nth-child(1) {
    grid-column-end: 3;
    grid-column-start: 1;
  }
  body .footer .footer-background {
    width: 100%;
    position: static;
    filter: blur(0);
    filter: drop-shadow(0 20px 10px rgba(0, 0, 0, 0.5));
  }
}

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