@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Roboto:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap");
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** Media Queries **/
html {
  font-size: 62.5%;
  box-sizing: border-box;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.8rem;
  background-color: #F8FAFC;
}

a {
  text-decoration: none;
}

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

h1, h2, h3 {
  font-family: "Monserrat", sans-serif;
  font-weight: 900;
  margin: 2rem 0;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3rem;
}

.privacy {
  margin-top: 5rem;
}
.privacy__container {
  width: min(95%, 80rem);
  margin: 0 auto;
}
.privacy__heading {
  text-align: center;
}
.privacy__text {
  font-size: 1.5rem;
}
.privacy__text span {
  font-weight: 900;
}
.privacy__numbers {
  font-size: 1.5rem;
}
.privacy__info-heading {
  font-size: 2rem;
}

.contact {
  margin-top: 5rem;
}
.contact__container {
  width: min(95%, 120rem);
  margin: 0 auto;
}
.contact__container-header {
  text-align: center;
}
.contact__container-header__heading {
  color: #d4b36d;
  font-weight: #1a1b15;
  font-size: 3.5rem;
}
@media (min-width: 768px) {
  .contact__container-header__heading {
    font-size: 4.5rem;
  }
}
.contact__container-header__subheading {
  font-weight: 400;
  font-style: italic;
  font-size: 2rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .contact__container-header__subheading {
    font-size: 2.8rem;
  }
}
.contact__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
}
@media (min-width: 768px) {
  .contact__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}
.contact__section {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.contact__info__section {
  margin-left: -3rem;
}
.contact__info__desc {
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .contact__info__desc {
    font-size: 1.8rem;
  }
}
.contact__info__label {
  font-weight: 700;
  color: #d4b36d;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .contact__info__label {
    font-size: 2.5rem;
  }
}
.contact__info__link {
  color: #1a1b15;
  font-size: 1.8rem;
  transition: all 0.3s ease-in-out;
  margin-left: 0.5rem;
}
.contact__info__link:hover {
  color: #d4b36d;
  cursor: pointer;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .contact__info__link {
    font-size: 2rem;
  }
}
.contact__info__image {
  border-radius: 1rem;
  position: center center;
  size: cover;
  width: 35rem;
}
@media (min-width: 1920px) {
  .contact__info__image {
    width: 70rem;
  }
}
@media (min-width: 1024px) {
  .contact__info__image {
    width: 55rem;
  }
}
.contact__info__heading {
  font-size: 2rem;
  color: #d4b36d;
}
.contact__info__heading span {
  border-bottom: 1px solid #d4b36d;
}
@media (min-width: 768px) {
  .contact__info__heading {
    font-size: 3rem;
  }
}

.club__container {
  width: min(95%, 120rem);
  margin: 0 auto;
}
.club__header {
  min-height: 40rem;
  background-image: linear-gradient(to right, #1a1b15, rgba(26, 27, 21, 0.5)), -webkit-image-set(url("/build/img/soccer_stadium.avif") 1x, url("/build/img/soccer_stadium.webp") 1x, url("/build/img/soccer_stadium.jpg") 1x);
  background-image: linear-gradient(to right, #1a1b15, rgba(26, 27, 21, 0.5)), image-set(url("/build/img/soccer_stadium.avif") 1x, url("/build/img/soccer_stadium.webp") 1x, url("/build/img/soccer_stadium.jpg") 1x);
  background-repeat: no-repeat;
  background-size: cover, cover;
  background-position: center center, center center;
}
@media (min-width: 768px) {
  .club__header {
    min-height: 50rem;
  }
}
@media (min-width: 1024px) {
  .club__header {
    min-height: 60rem;
  }
}
.club__header__container {
  padding: 5rem;
}
@media (min-width: 1024px) {
  .club__header__container {
    padding: 5rem 0 0 0;
  }
}
.club__header__info {
  width: min(95%, 120rem);
  margin: 0 auto;
  padding: 10rem 0 0 5rem;
}
.club__header__heading {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .club__header__heading {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .club__header__heading {
    font-size: 5rem;
  }
}
.club__header__subheading {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .club__header__subheading {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .club__header__subheading {
    font-size: 3rem;
  }
}
.club__header__button {
  margin: 2rem 0;
  padding: 1.3rem;
  text-transform: uppercase;
  background-color: #d4b36d;
  color: #1a1b15;
  border: none;
  font-size: 1.2rem;
  transition: 0.3s background-color ease;
}
.club__header__button:hover {
  background-color: #f1e39c;
  cursor: pointer;
}
@media (min-width: 768px) {
  .club__header__button {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.club__history__grid {
  display: grid;
  gap: 0rem;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .club__history__grid {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}
.club__history__image {
  width: 35rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .club__history__image {
    width: 70rem;
  }
}
.club__history__title {
  color: #d4b36d;
  text-align: center;
}
.club__history__text {
  text-align: justify;
  width: min(95%, 80rem);
  margin: 0 auto;
}
.club__history__quote {
  margin-top: 5rem;
  font-weight: 700;
  font-style: italic;
}
.club__history__heading {
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
}
.club__mission {
  margin-top: 8rem;
}
.club__mission__heading {
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
}
.club__mission__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .club__mission__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
  }
}
.club__mission__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2rem;
  margin-bottom: 4rem;
  width: min(95%, 60rem);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .club__mission__info {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .club__mission__info {
    margin-bottom: 0rem;
    width: min(95%, 120rem);
    margin: 0 auto;
  }
}
.club__mission__info__heading {
  text-align: center;
  color: #d4b36d;
}
.club__mission__info__desc {
  text-align: center;
}
.club__mission__info__image {
  width: 15rem;
}
@media (min-width: 1024px) {
  .club__mission__info__image {
    width: 20rem;
  }
}
.club__shield {
  margin-top: 5rem;
}
.club__shield__header {
  text-align: center;
}
.club__shield__image {
  width: 20rem;
}
@media (min-width: 768px) {
  .club__shield__image {
    width: 30rem;
  }
}
@media (min-width: 1024px) {
  .club__shield__image {
    width: 100%;
  }
}
.club__shield__heading {
  font-size: 3rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .club__shield__heading {
    font-size: 4rem;
  }
}
.club__shield__subheading {
  color: #d4b36d;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .club__shield__subheading {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .club__shield__subheading {
    font-size: 3rem;
  }
}
.club__shield__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
}
@media (min-width: 1024px) {
  .club__shield__grid {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}
.club__shield__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .club__shield__info {
    flex-direction: row;
    margin: 0;
  }
}
.club__shield__info__desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.club__shield__info__heading {
  color: #d4b36d;
}
.club__shield__info__text {
  text-align: justify;
  width: min(95%, 60rem);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .club__shield__info__text {
    width: min(95%, 80rem);
    margin: 0 auto;
  }
}
.club__shield__info__image {
  width: 20rem;
  margin-right: 2rem;
}
.club__stadium {
  margin-top: 6rem;
}
.club__stadium__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
}
@media (min-width: 1024px) {
  .club__stadium__grid {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}
.club__stadium__header {
  text-align: center;
}
.club__stadium__heading {
  font-size: 3rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .club__stadium__heading {
    font-size: 4rem;
  }
}
.club__stadium__subheading {
  color: #d4b36d;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .club__stadium__subheading {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .club__stadium__subheading {
    font-size: 3rem;
  }
}
.club__stadium__image {
  border-radius: 1rem;
}
.club__stadium__list {
  list-style: none;
}
.club__stadium__list__icon {
  font-family: "Font Awesome 6 Free";
  margin-right: 2rem;
  color: #d4b36d;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .club__stadium__list__icon {
    font-size: 3rem;
  }
}
.club__contact {
  margin-top: 5rem;
  min-height: 20rem;
  background-image: linear-gradient(to right, #1a1b15, rgba(26, 27, 21, 0.5)), -webkit-image-set(url("/build/img/soccer-stadium2.avif") 1x, url("/build/img/soccer-stadium2.webp") 1x, url("/build/img/soccer-stadium2.jpg") 1x);
  background-image: linear-gradient(to right, #1a1b15, rgba(26, 27, 21, 0.5)), image-set(url("/build/img/soccer-stadium2.avif") 1x, url("/build/img/soccer-stadium2.webp") 1x, url("/build/img/soccer-stadium2.jpg") 1x);
  background-repeat: no-repeat;
  background-size: cover, cover;
  background-position: center center, center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .club__contact {
    min-height: 30rem;
  }
}
@media (min-width: 1024px) {
  .club__contact {
    min-height: 40rem;
  }
}
.club__contact__button {
  margin: 4rem 0;
  padding: 1.3rem;
  text-transform: uppercase;
  background-color: #d4b36d;
  color: #1a1b15;
  border: none;
  font-size: 1.5rem;
  transition: 0.3s background-color ease;
  display: inline-block;
  width: 75%;
}
.club__contact__button:hover {
  background-color: #f1e39c;
  cursor: pointer;
}
@media (min-width: 768px) {
  .club__contact__button {
    display: block;
    width: 100%;
    padding: 1.5rem;
    font-size: 1.8rem;
  }
}
.club__contact__button__container {
  width: min(95%, 60rem);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .club__contact__button__container {
    width: min(95%, 80rem);
    margin: 0 auto;
  }
}
.club__contact__link:hover {
  text-decoration: none;
}
.club__contact__header {
  text-align: center;
}
.club__contact__heading {
  font-size: 2.5rem;
  font-weight: 900;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .club__contact__heading {
    font-size: 4rem;
  }
}
.club__contact__subheading {
  color: #d4b36d;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .club__contact__subheading {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .club__contact__subheading {
    font-size: 3rem;
  }
}
.club__equipment {
  margin-top: 5rem;
}
.club__equipment__header {
  text-align: center;
}
.club__equipment__heading {
  font-size: 3rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .club__equipment__heading {
    font-size: 4rem;
  }
}
.club__equipment__subheading {
  color: #d4b36d;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .club__equipment__subheading {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .club__equipment__subheading {
    font-size: 3rem;
  }
}
.club__equipment__gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 150px);
  grid-template-areas: "img4 img1" "img3 img1" "img2 img5";
}
.club__equipment__gallery > picture:nth-child(1) {
  grid-area: img1;
}
.club__equipment__gallery > picture:nth-child(2) {
  grid-area: img2;
}
.club__equipment__gallery > picture:nth-child(3) {
  grid-area: img3;
}
.club__equipment__gallery > picture:nth-child(4) {
  grid-area: img4;
}
.club__equipment__gallery > picture:nth-child(5) {
  grid-area: img5;
}
.club__equipment__gallery picture {
  display: block;
  overflow: hidden;
}
.club__equipment__gallery picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.club__equipment__container {
  width: min(95%, 120rem);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .club__equipment__gallery {
    gap: 1.5rem;
    grid-template-rows: repeat(3, 300px);
  }
  .club__equipment__gallery__container {
    width: min(95%, 80rem);
    margin: 0 auto;
  }
}

