@charset "UTF-8";
@font-face {
  font-family: "ElectronicArtsDisplay-Bold";
  src: url("fonts/ElectronicArtsDisplay-Bold.eot") format("eot"), url("fonts/ElectronicArtsDisplay-Bold.woff") format("woff"), url("fonts/ElectronicArtsDisplay-Bold.ttf") format("truetype");
}
* {
  padding: 0;
  margin: 0;
  font-family: "ElectronicArtsDisplay-Bold";
}

html {
  scroll-behavior: smooth;
}

body {
  max-width: 100vw;
}

img {
  object-fit: contain;
  display: block;
}

.hidden {
  visibility: hidden;
}

.btn {
  background: linear-gradient(90deg, rgb(169, 111, 68) 0%, rgb(242, 236, 182) 50%);
  border-radius: 35px;
  padding: 5px 45px;
  cursor: pointer;
  transition: all 0.2s;
  width: fit-content;
}
.btn:hover {
  transform: scale(1.03);
}

a {
  text-decoration: none;
  color: #000;
}

p {
  color: #fff;
}

main {
  background-color: #000;
}

h2 {
  color: #cca369;
  font-size: 3.8rem;
}

#navbar {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 12vh;
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
#navbar.scroll {
  background-color: rgba(0, 0, 0, 0.5);
}
#navbar .content {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#navbar .content img {
  width: 220px;
}
#navbar .content .btn-menu {
  width: 50px;
  cursor: pointer;
  transition: all 0.2s;
}
#navbar .content .btn-menu:hover {
  transform: scale(1.03);
}

.menu {
  position: fixed;
  top: 0;
  z-index: 20;
  height: 90vh;
  width: 100%;
  background: linear-gradient(90deg, rgb(242, 236, 182) 0%, rgb(169, 111, 68) 50%);
  transition: all 0.2s;
  transform: translateY(-100%);
}
.menu.activo {
  transform: translateY(0);
}
.menu .top {
  height: 12vh;
  display: flex;
  align-items: center;
}
.menu .top .content {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.menu .top .content img {
  width: 220px;
}
.menu .top .content .btn-menu {
  width: 40px;
  cursor: pointer;
  transition: all 0.2s;
}
.menu .top .content .btn-menu:hover {
  transform: scale(1.03);
}
.menu .bottom {
  padding-top: 12vh;
}
.menu .bottom .content {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.menu .bottom .content a {
  text-align: right;
  color: #000;
  font-size: 2.6rem;
  transition: all 0.2s;
  margin-bottom: 10px;
}
.menu .bottom .content a:hover {
  opacity: 0.5;
}

header {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
header video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
header video.desktop {
  display: block;
}
header video.mobile {
  display: none;
}
header .content {
  width: 90%;
  box-sizing: border-box;
  padding: 5vh 0;
  top: 0;
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .content h1 {
  color: #fff;
  text-align: center;
  font-size: 4rem;
}
header .content .row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
header .content .row .btn {
  font-size: 0.8rem;
  background: transparent;
  border: solid 2px #cca369;
  color: #fff;
  padding: 5px 15px;
}
header .content .row a img {
  width: 35px;
}

section {
  width: 100%;
  display: flex;
  padding: 100px 0;
}
section .content {
  width: 80%;
  margin: 0 auto;
  display: flex;
}
section .content .misc {
  width: 75%;
  margin: 20px 0;
}

#somos .content {
  flex-direction: column;
  align-items: center;
}
#somos .content p {
  font-size: 1.5rem;
  text-align: center;
  width: 65%;
}

#nuestros-talentos .content {
  flex-direction: column;
  align-items: center;
  width: 75%;
}
#nuestros-talentos .content h2 {
  margin-bottom: 40px;
}
#nuestros-talentos .content .main-carousel {
  width: 100%;
  margin-bottom: 40px;
  height: 70vh;
}
#nuestros-talentos .content .main-carousel .flickity-button {
  background-color: transparent;
}
#nuestros-talentos .content .main-carousel .flickity-button.previous {
  left: -50px;
}
#nuestros-talentos .content .main-carousel .flickity-button.next {
  right: -50px;
}
#nuestros-talentos .content .main-carousel .flickity-button .flickity-button-icon {
  fill: #fff;
}
#nuestros-talentos .content .main-carousel .flickity-page-dots {
  bottom: -35px;
}
#nuestros-talentos .content .main-carousel .flickity-page-dots .dot {
  background-color: #cca369;
  margin: 0 4px;
}
#nuestros-talentos .content .main-carousel .carousel-cell {
  height: 99%;
  width: 30%;
  margin-right: 3.3333333333%;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  border: solid 2px #cca369;
}
#nuestros-talentos .content .main-carousel .carousel-cell .overlay {
  display: none;
}
#nuestros-talentos .content .main-carousel .carousel-cell img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#nuestros-talentos .content .main-carousel .carousel-cell .content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2;
  box-sizing: border-box;
  justify-content: space-between;
}
#nuestros-talentos .content .main-carousel .carousel-cell .content .escudo {
  width: 60px;
  height: auto;
  margin: 20px;
  object-fit: contain;
  align-self: flex-end;
}
#nuestros-talentos .content .main-carousel .carousel-cell .content .bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#nuestros-talentos .content .main-carousel .carousel-cell .content .bottom h5 {
  align-self: flex-start;
  color: #fff;
  margin: 20px;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
