
[data-bs-theme='light']{

  --bg-custom:  rgba(248,249,250,1);
  --bg-background-image: 
            linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.7) 90%),
            linear-gradient(to right, 
              rgba(250, 205, 209, 0.2) 0%,  
              transparent 40%, 
              transparent 60%, 
              rgba(250, 205, 209, 0.2) 100%  
            ),
            radial-gradient(ellipse at top left, rgba(250, 205, 209, 0.2), transparent 20%),
            radial-gradient(ellipse at top right, rgba(250, 205, 209, 0.2), transparent 20%);
  --bg-titulo: linear-gradient(to bottom, #0c0c0c 30%, #6f6f6f 100%);
  --bg-match-fs: white;
  --color-match-fs: #000; 
  --shadow-box: 0 2px 4px rgba(0, 0, 0, 0.1);
}
[data-bs-theme='dark']{
  --bg-custom:  #212529!important;
  --bg-background-image: 
          linear-gradient(180deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.7) 90%),
          linear-gradient(to right, 
            rgba(27, 23, 23, 0.2) 0%,  
            transparent 40%, 
            transparent 60%, 
            rgba(50, 41, 42, 0.2) 100%  
          ),
          radial-gradient(ellipse at top left, rgba(51, 42, 42, 0.2), transparent 20%),
          radial-gradient(ellipse at top right, rgba(43, 33, 34, 0.2), transparent 20%);
  --bg-titulo: linear-gradient(to bottom, #e7e7e7 30%, #adadad 100%);
  --bg-match-fs: #363636!important;
  --color-match-fs: #fff; 
  --shadow-box: 0 4px 6px rgba(255,255,255,0.1);
}
.h1 {
    /*font-size: clamp(1.8rem, 5vw, 2.8rem);*/
    font-size: clamp(1.4rem, 5vw, 2.6rem);
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1;
    margin: 15px 0;
    /* Efecto de texto dinámico */
    background: var(--bg-titulo);
    -webkit-background-clip: text;
    /*-webkit-text-fill-color: transparent;*/
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.5));
}
.subtitulo{
  color: #2c3e50; border-bottom: 2px solid #3498db; padding-bottom: 10px;
}
.body-gradient {
  /*font-family: sans-serif; display: flex; flex-direction: column; align-items: center; padding-top: 20px; background: #f4f4f9;*/
  min-height: 100vh;
  width: 100%;
  /*background-image: linear-gradient(180deg,rgba(var(--bs-body-bg-rgb), 0.01),rgba(var(--bs-body-bg-rgb), 1) 85%),
    radial-gradient(ellipse at top left,rgba(var(--bs-primary-rgb), 0.5),transparent 50%),
    radial-gradient(ellipse at top right,rgba(255, 228, 132, 0.5),transparent 50%),
    radial-gradient(ellipse at center right,rgba(113, 44, 249, 0.5),transparent 50%),
    radial-gradient(ellipse at center left,rgba(214, 51, 132, 0.5),transparent 50%);
    */
    /*background: #ecf1f5;*/
    background-color: rgba(248,249,250,1);
    background-image: 
    linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.7) 90%),
    linear-gradient(to right, 
      rgba(250, 205, 209, 0.2) 0%,  
      transparent 40%, 
      transparent 60%, 
      rgba(250, 205, 209, 0.2) 100%  
    ),
    radial-gradient(ellipse at top left, rgba(250, 205, 209, 0.2), transparent 20%),
    radial-gradient(ellipse at top right, rgba(250, 205, 209, 0.2), transparent 20%);
    
}
a{
  text-decoration:none;
  color:#000;
}
.rounded-8{
  border-radius: 8px;
}
.titleh1{
  /*font-size: clamp(1.8rem, 5vw, 2.8rem);*/
  font-size: clamp(1.4rem, 5vw, 2.6rem);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
  margin: 15px 0;
  /* Efecto de texto dinámico */
  background: linear-gradient(to bottom, #0c0c0c 30%, #6f6f6f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.5));
}
.bottom-70 {
    bottom: 70px !important;
}
/*************** OFFCANVAS-NAVBAR *********/
html,
body {
/*overflow-x: hidden; /* Prevent scroll on narrow devices */
}
/*
body {
padding-top: 56px;
}*/

@media (max-width: 991.98px) {
.offcanvas-collapse {
z-index: 2000;
position: fixed;
top: 56px; /* Height of navbar */
bottom: 0;
left: 100%;
width: 100%;
padding-right: 1rem;
padding-left: 1rem;
overflow-y: auto;
visibility: hidden;
background-color: #343a40;
transition: transform .3s ease-in-out, visibility .3s ease-in-out;
}
.offcanvas-collapse.open {
visibility: visible;
transform: translateX(-100%);
}
}

.nav-scroller .nav {
color: rgba(255, 255, 255, .75);
}

.nav-scroller .nav-link {
padding-top: .75rem;
padding-bottom: .75rem;
font-size: .875rem;
color: #6c757d;
}

.nav-scroller .nav-link:hover {
color: #007bff;
}

.nav-scroller .active {
font-weight: 500;
color: #343a40;
}

.bg-purple {
background-color: #6f42c1;
}
/*************** OFFCANVAS-NAVBAR *********/
.container{
  max-width: 1240px;
}
.max-h-60{
  max-height: 60px;
}
.container-nav{
  max-width: 1400px;
}
/* ***********  TITULO STICKY ***********/
@media (max-width: 768px){
  .titulo-sticky{
  background-color:transparent;
  transition: background-color 0.3s;
  animation: scroll-color linear;
  animation-timeline: scroll();
  animation-range: 0px 100px;
  animation-fill-mode: both;
  }
  @Keyframes scroll-color{
    to{
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
    background-color:#fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
  }
}
@media(min-width: 768px){
  .titulo-sticky{
  position:relative!important;
  background-color:transparent;
  }
}
/* ***********  TITULO STICKY ***********/
/**************** BUSCADORES **********/
#buscadorEquiposPatines {
  padding: 6px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 7px;
}
#buscadorEquiposLinea {
  padding: 6px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 7px;
}
#buscadorEquiposHielo {
  padding: 6px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 7px;
}
/**************** BUSCADORES **********/

