@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html,
body {
  font-size: 23px;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Barlow Condensed", sans-serif;
}

.futbolin-banner {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.futbolin-banner p,
.futbolin-banner h1,
.futbolin-banner h2,
.futbolin-banner h3,
.futbolin-banner h4,
.futbolin-banner h5,
.futbolin-banner h6 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.futbolin-banner h1.banner-title {
  font-size: 83px;
  font-weight: 900;
}
.futbolin-banner h6.banner-subtitle {
  font-size: 38px;
  font-weight: 100;
}
.futbolin-banner h6.banner-subtitle:first-child {
  margin-top: 24px;
}
.futbolin-banner h6.banner-subtitle:last-child {
  margin-bottom: 24px;
}
.futbolin-banner p.caption {
  font-size: 12.5px;
  font-weight: 100;
}
.futbolin-banner .banner-logo {
  margin: 0 auto;
  width: 100%;
  width: 100%;
  max-width: 1140px;
}
.futbolin-banner .banner-logo .logo-container {
  padding: 20px 0 10px;
}

/* Full screen loading overlay with centered spinning logo animation */

@keyframes breatheFade {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

 
.futbolin-banner .right-column {
  display: none;
}
.futbolin-banner .d-flex {
  display: flex;
}
.futbolin-banner .align-items-center {
  align-items: center;
}
.futbolin-banner .logo {
  width: 200px;
  height: auto;
}

.logo_mobile img {
  height: 57px;
  width: auto;
}
.futbolin-banner .banner-content {
   display: flex;
  justify-content: center;
  flex: 1;
  display: flex;
  padding: 0px 40px;
}
.futbolin-banner .text-container {
  max-width: 40%;
  display: flex;
  flex-direction: column;
}
.futbolin-banner .custom-button {
  color: #fff;
  background-color: transparent;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 30px;
  cursor: pointer;
  letter-spacing: 0.5px;
  margin-top: 32px;
  border-radius: 32px;
}
.futbolin-banner .custom-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.futbolin-banner .banner-footer {
  background-color: #32164a;
  height: auto;
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 992px) {
  .futbolin-banner .left-column {
    background-position: center;
  }
  .futbolin-banner .banner-content {
    background-position: right right;
    background-size: contain;
  }
  .futbolin-banner .text-container {
    max-width: 100%;
  }
  .futbolin-banner h1.banner-title {
    font-size: 40px;
    font-weight: 900;
  }
  .futbolin-banner h6.banner-subtitle {
    font-size: 24px;
  }
  .futbolin-banner h6.banner-subtitle:first-child {
    margin-top: 16px;
  }
  .futbolin-banner h6.banner-subtitle:last-child {
    margin-bottom: 16px;
  }
  .futbolin-banner .custom-button {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .futbolin-banner p.caption {
    font-size: 12.5px;
  }
}
@media (max-width: 1200px) {
  .futbolin-banner .banner-logo .logo-container {
    padding: 40px;
  }
}

/* --- Card format from style.css (for .tarjeta) --- */
.tarjeta .inner {
  border-radius: 10px;
  margin: 10px;
  padding: 10px 0;
  min-height: 100px;
background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='29' height='50.115' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%23481f78ff'/><path d='M14.499 11.82L4.36 5.968l.002-11.706 10.14-5.855L24.638-5.74l-.001 11.707zm0 50.06L4.36 56.029l.002-11.706 10.14-5.855 10.137 5.852-.001 11.707zm14.498-25.117L18.858 30.91l.002-11.707L29 13.349l10.137 5.853-.001 11.706zm-29 0l-10.139-5.852.002-11.707L0 13.349l10.138 5.853-.002 11.706zm14.501-19.905L0 8.488.002-8.257l14.5-8.374L29-8.26l-.002 16.745zm0 50.06L0 58.548l.002-16.745 14.5-8.373L29 41.8l-.002 16.744zM28.996 41.8l-14.498-8.37.002-16.744L29 8.312l14.498 8.37-.002 16.745zm-29 0l-14.498-8.37.002-16.744L0 8.312l14.498 8.37-.002 16.745z'  stroke-linecap='square' stroke-width='1' stroke='%232f1450ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}

.bg-bad .inner{
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='29' height='50.115' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%23f4403460'/><path d='M14.499 11.82L4.36 5.968l.002-11.706 10.14-5.855L24.638-5.74l-.001 11.707zm0 50.06L4.36 56.029l.002-11.706 10.14-5.855 10.137 5.852-.001 11.707zm14.498-25.117L18.858 30.91l.002-11.707L29 13.349l10.137 5.853-.001 11.706zm-29 0l-10.139-5.852.002-11.707L0 13.349l10.138 5.853-.002 11.706zm14.501-19.905L0 8.488.002-8.257l14.5-8.374L29-8.26l-.002 16.745zm0 50.06L0 58.548l.002-16.745 14.5-8.373L29 41.8l-.002 16.744zM28.996 41.8l-14.498-8.37.002-16.744L29 8.312l14.498 8.37-.002 16.745zm-29 0l-14.498-8.37.002-16.744L0 8.312l14.498 8.37-.002 16.745z'  stroke-linecap='square' stroke-width='1' stroke='%23481f78ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>") !important;
}


.tarjeta {
  position: relative;
  overflow: hidden;
 
  cursor: pointer;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 15px;
}
.tarjeta h5 {
  padding: 5px 0;
}
.tarjeta .cardIco {
  font-size: 30px;
}
.tarjeta .cardBig {
  font-size: 23px;
  line-height: 20px;
}


.tarjeta .date span {
  display: block;
}
.tarjeta .teams, .tarjeta .play {
  line-height: 82px;
}
.tarjeta .teams img {
  max-width: 120px;
  height: auto;
  max-height: 120px;
}
.tarjeta .teams > * {
  color: #FFF;
  display: inline-block;
}
.tarjeta .teams span {
  width: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
.tarjeta .play .selectable.disabled {
background: #000;
  color: #333;
  opacity: .3;
}
.tarjeta .play .selectable.selected {
  background: #FFF;
  color: #4C0431;
}
.tarjeta .play .disabled {
  cursor: default !important;
}
.tarjeta .play .selectable {
  width: 55px;
  height: 55px;
  margin: 1px;
  background: #4C0431;
  color: #FFF;
  border-radius: 55px;
  display: inline-block;
  line-height: 55px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
  border: 5px black;
}
.tarjeta .inner h6 {
  font-size: 20px;
  text-align: center;
}
.tarjeta .inner h5 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
.dniInput {
  font-size: 40px;
  width: 250px;
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  height: 45px;
}

/* --- Remove player image background from .left-column when needed --- */
 
/* --- One column on mobile for cards --- */
@media (max-width: 767.98px) {
  .tarjeta {
    padding-left: 0;
    padding-right: 0;
  }
  .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* --- Harmonize li and button appearance --- */
.nav-menu > li.unbutton_li {
  border:none;
  padding:0;
  color: #FFF;
}

 .buttonize_me:hover {
  color: #32164a !important;
}
.nav-menu > li:not(.unbutton_li), .buttonize_me {
  color: #32164a;
  background-color: #fff !important;
}
.nav-menu > li, .buttonize_me {
 
  border-radius: 32px;
  padding: 10px 30px;
  margin: 0 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  font-weight: 600;
  border: 2px solid #fff;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-sizing: border-box;
  cursor: pointer;
}

.futbolin-banner .left-column {
    width: 100%;
    margin: 0 auto;
    max-width: 1140px;
    background-image: url(/assets/images/player.png);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.nav-menu > li#dni button.custom-button {
  /* Remove border and background from button, inherit from li */
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  height: auto;
}

.nav-menu > li:hover:not(.unbutton_li), .buttonize_me:hover {
  background: rgba(255,255,255,0.08);
  text-decoration: underline;
  transition: background 0.3s ease;
}

.nav-menu > li a {
  text-decoration: none !important;
}
/* --- Fix white block before footer --- */
 
/* Make sure the main area stretches to the footer */
.futbolin-banner {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}


main.container.main {
  flex: 1 0 auto;
  max-width: 960px;
  margin: 0 auto;
   min-height: 0;
  /* Remove any margin-bottom or padding-bottom that could cause a gap */
  margin-bottom: 0;
  padding-bottom: 0;
}
.banner-footer {
  background-color: #32164a;
  height: auto;
  text-align: center;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
}

.footer-image {

  max-width: 600px;
  display: block;
  margin: 0 auto;
  margin-bottom: 0;
  padding: 0;
  background: none;
}


  img.logo { 
        transition: all 0.2s ease-in-out;
  }
  #header #logo { 
    height: auto;
    margin:10px auto;
  }

@media (max-width: 767.98px) {
  .footer-image {
    max-width: 95vw;
  }
}

@media (max-width: 767.98px) {
  .custom-button {
    font-size: 15px;
    padding: 10px 10px;
    white-space: normal;
    text-align: right;
    border-radius: 32px;
  }
  #header #logo {
    max-width: 150px;
    height: auto;
  }
  .restantes {
    font-size: 15px;
    padding: 8px 10px;
    margin: 0 4px;
    border-radius: 32px;
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    text-align: center;
    width: auto;
  }
}

@media (max-width: 767.98px) {

  
  .tarjeta {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
} 
/*
@media (max-width: 991.98px) {
  .desktop-header { display: none !important; }
  .mobile-header { display: block !important; }
}
@media (min-width: 992px) {
  .desktop-header { display: block !important; }
  .mobile-header { display: none !important; }
}*/

#header {
  position: fixed;
  top: 0;
  left: 0;
  padding-top:10px;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* Sombra para dar profundidad */
  background-color: rgba(50, 22, 74, 0.9); /* Fondo semitransparente oscuro al hacer scroll */
}

body {
   background-color:#000;
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='29' height='50.115' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%2332164aff'/><path d='M14.5 6.628L8.886 3.372v-6.515L14.502-6.4l5.612 3.257-.001 6.514zm0 50.06l-5.613-3.256v-6.515l5.614-3.258 5.612 3.257-.001 6.515zm14.497-25.117l-5.612-3.257v-6.515L29 18.541l5.612 3.257-.001 6.515zm-29 0l-5.612-3.257v-6.515L0 18.541l5.612 3.257v6.515zM14.5 11.82L4.36 5.967l.002-11.706 10.14-5.855L24.638-5.74l-.001 11.707zm0 50.06L4.36 56.028l.002-11.706 10.14-5.855 10.137 5.852-.001 11.707zm14.498-25.118L18.858 30.91l.002-11.707L29 13.349l10.137 5.853-.001 11.706zm-29 0l-10.139-5.852.002-11.707L0 13.349l10.138 5.853-.002 11.706zm14.501-19.905L0 8.488.002-8.257l14.5-8.374L29-8.26l-.002 16.745zm0 50.06L0 58.548l.002-16.745 14.5-8.373L29 41.8l-.002 16.744zM28.996 41.8l-14.498-8.37.002-16.744L29 8.312l14.498 8.37-.002 16.745zm-29 0l-14.498-8.37.002-16.744L0 8.312l14.498 8.37-.002 16.745z'  stroke-linecap='square' stroke-width='1' stroke='%232b1347ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
  overflow-y: scroll !important;
  padding-right: 0 !important;
}

.nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}
.nav-menu li#jugar {
  list-style: none;
  margin: 0;
  padding: 0;
}

 

.modal .overlay
{
  position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
    text-align: center;
    line-height: 100%;
}

.modal .modal-content {
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='29' height='50.115' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%2332164aff'/><path d='M14.5 6.628L8.886 3.372v-6.515L14.502-6.4l5.612 3.257-.001 6.514zm0 50.06l-5.613-3.256v-6.515l5.614-3.258 5.612 3.257-.001 6.515zm14.497-25.117l-5.612-3.257v-6.515L29 18.541l5.612 3.257-.001 6.515zm-29 0l-5.612-3.257v-6.515L0 18.541l5.612 3.257v6.515zM14.5 11.82L4.36 5.967l.002-11.706 10.14-5.855L24.638-5.74l-.001 11.707zm0 50.06L4.36 56.028l.002-11.706 10.14-5.855 10.137 5.852-.001 11.707zm14.498-25.118L18.858 30.91l.002-11.707L29 13.349l10.137 5.853-.001 11.706zm-29 0l-10.139-5.852.002-11.707L0 13.349l10.138 5.853-.002 11.706zm14.501-19.905L0 8.488.002-8.257l14.5-8.374L29-8.26l-.002 16.745zm0 50.06L0 58.548l.002-16.745 14.5-8.373L29 41.8l-.002 16.744zM28.996 41.8l-14.498-8.37.002-16.744L29 8.312l14.498 8.37-.002 16.745zm-29 0l-14.498-8.37.002-16.744L0 8.312l14.498 8.37-.002 16.745z'  stroke-linecap='square' stroke-width='1' stroke='%232b1347ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
    color: #FFF;
    font-size: 25px;
}

.modal .modal-content input, .modal .modal-content select, .modal .modal-content button {
  font-size: 23px;
  text-transform: uppercase;
}

/* Estilos personalizados para Chosen */
.chosen-container {
  font-size: 23px !important;
}

.chosen-container-single .chosen-single {
  background: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  height: 46px !important;
  line-height: 44px !important;
  font-size: 23px !important;
  text-transform: uppercase !important;
  color: #333 !important;
  padding: 0 12px !important;
}

.chosen-container-single .chosen-single div {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.chosen-container .chosen-results li.no-results {
  font-size: 23px !important;
  text-transform: uppercase !important;
  color: #ff4136 !important;  /* Rojo para destacar el mensaje de error */
  padding: 8px 12px !important;
  text-align: center !important;
   background: #f9f9f9 !important;
}

/* Estilos adicionales para el mensaje de no resultados */
.chosen-container .chosen-results li.no-results::before {
  content: "⚠️";  /* Emoji de advertencia */
  margin-right: 8px;
}

input[disabled], select[disabled]
{
  background-color: #1a0c27 !important;
  border-color:#1a0c27 !important;
  color:#FAFAFA !important;
}

.modal .modal-header, .modal .modal-footer
{
  border: none;
}

.chosen-container-single .chosen-single div {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.chosen-container-single .chosen-single div b {
  background-position: 0 12px !important;
}

.chosen-container .chosen-drop {
  background: #fff !important;
  border: 1px solid #ccc !important;
  border-top: none !important;
  border-radius: 0 0 4px 4px !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

.chosen-container .chosen-results {
  max-height: 200px !important;
  overflow-y: auto !important;
}

.chosen-container .chosen-results li {
  font-size: 23px !important;
  text-transform: uppercase !important;
  padding: 8px 12px !important;
  line-height: 1.2 !important;
}

.chosen-container .chosen-results li.highlighted {
  background: #4C0431 !important;
  color: #fff !important;
}

.chosen-container .chosen-results li.result-selected {
  background: #f0f0f0 !important;
  color: #666 !important;
}

.chosen-container-single .chosen-search input[type="text"] {
  font-size: 23px !important;
  text-transform: uppercase !important;
  padding: 8px 12px !important;
  border: none !important;
  outline: none !important;
  background: #f9f9f9 !important;
  color: #000;
  font-family: "Barlow Condensed" !important;
}

.chosen-container .chosen-results li.no-results {
  font-size: 23px !important;
  text-transform: uppercase !important;
  color: #999 !important;
  padding: 8px 12px !important;
}

/* Ajustes para el tema oscuro del modal */
.modal .chosen-container-single .chosen-single {
  background: #fff !important;
  color: #333 !important;
}

.modal .chosen-container .chosen-drop {
  background: #fff !important;
}

.modal .chosen-container .chosen-results li.highlighted {
  background: #4C0431 !important;
  color: #fff !important;
}

input[disabled] {
  background-color: #1a0c27 !important;
  border-color:#1a0c27 !important;
  color:#FAFAFA !important;
}

.modal .modal-header, .modal .modal-footer {
  border: none;
}

a, a:hover
{
  color: #fff;
}

table
{
  font-size:20px;
  color: #FFF;
}

#acepta_tyc
{
  position: relative !important;
  width: 23px;
  height: 23px;
}

.banner-footer p
{
margin:5px 0;
font-size: 18px;
}

a
{
  text-decoration: none;
}

.banner-footer a, .modal a
{
  text-decoration: underline;
}

.image-promo
{
  max-width: 100%;
  height: auto;
}