#nuestros-talentos .content .main-carousel .carousel-cell .content .bottom span {
  align-self: flex-end;
  background: linear-gradient(90deg, rgb(169, 111, 68) 0%, rgb(242, 236, 182) 50%);
  padding: 5px 50px;
  clip-path: polygon(18% 0, 100% 0%, 100% 100%, 0% 100%);
}
#nuestros-talentos .content .btn {
  padding: 5px 80px;
  margin-top: 30px;
  font-size: 1.1rem;
}
#nuestros-talentos .content .more-jugadores {
  width: 70%;
  margin-top: 40px;
}
#nuestros-talentos .content .more-jugadores #tabla-jugadores {
  width: 100%;
  border-radius: 25px 25px;
  overflow: hidden;
  table-layout: fixed;
  border-collapse: collapse;
}
#nuestros-talentos .content .more-jugadores #tabla-jugadores tr {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
#nuestros-talentos .content .more-jugadores #tabla-jugadores td,
#nuestros-talentos .content .more-jugadores #tabla-jugadores th {
  border: none;
  padding: 6px 10px;
  text-align: center;
}
#nuestros-talentos .content .more-jugadores #tabla-jugadores thead {
  background: linear-gradient(90deg, rgb(169, 111, 68) 0%, rgb(242, 236, 182) 50%);
}
#nuestros-talentos .content .more-jugadores #tabla-jugadores thead th {
  padding: 15px;
  border: none;
}
#nuestros-talentos .content .more-jugadores #tabla-jugadores tfoot {
  background: linear-gradient(90deg, rgb(169, 111, 68) 0%, rgb(242, 236, 182) 50%);
}
#nuestros-talentos .content .more-jugadores #tabla-jugadores tfoot tr th {
  opacity: 0;
}
#nuestros-talentos .content .more-jugadores #tabla-jugadores .categoria {
  background: linear-gradient(90deg, rgb(169, 111, 68) 0%, rgb(242, 236, 182) 50%);
  cursor: pointer;
  user-select: none;
}
#nuestros-talentos .content .more-jugadores #tabla-jugadores .categoria[aria-expanded=true] .flecha {
  transform: rotate(90deg);
}
#nuestros-talentos .content .more-jugadores #tabla-jugadores .categoria td {
  padding: 3px 8px;
  border: none;
  border-bottom: solid 1px black;
  text-align: center;
  position: relative;
  border: none;
}
#nuestros-talentos .content .more-jugadores #tabla-jugadores .categoria td img {
  width: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
  transition: transform 0.2s ease;
  display: inline-block;
}
#nuestros-talentos .content .more-jugadores #tabla-jugadores .categoria td strong {
  color: #fff;
  text-transform: uppercase;
}
#nuestros-talentos .content .more-jugadores #tabla-jugadores tr {
  background-color: rgba(255, 255, 255, 0.2);
}
#nuestros-talentos .content .more-jugadores #tabla-jugadores tr.jugador-row {
  display: none;
}
#nuestros-talentos .content .more-jugadores #tabla-jugadores tr td {
  color: #fff;
  text-align: center;
  padding: 3px;
}
#nuestros-talentos .content .more-jugadores #tabla-jugadores tr td img {
  width: 20px;
  margin: 0 auto;
  position: relative;
}
#nuestros-talentos .content .more-jugadores #tabla-jugadores tr:nth-of-type(odd) {
  background-color: transparent;
}

