.table-standing {
  width: 100%;
  table-layout: fixed;
}


.table-standing th:nth-child(3),
.table-standing td:nth-child(3),
.table-standing th:nth-child(4),
.table-standing td:nth-child(4),
.table-standing th:nth-child(5),
.table-standing td:nth-child(5),
.table-standing th:nth-child(6),
.table-standing td:nth-child(6)
{
  width: 10%;
}


.table-standing th:nth-child(1),
.table-standing td:nth-child(1){

  width: 13%;

}

.table-standing th:nth-child(2),
.table-standing td:nth-child(2) {
  width: 40%;
}

.card-iw
{
    width: 800px;
}

/* .card-header-title{
    background-color: #232528;
    color: white;
    border-top: 8px solid #ff671f;
    padding: 20px;
} */

.colored-title{
    background-color: #001b54 !important;
    color: #ffffff !important;
}

.btn-full-standing {
  background-color: #001b54;
  color: #ffffff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-full-standing:hover {
  background-color: red;
  transform: scale(1.03);
}

.btn-full-standing:active {
  transform: scale(0.98); /* efecto al presionar */
  background-color: red;
}

.seccion-standing-btn{
  text-align: center;
  margin-top: 30px;
}

/* Contenedor del carrusel */
.custom-carousel {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  display: flex;
  cursor: grab;
  user-select: none;
  width: 100%;
  padding: 1rem 0;
  scrollbar-width: none;       /* Firefox */
  -ms-overflow-style: none;    /* IE/Edge */
}

.custom-carousel::-webkit-scrollbar {
  display: none;               /* Chrome/Safari */
}

/* Clase activa durante arrastre */
.custom-carousel.dragging {
  cursor: grabbing;
}

/* Track que contiene los slides */
.custom-carousel-track {
  display: flex;
  gap: 1rem;
}

/* Cada slide */
.custom-slide {
  flex: 0 0 33.3333%; /* 3 por fila en desktop */
  scroll-snap-align: start;
  /* background: #f0f0f0; */
  border-radius: 10px;
  padding: 1rem;
  box-sizing: border-box;
  min-width: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.05); */
  cursor: pointer;
}

.custom-slide:hover {
  transform: scale(1.05);
  /* box-shadow: 0 8px 20px rgba(0,0,0,0.15); */
  z-index: 10; /* Para que el slide agrandado se superponga */
}


.custom-carousel::-webkit-scrollbar {
  display: none;              /* Chrome/Safari */
}

.custom-carousel.dragging {
  cursor: grabbing;
}


@media (max-width: 1024px) {
  .custom-slide {
    flex: 0 0 50%; /* 2 por fila */
  }
}

@media (max-width: 400px) {
  .rev_slider_wrapper,
  .rev_slider,
  .fullscreenbanner,
  .tp-revslider-mainul,
  .slotholder {
    height: clamp(210px, 22.1vh, 50vh) !important;
    min-height: 210px;
    max-height: 100vh;
  }



  .forcefullwidth_wrapper_tp_banner {
    height: clamp(164px, 29vh, 50vh) !important;
  }

  .countdown {
    top: 0rem;
  }

  .countdown-section {
    font-size: 11px;
  }

  .countdown-large .countdown-amount {
    font-size: 22px !important;
    margin-bottom: 0px !important;
  }
}
@media (min-width: 401px) and (max-width: 480px) {
  .rev_slider_wrapper,
  .rev_slider,
  .fullscreenbanner,
  .tp-revslider-mainul,
  .slotholder {
    height: clamp(200px, 26vh, 45vh) !important;
    min-height: 200px;
    max-height: 100vh;
  }

  .forcefullwidth_wrapper_tp_banner {
    height: clamp(150px, 27vh, 45vh) !important;
  }

  .countdown {
    top: 0.5rem;
  }

  .countdown-large .countdown-amount {
    font-size: 23px !important;
    margin-bottom: 0px !important;
  }
  
}
@media (min-width: 481px) and (max-width: 768px) {
  .rev_slider_wrapper,
  .rev_slider,
  .fullscreenbanner,
  .tp-revslider-mainul,
  .slotholder {
    height: clamp(274px, 29vh, 55vh) !important;
    min-height: 274px;
    max-height: 100vh;
  }

  .forcefullwidth_wrapper_tp_banner {
    height: clamp(274px, 29vh, 55vh) !important;
  }
}