/************** CARD TILE **************/
.tile{
	width: 100%;
	background:#fff;
	border-radius:5px;
	box-shadow:0px 2px 3px -1px rgba(151, 171, 187, 0.7);
	/*float:left;*/
  	transform-style: preserve-3d;
  	/*margin: 10px 5px;*/

}
.dates{
	border:1px solid #ebeff2;
	border-radius:5px;
	padding:20px 0px;
	margin:10px 20px;
	/*font-size:16px;*/
    font-size:1.5rem;
	color:#5aadef;
	font-weight:600;	
	overflow:auto;
}
.dates div{
	float:left;
	width:50%;
	text-align:center;
	position:relative;
    text-shadow: 1px 1px #340101;
}
.dates strong,
.stats strong, .notes strong{
	display:block;
	color:#adb8c2;
	font-size:11px;
	font-weight:700;
}
.dates span{
	width:1px;
	height:40px;
	position:absolute;
	right:0;
	top:0;	
	background:#ebeff2;
}
.resultado{
    font-size:1.8rem;
	color:#520d01;
	font-weight:600;	
}
.stats{
	border-top:1px solid #f2eceb;
	background:#f7f8fa;
	overflow:auto;
	padding:15px 0;
	font-size:16px;
	color:#59687f;
	font-weight:600;
	border-radius: 0 0 5px 5px;
}
.stats .stats-box{
	border-right:1px solid #ebeff2;
	width: 33.33333%;
	float:left;
	text-align:center
}
.stats-50{
	border-top:1px solid #f2eceb;
	background:#f7f8fa;
	overflow:auto;
	padding:15px 0;
	font-size:16px;
	color:#59687f;
	font-weight:600;
	border-radius: 0 0 5px 5px;
}
.stats-50 div{
	border-right:1px solid #ebeff2;
	width: 50%;
	float:left;
	text-align:center
}
.stats div:nth-of-type(3){border:none;}
.notes{
	border-top:1px solid #f2eceb;
	background:#f7f8fa;
	overflow:auto;
	padding:15px 0;
	font-size:16px;
	color:#59687f;
	font-weight:600;
	border-radius: 0 0 5px 5px;
}
.notes div{
	
	width: 100%;
	float:left;
	text-align:center
}