#modal-jugadores {
  position: fixed;
  display: none;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  padding: 13vh 0;
}
#modal-jugadores .main-carousel2 {
  width: 52%;
  margin: 0 auto;
}
#modal-jugadores .main-carousel2 .flickity-button {
  background-color: transparent;
  color: white;
}
#modal-jugadores .main-carousel2 .flickity-button.previous {
  left: -100px;
}
#modal-jugadores .main-carousel2 .flickity-button.next {
  right: -100px;
}
#modal-jugadores .main-carousel2 .carousel-cell {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
#modal-jugadores .main-carousel2 .carousel-cell.abierto .info {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}
#modal-jugadores .main-carousel2 .carousel-cell.abierto .img {
  transform: translateX(0);
}
#modal-jugadores .main-carousel2 .carousel-cell .img {
  width: 43%;
  overflow: hidden;
  border-radius: 25px;
  border: solid 1px #cca369;
  height: 70vh;
  z-index: 2;
  transform: translateX(55%);
  transition: clip-path 0.6s ease, transform 0.6s ease, opacity 0.6s ease;
}
#modal-jugadores .main-carousel2 .carousel-cell .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#modal-jugadores .main-carousel2 .carousel-cell .info {
  width: 57%;
  border-radius: 0 20px 20px 0;
  border: solid 1px #cca369;
  background-color: #0c0c0c;
  padding: 35px 25px;
  box-sizing: border-box;
  clip-path: inset(0 100% 0 0);
  transform: translateX(-40%);
  z-index: 1;
  transition: clip-path 0.6s ease, transform 0.6s ease, opacity 0.6s ease;
}
#modal-jugadores .main-carousel2 .carousel-cell .info h4 {
  color: #cca369;
  font-size: 2.1rem;
}
#modal-jugadores .main-carousel2 .carousel-cell .info p {
  font-size: 0.9rem;
  margin: 5px 0;
}
#modal-jugadores .main-carousel2 .carousel-cell .info p b {
  color: #cca369;
}
#modal-jugadores .main-carousel2 .carousel-cell .info hr {
  border: none;
  margin: 10px 0;
  border-top: solid 2px #cca369;
}
#modal-jugadores .main-carousel2 .carousel-cell .info .btn {
  border-radius: 5px;
  padding: 10px 15px;
  margin: 10px 0;
}
#modal-jugadores .main-carousel2 .carousel-cell .info .row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#modal-jugadores .main-carousel2 .carousel-cell .info .row img {
  width: 40%;
}
#modal-jugadores .main-carousel2 .carousel-cell .info .row .col {
  display: flex;
  flex-direction: column;
}
#modal-jugadores .main-carousel2 .carousel-cell .info .row .equipo {
  display: flex;
  align-items: center;
}
#modal-jugadores .main-carousel2 .carousel-cell .info .row .equipo img {
  width: 50px;
  margin-right: 20px;
}
#modal-jugadores .main-carousel2 .carousel-cell .info .row .equipo h3 {
  color: #cca369;
  font-size: 2rem;
}

#staff {
  padding: 0;
}
#staff .content {
  flex-direction: column;
  align-items: center;
}
#staff .content .title {
  background-image: url("../assets/misc_02.svg");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 60px;
  margin-bottom: 40px;
}
#staff .content .title img {
  height: 3.2rem;
  margin-top: 0.5rem;
}
#staff .content p {
  text-align: center;
  width: 80%;
  margin-bottom: 20px;
  font-size: 1.1rem;
}
#staff .content .member {
  width: 80%;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#staff .content .member.abierto .img {
  transform: translateX(0);
}
#staff .content .member.abierto .info {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}
#staff .content .member:nth-of-type(odd) {
  justify-content: flex-end;
}
#staff .content .member:nth-of-type(odd) .info {
  border-radius: 20px 0 0 20px;
}
#staff .content .member .img {
  width: 40%;
  overflow: hidden;
  border-radius: 25px;
  border: solid 1px #cca369;
  z-index: 2;
  transform: translateX(55%);
  transition: clip-path 0.6s ease, transform 0.6s ease, opacity 0.6s ease;
}
#staff .content .member .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#staff .content .member .info {
  width: 60%;
  border-radius: 0 20px 20px 0;
  border: solid 1px #cca369;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transform: translateX(-40%);
  z-index: 1;
  transition: clip-path 0.6s ease, transform 0.6s ease, opacity 0.6s ease;
}
#staff .content .member .info p {
  width: 100%;
}
#staff .content .member .info .top {
  width: 100%;
  background: linear-gradient(90deg, rgb(169, 111, 68) 0%, rgb(242, 236, 182) 50%);
}
#staff .content .member .info .top span {
  margin: 0 7%;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