@media (max-width: 767.68px){

  .table-standing thead{
    font-size: 12px;
  }

  .table-standing tbody{
    font-size: 10px;
    
  }

  .table-standing > tbody td {
    padding: 5px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .rev_slider_wrapper,
  .rev_slider,
  .fullscreenbanner,
  .tp-revslider-mainul,
  .slotholder {
    height: clamp(300px, 100vh, 85vh) !important;
    min-height: 300px;
    max-height: 100vh;
  }

  .forcefullwidth_wrapper_tp_banner {
    height: clamp(300px, 100vh, 85vh) !important;
  }
}


#footer {
    background: linear-gradient(to bottom, rgba(0, 30, 87, 1), rgba(0, 17, 59, 1));
}

.footer-content{
    color: white;
    background: linear-gradient(to bottom, rgba(0,30,87,1), rgba(0,17,59,1));
    .footer-list {
        .footer-title {
            font-size: 24px;
        }
        .footer-option{
            color: #ffffffbd;
            font-size: 18px;
            a {
                color: #ffffffbd;
            }
        }
        img {
            width: 25px;
        }
    }
    .sponsor-title{
        font-size: 36px;
    }
    .sponsor-block-md{
        background: #D9D9D9;
        width: auto;
        height: 50px;
    }
    .sponsor-block-lg{
        background: #D9D9D9;
        width: auto;
        height: 300px;
    }
    .lmp-arco{
        img{
            max-width: 230px;
        }
    }
}


.btn-ver-mas{
    background-color: #122357 !important;
    color: #fff !important;
}

.btn-ver-mas:hover{
  background-color: red !important; 
}
.btn-ver-mas:active{
  background-color: red !important;
}


.titles h3{
  color: #122153;
  font-weight: 700;
  font-size: 40px;

}

.novena-title h3{
  color: #122153;
  font-weight: 700;
  font-size: 34px;
}

.novena-title h4{
  color: #122153;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  padding-left: 20px;
}



/*SCOREBOARD*/
.card-scoreboard {
  border: 1px solid #DDE1E8;
  background: #f8fbff;
  padding: 20px;
  width: 100%;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  min-height: 12rem;
}

.date {
  color: #555;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.main-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
}

.team-logo {
  width: 50px;
  height: 60px;
  object-fit: contain;
}

.time {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  display: flex;
  justify-content: center;
  justify-items: center;
}

.time span {
  font-size: 20px;
  vertical-align: top;
  margin-left: 2px;
  display: flex;
  justify-content: center;
  justify-items: center;
  text-transform: uppercase;
}

.league {
  font-size: 16px;
  color: #444;
  margin-top: 10px;
}

.location {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}

.caliente  {
    width: 100px !important;
    margin-top: 10px;
    margin-inline: auto;
}

.tickets a{
  background-color: #001b54;
  color: white;
  font-weight: 300;
  padding: 3px 15px;
  border-radius: 10px;
  border: none;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;

}

.tickets a:hover{
  background-color: red;
}
.tickets a:active{
  background-color: red;
}