.home__container {
  width: min(95%, 120rem);
  margin: 0 auto;
}
.home__header {
  min-height: 40rem;
  background-image: linear-gradient(to right, #1a1b15, rgba(26, 27, 21, 0.5)), -webkit-image-set(url("/build/img/soccer-stadium2.avif") 1x, url("/build/img/soccer-stadium2.webp") 1x, url("/build/img/soccer-stadium2.jpg") 1x);
  background-image: linear-gradient(to right, #1a1b15, rgba(26, 27, 21, 0.5)), image-set(url("/build/img/soccer-stadium2.avif") 1x, url("/build/img/soccer-stadium2.webp") 1x, url("/build/img/soccer-stadium2.jpg") 1x);
  background-repeat: no-repeat;
  background-size: cover, cover;
  background-position: center center, center center;
}
@media (min-width: 768px) {
  .home__header {
    min-height: 50rem;
  }
}
@media (min-width: 1024px) {
  .home__header {
    min-height: 60rem;
  }
}
.home__header__container {
  padding: 5rem;
}
@media (min-width: 1024px) {
  .home__header__container {
    padding: 5rem 0 0 0;
  }
}
.home__header__info {
  width: min(95%, 120rem);
  margin: 0 auto;
  padding: 10rem 0 0 5rem;
}
.home__header__heading {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .home__header__heading {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .home__header__heading {
    font-size: 5rem;
  }
}
.home__header__subheading {
  color: #FFFFFF;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .home__header__subheading {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .home__header__subheading {
    font-size: 3rem;
  }
}
.home__button {
  margin: 2rem 0;
  padding: 1.3rem;
  text-transform: uppercase;
  background-color: #d4b36d;
  color: #1a1b15;
  border: none;
  font-size: 1.2rem;
  transition: 0.3s background-color ease;
}
.home__button:hover {
  background-color: #f1e39c;
  cursor: pointer;
}
@media (min-width: 768px) {
  .home__button {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.home__club {
  margin-top: 5rem;
}
.home__club__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .home__club__grid {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}
.home__club__image {
  width: 35rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .home__club__image {
    width: 50rem;
  }
}
@media (min-width: 1024px) {
  .home__club__image {
    width: 70rem;
  }
}
.home__club__title {
  color: #d4b36d;
  text-align: center;
}
.home__club__text {
  text-align: right;
  width: min(95%, 80rem);
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .home__club__text {
    text-align: justify;
  }
}
.home__club__header {
  text-align: center;
}
.home__club__heading {
  font-size: 3rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .home__club__heading {
    font-size: 4rem;
  }
}
.home__club__subheading {
  color: #d4b36d;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .home__club__subheading {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .home__club__subheading {
    font-size: 3rem;
  }
}
.home__vision {
  margin-top: 5rem;
}
.home__vision__header {
  text-align: center;
}
.home__vision__heading {
  font-size: 3rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .home__vision__heading {
    font-size: 4rem;
  }
}
.home__vision__subheading {
  color: #d4b36d;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .home__vision__subheading {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .home__vision__subheading {
    font-size: 3rem;
  }
}
.home__vision__info {
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1rem;
  transition: all 0.3s ease-in-out;
}
.home__vision__info:hover {
  background: rgba(241, 227, 156, 0.555);
}
.home__vision__info:hover .home__vision__info__heading {
  color: #1a1b15;
}
.home__vision__info__heading {
  color: #d4b36d;
  font-size: 2.5rem;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .home__vision__info__heading {
    font-size: 4rem;
  }
}
.home__vision__info__image {
  width: 12rem;
}
@media (min-width: 1024px) {
  .home__vision__info__image {
    width: 17rem;
  }
}
.home__vision__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
}
@media (min-width: 1024px) {
  .home__vision__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
  }
}
.home__vision__content {
  margin-top: 5rem;
}
.home__vision__content__heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .home__vision__content__heading {
    font-size: 3rem;
  }
}
.home__sponsors {
  margin-top: 5rem;
  min-height: 20rem;
  background-image: linear-gradient(to right, #1a1b15, rgba(212, 179, 109, 0.5)), -webkit-image-set(url("/build/img/soccer-stadium2.avif") 1x, url("/build/img/soccer-stadium2.webp") 1x, url("/build/img/soccer-stadium2.jpg") 1x);
  background-image: linear-gradient(to right, #1a1b15, rgba(212, 179, 109, 0.5)), image-set(url("/build/img/soccer-stadium2.avif") 1x, url("/build/img/soccer-stadium2.webp") 1x, url("/build/img/soccer-stadium2.jpg") 1x);
  background-repeat: no-repeat;
  background-size: cover, cover;
  background-position: center center, center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  color: #FFFFFF;
}
.home__sponsors__heading {
  margin: 0;
  padding: 0;
  font-size: 2rem;
}
.home__sponsors__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
}
.home__sponsors__image {
  width: 10rem;
}
@media (min-width: 768px) {
  .home__sponsors {
    min-height: 30rem;
  }
  .home__sponsors__heading {
    font-size: 3rem;
  }
  .home__sponsors__image {
    width: 20rem;
  }
}
.home__sponsors__cta {
  margin-top: 5rem;
  text-align: center;
}
.home__sponsors__cta__heading {
  font-size: 3rem;
  font-weight: 900;
}
.home__sponsors__cta__text {
  color: #d4b36d;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .home__sponsors__cta__text {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .home__sponsors__cta__text {
    font-size: 2.5rem;
  }
}
.home__sponsors__cta__link:hover {
  text-decoration: none;
  color: #1a1b15;
}
.home__sponsors__cta__button {
  margin: 4rem 0;
  padding: 1.3rem;
  text-transform: uppercase;
  background-color: #d4b36d;
  color: #1a1b15;
  border: none;
  font-size: 1.3rem;
  transition: 0.3s background-color ease;
  display: block;
  width: 100%;
}
.home__sponsors__cta__button:hover {
  background-color: #f1e39c;
  cursor: pointer;
}
@media (min-width: 768px) {
  .home__sponsors__cta__button {
    padding: 1.5rem;
    font-size: 1.5rem;
  }
}
.home__sponsors__cta__button__container {
  width: min(95%, 60rem);
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .home__sponsors {
    min-height: 40rem;
  }
  .home__sponsors__grid {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
  }
  .home__sponsors__image {
    width: 30rem;
  }
}
.home__teams {
  margin-top: 5rem;
}
.home__teams__header {
  text-align: center;
}
.home__teams__heading {
  font-size: 3rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .home__teams__heading {
    font-size: 4rem;
  }
}
.home__teams__subheading {
  color: #d4b36d;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .home__teams__subheading {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .home__teams__subheading {
    font-size: 3rem;
  }
}
.home__teams__slider .swiper-button-next,
.home__teams__slider .swiper-button-prev {
  color: rgba(255, 255, 255, 0.5);
}
.home__teams__slider__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .home__teams__slider__image {
    width: 35rem;
    height: 25rem;
  }
}
@media (min-width: 1024px) {
  .home__teams__slider__image {
    width: 30rem;
    height: 20rem;
  }
}
.home__teams__content {
  margin-top: 5rem;
}
.home__teams__content__heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .home__teams__content__heading {
    font-size: 3rem;
  }
}
.home__teams__link:hover {
  text-decoration: none;
}
.home__teams__button {
  margin: 4rem 0;
  padding: 1.3rem;
  text-transform: uppercase;
  background-color: #d4b36d;
  color: #1a1b15;
  border: none;
  font-size: 1.5rem;
  transition: 0.3s background-color ease;
  display: block;
  width: 100%;
}
.home__teams__button:hover {
  background-color: #f1e39c;
  cursor: pointer;
}
@media (min-width: 768px) {
  .home__teams__button {
    padding: 1.5rem;
    font-size: 1.8rem;
  }
}
.home__teams__button__container {
  width: min(95%, 60rem);
  margin: 0 auto;
}
.home__contact {
  margin-top: 5rem;
  min-height: 20rem;
  background-image: linear-gradient(to right, #1a1b15, rgba(26, 27, 21, 0.5)), -webkit-image-set(url("/build/img/soccer_stadium.avif") 1x, url("/build/img/soccer_stadium.webp") 1x, url("/build/img/soccer_stadium.jpg") 1x);
  background-image: linear-gradient(to right, #1a1b15, rgba(26, 27, 21, 0.5)), image-set(url("/build/img/soccer_stadium.avif") 1x, url("/build/img/soccer_stadium.webp") 1x, url("/build/img/soccer_stadium.jpg") 1x);
  background-repeat: no-repeat;
  background-size: cover, cover;
  background-position: center center, center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .home__contact {
    min-height: 30rem;
  }
}
@media (min-width: 1024px) {
  .home__contact {
    min-height: 40rem;
  }
}
.home__contact__button {
  margin: 4rem 0;
  padding: 1.3rem;
  text-transform: uppercase;
  background-color: #d4b36d;
  color: #1a1b15;
  border: none;
  font-size: 1.5rem;
  transition: 0.3s background-color ease;
  display: inline-block;
  width: 75%;
}
.home__contact__button:hover {
  background-color: #f1e39c;
  cursor: pointer;
}
@media (min-width: 768px) {
  .home__contact__button {
    display: block;
    width: 100%;
    padding: 1.5rem;
    font-size: 1.8rem;
  }
}
.home__contact__button__container {
  width: min(95%, 60rem);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .home__contact__button__container {
    width: min(95%, 80rem);
    margin: 0 auto;
  }
}
.home__contact__link:hover {
  text-decoration: none;
}
.home__contact__header {
  text-align: center;
}
.home__contact__heading {
  font-size: 2.5rem;
  font-weight: 900;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .home__contact__heading {
    font-size: 4rem;
  }
}
.home__contact__subheading {
  color: #d4b36d;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .home__contact__subheading {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .home__contact__subheading {
    font-size: 3rem;
  }
}
.home__instagram {
  margin-top: 5rem;
}
.home__instagram__header {
  text-align: center;
}
.home__instagram__link:hover {
  text-decoration: none;
}
.home__instagram__heading {
  font-size: 3rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .home__instagram__heading {
    font-size: 4rem;
  }
}
.home__instagram__subheading {
  color: #d4b36d;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .home__instagram__subheading {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .home__instagram__subheading {
    font-size: 3rem;
  }
}
.home__instagram__button {
  margin: 4rem 0;
  padding: 1.3rem;
  text-transform: uppercase;
  background-color: #d4b36d;
  color: #1a1b15;
  border: none;
  font-size: 1.5rem;
  transition: 0.3s background-color ease;
  display: block;
  width: 100%;
}
.home__instagram__button:hover {
  background-color: #f1e39c;
  cursor: pointer;
}
@media (min-width: 768px) {
  .home__instagram__button {
    padding: 1.5rem;
    font-size: 1.8rem;
  }
}
.home__instagram__button__container {
  width: min(95%, 60rem);
  margin: 0 auto;
}