#staff .content .member .info .bottom {
  width: 86%;
  margin: 0 auto;
  padding: 15px 0;
}
#staff .content .member .info .bottom h4 {
  color: #cca369;
  font-size: 1.6rem;
}
#staff .content .member .info .bottom p {
  text-align: left;
  font-size: 0.9rem;
  line-height: 1rem;
}
#staff .content .member .info .bottom .redes {
  display: flex;
  gap: 17px;
}
#staff .content .member .info .bottom .redes a {
  transition: all 0.2s;
}
#staff .content .member .info .bottom .redes a:hover {
  opacity: 0.7;
}
#staff .content .member .info .bottom .redes a img {
  width: 24px;
}
#staff .content .more-staff {
  width: 80%;
  margin: 0 auto;
  display: none;
}
#staff .content .more-staff .staff-carousel {
  display: none;
}
#staff .content .more-staff .grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
  width: 100%;
  display: flex;
}
#staff .content .more-staff .member,
#staff .content .more-staff .carousel-cell {
  width: 20%;
  display: flex;
  flex-direction: column;
  border-radius: 0;
}
#staff .content .more-staff .member .box,
#staff .content .more-staff .carousel-cell .box {
  flex-direction: column;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  border: solid 2px #cca369;
}
#staff .content .more-staff .member .box .img,
#staff .content .more-staff .carousel-cell .box .img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 0;
  border: none;
}
#staff .content .more-staff .member .box .img img,
#staff .content .more-staff .carousel-cell .box .img img {
  width: 100%;
  height: 100%;
}
#staff .content .more-staff .member .box .puesto,
#staff .content .more-staff .carousel-cell .box .puesto {
  background: linear-gradient(90deg, rgb(169, 111, 68) 0%, rgb(242, 236, 182) 50%);
  padding: 3px 0;
  text-align: center;
}
#staff .content .more-staff .member .box .puesto span,
#staff .content .more-staff .carousel-cell .box .puesto span {
  font-size: 0.9rem;
}
#staff .content .more-staff .member .box .nombre,
#staff .content .more-staff .carousel-cell .box .nombre {
  color: #cca369;
  font-size: 1.2rem;
  text-align: center;
  padding: 5px 0;
}
#staff .content .more-staff .member .redes,
#staff .content .more-staff .carousel-cell .redes {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 10px 0;
}
#staff .content .more-staff .member .redes a,
#staff .content .more-staff .carousel-cell .redes a {
  margin: 0 10px;
}
#staff .content .more-staff .member .redes a img,
#staff .content .more-staff .carousel-cell .redes a img {
  width: 25px;
  transition: all 0.2s;
  cursor: pointer;
}
#staff .content .more-staff .member .redes a img:hover,
#staff .content .more-staff .carousel-cell .redes a img:hover {
  opacity: 0.5;
}
#staff .content .btn {
  margin-top: 100px;
  padding: 5px 80px;
  font-size: 1.2rem;
}

#servicios {
  padding: 100px 0;
}
#servicios .content {
  flex-direction: column;
  align-items: center;
}
#servicios .content p {
  text-align: center;
  font-size: 1.1rem;
  width: 55%;
}
#servicios .content p b {
  text-transform: uppercase;
  color: #cca369;
}
#servicios .content .block {
  width: 100%;
  display: flex;
  border-radius: 15px;
  border: solid 1px #cca369;
  overflow: hidden;
  flex-direction: column;
}
#servicios .content .block .img {
  overflow: hidden;
  border-radius: 15px;
  height: 15vw;
}
#servicios .content .block .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#servicios .content .block .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  padding-bottom: 30px;
}
#servicios .content .block .info h3 {
  font-size: 1.4rem;
  color: white;
  text-align: center;
  width: 70%;
}
#servicios .content .block .info img {
  width: 10px;
  margin: 10px 0;
}
#servicios .content .block .info .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
}
#servicios .content .block .info .item h6 {
  font-size: 1rem;
  color: #cca369;
  text-align: center;
}
#servicios .content .block .info .item p {
  font-size: 1rem;
  width: 80%;
}
#servicios .content .grid {
  display: grid;
  width: 90%;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 50px;
}
#servicios .content .servicios-carousel {
  display: none;
}

#gen .seq-overlay {
  position: absolute;
  inset: 0;
  /* top/right/bottom/left: 0 */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  /* no interactúa mientras está oculto */
  transition: opacity 0.35s ease;
  z-index: 2;
  /* sobre el canvas */
  /* opcional: fondo semitransparente para contraste
  background: rgba(255,255,255,.0);
  */
}
#gen .seq-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
  /* ahora sí interactivo */
}
#gen #gen-svg .valor {
  cursor: pointer;
}
#gen #gen-svg .valor:hover {
  filter: brightness(1.15);
}
#gen .content {
  flex-direction: column;
  align-items: center;
}
#gen .content .seq-pin {
  position: relative;
  height: 100vh;
  width: 85%;
  margin: 0 auto 50px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