.poll-btn {
    flex: 1;
    background: #222;
    border: 2px solid #444;
    color: white;
    padding: 1px 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Roboto Condensed', sans-serif;
}
.poll-container {
    display: flex;
    gap: 10px;
}
.poll-btn:hover {
    border-color: #ffde00;
    background: #2a2a2a;
}
/************** CARD TILE **************/
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.headline{
font-family: -apple-system,BlinkMacSystemFont,Roboto,Arial,Helvetica Neue,Helvetica,sans-serif;
font-size: 28px;   
font-weight: 800;
}
.sticky-top {
  z-index: 980;
}
/***** MATCH-CARD *****/
.match-card-row {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    padding: 7px 15px;
    border-radius: 12px;
    /* Usa las variables de fondo y borde de Bootstrap */
    /*background: var(--bs-body-bg);*/
    /*background: var(--bs-secondary-bg);*/
    border: 1px solid var(--bs-border-color);
    box-shadow: var(--bs-box-shadow-sm);
    margin-bottom: 10px;
    border-left: 5px solid transparent;
    color: var(--bs-body-color);
  }
  /* Estilo para partidos finalizados */
  .match-finished {
    /* La opacidad funciona bien en ambos modos */
    /*opacity: 0.7;*/
    border-left-color: var(--bs-secondary);
  }
  
  .score-final {
    font-weight: bold;
    font-size: 1.2em;
    /* Color de énfasis para que resalte en oscuro también */
    color: var(--bs-emphasis-color);
  }

  /* Estilo para partidos futuros */
  .match-upcoming {
    border-left-color: var(--bs-primary);
  }

  .match-time {
    /* Usamos variables de colores suaves (subtle) de BS 5.3 */
    background: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 600;
  }

  .status-badge {
    font-size: 0.7em;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 5px;
    display: inline-block;
  }
/***** MATCH-CARD *****/
/****** MATCH FS ******/
.border-blue-bottom{
  text-align: center;
  color: #333;
  border-bottom: 2px solid #007bff;
  padding-bottom: 7px;
}
.match-fs {
  background: white;
  padding: 7px;
  /*margin: 4px 0;*/
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /*display: flex;*/
  align-items: center;
  /*font-size: 0.8rem;*/
  font-size: 0.875em;
}

