@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
    --coloprincipal: #111;
    --colorsegundario: #ff4c30;
    --colortercero: #ff9900;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    background-color: #fff;
    color: #000;
}

.contenedor {
    display: flex;
}
.contenedor .sidebar {
    width: 100%;
    max-width: 20%;
    min-height: 100vh;
    background-color: var(--coloprincipal);
}
.contenedor .sidebar .logo {
    border-bottom: 1px dashed #333333b5;
    padding-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.contenedor .sidebar .logo img {
    width: 100%;
    max-width: 180px;
    height: auto;
}
.listadomenu {
    display: flex;
    flex-direction: column;
    list-style: none;
}
.listadomenu li {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
    margin-bottom: 10px;
}
.listadomenu li a {
    padding: 10px 0px;
    color: #000;
    text-decoration: none;
    display: block;
}
.listadomenu li:hover {
    opacity: 0.7;
}
.listadomenu li i {
    color: #000;
    margin-right: 10px;
}
.contenedor .contenidoweb {
    padding: 30px;
    width: 100%;
    padding-top: 60px;
}
.contenedor .contenidoweb .migasdepan {
    display: flex;
    list-style: none;
    border-bottom: 1px dashed #b4b3b3;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.contenedor .contenidoweb .migasdepan li {
    margin-right: 20px;
}
.contenedor .contenidoweb .migasdepan li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}
.contenedor .contenidoweb .migasdepan li a:hover {
    text-decoration: underline;
}
.contenedor .contenidoweb .migasdepan li i {
    color: var(--colorsegundario);
    margin-right: 6px;
}
.contenedor .contenidoweb .footer {
    border-top: 1px dashed #bbbbbb;
    padding-top: 40px;
    margin-bottom: 40px;
}
.contenedor .contenidoweb .footer a {
    color: #000;
    text-decoration: none;
}
.contenedor .contenidoweb .footer a:hover {
    text-decoration: underline;
}
.contenidoweb .contenidoitem {
    margin-bottom: 10px;
    font-size: 16px;
    overflow: hidden;
}
.contenidoweb .contenidoitem .titulorat {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
}
.contenidoweb .contenidoitem p {
    font-size: 17px;
    margin-bottom: 30px;
}
.contenidoweb .contenidoitem a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
.contenidoweb .contenidoitem a:hover {
    text-decoration: none;
}
.canvaa {
    background-color: #fff;
    color: #111;
}
.itemmenumobile {
}
.itemmenumobile i {
    color: #000;
    font-size: 30px;
    cursor: pointer;
}
.menumobilehaead {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.menumobilehaead .offcanvas-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}


.countdown {
    display: none !important;
}
.masproductos-buttons {
    display: flex;
    flex-direction: column;
}
.masproductos-buttons .add-to-cart-button {
    background-color: #111 !important;
    border-radius: 50px !important;
    margin-bottom: 10px !important;
    color: #fff !important;
    text-decoration: none !important;
    display: flex !important;
}
.masproductos-buttons .add-to-cart-button i {
    color: var(--colortercero) !important;
    margin-right: 10px !important;
}
.masproductos-buttons .add-to-cart-button:hover {
    opacity: 0.8;
}

.lottery-end, .lottery-starts, .max-pariticipants, .max-pariticipants, .min-pariticipants  {
    display: none !important;
}
.totalvendidos {
    margin-bottom: 20px;
}
.lottery-ajax-change {
    margin-top: 10px !important;
    border-top: 1px dashed #b9b9b9 !important;
    padding-top: 16px !important;
}
.totalvendidos span {
    font-size: 14px;
    letter-spacing: -0.6px;
    margin-bottom: 4px;
}
.woocommerce .quantity .qty {
    width: 100% !important;
    padding: 4px;
    font-size: 17px;
    font-weight: 900;
    border: 1px solid #666 !important;
}
.single_add_to_cart_button {
    background-color: var(--coloprincipal) !important;
    color: #fff !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background-color: green;
    color: #fff !important;
    border: 0px;
    border-radius: 5px;
    font-size: 15px;
    text-decoration: none;
}
.masproductos-buttons bdi {
    color: var(--colortercero);
    margin-left: 6px;
}

.headerhome {
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 10px;
}
.headerhome img {
    width: 130px;
    height: auto;
}
.footerhome {
    display: flex;
    text-align: center;
    justify-content: center;
    border-top: 1px dashed #b0adad;
    padding-top: 20px;
    padding-bottom: 40px;
}





.paginadefualt .ticket-banner img {
    display: none;
}
.ticket-wrapper {
    flex-direction: column;
}
.ticket-left {
    width: 100% !important;
    max-width: 100%;
    border-right: 0px !important;
    font-family: 'Roboto', sans-serif !important;
}
.ticket-right {
    display: none;
}
.ticket-numsmall span {
    border-radius: 0px !important;
}
.ticket-url {
    display: none;
}
.ticket-wrapper {
    border: 1px solid rgb(227, 227, 227) !important;
    background-color: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px !important;
    height: auto !important;
    border-radius: 6px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100% !important;
    max-width: 100% !important;
}