#gen .content h2 {
  display: flex;
  font-size: 5rem;
  text-align: center;
  z-index: 3;
}
#gen .content h2 img {
  margin-left: 40px;
  height: 3.5rem;
  margin-top: 1.8rem;
}
#gen .content .seq-wrap {
  background: #000;
  width: 65%;
  position: relative;
  top: -9vw;
}
#gen .content .seq-sticky {
  position: relative;
  width: 100%;
  width: min(100%, 120vh);
  /* limita por alto del viewport */
  aspect-ratio: 4/3;
  overflow: hidden;
  margin: 0 auto;
}
#gen .content #seq-canvas {
  display: block;
  width: 100%;
  margin: 0 auto;
  object-fit: contain;
  height: auto;
}
#gen .content #seq-canvas.hidden {
  opacity: 0;
}
#gen .content .tooltip-box {
  position: absolute;
  top: 50%;
  left: 25%;
  max-width: 280px;
  background: linear-gradient(90deg, rgb(169, 111, 68) 0%, rgb(242, 236, 182) 50%);
  color: #000;
  padding: 16px 20px;
  border-radius: 15px;
  font-size: 16px;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 99;
}
#gen .content .tooltip-box.is-visible {
  opacity: 1;
  pointer-events: auto;
}
#gen .content .tooltip-box .t-text {
  font-size: 0.9rem;
  text-align: left;
  color: #000 !important;
  top: auto;
}
#gen .content p {
  font-size: 1.2rem;
  z-index: 3;
  text-align: center;
  position: relative;
  top: -100px;
}
#gen .content p.abso {
  top: -30px;
}
#gen .content .misc {
  z-index: 3;
  width: 100%;
  margin: 0;
  position: relative;
  top: -20px;
}
#gen .content .misc.small {
  width: 40%;
  top: -60px;
  margin-top: 50px;
}

#contacto .content {
  flex-direction: column;
  width: 70%;
}
#contacto .content h2 {
  text-align: center;
  margin-bottom: 20px;
}
#contacto .content .box {
  display: flex;
  border: solid 2px #cca369;
  border-radius: 15px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto;
  padding: 30px;
  justify-content: space-between;
}
#contacto .content .box .form-container {
  width: 55%;
}
#contacto .content .box .form-container form {
  width: 100%;
}
#contacto .content .box .form-container form input,
#contacto .content .box .form-container form textarea {
  border: solid 1px #cca369;
  border-radius: 5px;
  background-color: transparent;
  color: #cca369;
  padding: 7px;
  box-sizing: border-box;
  width: 100%;
  resize: none;
  margin-bottom: 10px;
}
#contacto .content .box .form-container form input::placeholder,
#contacto .content .box .form-container form textarea::placeholder {
  color: #cca369;
}
#contacto .content .box .form-container form textarea {
  height: 150px;
}
#contacto .content .box .form-container form button {
  background: linear-gradient(90deg, rgb(242, 236, 182) 0%, rgb(169, 111, 68) 50%);
  color: #000;
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 10px 0;
  cursor: pointer;
}
#contacto .content .box .info-container {
  width: 40%;
  border-left: solid 1px #cca369;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#contacto .content .box .info-container a,
#contacto .content .box .info-container p {
  color: #cca369;
}

#legado {
  margin-top: 15vh;
}
#legado .reveal-window {
  border-radius: 15px;
  border: 1px solid #cca369;
  width: 70%;
  margin: 0 auto;
  background-color: transparent;
  position: relative;
  box-sizing: border-box;
  /* Barra decorativa (se ve en la ventana, pero NO tapa el fondo) */
}
#legado .reveal-window .layer--bottom {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 40px;
  width: 100%;
  color: #000;
}
#legado .reveal-window .layer--bottom .stage:nth-of-type(2) p,
#legado .reveal-window .layer--bottom .stage:nth-of-type(2) span,
#legado .reveal-window .layer--bottom .stage:nth-of-type(2) h2 {
  opacity: 0;
}
#legado .reveal-window .layer--bottom .stage:nth-of-type(1) h2 img {
  opacity: 0;
}
#legado .reveal-window .layer--bottom h2 {
  color: #cca369;
}
#legado .reveal-window .layer--bottom p,
#legado .reveal-window .layer--bottom span {
  color: #fff;
}
#legado .reveal-window .layer--top {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  gap: 40px;
  width: 100%;
  background: transparent;
  clip-path: inset(0 0% 0 0);
}
#legado .reveal-window .layer--top h2 {
  color: #000;
}
#legado .reveal-window .layer--top h2 img {
  opacity: 0;
}
#legado .reveal-window .layer--top p,
#legado .reveal-window .layer--top span {
  color: #000;
}
#legado .reveal-window .stage {
  padding: 50px;
  box-sizing: border-box;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#legado .reveal-window .stage h2 {
  font-size: 2.8rem;
  display: flex;
}
#legado .reveal-window .stage h2 img {
  height: 2.3rem;
  margin-top: 0.4rem;
  margin-left: 10px;
}
#legado .reveal-window .stage p,
#legado .reveal-window .stage span {
  font-size: 1.1rem;
}
#legado .reveal-window .window-bar {
  position: absolute;
  border-radius: 15px;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  /* Gradiente con alpha para que se vea lo de atrás */
  background: linear-gradient(90deg, rgb(169, 111, 68) 0%, rgb(242, 236, 182) 50%);
}