.match-fs img {
  margin-right: 10px;
}
/****** MATCH FS ******/
.cards-feds {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/******* EXTRASSS *****/
.input-group-lg > .form-control {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  border-radius: 20px;
}
.input-group-text {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;

  border: 0px !important;
  background: #ffff;
}
.btn-xs {
  --bs-btn-padding-y: 0.1rem;
  --bs-btn-padding-x: 0.3rem;
  --bs-btn-font-size: 0.7rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.btn-extrass {
  --bs-btn-padding-y: 0.1rem;
  --bs-btn-padding-x: 0.2rem;
  --bs-btn-font-size: 0.4rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.nav-link-custom {
  font-size: 0.67em;
  font-weight: 500;
  color: #000;
  text-decoration:none;
}
.btn-xs {
--bs-btn-padding-y: 0.1rem;
--bs-btn-padding-x: 0.3rem;
--bs-btn-font-size: 0.7rem;
--bs-btn-border-radius: var(--bs-border-radius-sm);
}
/******* EXTRASSS *****/
/** marqueee          ***********************************   */

.marquee-container {
overflow: hidden;
white-space: nowrap;
position: relative;
background: #212529; /* bg-dark de Bootstrap */
}

.marquee-content {
display: inline-block;
padding-left: 100%;
animation: marquee 40s linear infinite;
}

.marquee-content:hover {
animation-play-state: paused; /* Se detiene al pasar el mouse */
cursor: pointer;
}

@keyframes marquee {
0% { transform: translateX(0); }
100% { transform: translateX(-100%); }
}
/** marqueee          ***********************************   */
/** bloque-txt         ***********************************   */
        .bloque-txt h2 { color: #2c3e50; border-bottom: 2px solid #3498db; padding-bottom: 10px; }
        .bloque-txt h3 { color: #2980b9; margin-top: 25px; }
        .bloque-txt h4 { color: #16a085; margin-top: 20px; }
        .bloque-txt b { color: #2c3e50; }
        .bloque-txt ul { padding-left: 20px; }
        .bloque-txt li { margin-bottom: 8px; }
        .highlight {
            background: #e8f4fd;
            padding: 15px;
            border-left: 5px solid #3498db;
            margin: 20px 0;
        }
        .bloque-txt-link { color: #3498db; text-decoration: none; font-weight: bold; }
        .bloque-txt-link:hover { text-decoration: underline; }
        [data-bs-theme="dark"] .bloque-txt h2 { color: #a4d1fd;}
        [data-bs-theme="dark"] .bloque-txt b { color: #fff;}
/** bloque-txt         ***********************************   */

/************ REVISAR **********/
.fs-small{font-size:0.7rem;}
.header{
	border-bottom:1px solid #ebeff2;
	padding:19px 0;
	text-align:center;
	color:#59687f;
	font-size:600;
	font-size:19px;	
	position:relative;
}
.banner-img {
	padding: 5px 5px 0;
}

.banner-img img {
	width: 100%;
	border-radius: 5px;
}
.columna-deporte {
  /*background: #f4f4f9;*/
  background: rgba(225, 225, 225, 0.3);
  border-radius: 8px;
  padding: 8px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
}
/*** titulo branding *****************/
.branding_logo {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-right: 35px;
  margin-left:20px;
  margin-top: -0.5rem;
}
.branding_sport {
  color:#fff;
  font-size: 23px;
  font-weight: 800;
}
  .branding_sport:not(.Nav__Primary__Branding--dark)::after, .Nav__Primary__Branding--espn:not(.Nav__Primary__Branding--dark)::after {
  background: #b40000;
  left: -24px;
  right: -24px;
  z-index: -2;
}
.branding_sport:not(.Nav__Primary__Branding--dark)::after, .branding_sport:not(.Nav__Primary__Branding--dark)::before, .Nav__Primary__Branding--espn:not(.Nav__Primary__Branding--dark)::after, .Nav__Primary__Branding--espn:not(.Nav__Primary__Branding--dark)::before {
  content: "";
  display: block;
  height: 44px;
  position: absolute;
  top: 0;
  -webkit-transform: skew(-25deg,0);
  -ms-transform: skew(-25deg,0);
  transform: skew(-25deg,0);
}
.branding_sport:not(.Nav__Primary__Branding--dark)::before, .Nav__Primary__Branding--espn:not(.Nav__Primary__Branding--dark)::before {
  background: #d00;
  left: -14px;
  right: -14px;
  z-index: -1;
}
.nav-link{
  font: 700 12px/16px BentonSans,-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,Ubuntu,roboto,noto,segoe ui,arial,sans-serif;
  line-height: 14px;
}
/*** titulo branding *****************/

/************ REVISAR **********/

/******************* bloque custom like odoo*********/
.caveat {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.caveat-bold {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.bloque-custom p{
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: gray;
    font-size: 1.25rem;
    line-height: 1.684em;
  }
  [data-bs-theme="dark"] .bloque-custom p{color: lightgray;}
  .h1-big{
  font-size: calc(1.1rem + 4.4vw);
  /*font-size: calc(1.675rem + 5.1vw);
  font-size: 5.5rem;*/
}
  .display-2{
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: calc(1rem + 2.8vw);
}
.display-3 {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 600;
    line-height: 1.2;
}
.display-5 {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 600;
    line-height: 1.2;
}
.x_wd_red_highlight_bold_05 {
    background-image: url("/img/svg/red-subra.svg");
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: contain;
    white-space: nowrap;
}
.x_wd_yellow_highlight_bold_05 {
    background-image: url("/img/svg/yellow_highlight_bold_05.svg");
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: contain;
    white-space: nowrap;
}
.x_wd_display_circle {
    background-image: url("/img/svg/circle.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.x_wd_blue_highlight_01 {
    background-image: url("/img/svg/blue_highlight_01.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    white-space: nowrap;
}
/******************* bloque custom like odoo*********/