.swiper {
  width: 100%;
  height: 100%;
}

.error {
  margin-top: 5rem;
  font-family: "Poppins", sans-serif;
}
.error__container {
  text-align: center;
  animation: fadeIn 1.2s ease-in-out;
}
.error__heading {
  font-size: 10rem;
  margin: 0;
  font-weight: 900;
  background: linear-gradient(135deg, #FFD700, #FF6347);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.error__subheading {
  font-size: 2rem;
  margin-bottom: 10px;
}
.error__text {
  margin: 0 0 20px;
  font-size: 1.8rem;
}
.error__button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 1.8rem;
  color: #fff;
  background: #ff6347;
  border-radius: 25px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(255, 99, 71, 0.4);
  transition: all 0.3s ease;
}
.error__button:hover {
  background: #ff4500;
  box-shadow: 0 6px 20px rgba(255, 69, 0, 0.5);
  transform: translateY(-3px);
  text-decoration: none;
  color: #FFFFFF;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.teams {
  width: min(95%, 120rem);
  margin: 0 auto;
}
.teams__header {
  margin-top: 5rem;
  text-align: center;
}
.teams__heading {
  font-size: 3rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .teams__heading {
    font-size: 3.5rem;
  }
}
.teams__subheading {
  color: #d4b36d;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .teams__subheading {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .teams__subheading {
    font-size: 2.5rem;
  }
}
.teams__coachs__grid {
  margin-top: 5rem;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
}
@media (min-width: 768px) {
  .teams__coachs__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}