#ultimas-transferencias .content {
  flex-direction: column;
}
#ultimas-transferencias .content h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 4.5rem;
}
#ultimas-transferencias .content .carousel-transferencias {
  width: 100%;
  height: 25vw;
}
#ultimas-transferencias .content .carousel-transferencias .flickity-button {
  background-color: transparent;
  color: #fff;
}
#ultimas-transferencias .content .carousel-transferencias .flickity-button.previous {
  left: -35px;
}
#ultimas-transferencias .content .carousel-transferencias .flickity-button.next {
  right: -35px;
}
#ultimas-transferencias .content .carousel-transferencias .carousel-cell {
  width: 30%;
  height: 100%;
  margin: 0 1.5%;
}
#ultimas-transferencias .content .carousel-transferencias .carousel-cell img {
  width: 100%;
  height: 100%;
}

#novedades .content {
  flex-direction: column;
  align-items: center;
}
#novedades .content h2 {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

footer {
  background-color: #000;
  padding: 50px 0;
}
footer .content {
  width: 60%;
  flex-direction: column;
  display: flex;
  margin: 0 auto;
  gap: 20px;
}
footer .content span {
  color: #cca369;
  text-align: center;
}
footer .content .redes {
  display: flex;
  justify-content: center;
  margin-bottom: 53px;
}
footer .content .redes a {
  margin: 0 15px;
}
footer .content .redes a img {
  width: 25px;
  transition: all 0.2s;
}
footer .content .redes a img:hover {
  opacity: 0.8;
}
footer .content img {
  width: 100%;
  margin: 20px autp;
}