.contenidoitem h2,
.contenidoitem h3,
.contenidoitem h4 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
}

.listadoproductos .loop-product-countdown {
    display: none;
}
.listadoproductos .lottery-bage {
    display: none;
}


/* tickes ajustes  */
.contenidoitem .address,
.contenidoitem .email,
.contenidoitem .name,
.contenidoitem .phone {
    display: none !important;
}
.contenidoitem .ticket-numsmall strong {
    display: none !important;
}
.contenidoitem .ticket-wrapper {
    width: 100% !important;
    max-width: 18% !important;
    padding: 0px !important;
}
#lottery-ticket {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contenidoitem .ticket-left span {
    background-color: var(--amarillo) !important;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    width: 100% !important;
    margin-left:  0px !important;
}


.logo a {
    text-decoration: none;
}
.logotext {
    color: #fff;
    font-size: 25px;
    font-weight: 800;
}
.logotext a {
    text-decoration: none;
}


.digital-lottery-review {
    display: none !important;
}





/* Estilos 2025  */
.nuevocontent {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}
.headerstilo2 {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #fff;
	    border-top:3px solid #431a65
}
.headerstilo2 .centradohead {
    width: 100%;
    max-width: 1100px;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headerstilo2 .centradohead .logo a {
    display: flex;
    flex-direction: column;
    color: #fff;
}
.headerstilo2 .centradohead .logo img {
    width: 90px;
    height: auto;
}
.headerstilo2 .centradohead .logo .imtemspg {
    font-size: 26px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 4px;
}
.headerstilo2 .centradohead .logo small {
    font-size: 10px;
    text-transform: uppercase;
    color: #777;
}
.headerstilo2 .centradohead .enlacesmenu {
    display: flex;
    list-style: none;
    align-items: center;
}
.headerstilo2 .centradohead .enlacesmenu li {
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.headerstilo2 .centradohead .enlacesmenu li i {
    margin-right: 5px;
}
.headerstilo2 .centradohead .enlacesmenu a {
    color: #461a67;
    text-decoration: none;
}
.headerstilo2 .centradohead .enlacesmenu a:hover {
    text-decoration: underline;
    opacity: 0.6;
}
.thehome .button {
    text-align: center;
    background-color: #000 !important; 
    color: #fff !important;
}
.contenidoitem .price {
    display: none !important;
}


.masproductos-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Espacio entre los items */
}

.itemboton {
    /* border-radius: 5px; */
    flex: 1 1 calc(50% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ffffff61;
    /* padding: 10px; */
    position: relative;
    color: rgb(4, 4, 4);
    transition: transform 0.3s, box-shadow 0.8s;
    padding-bottom: 20px;
	backdrop-filter: blur(10px);
    background-color: #fff;
    border: 1px solid #a19f9f9d;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.itemboton:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.itemboton .titulo {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
    background: #222222;
    padding: 10px;
    text-align: center;
    font-weight: 800;
	color: #fff;
}

.itemboton .button {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.itemboton .button:hover {
    background-color: #005177;
}

.itemboton .popular {
    position: absolute;
    top: -24px;
    right: 10px;
    background-color: #52da1b;
    color: #000;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}

.itemboton span.mensaje {
    font-size: 42px;
    font-weight: 900;
    letter-spacing: -2px;
}
.itemboton a.button.add-to-cart-button i {
    margin-right: 14px;
    font-size: 14px;
}
.itemboton a.button.add-to-cart-button {
    background-color: #4f1268 !important;
    width: 90%;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    border-radius: 50px;
	color: #fff !important;
}
.itemboton a.button.add-to-cart-button:hover {
    background-color: #222 !important;
	color: #fff !important;
}
.lottery-ajax-change {
    margin-top: 50px !important;
}

.contenedor .contenidoweb .migasdepan {
	display: none !important;
}

@media screen and (max-width: 900px) {
    .itemboton {
        flex: 1 1 calc(50% - 20px);
    }
    .itemboton .titulo {
        text-transform: uppercase;
        font-size: 14px;
        padding: 8px;
        font-weight: 600;
    }
        
        .itemboton span.mensaje {
        font-size: 19px;
        font-weight: 900;
        letter-spacing: -0px;
    }
}


.contenidoitem .ticket-left span {
	color: #fff !important;
}
.ticket-numsmall {
    background-color: #000 !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 5px 3px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li:first-child {
    padding-left: 0px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li:last-child {
    padding-right: 0px !important;
}
.lottery-ajax-change {
    margin-top: 20px !important;
}




.footernuevo {
    width: 100%;
    border-top: 1px solid rgb(208, 208, 208);
    background-color: #f2f2f2;
}
.footernuevo .centradofooter {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 50px 20px;
}
.footernuevo .centradofooter a {
    color: #000;
    text-transform: none;
}
.footernuevo .centradofooter .creditosdesarrollo a {
    font-weight: 700;
}
.wp-dark-mode-switch-1 {
    display: none !important;
}

.soliinicio .add_to_cart_button {
    background-color: #431a65 !important;
    color: #fff !important;
    width: 100% !important;
    text-align: center !important;
}

.contenwebsinw {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}



.ordeneslistado {
    width: 100%;
    max-width: 1000px;
    padding: 50px 20px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.ordeneslistado .sidebarordenes {
    width: 100%;
    max-width: 25%;
}
.ordeneslistado .sidebarordenes h2 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.ordeneslistado .sidebarordenes p {
    font-size: 14px;
    font-weight: 300;
    margin-right: 10px;
    margin-bottom: 0px;
}
.ordeneslistado .sidebarordenes b {
    font-weight: 700;
}
.ordeneslistado label {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}
.ordeneslistado input[type=email] {
    width: 100%;
    max-width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #333;
    font-size: 14px;
    columns: #000;
    margin-bottom: 10px;
}
.ordeneslistado button {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 7px 4px;
    border: 0px;
    border-radius: 6px;
}
.ordeneslistado button:hover {
    opacity: 0.8;
}
.ordeneslistado .contenidoconsultas {
    width: 100%;
    max-width: 70%;
}
.ordeneslistado .contenidoconsultas h1 {
    font-size: 30px;
    font-weight: 700;
}
.ordeneslistado .contenidoconsultas .mensaje {
    background-color: #ebebeb;
    padding: 10px;
    border-radius: 6px;
    display: block;
    font-size: 14px;
    border-left: 5px solid #000;
    margin-bottom: 20px;
}
.ordeneslistado .contenidoconsultas .listadodatos {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.ordeneslistado .contenidoconsultas .listadodatos li {
    list-style: none;
    padding-bottom: 7px;
    padding-top: 7px;
}



.ordeneslistado .contenidoconsultas .listadofinal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.ordeneslistado .contenidoconsultas .listadofinal li {
    background-color: #fff; /* Fondo blanco para un boleto */
    padding: 15px;
    font-size: 16px;
    color: #333; /* Texto oscuro para contraste */
    font-weight: 700;
    list-style: none;
    margin: 10px;
    border: 2px dashed #aaa; /* Borde perforado del boleto */
    border-radius: 8px; /* Bordes redondeados */
    position: relative; /* Para posicionar el elemento de estilo adicional */
    overflow: hidden; /* Para ocultar partes del contenido que sobresalgan */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra para darle profundidad */
}



.ordeneslistado .contenidoconsultas .listadofinal li::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: 5px;
    background-color: #ffa805; /* Color de acento del boleto */
    border-radius: 0 0 8px 8px; /* Esquinas redondeadas en la parte inferior */
}

.ordeneslistado .contenidoconsultas .listadofinal li .ticket-number {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #ffa805; /* Fondo de color para el número de ticket */
    padding: 2px;
    border-radius: 4px;
    margin-bottom: 10px;
}


p.mp-checkout-pse-text {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}



.order-failed .lottery-tickets {
	display: none !important;
}
.order-failed .woocommerce-thankyou-order-failed-actions {
	display: none !important;
}




.woocommerce-checkout #payment ul.payment_methods {
	background-color: #fff !important;
	padding: 0px !important;
}



  .nav-tabs-custom .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0.5rem 1rem;
  }

  .nav-tabs-custom .nav-link.active {
    border-color: #0d6efd;
    font-weight: 600;
    background-color: transparent;
  }

  .nav-tabs-custom .nav-link img {
    height: 30px;
    width: auto;
  }

  .nav-tabs-custom {
    border-bottom: 1px solid #dee2e6;
  }


#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 0px;
    background-color: #fff;
}
.form-row .form-row-wide label {
	display: none !important;
}

div#proof-bank-payment {
    border: 2px dashed #e4e4e4;
    padding: 20px !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	border-left: 7px solid #000;
}





#proof-bank-payment::before {
  content: "Cargar comprobante del pago:";
  display: block;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #333;
}





#proof-bank-payment {
  display: block;
  width: 100%;
  padding: 12px 20px;
  font-size: 1rem;
  color: #495057;
  background-color: #f8f9fa;
  border: 2px dashed #0d6efd;
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

#proof-bank-payment:hover {
  background-color: #e9f2ff;
  border-color: #0a58ca;
}

#proof-bank-payment:focus {
  outline: none;
  border-color: #198754;
  background-color: #e0f7ea;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}