#header-wrap{
    background: linear-gradient(90deg, rgba(0,30,87,1), rgba(0,17,59,1));

    .menu-container {
        li > a {
            color: white;
        }
        @media (min-width: 991px) {
            .menu-link{
                padding: 38px 10px;
            }
        }
    }
    .menu-link{
        font-size: 13px;
    }
    @media (min-width:992px) and (max-width:1199px) {
        .menu-link{
            font-size: 10px;
        }
    }
}
.mobile-80-logo {
    height: 50px !important;
}
.primary-menu, .header-misc {
    @media (min-width:992px) and (max-width:1199px) {
        a.menu-link, .right-menu-link > a{
            font-size: 10px;
        }
    }
    .sub-menu-container .menu-item .menu-link{
        padding: 16px 10px !important;
    }
    .sub-menu-container .menu-item:hover > .menu-link{
        background-color: #022471 !important;
        color: white !important;
    }
    .sub-menu-container, .mega-menu-content{
        border-top-color: white !important;
    }
    .menu-item.sub-menu{
        .sub-menu-container{
            background-color: #022471;
        }
    }
}

.header-misc{
    @media (max-width: 991px) {
        display: none;
    }
    a {
        color: white;
        &:hover {
            color: white;
        }
        line-height: 22px;
        font-weight: 700;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
}

#primary-menu-trigger {
    svg > path {
        stroke: white;
    }
}

#logo{
    img {
        max-width: 120px;
        height: auto;
    }
}

.sub-container:hover {
    background-color: #0d204b;
}
.sub-container {
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #000c3c;
        color: #fff;
        box-shadow: 0 8px 16px rgba(0,0,0,0.2);
        z-index: 1;
        width: 100%;
        text-transform: uppercase;
        font-size: 11pt;
    }
    .sub-menu a {
        /* font-family: "prometo-light" !important; */
        cursor: pointer;
    }
    .sub-menu a img {
        height: 25px;
        width: 25px;
        margin-right: 8px;
    }
    .sub-menu ul {
        list-style: none;
        padding: 2px;
        margin: 0;
    }
    .sub-menu li {
        padding: 10px;
        padding-right: 16px;
    }
    .sub-menu li a {
        white-space: nowrap;
    }
    @media (min-width:992px) and (max-width:1199px) {
        padding-right: 18px;
        .sub-menu{
            font-size: 10px;
        }
    }
    @media (max-width: 991px) {
        .sub-menu {
            display: inline;
            position: relative;
            top: 0%;
            padding-left: 5px;
            box-shadow: none;
            text-transform: uppercase;
            font-size: 11pt;
            background-color: transparent;
            padding-bottom: 38px;
        }
        .menu-link{
            padding: 38px 10px !important;
            padding-bottom: 5px !important;
        }
    }
}

.menu-item:hover .sub-menu {
    display: block;
}

@media (max-width: 991px) {
    .sub-container:hover {
        background-color: transparent;
    }
}

@media (min-width:992px) and (max-width:1400px) {
    #header-wrap{
        .menu-link{
            font-size: 8px !important;
        }
    }
    .header-misc a {
        font-size: 8px !important;
    }
    .desktop-shop{
        margin-top: -2px;
    }
}

@media (min-width: 767px) and (max-width: 1200px){
  .team-logo {
    height: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1200px){
    .me-lg-header-5 {
        margin-right: .5rem;
    }
}

.me-lg-header-5 {
    margin-right: 5rem;
}

.shop-logo-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ededed;
}

.shop-logo-mxc {
    background-color: #e62831;
}

.shop-logo-her {
    background-color: #ff5100;
}

.shop-logo-obr {
    background-color: #12458a;
}

.shop-logo-nav {
    background-color: #e1251b;
}

.shop-logo-moc {
    background-color: #124734;
}

.shop-logo-gsv {
    background-color: #021d49;
}

.shop-logo-cul {
    background-color: #81124c;
}

.shop-logo-maz {
    background-color: #ea0029;
}

.shop-logo-jal {
    background-color: #0033A1;
}

.shop-logo-mty {
    background-color: #1c1f3f;
}
.shop-logo-nay {
    background-color: #00214E;
}

.shop-logo-tuc {
    background-color: #EEBC7C;
}



.shop-logo-era {
    background-color: #000000;
}

