@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@400;700&family=Roboto:wght@100;400&display=swap");
@import url("https://fonts.cdnfonts.com/css/segoe-ui-4");

@import url("_variables.css");
@import url("_bulma-custom.css");
@import url("slick.css");
@import url("slick-theme.css");

html {
  background-color: var(--bg-color-white);
  color: var(--text-color-black);
}

body {
  font-family: "Rubik", sans-serif;
  background-color: var(--bg-color-white);
  background-image: url("../images/background.jpg");
  background-position: center top;
  background-size: 200% auto;
  position: relative;
  color: var(--text-color-black);
}

.bg-primary {
  background-color: var(--primary-color);
}

.footer {
  background-color: var(--bg-color-white);
  padding: 3rem 1.5rem;
}

.footer .logo {
  display: block;
  text-align: center;
}

.navbar-brand {
  align-items: center;
}

header.main-header {
  /* color: var(--navbar-text-color); */
  background-color: var(--bg-color-white);
  position: sticky;
  top: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

header.main-header a {
  /* color: var(--navbar-text-color-link); */
}

header.main-header a:hover {
  /* color: var(--navbar-text-color-link-hover); */
}

.title,
.subtitle strong,
.subtitle {
  color: var(--text-color-black);
}

#top-bar {
  border-bottom: 1px solid var(--primary-color);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.socialmedia-bar {
  gap: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/* NAVBAR */

.navbar .navbar-brand .logo > img {
  max-height: inherit;
}

.head-content {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* MATCH SCHEDULE */

.section.match-schedule {
  background-color: rgba(255, 224, 138, 0.2);
  background-color: #eeeeee;
  overflow: hidden;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section.match-schedule > .video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  opacity: 0.2;

  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section.match-schedule > .video > video {
  width: 100%;
}

@media screen and (max-width: 850px) {
  .section.match-schedule > .video > video,
  .section.match-schedule > .video {
    width: inherit;
    max-width: inherit;
    height: 100%;
    display: block;
  }
}

.section.match-schedule .title {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
}

.section.match-schedule .subtitle {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: bold;
}

.section.match-schedule .match-schedule-title-day {
  color: hsl(348, 100%, 61%);
  font-weight: bold;
  width: 200px;
}

.section.match-schedule .column > .match-schedule-match:not(:last-child) {
  margin-bottom: 3rem;
}

.section.match-schedule .match-schedule-match-teams {
  font-weight: bold;
  font-size: 0.875rem;
}

.section.match-schedule .match-schedule-match-teams > img {
  margin: 0 8px;
  max-height: 37px;
  width: auto;
  vertical-align: middle;
}

.section.match-schedule .list-inline {
  font-family: "Rubik", sans-serif;
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
  color: var(--text-color-black);
  margin-top: 10px;
}

.section.match-schedule .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  text-transform: uppercase;
  font-size: 0.75em;
}
.section.match-schedule .list-inline > li > .bull {
  position: relative;
  margin-right: 3px;
}

.section.match-schedule .list-inline > li > svg.clock {
  top: 2px;
  margin-right: 3px;
  position: relative;
}

.section.match-schedule .list-inline li:not(:last-child) {
  /* border-right: 1px solid #333741; */
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: var(--primary-color);
  padding-right: 15px;
  margin-right: 5px;
}

/* PATROCINADORES */

.patrocinadores-slider a > span {
  display: none;
}

/* PROMOCIONAL */

.section.promocional {
  /* background-color: var(--secondary-color); */
}

.section.promocional .promocional-title {
  font-size: 2em;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 65px;
  line-height: 1;
}

.section.promocional .promocional-subtitle {
  line-height: 1;
  font-size: 1.125em;
  font-weight: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.section.competidores .title {
  text-transform: uppercase;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: bold;
}

.section.competidores .subtitle {
  text-transform: uppercase;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: bold;
}

.section.competidores .competidores-slider .slide-competidor {
  width: 100%;
  text-align: center;
  display: flex !important;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 2rem;

  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.section.competidores .competidores-slider .slide-competidor .competidor-logo > img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.section.competidores .competidores-slider .slide-competidor .competidor-nombre {
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  font-weight: bold;
}

.section.competidores .competidores-slider .slide-competidor:hover {
  -moz-transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

.section.competidores .competidores-slider .slide-competidor:hover .competidor-logo > img {
  -webkit-filter: none;
  filter: none;
}

.section.competidores .competidores-slider .slide-competidor:hover .competidor-nombre {
  border-bottom-color: var(--primary-color);
  color: var(--primary-color);
}

.section.winner-league {
  background-image: url("https://img.freepik.com/free-photo/spanish-team-holding-world-cup-trophy_23-2150742279.jpg?t=st=1700164231~exp=1700167831~hmac=9285c60787375fb480c1b0706762efa215b3c2cd6193baa2a393ba2d71896759&w=1380");
  background-size: cover;
  background-position: center 60%;
  position: relative;
}

.section.winner-league::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.winner-section {
  display: flex;
  flex-direction: row;
  position: relative;
  gap: 1rem;
  align-items: center;
}

.winner-section .winner-name {
  text-transform: uppercase;
  color: #bfbfbf;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.winner-section .winner-title {
  text-transform: uppercase;
  color: #bfbfbf;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}

.winner-section .winner-team {
  max-width: 180px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1rem;
  z-index: 100;
}

.winner-section .winner-logo {
  max-width: 90px;
  width: 100%;
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
}

.winner-section .winner-trophy {
  background-color: rgba(256, 256, 256, 0.33);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
  -webkit-box-shadow: inset 0px 0px 100px 100px rgba(255, 255, 255, 0.11);
  -moz-box-shadow: inset 0px 0px 100px 100px rgba(255, 255, 255, 0.11);
  box-shadow: inset 0px 0px 100px 100px rgba(255, 255, 255, 0.11);
}

.winner-section .winner-trophy::before {
  background-color: rgba(256, 256, 256, 0.33);
  width: 1px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}

.winner-section .winner-trophy::after {
  background-color: rgba(256, 256, 256, 0.33);
  height: 1px;
  content: "";
  display: block;
  width: calc(100% - 99px);
  position: absolute;
  margin-left: -99px;
  top: 50%;
}

.winner-section .winner-trophy figure {
  background-color: rgba(256, 256, 256, 0.18);
  border-radius: 50%;
  text-align: center;
  z-index: 100;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 100%;
}

.winner-section .winner-trophy figure img {
  max-height: 26px;
  width: auto;
  position: relative;
}

.winner-section .winner-rank {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.winner-section .rank-team {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.winner-section .rank-team .rank-team-logo {
  padding: 5px;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.winner-section .rank-team .rank-team-desc {
  flex: 1 1 auto;
}

.winner-section .rank-team .rank-team-desc .rank-team-title {
  text-transform: uppercase;
  color: #bfbfbf;
  font-weight: bold;
  font-size: 0.875em;
  line-height: 1;
  margin: 0 0 10px;
}

.winner-section .rank-team .rank-team-desc .rank-team-name {
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  display: block;
  margin: 0;
}

.winner-league-message h3::before {
  height: 1px;
  width: 50px;
  content: "";
  display: inline-block;
  position: relative;
  top: -10px;
  margin-right: 18px;
  background-color: #ffe08a;
}

.winner-league-message h3 {
  font-size: 1.875em;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  line-height: 1;
  color: #ffe08a;
}

.winner-league-message h2 {
  font-weight: bold;
  color: #fff;
  font-size: 4.2em;
  line-height: 52px;
  margin: 17px 0 40px;
}

.winner-league-message p {
  font-size: 0.875em;
  color: #bfbfbf;
  line-height: 29px;
  margin-bottom: 40px;
}

.player-single-number {
  font-size: 200px;
  font-weight: 900;
  line-height: 1;
  color: var(--text-color-primary);
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.player-single-name {
  font-size: 55px;
  font-weight: 900;
  color: var(--text-color-white);
  text-transform: uppercase;
  margin-top: -50px;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.player-box-redes {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.player-box-redes .redes-sociales {
  color: var(--text-color-white);
  min-width: 50px;
  text-align: center;
  font-weight: 900;
  background-color: var(--text-color-primary);
  border-radius: 50px;
  padding: 0.5em;
}

.player-single-separator {
  background-color: var(--text-color-secondary);
}

.player-datos-estadisticos .item-estadistica {
  text-align: center;
  padding-top: 0;
}

.player-datos-estadisticos .item-estadistica .dato-estadistica {
  font-size: 35px;
  color: var(--text-color-primary);
  font-weight: 900;
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.player-datos-estadisticos .item-estadistica .titulo-estadistica {
  font-size: 13px;
  color: var(--text-color-primary);
  text-transform: uppercase;
  font-weight: 900;
  color: var(--text-color-black);
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.player-profile h3.subtitle {
  color: var(--text-color-black);
  font-weight: 900;
  font-size: 30px;
}

.player-profile .player-single-foto {
  border: 2px solid var(--text-color-primary);
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.3);
}

.player-profile .player-single-foto > img {
  object-fit: cover;
}
/*  Estilos de la tabla */

table td {
  text-align: center;
  vertical-align: center;
}

table.table tbody tr:hover {
  color: black;
  background-color: var(--warning-color);
}

/*  Estilos de la Equipos */

.has-text-primary {
  color: var(--text-color-secondary) !important;
}
.bg-white {
  background-color: #fff !important;
}
.team-logo {
  max-width: 128px;
}

.team-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.team-name {
  color: var(--text-color-primary);
  font-weight: 400;
  font-family: "Oxanium", Arial, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 1;
}

.team-name > .bold {
  font-weight: 700;
  color: var(--text-color-white);
}

.team-slider-member {
  position: relative;
}

.section.team .team-title {
  text-transform: uppercase;
  text-align: center;
}

.section.team .team-title .team-title-back {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  color: var(--warning-color);
}

.section.team .team-title .team-title-front {
  font-size: 2rem;
  font-weight: 900;
  color: var(--primary-color);
  line-height: 1;
  margin-top: -0.7em;
}

.team-holder {
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-member figure.image {
  overflow: hidden;
  border-radius: 10px;
  margin: 10px;
  border: 2px solid var(--primary-color);
}

figure.image img {
  object-fit: cover;
}

.team-slider-member-name {
  text-transform: uppercase;
}

.team-slider-member figure.image figcaption {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;

  background: rgb(2, 0, 36);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.5) 15%,
    rgba(255, 255, 255, 0) 100%
  );
}

.team-slider-member-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  gap: 0.5rem;
}

.team-slider-member-name {
  color: var(--text-color-white);
  font-weight: 900;
  line-height: 1;
  bottom: 0;
  font-size: 1.5rem;
  text-shadow: 0px 0px 30px #000;
}

.team-slider-member-number {
  color: var(--text-color-secondary);
  font-weight: 900;
  line-height: 5.6rem;
  font-size: 7rem;
  text-shadow: 0px 0px 30px #000;
}

.team-slider-member-name.__vertical {
  position: absolute;
}

/* el mas grande */
.elmasgrande {
  text-align: center;
  font-family: "Oxanium", Arial, Helvetica, sans-serif;
}

.elmasgrande .elmasgrande-header h3 {
  color: var(--primary-color);
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  margin-top: -40px;
}

.elmasgrande .elmasgrande-header h1 {
  text-transform: uppercase;
  font-weight: 900;
  color: var(--warning-color);
  font-size: 5rem;
  line-height: 1;
}

.elmasgrande img {
  position: relative;
}

.elmasgrande .elmasgrande-figcaption {
  position: relative;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  width: 100%;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 1rem;
  color: var(--text-color-white);
  z-index: 100;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 550px) {
  .elmasgrande .elmasgrande-figcaption {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.button-go-team {
  font-weight: 900;
  color: var(--text-color-white) !important;
  background-color: var(--text-color-primary) !important;
}

.section.patrocinadores {
  background-color: #ececec;
}

.tabla-posiciones-slider {
  cursor: grab;
}