@media (min-width: 1024px) {
  .teams__coachs__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
  }
}
.teams__coachs__grid__content {
  text-align: center;
}
.teams__coachs__img {
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.teams__coachs__name {
  color: #1a1b15;
  margin: 2rem 0 0 0;
}
.teams__coachs__rol {
  color: #d4b36d;
  margin-bottom: 2rem;
}
.teams__coachs__description {
  font-size: 1.5rem;
}
.teams__timetable__table {
  width: 100%;
  border-collapse: collapse;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.teams__timetable__button {
  background-color: transparent;
  border: 1px solid #d4b36d;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.teams__timetable__button:hover {
  border: 1px solid #1a1b15;
}
.teams__timetable__icon {
  color: #d4b36d;
  transition: all 0.3s ease-in-out;
}
.teams__timetable__icon:hover {
  color: #1a1b15;
}
.teams__timetable__hours {
  margin-top: 5rem;
  width: min(95%, 80rem);
  margin: 0 auto;
}
.teams__timetable__hours__title {
  font-size: 2.5rem;
}
.teams__timetable__hours__header {
  border-bottom: 1.5px solid #64748B;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table__show {
  max-height: 50rem;
}

.icon__active {
  transform: rotate(180deg);
}

.imageRights {
  width: min(95%, 80rem);
  margin: 0 auto;
}
.imageRights__section {
  margin-top: 5rem;
}
.imageRights__section__title {
  color: #1a1b15;
  font-size: 2rem;
  text-align: center;
}
.imageRights__section__text {
  margin: 1rem 0;
  font-size: 1.5rem;
}
.imageRights__section__subtitle {
  color: #d4b36d;
  font-size: 2rem;
  text-align: center;
}
.imageRights__section__list {
  list-style: none;
  padding: 0;
}
.imageRights__section__list__item {
  margin: 1rem 0;
  font-size: 1.5rem;
}

.imageRights__faq {
  margin: 2rem 0;
}
.imageRights__faq__question {
  color: #d4b36d;
  font-size: 2rem;
}
.imageRights__faq__answer {
  margin: 1rem 0;
  font-size: 1.5rem;
}

.training-info__header {
  min-height: 40rem;
  background-image: linear-gradient(to right, #1a1b15, rgba(26, 27, 21, 0.5)), -webkit-image-set(url("/build/img/soccer_stadium.avif") 1x, url("/build/img/soccer_stadium.webp") 1x, url("/build/img/soccer_stadium.jpg") 1x);
  background-image: linear-gradient(to right, #1a1b15, rgba(26, 27, 21, 0.5)), image-set(url("/build/img/soccer_stadium.avif") 1x, url("/build/img/soccer_stadium.webp") 1x, url("/build/img/soccer_stadium.jpg") 1x);
  background-repeat: no-repeat;
  background-size: cover, cover;
  background-position: center center, center center;
}
@media (min-width: 768px) {
  .training-info__header {
    min-height: 50rem;
  }
}
@media (min-width: 1024px) {
  .training-info__header {
    min-height: 60rem;
  }
}
.training-info__header__container {
  padding: 5rem;
}
@media (min-width: 1024px) {
  .training-info__header__container {
    padding: 5rem 0 0 0;
  }
}
.training-info__header__info {
  width: min(95%, 120rem);
  margin: 0 auto;
  padding: 10rem 0 0 5rem;
}
.training-info__header__heading {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .training-info__header__heading {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .training-info__header__heading {
    font-size: 5rem;
  }
}
.training-info__header__subheading {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .training-info__header__subheading {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .training-info__header__subheading {
    font-size: 3rem;
  }
}
.training-info__header__button {
  margin: 2rem 0;
  padding: 1.3rem;
  text-transform: uppercase;
  background-color: #d4b36d;
  color: #1a1b15;
  border: none;
  font-size: 1.2rem;
  transition: 0.3s background-color ease;
}
.training-info__header__button:hover {
  background-color: #f1e39c;
  cursor: pointer;
}
@media (min-width: 768px) {
  .training-info__header__button {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}

.service-page {
  overflow-x: hidden;
  padding-bottom: 3rem;
}

/* Secciones de Servicios */
.service-section {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
  align-items: center;
  padding: 3rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .service-section {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}
.service-section__info {
  flex: 1 1 500px;
  padding: 1rem;
}
.service-section__info .service-section__title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #d4b36d;
}
.service-section__info .service-section__desc {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.service-section__info .service-section__quote {
  font-style: italic;
  background-color: #f1e39c;
  padding: 1rem;
  border-left: 4px solid #d4b36d;
  margin-bottom: 1rem;
}
.service-section__image {
  flex: 1 1 500px;
  padding: 1rem;
  text-align: center;
}
.service-section__image img {
  width: 100%;
  max-width: 500px;
  border-radius: 0.5rem;
}

.info-cta {
  background-color: #d4b36d;
  color: #fff;
  padding: 3rem 1rem;
  text-align: center;
}
.info-cta__container {
  max-width: 800px;
  margin: 0 auto;
}
.info-cta__title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.info-cta__text {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.info-cta__button {
  margin: 2rem 0;
  padding: 1.5rem;
  text-transform: uppercase;
  background-color: #1a1b15;
  color: #FFFFFF;
  border: none;
  font-size: 1.4rem;
  transition: 0.3s background-color ease;
  width: 100%;
  display: inline-block;
}
.info-cta__button:hover {
  background-color: #f1e39c;
  color: #1a1b15;
  cursor: pointer;
}

.campus-tournaments__header {
  min-height: 40rem;
  background-image: linear-gradient(to right, #1a1b15, rgba(26, 27, 21, 0.5)), -webkit-image-set(url("/build/img/soccer-stadium2.avif") 1x, url("/build/img/soccer-stadium2.webp") 1x, url("/build/img/soccer-stadium2.jpg") 1x);
  background-image: linear-gradient(to right, #1a1b15, rgba(26, 27, 21, 0.5)), image-set(url("/build/img/soccer-stadium2.avif") 1x, url("/build/img/soccer-stadium2.webp") 1x, url("/build/img/soccer-stadium2.jpg") 1x);
  background-repeat: no-repeat;
  background-size: cover, cover;
  background-position: center center, center center;
}
@media (min-width: 768px) {
  .campus-tournaments__header {
    min-height: 50rem;
  }
}
@media (min-width: 1024px) {
  .campus-tournaments__header {
    min-height: 60rem;
  }
}
.campus-tournaments__header__container {
  padding: 5rem;
}
@media (min-width: 1024px) {
  .campus-tournaments__header__container {
    padding: 5rem 0 0 0;
  }
}
.campus-tournaments__header__info {
  width: min(95%, 120rem);
  margin: 0 auto;
  padding: 10rem 0 0 5rem;
}
.campus-tournaments__header__heading {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .campus-tournaments__header__heading {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .campus-tournaments__header__heading {
    font-size: 5rem;
  }
}
.campus-tournaments__header__subheading {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .campus-tournaments__header__subheading {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .campus-tournaments__header__subheading {
    font-size: 3rem;
  }
}
.campus-tournaments__header__button {
  margin: 2rem 0;
  padding: 1.3rem;
  text-transform: uppercase;
  background-color: #d4b36d;
  color: #1a1b15;
  border: none;
  font-size: 1.2rem;
  transition: 0.3s background-color ease;
}
.campus-tournaments__header__button:hover {
  background-color: #f1e39c;
  cursor: pointer;
}
@media (min-width: 768px) {
  .campus-tournaments__header__button {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}

.info-details {
  padding: 3rem 1rem;
  background-color: #fff;
  text-align: center;
}
.info-details__heading {
  color: #d4b36d;
  font-weight: 900;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .info-details__heading {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .info-details__heading {
    font-size: 5rem;
  }
}
.info-details__subheading {
  color: #1a1b15;
  font-weight: 400;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .info-details__subheading {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .info-details__subheading {
    font-size: 3rem;
  }
}
.info-details__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.info-card {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.info-card:hover {
  transform: translateY(-5px);
}
.info-card__image img {
  width: 100%;
  display: block;
}
.info-card__content {
  padding: 2rem;
}
.info-card__title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: #d4b36d;
}
.info-card__text {
  margin-bottom: 1.5rem;
}
.info-card__button {
  margin: 2rem 0;
  padding: 1.3rem;
  text-transform: uppercase;
  background-color: #d4b36d;
  color: #1a1b15;
  border: none;
  font-size: 1.2rem;
  transition: 0.3s background-color ease;
}
.info-card__button:hover {
  background-color: #f1e39c;
  color: #1a1b15;
  cursor: pointer;
}
@media (min-width: 768px) {
  .info-card__button {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}

.info-availability {
  padding: 3rem 1rem;
  background-color: #f1e39c;
  text-align: center;
}
.info-availability__title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.info-availability__subtitle {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.info-availability__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.availability-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
.availability-card:hover {
  transform: translateY(-5px);
}
.availability-card__image img {
  width: 100%;
  display: block;
}
.availability-card__info {
  padding: 2rem;
  text-align: left;
}
.availability-card__heading {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #d4b36d;
}
.availability-card__desc {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.availability-card__button {
  margin: 2rem 0;
  padding: 1.3rem;
  text-transform: uppercase;
  background-color: #d4b36d;
  color: #1a1b15;
  border: none;
  font-size: 1.2rem;
  transition: 0.3s background-color ease;
}
.availability-card__button:hover {
  background-color: #f1e39c;
  color: #1a1b15;
  cursor: pointer;
}
@media (min-width: 768px) {
  .availability-card__button {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}

.info-contact {
  padding: 3rem 1rem;
  background-color: #fff;
  text-align: center;
}
.info-contact__container {
  max-width: 800px;
  margin: 0 auto;
}
.info-contact__title {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #d4b36d;
}
.info-contact__text {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.info-contact__button {
  margin: 2rem 0;
  padding: 1.3rem;
  text-transform: uppercase;
  background-color: #d4b36d;
  color: #1a1b15;
  border: none;
  font-size: 1.2rem;
  transition: 0.3s background-color ease;
}
.info-contact__button:hover {
  background-color: #f1e39c;
  color: #1a1b15;
  cursor: pointer;
}
@media (min-width: 768px) {
  .info-contact__button {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}

.signup {
  margin-top: 5rem;
}
.signup__container {
  width: min(95%, 120rem);
  margin: 0 auto;
}
.signup__header {
  text-align: center;
}
.signup__header__heading {
  color: #d4b36d;
  font-weight: #1a1b15;
  font-size: 3.5rem;
}
@media (min-width: 768px) {
  .signup__header__heading {
    font-size: 4.5rem;
  }
}
.signup__header__subheading {
  font-weight: 400;
  font-style: italic;
  font-size: 2rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .signup__header__subheading {
    font-size: 2.8rem;
  }
}
.signup__form {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2rem;
  display: block;
}
.signup__form__container {
  width: min(95%, 80rem);
  margin: 0 auto;
}
.signup__actions {
  display: flex;
  justify-content: space-between;
}
.signup__actions__link {
  color: #1a1b15;
  transition: all 0.3s ease-in-out;
}
.signup__actions__link:hover {
  color: #d4b36d;
}

.confirm {
  margin-top: 5rem;
}
.confirm__container {
  width: min(95%, 120rem);
  margin: 0 auto;
  text-align: center;
}
.confirm__heading {
  color: #d4b36d;
  font-weight: #1a1b15;
  font-size: 3.5rem;
}
@media (min-width: 768px) {
  .confirm__heading {
    font-size: 4.5rem;
  }
}
.confirm__link {
  margin: 5rem 0;
  padding: 1.5rem;
  text-transform: uppercase;
  background-color: #1a1b15;
  color: #FFFFFF;
  border: none;
  font-size: 1.4rem;
  transition: 0.3s background-color ease;
}
.confirm__link:hover {
  background-color: #f1e39c;
  color: #1a1b15;
  cursor: pointer;
}

.message {
  margin-top: 5rem;
}
.message__container {
  width: min(95%, 120rem);
  margin: 0 auto;
  text-align: center;
}
.message__heading {
  color: #d4b36d;
  font-weight: #1a1b15;
  font-size: 3.5rem;
}
@media (min-width: 768px) {
  .message__heading {
    font-size: 4.5rem;
  }
}
.message__description {
  font-weight: 400;
  font-style: italic;
  font-size: 2rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .message__description {
    font-size: 2.8rem;
  }
}
.message__link {
  margin: 2rem 0;
  padding: 1.5rem;
  text-transform: uppercase;
  background-color: #1a1b15;
  color: #FFFFFF;
  border: none;
  font-size: 1.4rem;
  transition: 0.3s background-color ease;
}
.message__link:hover {
  background-color: #f1e39c;
  color: #1a1b15;
  cursor: pointer;
}

.login {
  margin-top: 5rem;
}
.login__container {
  width: min(95%, 120rem);
  margin: 0 auto;
}
.login__header {
  text-align: center;
}
.login__header__heading {
  color: #d4b36d;
  font-weight: #1a1b15;
  font-size: 3.5rem;
}
@media (min-width: 768px) {
  .login__header__heading {
    font-size: 4.5rem;
  }
}
.login__header__subheading {
  font-weight: 400;
  font-style: italic;
  font-size: 2rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .login__header__subheading {
    font-size: 2.8rem;
  }
}
.login__form {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2rem;
  display: block;
}
.login__form__container {
  width: min(95%, 80rem);
  margin: 0 auto;
}
.login__actions {
  display: flex;
  justify-content: space-between;
}
.login__actions__link {
  color: #1a1b15;
  transition: all 0.3s ease-in-out;
}
.login__actions__link:hover {
  color: #d4b36d;
}

.footer {
  background-color: #d4b36d;
  margin-top: 10rem;
  padding-top: 3rem;
  position: relative;
  color: #FFFFFF;
  z-index: 1;
}
.footer__grid {
  width: min(95%, 120rem);
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
}
@media (min-width: 768px) {
  .footer__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
  }
}
.footer__info {
  line-height: 0.8rem;
}
.footer__text {
  font-size: 1.5rem;
}
.footer__label {
  font-weight: 700;
}
.footer__link {
  color: #FFFFFF;
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
  transition: all 0.3s ease-in-out;
}
.footer__link:hover {
  color: #64748B;
  cursor: pointer;
  text-decoration: underline;
}
.footer__logo {
  width: 10rem;
}
@media (min-width: 768px) {
  .footer__logo {
    width: 15rem;
  }
}
@media (min-width: 1024px) {
  .footer__logo {
    width: 20rem;
  }
}
.footer__heading {
  font-size: 1.8rem;
  border-bottom: 1px solid #FFFFFF;
}
.footer__copyright {
  background-color: #d4b36d;
  margin: 3rem 0 0 0;
  padding: 2rem 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 900;
}
.footer__copyright--regular {
  font-weight: 400;
}
.footer__content {
  display: flex;
  flex-direction: column;
}
.footer__wave {
  margin-top: 5rem;
  position: absolute;
}
.footer__wave-1 {
  fill: #f1e39c;
}
.footer__wave-2 {
  fill: #d4b36d;
}

.header {
  background-color: #1a1b15;
  box-shadow: 0px 17px 10px -13px rgba(0, 0, 0, 0.35);
  position: sticky;
  top: 0;
  z-index: 5;
  width: 100%;
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
}
.header__logo {
  width: 10rem;
}
@media (min-width: 768px) {
  .header__logo {
    width: 15rem;
  }
}
@media (min-width: 1024px) {
  .header__logo {
    width: 20rem;
  }
}
.header__escudo {
  display: none;
}
@media (min-width: 1024px) {
  .header__escudo {
    width: 10rem;
    display: block;
  }
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
.menu__link {
  display: block;
  padding: 7px 15px;
  font-size: 17px;
  font-weight: 500;
  transition: 0.2s all ease-in-out;
  color: #FFFFFF;
}
.menu__link:hover {
  color: #FFFFFF;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .menu__link:hover {
    color: #d4b36d;
  }
}
.menu__link--current {
  color: #d4b36d;
}
.menu__section {
  display: flex;
  justify-content: left;
}
@media (min-width: 1024px) {
  .menu__section {
    align-items: center;
    justify-content: center;
  }
}

.menu-icon {
  display: none;
}

#menu-toggle {
  display: none;
}

#menu-toggle:checked ~ .menu {
  transform: scale(1, 1);
}

@media only screen and (max-width: 950px) {
  .menu {
    flex-direction: column;
    background-color: #d4b36d;
    align-items: start;
    position: absolute;
    top: 9rem;
    left: 0;
    width: 100%;
    z-index: 100;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }
  .menu__link {
    margin-left: 12px;
    color: #1a1b15;
  }
  .menu__li {
    margin-bottom: 10px;
  }
  .menu__section {
    margin-top: 2rem;
    flex-direction: column;
  }
  .menu-icon {
    display: block;
    color: #FFFFFF;
    font-size: 28px;
    cursor: pointer;
  }
}
.map {
  height: 45rem;
  margin-top: 3rem;
  z-index: 0;
}
.map__container {
  margin-top: 5rem;
  width: 100%;
}
.map__heading {
  margin: 0;
  text-align: center;
}
.map__text {
  font-size: 1.8rem;
  margin: 0;
  line-height: 1rem;
}

.contact__map {
  height: 20rem;
  width: 100%;
  margin-top: 3rem;
  z-index: 9;
}
.contact__map__heading {
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
}
.contact__map__text {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1rem;
}

.heading-mapa {
  text-align: center;
  font-weight: 900;
  font-size: 2.5rem;
}

.form__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
}
.form__fieldset {
  border: none;
}
.form__container {
  width: min(95%, 120rem);
  margin: 0 auto;
}
.form__section {
  padding: 1rem;
  border-bottom: 1px solid #64748B;
  margin-bottom: 2rem;
}
.form__content {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
}
.form__label {
  font-weight: 700;
  display: block;
  color: #d4b36d;
}
.form__input, .form__textarea {
  padding: 1rem;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #64748B;
  margin-bottom: 2rem;
  margin-top: 1rem;
  border-radius: 1rem;
}
.form__check {
  display: flex;
  align-items: center;
}
.form__check__label {
  color: #1a1b15;
  margin-left: 1rem;
}
.form__check__label a {
  color: #d4b36d;
}
.form__textarea {
  height: 20rem;
  width: 100%;
}
.form__button {
  margin: 2rem 0;
  padding: 1.5rem;
  text-transform: uppercase;
  background-color: #1a1b15;
  color: #FFFFFF;
  border: none;
  font-size: 1.4rem;
  transition: 0.3s background-color ease;
}
.form__button:hover {
  background-color: #f1e39c;
  color: #1a1b15;
  cursor: pointer;
}

.input__disabled {
  background: #ccc;
  cursor: not-allowed;
}

.alert {
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  text-transform: uppercase;
  margin: 2rem 0;
  font-size: 1.2rem;
  font-weight: 700;
}
.alert__error {
  background-color: rgb(255, 33, 66);
  border-left: 0.5rem solid #a90000;
  color: #FFFFFF;
}
.alert__success {
  background-color: #4ce44c;
  border-left: 0.5rem solid #02db02;
  color: #FFFFFF;
}

.cookie-alert {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 320px;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
}

.cookie-alert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.card-title {
  font-size: 1.7rem;
  font-weight: 900;
}

.card-text {
  font-size: 1.5rem;
}

.btn {
  font-size: 1.5rem;
}

#scrollTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #f1e39c; /* Set a background color */
  color: #d4b36d; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 50%; /* Rounded corners */
  font-size: 15px; /* Increase font size */
}
#scrollTop:hover {
  background-color: #d4b36d; /* Add a dark-grey background on hover */
  color: #f1e39c;
}

.sidebar {
  background-color: #d4b36d;
  height: 100%;
  width: 30rem;
  overflow: hidden;
  padding: 2rem;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}
@media (min-width: 1024px) {
  .sidebar {
    display: flex;
  }
}
.sidebar__nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 5px 30px;
}
.sidebar__menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.sidebar__menu__icon {
  display: block;
  font-size: 5px;
  cursor: pointer;
  position: absolute;
  top: 30%;
  z-index: 3;
  padding: 0.8rem;
  border-radius: 0 50% 50% 0;
  background-color: #d4b36d;
}
@media (min-width: 1024px) {
  .sidebar__menu__icon {
    display: none;
  }
}
.sidebar__logo {
  width: 12rem;
}
@media (min-width: 1920px) {
  .sidebar__logo {
    width: 20rem;
  }
}
.sidebar__link {
  color: #1a1b15;
  padding: 1rem;
  transition-property: background-color;
  transition-duration: 300ms;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.sidebar__link:hover {
  background-color: #f1e39c;
  color: #1a1b15;
  text-decoration: none;
}
@media (min-width: 1920px) {
  .sidebar__link {
    font-size: 2.4rem;
    margin-bottom: 1.8rem;
  }
}
.sidebar__link--current {
  background-color: #f1e39c;
  color: #b58237;
  position: relative;
}
.sidebar__link--current::before {
  background-color: #b58237;
  border-radius: 0 5px 5px 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.sidebar__session {
  padding: 3rem;
}
.sidebar__session__button {
  margin: 2rem 0;
  padding: 1.5rem;
  text-transform: uppercase;
  background-color: #1a1b15;
  color: #FFFFFF;
  border: none;
  font-size: 1.4rem;
  transition: 0.3s background-color ease;
}
.sidebar__session__button:hover {
  background-color: #b58237;
  text-decoration: none;
  color: #1a1b15;
  cursor: pointer;
}
.sidebar__icon {
  margin-right: 1rem;
}

.x-mark {
  cursor: pointer;
  display: flex;
  justify-content: right;
  color: #1a1b15;
}
.x-mark:hover {
  color: #f1e39c;
}
@media (min-width: 1024px) {
  .x-mark {
    display: none;
  }
}

.hide {
  display: none;
}

.show {
  position: fixed;
  display: flex;
}

.pagination {
  margin-top: 5rem;
  margin-bottom: 3rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .pagination {
    justify-content: flex-end;
  }
}
.pagination__link {
  color: #d4b36d;
  font-size: 1.6rem;
}
.pagination__link--text {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #d4b36d;
}
.pagination__link--text:hover {
  background-color: #d4b36d;
  color: #FFFFFF;
}
.pagination__link--number {
  font-weight: 700;
  display: none;
}
@media (min-width: 768px) {
  .pagination__link--number {
    display: inline;
  }
}
.pagination__link--current {
  color: #b58237;
  font-weight: 700;
  display: none;
}
@media (min-width: 768px) {
  .pagination__link--current {
    display: inline;
  }
}

.table {
  margin-top: 3rem;
  width: 100%;
  border-collapse: collapse;
}
.table__container {
  width: 100%;
  overflow-x: auto;
}
.table__thead {
  background-color: #b58237;
  color: #FFFFFF;
}
.table__th {
  padding: 1rem;
  text-align: left;
}
.table__tr:nth-of-type(even) {
  background-color: #f1e39c;
}
.table__td, .table__td--actions {
  padding: 1.5rem 1rem;
}
.table__td--actions {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  align-items: center;
}
.table__action {
  all: unset;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  transition: all, 0.3s ease-in-out;
}
.table__action--update {
  color: #d4b36d;
}
.table__action--delete {
  color: #a90000;
}
.table__action:hover {
  cursor: pointer;
  color: #b58237;
}
.table__link {
  color: #d4b36d;
  transition: all 0.3s ease-in-out;
}
.table__link:hover {
  color: #b58237;
  text-decoration: underline;
}
.table__textarea {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-icon {
  position: fixed;
  top: 5rem;
  right: 5rem;
  background-color: #d4b36d;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  cursor: pointer;
}
.cart-icon .fa-cart-shopping {
  font-size: 1.5rem;
  color: #FFFFFF;
}
.cart-icon .cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #e74c3c;
  color: #fff;
  font-size: 0.8rem;
  padding: 2px 6px;
  border-radius: 50%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 80%;
  max-width: 500px;
  border-radius: 8px;
  position: relative;
}
.modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.btn-payment {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  background-color: #02db02;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
}

#cartModal .modal-content h2 {
  text-align: center;
  margin-bottom: 1rem;
}
#cartModal .modal-content #cartSummary {
  list-style: none;
  padding: 0;
  margin: 0;
}
#cartModal .modal-content #cartSummary .cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
#cartModal .modal-content #cartSummary .cart-item .cart-item-details {
  font-size: 1rem;
  color: #333;
}
#cartModal .modal-content #cartSummary .cart-item .remove-item {
  cursor: pointer;
  color: #e74c3c;
  font-size: 1.2rem;
  transition: color 0.2s;
}
#cartModal .modal-content #cartSummary .cart-item .remove-item:hover {
  color: #c0392b;
}
#cartModal .modal-content #proceedPayment {
  display: block;
  margin: 20px auto 0;
  padding: 10px 20px;
  background-color: #02db02;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
}

.cart-total {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 10px;
  color: #333;
}

.payment-card {
  background: rgba(2, 219, 2, 0.3);
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  width: 100%;
}
.payment-card--cancel {
  background: rgba(169, 0, 0, 0.3);
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  width: 100%;
}
.payment-card__container, .payment-card__container--cancel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
.payment-card__icon {
  font-size: 64px;
  margin-bottom: 20px;
  color: #fff;
}
.payment-card__heading {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.payment-card__text {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.payment-card__link {
  text-decoration: none;
  padding: 10px 20px;
  background: #fff;
  color: #4CAF50;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.payment-card__link:hover {
  background: #f2f2f2;
  color: #1a1b15;
  text-decoration: none;
}
.payment-card__link--cancel {
  text-decoration: none;
  padding: 10px 20px;
  background: #fff;
  color: #a90000;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.payment-card__link--cancel:hover {
  background: #f2f2f2;
  color: #1a1b15;
  text-decoration: none;
}

.faq-section {
  max-width: 800px;
  margin: 5rem auto 0 auto;
  padding: 1rem;
}
.faq-section .faq-item {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  /* Opcional: Si quieres que el botón se rote cuando esté activo */
}
.faq-section .faq-item .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-section .faq-item .faq-title {
  margin: 0;
  font-size: 2rem;
  font-weight: black;
}
.faq-section .faq-item .faq-toggle {
  background-color: transparent;
  border: 1px solid #d4b36d;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.faq-section .faq-item .faq-toggle:hover {
  border: 1px solid #1a1b15;
}
.faq-section .faq-item .faq-icon {
  color: #d4b36d;
  transition: all 0.3s ease-in-out;
}
.faq-section .faq-item .faq-icon:hover {
  color: #1a1b15;
}
.faq-section .faq-item .faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  margin-top: 0.5rem;
  /* Cuando se abra, se añadirá la clase faq-open */
}
.faq-section .faq-item .faq-content.faq-open {
  max-height: 100rem;
}
.faq-section .faq-item .faq-content p,
.faq-section .faq-item .faq-content ol {
  margin: 0.5rem 0;
}
.faq-section .faq-item .faq-toggle.icon-active .faq-icon {
  transform: rotate(180deg);
}
.faq-section .faq-item .faq-video {
  margin-top: 1rem;
}
.faq-section .faq-item .faq-video iframe {
  width: 100%;
  height: 315px;
}

.faqs {
  margin-top: 5rem;
}
.faqs__container {
  width: min(95%, 120rem);
  margin: 0 auto;
}
.faqs__header {
  text-align: center;
}
.faqs__heading {
  font-size: 3rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .faqs__heading {
    font-size: 3.5rem;
  }
}
.faqs__subheading {
  color: #d4b36d;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .faqs__subheading {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .faqs__subheading {
    font-size: 2.5rem;
  }
}
.faqs__link {
  color: #d4b36d;
  transition: all 0.3s ease-in-out;
  font-size: 1.5rem;
}
.faqs__link:hover {
  color: #1a1b15;
}
.faqs__link__container {
  margin-top: 3rem;
  text-align: center;
}

.admin {
  margin-top: 5rem;
}
.admin__container {
  width: min(95%, 120rem);
  margin: 0 auto;
}
.admin__heading {
  text-align: center;
}

.dashboard {
  background-color: #F8FAFC;
  height: 100vh;
}
@media (min-width: 768px) {
  .dashboard {
    display: flex;
  }
}
.dashboard__principal {
  flex: 1;
  overflow: scroll;
  overflow-x: hidden;
}
.dashboard__content {
  padding: 2rem;
}
.dashboard__button {
  margin: 4rem 0;
  padding: 1.3rem;
  text-transform: uppercase;
  background-color: #d4b36d;
  color: #1a1b15;
  border: none;
  font-size: 1.5rem;
  transition: 0.3s background-color ease;
  display: block;
  width: 100%;
  text-align: center;
}
.dashboard__button:hover {
  background-color: #f1e39c;
  color: #1a1b15;
  cursor: pointer;
}
@media (min-width: 768px) {
  .dashboard__button {
    padding: 1.5rem;
    font-size: 1.8rem;
  }
}
.dashboard__button__container {
  width: min(95%, 60rem);
  margin: 0 auto;
}

.admin__home__container {
  width: min(95%, 120rem);
  margin: 0 auto;
}
.admin__home__grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .admin__home__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}
.admin__home__greatings {
  text-align: center;
}
.admin__home__greatings__heading {
  font-size: 2.5rem;
  color: #d4b36d;
}
@media (min-width: 768px) {
  .admin__home__greatings__heading {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .admin__home__greatings__heading {
    font-size: 4rem;
  }
}
.admin__home__greatings__subheading {
  font-weight: 700;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .admin__home__greatings__subheading {
    font-size: 2rem;
  }
}
.admin__home__history {
  width: min(95%, 120rem);
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2rem;
}
.admin__home__history__heading {
  text-align: center;
  font-size: 2.5rem;
  color: #d4b36d;
}
@media (min-width: 768px) {
  .admin__home__history__heading {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .admin__home__history__heading {
    font-size: 4rem;
  }
}
.admin__home__history__subheading {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .admin__home__history__subheading {
    font-size: 2rem;
  }
}
.admin__home__history__info__text {
  font-weight: 700;
}
.admin__home__history__info__icon {
  margin-right: 1rem;
  color: #d4b36d;
}
.admin__home__history__info__users {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.admin__home__history__info__user {
  padding: 0.5rem;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .admin__home__history__info__user {
    font-size: 1.6rem;
  }
}
.admin__home__charts {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 5rem;
}
.admin__home__charts__grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
}
@media (min-width: 768px) {
  .admin__home__charts__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}
.admin__home__charts__heading {
  text-align: center;
  color: #d4b36d;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .admin__home__charts__heading {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .admin__home__charts__heading {
    font-size: 4rem;
  }
}
.admin__home__charts__content__heading {
  text-align: center;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .admin__home__charts__content__heading {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .admin__home__charts__content__heading {
    font-size: 3rem;
  }
}
.admin__home__charts__chart {
  padding: 3rem;
}
.admin__home__today {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.admin__home__today__heading {
  text-align: center;
  color: #d4b36d;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .admin__home__today__heading {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .admin__home__today__heading {
    font-size: 4rem;
  }
}
.admin__home__today__train {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2rem;
  width: 100%;
}
.admin__home__today__train__no {
  font-weight: 900;
  text-align: center;
  font-size: 2rem;
}
.admin__home__today__train__info {
  text-align: center;
}
.admin__home__today__train__category {
  font-weight: 900;
  color: #d4b36d;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .admin__home__today__train__category {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .admin__home__today__train__category {
    font-size: 4rem;
  }
}
.admin__home__today__train__category-name {
  font-size: 2rem;
}
.admin__home__today__train__service {
  font-weight: 900;
  color: #d4b36d;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .admin__home__today__train__service {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .admin__home__today__train__service {
    font-size: 4rem;
  }
}
.admin__home__today__train__service-name {
  font-size: 2rem;
}
.admin__home__today__list {
  list-style-type: circle;
  display: flex;
  justify-content: space-around;
}
.admin__home__today__list__heading {
  color: #d4b36d;
  justify-content: left;
  font-size: 1.8rem;
}
.admin__home__today__content {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
  width: min(95%, 60rem);
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .admin__home__today__content {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    width: min(95%, 120rem);
    margin: 0 auto;
  }
}

.user-information {
  width: min(95%, 120rem);
  margin: 0 auto;
}
.user-information__heading {
  text-align: center;
  color: #d4b36d;
}

.services {
  padding: 5rem;
}
.services__grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
}
@media (min-width: 768px) {
  .services__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}
.services__grid__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.services__grid__content__heading {
  color: #d4b36d;
}
.services__list {
  list-style: none;
  padding: 0;
  width: 100%;
}
.services__info {
  border-bottom: 1px solid #d4b36d;
  margin-top: 3rem;
}
.services__info__container {
  display: flex;
  justify-content: space-between;
}
.services__info__label {
  font-weight: 700;
  color: #d4b36d;
  font-size: 2.5rem;
  padding: 0;
  margin: 0;
  margin-right: 1rem;
}
.services__info__text {
  color: #1a1b15;
  margin: 0;
  padding: 0;
}
.services__actions {
  display: flex;
  justify-content: space-between;
}
.services__button {
  margin: 2rem 0;
  padding: 1.5rem;
  text-transform: uppercase;
  background-color: #1a1b15;
  color: #FFFFFF;
  border: none;
  font-size: 1.4rem;
  transition: 0.3s background-color ease;
}
.services__button:hover {
  background-color: #f1e39c;
  color: #1a1b15;
  cursor: pointer;
}
.services__button--delete {
  margin: 2rem 0;
  padding: 1.5rem;
  text-transform: uppercase;
  background-color: #a90000;
  color: #FFFFFF;
  border: none;
  font-size: 1.4rem;
  transition: 0.3s background-color ease;
}
.services__button--delete:hover {
  background-color: rgb(255, 33, 66);
  color: #1a1b15;
  cursor: pointer;
}

.form-service {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: min(95%, 120rem);
  margin: 0 auto;
  padding: 3rem;
}
.form-service__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form-service__form__legend {
  color: #d4b36d;
}
.form-service__form__label {
  font-weight: 700;
  display: block;
  color: #d4b36d;
}
.form-service__form__input {
  padding: 1rem;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #64748B;
  margin-bottom: 2rem;
  margin-top: 1rem;
  border-radius: 1rem;
}
.form-service__form__check__container {
  margin: 1.5rem;
}
.form-service__form__checkbox {
  margin-right: 1rem;
}
.form-service__form__submit {
  margin: 2rem 0;
  padding: 1.5rem;
  text-transform: uppercase;
  background-color: #1a1b15;
  color: #FFFFFF;
  border: none;
  font-size: 1.4rem;
  transition: 0.3s background-color ease;
}
.form-service__form__submit:hover {
  background-color: #f1e39c;
  color: #1a1b15;
  cursor: pointer;
}

.campus__container {
  width: min(95%, 120rem);
  margin: 0 auto;
}
.campus__heading {
  text-align: center;
  margin-top: 5rem;
  color: #d4b36d;
}
.campus__subheading {
  color: #1a1b15;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
}
.campus__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.campus__header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.campus__header__content__datetime {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.campus__header__status--open {
  color: #FFFFFF;
  background-color: #02db02;
  padding: 1rem;
  margin: 0;
}
.campus__header__status--close {
  color: #FFFFFF;
  background-color: #a90000;
  padding: 1rem;
  margin: 0;
}
.campus__header__date {
  font-weight: 700;
  margin: 0;
}
.campus__header__button--update {
  padding: 1.5rem;
  text-transform: uppercase;
  background-color: #d4b36d;
  color: #FFFFFF;
  border: none;
  font-size: 1.4rem;
  transition: 0.3s background-color ease;
}
.campus__header__button--update:hover {
  background-color: #f1e39c;
  color: #1a1b15;
  cursor: pointer;
}
.campus__header__button--delete {
  padding: 1.5rem;
  text-transform: uppercase;
  background-color: #a90000;
  color: #FFFFFF;
  border: none;
  font-size: 1.4rem;
  transition: 0.3s background-color ease;
}
.campus__header__button--delete:hover {
  background-color: rgb(255, 33, 66);
  cursor: pointer;
}
.campus__button {
  margin: 2rem 0;
  padding: 1.5rem;
  text-transform: uppercase;
  background-color: #1a1b15;
  color: #FFFFFF;
  border: none;
  font-size: 1.4rem;
  transition: 0.3s background-color ease;
  width: 100%;
  display: inline-block;
}
.campus__button:hover {
  background-color: #f1e39c;
  color: #1a1b15;
  cursor: pointer;
}
.campus__button__container {
  width: min(95%, 60rem);
  margin: 0 auto;
}
.campus__label {
  font-weight: 700;
  display: block;
  color: #d4b36d;
}
.campus__select {
  padding: 1rem;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #64748B;
  margin-bottom: 2rem;
  margin-top: 1rem;
  border-radius: 1rem;
}
.campus__result__users {
  display: none;
  width: min(95%, 80rem);
  margin: 0 auto;
  justify-content: center;
}
.campus__summary {
  text-align: center;
  width: min(95%, 120rem);
  margin: 0 auto;
}
.campus__summary__heading {
  text-align: center;
  margin-top: 5rem;
  color: #d4b36d;
}
.campus__summary__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.campus__summary__subheading {
  color: #1a1b15;
  font-size: 2.5rem;
  font-weight: 700;
}
.campus__summary__info {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2rem;
}
.campus__summary__info__icon {
  margin-right: 1rem;
}
.campus__summary__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.campus__summary__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .campus__summary__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
  .campus__summary__grid #info1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .campus__summary__grid #chart1 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .campus__summary__grid #chart2 {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.campus__summary__charts__content {
  width: 70%;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2rem;
}
@media (min-width: 768px) {
  .campus__summary__charts__content {
    width: 100%;
  }
}
.campus__summary__charts__content__tour {
  width: 50%;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2rem;
}
.campus .campus__card {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.campus .campus__card__list {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
}
@media (min-width: 768px) {
  .campus .campus__card__list {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}
@media (min-width: 1024px) {
  .campus .campus__card__list {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
  }
}
.campus .campus__card__button {
  padding: 1.5rem;
  text-transform: uppercase;
  background-color: #d4b36d;
  color: #FFFFFF;
  border: none;
  font-size: 1.4rem;
  transition: 0.3s background-color ease;
}
.campus .campus__card__button:hover {
  background-color: #f1e39c;
  color: #1a1b15;
  cursor: pointer;
}
.campus .campus__card__heading {
  margin: 1rem 0 0 0;
}
.campus .campus__card__subheading {
  margin: 0 0 2rem 0;
}
.campus .campus__card__dates {
  margin-top: 3rem;
}
.campus .campus__card__status--open {
  color: #FFFFFF;
  background-color: #02db02;
  padding: 1rem;
  margin: 0;
  display: inline-block;
  width: 80%;
  text-align: center;
}
.campus .campus__card__status--close {
  color: #FFFFFF;
  background-color: #a90000;
  padding: 1rem;
  margin: 0;
  display: inline-block;
  width: 80%;
  text-align: center;
}
.campus__information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}
.campus__information__status--open {
  color: #FFFFFF;
  background-color: #02db02;
  padding: 1rem;
  margin: 0;
  display: inline-block;
  width: 80%;
  text-align: center;
}
.campus__information__status--close {
  color: #FFFFFF;
  background-color: #a90000;
  padding: 1rem;
  margin: 0;
  display: inline-block;
  width: 80%;
  text-align: center;
}

.button__disabled {
  padding: 1.5rem;
  text-transform: uppercase;
  background-color: #1a1b15;
  color: #FFFFFF;
  border: none;
  font-size: 1.4rem;
  transition: 0.3s background-color ease;
}

#tournamentDialog,
#typeDialog,
#typeDialogAnalytics,
#requestDialog,
#viewRequestDialog,
#availDialog,
#editRegDialog {
  border: none;
  border-radius: 8px;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: none;
}

#tournamentDialog::backdrop,
#typeDialog::backdrop,
#typeDialogAnalytics::backdrop,
#requestDialog::backdrop,
#viewRequestDialog::backdrop,
#availDialog::backdrop,
#editRegDialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-group__label {
  margin-bottom: 5px;
  font-weight: bold;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}

.form-group textarea {
  min-height: 80px;
  resize: vertical;
}

.form-row {
  display: flex;
  gap: 15px;
}

.form-row .form-group {
  flex: 1;
}

.dialog-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.btn-submit,
.btn-cancel {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.btn-submit {
  background-color: #4caf50;
  color: white;
}
.btn-submit:hover {
  background-color: #45a049;
}

.btn-cancel {
  background-color: #f44336;
  color: white;
}
.btn-cancel:hover {
  background-color: #d32f2f;
}

.matches-container {
  margin: 20px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.match-row:last-child {
  border-bottom: none;
}

.team {
  flex: 1;
  padding: 8px;
}

.team-left {
  text-align: right;
}

.team-right {
  text-align: left;
}

.match-score {
  flex: 0 0 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.score-input {
  width: 40px;
  text-align: center;
}

.vs {
  font-weight: bold;
}

.team-representative {
  font-size: 0.8em;
  color: #666;
}

.tournament-actions {
  margin-top: 20px;
  text-align: center;
}

.no-teams {
  text-align: center;
  color: #666;
  font-style: italic;
}

.teams-container {
  margin-bottom: 30px;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 8px;
}

.teams-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 10px;
  list-style: none;
  padding: 0;
}

.teams-list li {
  padding: 8px 12px;
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.match-row {
  display: flex;
  padding: 12px;
  border-bottom: 1px solid #eee;
  align-items: center;
}

.btn-save-score {
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #d4b36d;
  transition: all 0.3s ease-in-out;
  color: #1a1b15;
  border: none;
}
.btn-save-score:hover {
  background-color: #b58237;
  color: #FFFFFF;
  cursor: pointer;
}

.suggestion-item {
  padding: 0.5rem 1rem;
  background-color: #f0f0f0;
  border-radius: 4px;
}
.suggestion-item:hover {
  cursor: pointer;
}

.selected-members {
  list-style: none;
  padding: 0;
  margin: 0;
}
.selected-members li {
  display: inline-flex;
  align-items: center;
  margin: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #f0f0f0;
  border-radius: 4px;
  font-size: 0.9rem;
}
.selected-members li .member-name {
  margin-right: 0.5rem;
}
.selected-members li .remove-member {
  cursor: pointer;
  color: #900;
  transition: color 0.2s;
}
.selected-members li .remove-member:hover {
  color: #f00;
}

.trainings__container {
  width: min(95%, 120rem);
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5rem;
  margin-top: 5rem;
}
.trainings__heading {
  text-align: center;
  color: #d4b36d;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .trainings__heading {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .trainings__heading {
    font-size: 4rem;
  }
}
.trainings__label {
  font-weight: 700;
}
.trainings__input, .trainings__select {
  padding: 1rem;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #64748B;
  margin-bottom: 2rem;
  margin-top: 1rem;
  border-radius: 1rem;
}
.trainings__button {
  margin: 2rem 0;
  padding: 1.5rem;
  text-transform: uppercase;
  background-color: #1a1b15;
  color: #FFFFFF;
  border: none;
  font-size: 1.4rem;
  transition: 0.3s background-color ease;
}
.trainings__button:hover {
  background-color: #f1e39c;
  color: #1a1b15;
  cursor: pointer;
}
.trainings__result__container {
  width: min(95%, 120rem);
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5rem;
  margin-top: 5rem;
  display: none;
}
.trainings__result__users {
  display: none;
}
.trainings__subheading {
  color: #d4b36d;
}
.trainings__list {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  list-style: none;
}
.trainings__list__no-users {
  color: #d4b36d;
  font-weight: 700;
}
.trainings__list__users {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #d4b36d;
  border-radius: 50%;
  font-weight: bold;
  margin: 5px;
  cursor: pointer;
  position: relative;
}
.trainings__list__users-admin {
  font-size: 1.8rem;
}
.trainings__list__icon {
  margin-left: 1rem;
  color: #a90000;
}
.trainings__list__icon:hover {
  cursor: pointer;
}
.trainings__select__container {
  display: none;
}

.tooltip-text {
  display: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 1000;
  bottom: 100%;
  left: 50%;
  margin-bottom: 1rem;
  transform: translateX(-50%);
  white-space: nowrap;
}

.profile {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: min(95%, 120rem);
  margin: 0 auto;
  padding: 2rem;
}
.profile__form {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.profile__form__legend {
  font-size: 2.5rem;
  margin: 0;
}
.profile__form__legend--delete {
  color: #a90000;
  font-size: 2.5rem;
  margin-top: 5rem;
}
.profile__form__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem 0;
}
.profile__form__label {
  display: block;
  font-size: 1.8rem;
  color: #d4b36d;
}
.profile__form__input {
  padding: 1rem;
  border: 1px solid #64748B;
  border-radius: 0.5rem;
}
.profile__info {
  margin-top: 3rem;
}
.profile__info-extra {
  margin-top: 3rem;
}
.profile__info-extra__text {
  font-size: 2rem;
  color: #d4b36d;
}
.profile__info-extra__text span {
  color: 900;
  font-size: 1.5rem;
}
.profile__label {
  font-size: 2.5rem;
}
.profile__icon {
  margin-right: 1rem;
}
.profile__submit {
  background-color: #FFFFFF;
  border: 1px solid #d4b36d;
  color: #d4b36d;
  padding: 1rem;
  border-radius: 0.5rem;
  transition: ease 0.3s;
}
.profile__submit:hover {
  background-color: #d4b36d;
  color: #FFFFFF;
}
.profile__delete p {
  margin-top: 0;
  color: 900;
  font-size: 1.5rem;
}
.profile__delete__info {
  border: 1px solid #a90000;
  border-radius: 0.5rem;
  padding: 2rem;
  max-width: 50rem;
}
.profile__delete__info .fa-circle-exclamation {
  color: #a90000;
  font-size: 5rem;
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.profile__delete__button {
  color: #a90000;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  padding: 1rem;
  border: 1px solid #a90000;
  transition: ease 0.3s;
}
.profile__delete__button:hover {
  color: #FFFFFF;
  background-color: #a90000;
  cursor: pointer;
}

.eliminar {
  background-color: #FFFFFF;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.password-btn {
  background-color: #d4b36d;
  border-radius: 0.5rem;
  color: #FFFFFF;
  padding: 1rem;
  transition: ease 0.3s;
}
.password-btn:hover {
  background-color: #FFFFFF;
  border: 1px solid #d4b36d;
  color: #d4b36d;
}

.user__home__container {
  width: min(95%, 120rem);
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.user__home__greatings {
  text-align: center;
}
.user__home__greatings__heading {
  font-size: 2.5rem;
  color: #d4b36d;
}
@media (min-width: 768px) {
  .user__home__greatings__heading {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .user__home__greatings__heading {
    font-size: 4rem;
  }
}
.user__home__greatings__subheading {
  font-weight: 700;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .user__home__greatings__subheading {
    font-size: 2rem;
  }
}
.user__home__next-trainings {
  width: min(95%, 120rem);
  margin: 0 auto;
}
.user__home__next-trainings__heading {
  text-align: center;
  font-size: 2.5rem;
  color: #d4b36d;
}
@media (min-width: 768px) {
  .user__home__next-trainings__heading {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .user__home__next-trainings__heading {
    font-size: 4rem;
  }
}
.user__home__next-trainings__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
}
@media (min-width: 768px) {
  .user__home__next-trainings__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}
@media (min-width: 1024px) {
  .user__home__next-trainings__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
  }
}
.user__home__next-trainings__train {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2rem;
}
.user__home__next-trainings__train__heading {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .user__home__next-trainings__train__heading {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .user__home__next-trainings__train__heading {
    font-size: 3rem;
  }
}
.user__home__next-trainings__train__icon {
  margin-right: 1rem;
  color: #d4b36d;
}
.user__home__next-trainings__train__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.user__home__next-trainings__train__text {
  font-weight: 700;
}
.user__home__next-trainings__train__button {
  margin: 2rem 0;
  padding: 1.5rem;
  text-transform: uppercase;
  background-color: #a90000;
  color: #FFFFFF;
  border: none;
  font-size: 1.4rem;
  transition: 0.3s background-color ease;
}
.user__home__next-trainings__train__button:hover {
  background-color: rgb(255, 33, 66);
  cursor: pointer;
}
.user__home__next-trainings__train__delete {
  margin-right: 1rem;
  color: #FFFFFF;
}
.user__home__history {
  width: min(95%, 120rem);
  margin: 0 auto;
  padding: 2rem 0;
}
.user__home__history__heading {
  text-align: center;
  font-size: 2.5rem;
  color: #d4b36d;
}
@media (min-width: 768px) {
  .user__home__history__heading {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .user__home__history__heading {
    font-size: 4rem;
  }
}
.user__home__history__subheading {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .user__home__history__subheading {
    font-size: 2rem;
  }
}
.user__home__history__train__text {
  font-weight: 700;
}
.user__home__history__train__icon {
  margin-right: 1rem;
  color: #d4b36d;
}

.analytics {
  padding: 2rem;
}
.analytics__heading {
  text-align: center;
  color: #d4b36d;
}
.analytics__notes {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.analytics__dialog {
  border: none;
  border-radius: 0.5rem;
  padding: 1.5rem;
}

.analytics__form .analytics__group {
  margin-bottom: 1rem;
}

.analytics__grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.analytics__actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.analytics__section {
  margin-top: 5rem;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.7px);
  -webkit-backdrop-filter: blur(5.7px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2rem;
}
.analytics__section__title {
  text-align: center;
  color: #d4b36d;
}
/*# sourceMappingURL=app.css.map */