.shop-logo-siglo {
    background-color: #000000;
}
.shop-logo-title-color {
    background: linear-gradient(to bottom, #cbcbcb, white 70%, #cbcbcb);
}
.logo-custom-size {
    height: 60px !important;
    width: 100px !important;
}

.shop-logo-title {
    font-size: 35px;
    color: #000000;
    font-family: 'anton-regular' !important;
}

.logo-upper-title {
    display: none;
}

.custom-col {
    flex: 0 0 calc(100% / 12);
    max-width: calc(100% / 12);
    box-sizing: border-box;
}
.custom-col-no-title {
    flex: 0 0 calc(100% / 12);
    max-width: calc(100% / 12);
    box-sizing: border-box;
}

@media (max-width:1200px) {
    .shop-logo-title {
        font-size: 25px;
    }
}
@media (max-width:992px) {
    .shop-logo-title {
        display: none;
    }
    .logo-upper-title {
        display: inline;
        font-size: 30px;
    }
    .custom-col-no-title,
    .custom-col {
        flex: 0 0 calc(100% / 12);
        max-width: calc(100% / 12);
    }
}
@media (max-width:767px) {
    .shop-logos-main-container {
      flex-wrap: wrap;
      overflow-x: hidden;
    }
    .custom-col-no-title,
    .custom-col {
        flex: 0 0 calc(100% / 3 - 10px);
        max-width: calc(100% / 3 - 10px);
        /* margin-right: 10px; */
    }
    .custom-col-no-title:last-child,
    .custom-col:last-child {
        margin-right: 0;
    }
}


 

.shop-logos-wrapper {
  width: 100%;
}

.shop-logos-main-container {
  flex-wrap: wrap;
  overflow-x: hidden;
}

/* .shop-logo-image-container {
  transition: transform 0.4s ease-in-out;
}

.shop-logo-image-container:hover {
  transform: scale(1.02);
  z-index: 10;
} */

.cnvs-hamburger .cnvs-hamburger-inner, .cnvs-hamburger .cnvs-hamburger-inner::before, .cnvs-hamburger .cnvs-hamburger-inner::after {
  background-color: white;
}

.contador {
    max-width: 560px;
    display: flex;
    /* left: clamp(16px, 21vw, 290px);
    top: clamp(170px, 15vw, 260px); */
    scale: 0.8;
    justify-content: center;
    align-items: center;
}

.contador-circulos {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 2rem auto;
  flex-wrap: wrap;
}

.reloj {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: sans-serif;
}

.numero {
  font-size: 2rem;
  font-weight: bold;
}

.etiqueta {
  font-size: 0.9rem;
  margin-top: 0.3rem;
  color: #ccc;
}

/* Responsive para celulares */
@media (max-width: 576px) {
  .reloj {
    width: 80px;
    height: 80px;
  }

  .numero {
    font-size: 1.5rem;
  }

  .etiqueta {
    font-size: 0.8rem;
  }
}



/* sponsors */
.sponsors-background {
	background-image:url("https://cdn.lmp.mx/widgets/images/patrocinadores.gif");
	background-repeat: no-repeat!important;
}

.sponsors-background.ads-1 {
	background-position: -24px -9px;
    height: 19px;
}

.sponsors-background.ads-2 {
	background-position: -26px -38px;
    height: 31px;
}

.sponsors-background.ads-3 {
    background-position: -24px -78px;
    height: 30px;
}

.sponsors-background.ads-4 {
    background-position: -22px -116px;
    height: 30px;
}

.sponsors-background.ads-5 {
    background-position: -26px -152px;
    height: 30px;
}

.sponsors-background.ads-6 {
    background-position: 1px -108px;
    height: 30px;
    background-size: 75px;
}

.sponsors-background.ads-7 {
    background-position: -25px -233px;
    height: 19px;
}

.sponsors-background.ads-8 {
    background-position: -7px -198px;
    height: 19px;
    background-size: 92px;
}

.sponsors-background.ads-9 {
    background-position: -25px -311px;
    height: 19px;
}

.sponsors-background.ads-11 {
    background-size: 320px;
    width: 56px !important;
    height: 29px !important;
    background-position: -190px -135px;
}