@media (max-width: 1000px) {
  html {
    max-width: 100vw;
    overflow-x: hidden;
    font-size: 14px;
  }
  #navbar {
    width: 100%;
  }
  #navbar .content img {
    width: 150px;
  }
  #navbar .content .btn-menu {
    width: 40px;
  }
  header {
    height: 90vh;
  }
  header video.desktop {
    display: none;
  }
  header video.mobile {
    display: block;
  }
  header .content .row {
    flex-direction: column;
    align-items: center;
  }
  header .content .row a {
    order: 2;
  }
  header .content .row .btn {
    order: 1;
    margin-bottom: 20px;
    font-size: 1.1rem;
  }
  header .content h1 {
    display: none;
  }
  #somos {
    padding: 30px 0;
  }
  #somos .content h2 {
    font-size: 2.8rem;
  }
  #somos .content .misc {
    width: 100%;
    margin: 0;
  }
  #somos .content p {
    width: 100%;
    font-size: 1.2rem;
  }
  #nuestros-talentos {
    padding: 30px 0 100px 0;
  }
  #nuestros-talentos .content {
    width: 90%;
  }
  #nuestros-talentos .content h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 30px;
  }
  #nuestros-talentos .content .main-carousel {
    height: 60vh;
    width: 85%;
  }
  #nuestros-talentos .content .main-carousel .flickity-button.next {
    right: -35px;
  }
  #nuestros-talentos .content .main-carousel .flickity-button.previous {
    left: -35px;
  }
  #nuestros-talentos .content .main-carousel .carousel-cell {
    width: 95%;
    margin: 0 2.5%;
    border-radius: 35px;
    position: relative;
  }
  #nuestros-talentos .content .main-carousel .carousel-cell .overlay {
    position: absolute;
    top: 0;
    z-index: 10;
  }
  #nuestros-talentos .content .main-carousel .carousel-cell .overlay.info {
    width: 100%;
    border-radius: 0 20px 20px 0;
    border: solid 1px #cca369;
    background-color: rgba(12, 12, 12, 0.8);
    padding: 35px 25px;
    box-sizing: border-box;
    height: 100%;
  }
  #nuestros-talentos .content .main-carousel .carousel-cell .overlay.info h4 {
    color: #cca369;
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
  #nuestros-talentos .content .main-carousel .carousel-cell .overlay.info p {
    font-size: 0.9rem;
    margin: 5px 0;
  }
  #nuestros-talentos .content .main-carousel .carousel-cell .overlay.info p b {
    color: #cca369;
  }
  #nuestros-talentos .content .main-carousel .carousel-cell .overlay.info hr {
    border: none;
    margin: 10px 0;
    border-top: solid 2px #cca369;
  }
  #nuestros-talentos .content .main-carousel .carousel-cell .overlay.info .btn {
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px 0;
    font-size: 1rem;
  }
  #nuestros-talentos .content .main-carousel .carousel-cell .overlay.info .row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 20px;
  }
  #nuestros-talentos .content .main-carousel .carousel-cell .overlay.info .row img {
    width: 30%;
  }
  #nuestros-talentos .content .main-carousel .carousel-cell .overlay.info .row .col {
    display: flex;
    width: 60%;
    flex-direction: column;
  }
  #nuestros-talentos .content .main-carousel .carousel-cell .overlay.info .row .equipo {
    display: flex;
    align-items: center;
  }
  #nuestros-talentos .content .main-carousel .carousel-cell .overlay.info .row .equipo img {
    width: 40px;
    margin-right: 10px;
  }
  #nuestros-talentos .content .main-carousel .carousel-cell .overlay.info .row .equipo h3 {
    color: #cca369;
    font-size: 2rem;
  }
  #nuestros-talentos .content .main-carousel .carousel-cell .content .bottom h5 {
    margin: 0 20px;
  }
  #nuestros-talentos .content .btn {
    font-size: 1.7rem;
    width: 90%;
    box-sizing: border-box;
    text-align: center;
  }
  #nuestros-talentos .content .more-jugadores {
    width: 90%;
  }
  #nuestros-talentos .content .more-jugadores table colgroup col:nth-of-type(1), #nuestros-talentos .content .more-jugadores table colgroup col:nth-of-type(4) {
    width: 50% !important;
  }
  #nuestros-talentos .content .more-jugadores table colgroup col:nth-of-type(2), #nuestros-talentos .content .more-jugadores table colgroup col:nth-of-type(3) {
    display: none;
  }
  #nuestros-talentos .content .more-jugadores table thead tr th:nth-of-type(2), #nuestros-talentos .content .more-jugadores table thead tr th:nth-of-type(3) {
    display: none;
  }
  #nuestros-talentos .content .more-jugadores table tr td:nth-of-type(2), #nuestros-talentos .content .more-jugadores table tr td:nth-of-type(3) {
    display: none;
  }
  #modal-jugadores .main-carousel2 {
    height: 60vh;
    width: 80%;
    margin-top: 10vh;
  }
  #modal-jugadores .main-carousel2 .carousel-cell {
    height: 60vh;
  }
  #modal-jugadores .main-carousel2 .carousel-cell .img {
    display: none;
  }
  #modal-jugadores .main-carousel2 .carousel-cell .info {
    width: 100%;
    height: fit-content;
    border-radius: 20px;
    clip-path: none;
    transform: none;
  }
  #staff .content {
    width: 90%;
  }
  #staff .content .title {
    box-sizing: border-box;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 0;
    padding-bottom: 25px;
  }
  #staff .content .title h2 {
    font-size: 2.4rem;
  }
  #staff .content .title img {
    height: 2.3rem;
    margin-top: 0.3rem;
  }
  #staff .content p {
    width: 90%;
  }
  #staff .content .member {
    flex-direction: column;
    width: 90%;
  }
  #staff .content .member .img {
    width: 100%;
    border-radius: 15px 15px 0 0 !important;
    order: 1 !important;
  }
  #staff .content .member .info {
    width: 100%;
    border-radius: 0 0 15px 15px !important;
    order: 2 !important;
  }
  #staff .content .member .info .top {
    text-align: center;
  }
  #staff .content .member .info .bottom h4 {
    text-align: center;
  }
  #staff .content .member .info .bottom p {
    text-align: center;
  }
  #staff .content .member .info .bottom .redes {
    width: fit-content;
    margin: 0 auto;
  }
  #staff .content .member .info .bottom .redes a img {
    width: 20px;
  }
  #staff .content .more-staff {
    display: flex;
    margin-top: 40px;
  }
  #staff .content .more-staff .grid {
    display: none;
  }
  #staff .content .more-staff .staff-carousel {
    display: block;
    margin-top: 40px;
    width: 90%;
    height: 40vh;
    margin: 0 auto;
  }
  #staff .content .more-staff .staff-carousel .flickity-page-dots {
    display: none;
  }
  #staff .content .more-staff .staff-carousel .flickity-button {
    background-color: transparent;
    color: #fff;
  }
  #staff .content .more-staff .staff-carousel .flickity-button.next {
    right: -40px;
  }
  #staff .content .more-staff .staff-carousel .flickity-button.previous {
    left: -40px;
  }
  #staff .content .more-staff .staff-carousel .carousel-cell {
    width: 95%;
    height: 100%;
    margin: 0 2.6%;
  }
  #staff .content .more-staff .staff-carousel .carousel-cell .box .img {
    height: 25vh;
  }
  #staff .content .more-staff .staff-carousel .carousel-cell .box .img img {
    object-fit: cover;
  }
  #staff .content .btn {
    display: none;
  }
  #servicios .content {
    width: 90%;
  }
  #servicios .content h2 {
    font-size: 2.5rem;
  }
  #servicios .content .misc {
    width: 100%;
    margin: 0;
  }
  #servicios .content p {
    width: 80%;
  }
  #servicios .content .grid {
    display: none;
  }
  #servicios .content .servicios-carousel {
    display: block;
    margin-top: 50px;
    height: 85vh;
    width: 80%;
  }
  #servicios .content .servicios-carousel .flickity-button {
    background-color: transparent;
    color: #fff;
  }
  #servicios .content .servicios-carousel .flickity-button.next {
    right: -40px;
  }
  #servicios .content .servicios-carousel .flickity-button.previous {
    left: -40px;
  }
  #servicios .content .servicios-carousel .carousel-cell {
    height: 99%;
    width: 95%;
    margin: 0 2.5%;
  }
  #servicios .content .servicios-carousel .carousel-cell .img {
    height: 30%;
  }
  #servicios .content .servicios-carousel .carousel-cell .img img {
    height: 100%;
  }
  #servicios .content .servicios-carousel .carousel-cell .info {
    height: 70%;
  }
  #servicios .content .servicios-carousel .carousel-cell .info .item p {
    width: 100%;
  }
  #gen {
    padding: 30px 0;
  }
  #gen .seq-overlay {
    display: none;
  }
  #gen .content {
    width: 90%;
  }
  #gen .content h2 {
    font-size: 2.7rem;
  }
  #gen .content h2 img {
    height: 1.8rem;
    margin-left: 20px;
    margin-top: 0.9rem;
  }
  #gen .content .misc.small {
    width: 100%;
  }
  #gen .content p {
    font-size: 1.1rem;
    width: 100%;
  }
  #gen .content .seq-wrap {
    width: 90%;
  }
  #gen .content .seq-sticky {
    aspect-ratio: 9/16;
  }
  #legado {
    padding: 30px 0;
  }
  #legado .reveal-window {
    width: 85%;
  }
  #legado .reveal-window .layer--bottom,
  #legado .reveal-window .layer--top {
    flex-direction: column;
  }
  #legado .reveal-window .layer--bottom .stage,
  #legado .reveal-window .layer--top .stage {
    width: 100%;
    padding: 25px;
  }
  #legado .reveal-window .layer--bottom .stage h2,
  #legado .reveal-window .layer--top .stage h2 {
    font-size: 2rem;
  }
  #legado .reveal-window .layer--bottom .stage p,
  #legado .reveal-window .layer--top .stage p {
    font-size: 0.9rem;
  }
  #legado .reveal-window .window-bar {
    width: 100%;
    height: 50%;
  }
  #ultimas-transferencias .content h2 {
    font-size: 2.4rem;
  }
  #ultimas-transferencias .content .carousel-transferencias {
    height: 65vw;
  }
  #ultimas-transferencias .content .carousel-transferencias .carousel-cell {
    width: 100%;
  }
  #contacto {
    padding: 30px 0;
  }
  #contacto .content {
    width: 80%;
  }
  #contacto .content h2 {
    font-size: 2.3rem;
  }
  #contacto .content .box {
    border: none;
    padding: 0;
    width: 100%;
    flex-direction: column;
  }
  #contacto .content .box .form-container {
    width: 100%;
  }
  #contacto .content .box .form-container form input,
  #contacto .content .box .form-container form textarea {
    padding: 10px;
  }
  #contacto .content .box .form-container form input::placeholder,
  #contacto .content .box .form-container form textarea::placeholder {
    font-size: 1.2rem;
  }
  #contacto .content .box .form-container form button {
    font-size: 1.4rem;
  }
  #contacto .content .box .info-container {
    width: 100%;
    padding: 0;
    border: none;
    margin-top: 50px;
  }
  #contacto .content .box .info-container img {
    width: 85%;
  }
  #contacto .content .box .info-container a,
  #contacto .content .box .info-container p {
    font-size: 1.3rem;
  }
  #novedades .content h2 {
    font-size: 2.4rem;
  }
  footer .content {
    width: 90%;
  }
  footer .content .redes {
    margin-bottom: 10px;
  }
  footer .content span {
    font-size: 0.8rem;
  }
}

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