@font-face {
    font-family: 'VVDS_Praliner-Bold';
    src: url("../fonts/VVDS_Praliner-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VVDS_Praliner-BoldStroke';
    src: url("../fonts/VVDS_Praliner-BoldStroke.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VVDS_Praliner-Medium';
    src: url("../fonts/VVDS_Praliner-Medium.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VVDS_Praliner-MediumStroke';
    src: url("../fonts/VVDS_Praliner-MediumStroke.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VVDS_Praliner-Regular';
    src: url("../fonts/VVDS_Praliner-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VVDS_Praliner-RegularStroke';
    src: url("../fonts/VVDS_Praliner-RegularStroke.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Knicknack-FuzzyHeavy';
    src: url("../fonts/Knicknack-FuzzyHeavy.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Knicknack-FuzzyMedium';
    src: url("../fonts/Knicknack-FuzzyMedium.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Knicknack-FuzzyRegular';
    src: url("../fonts/Knicknack-FuzzyRegular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Knicknack-Heavy';
    src: url("../fonts/Knicknack-Heavy.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Knicknack-Medium';
    src: url("../fonts/Knicknack-Medium.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Knicknack-Regular';
    src: url("../fonts/Knicknack-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}


.font-jugueteria-1 {
    font-family: 'JandaManateeSolid', 'sans-serif' !important;
    -webkit-text-stroke: 1px white;
}


.font-jugueteria-2 {
    font-family: 'Knicknack-Bold', 'sans-serif' !important;
    -webkit-text-stroke: 1px white;
}

.font-jugueteria-3 {
    font-family: 'Knicknack-FuzzyBlack', 'sans-serif' !important;
    -webkit-text-stroke: 1px white;
}

.font-jugueteria-4 {
    font-family: 'Knicknack-FuzzyBold', 'sans-serif' !important;
    -webkit-text-stroke: 1px white;
}

.font-jugueteria-5 {
    font-family: 'Knicknack-FuzzyHeavy', 'sans-serif' !important;
    -webkit-text-stroke: 1px white;
}

.font-jugueteria-6 {
    font-family: 'Knicknack-FuzzyMedium', 'sans-serif' !important;
    -webkit-text-stroke: 1px white;
}

.font-jugueteria-7 {
    font-family: 'Knicknack-FuzzyRegular', 'sans-serif' !important;
    -webkit-text-stroke: 1px white;
}

.font-jugueteria-8 {
    font-family: 'Knicknack-Heavy', 'sans-serif' !important;
    -webkit-text-stroke: 1px white;
}

.font-jugueteria-9 {
    font-family: 'Knicknack-Medium', 'sans-serif' !important;
    -webkit-text-stroke: 1px white;
}

.font-jugueteria-10 {
    font-family: 'Knicknack-Black', 'sans-serif' !important;
    -webkit-text-stroke: 1px white;
}

.img-banner {
    height: 60vh;
    background-size: cover;
    background-position: center;
}

img.img-juguete {
    height: 300px;
    width: auto;
}

.descuento {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: #f00;
    left: 5px;
    top: 5px;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
    transform: rotate(-25deg);
    box-shadow: 2px 6px 6px 0px #5e5e5e;
}

.nuevo {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #67b700;
    left: 5px;
    top: 5px;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
    transform: rotate(-25deg);
    box-shadow: 2px 6px 6px 0px #5e5e5e;
}

.new {
    font-size: 12px;
}

.numdesc {
    font-size: 25px;
}

.desc {
    font-size: small;
    margin-top: -10px;
}

.centrar {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.border-top-dorado {
    border-top: 5px solid #D49130;
}

.border-bottom-dorado {
    border-bottom: 5px solid #D49130;
}

.text-color-decorado {
    font-weight: 800;
    text-shadow: 2px 2px 0px white;
}

.text-blanco-decorado {
    font-weight: 800;
    text-shadow: 2px 2px 0px red;
}

.btn-WhatsApp {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 996;
    background: #198754;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    box-shadow: 0px 0 10px 4px #ddd;
}

.btn-WhatsApp i {
    font-size: 25px;
    color: #fff;
    line-height: 0;
}

.nombreJuguete {
    margin: 15px auto 15px auto;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    font-weight: 900;
}

.nombreJuguete-modal{
    margin: 15px auto 35px auto;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 13px;
    text-align: center;
}

.card-juguete {
    border: 3px solid #5faee3;
}

.img-catalogo-juguete {
    padding: 5px;
    margin: 0 0 20px 0px;
    border: solid;
    border-style: dashed;
    border-color: #008581;
}

.p-oferta{
    text-decoration: line-through;
    color: red;
}
.p-oferta-2{
    color: #67b700 !important;
    font-weight: bold;
}

.text-oferta {
    background-color: #67b700;
    padding: 10px;
    color: #ffffff;
    border: solid 3px #fff000;
    box-shadow: 0px 0px 12px 5px #fff000;
    margin-bottom: 30px;
}
.bg-capa{
    width: 100%;
    height: 100%;
    background-color: #2f2f2f5e;
    top: 0;
    left: 0;
}

figure.bg-img {
    background-size: cover !important;
    background-position: center !important;
}

.logo-proveedor {
    border-radius: 227px;
}


/*================*/

.custom-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.custom-slider {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.custom-slide-track {
    display: flex;
    width: max-content;
    animation: scroll-left 40s linear infinite;
}

.custom-slide {
    width: 250px; /* Ajustar segÃºn el tamaÃ±o de las imÃ¡genes */
    flex-shrink: 0;
    margin-right: 10px; /* Espacio entre imÃ¡genes */
}

.custom-img-fluid {
    max-width: 100%;
    height: auto;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Mover solo la mitad del track porque duplicamos los logos */
    }
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px 6px rgb(0 39 20);
}
.form-title {
    text-align: center;
    margin-bottom: 20px;
}
.btn-primary {
    background-color: #007bff;
    border: none;
}
.btn-primary:hover {
    background-color: #0056b3;
}

#otroEvento {
    display: none;
}

.bg-mitad{
    background: linear-gradient(to bottom, #FFFFFF 50%, #e8f5eb 50%);
}

.bg-mitad-res{
    background: linear-gradient(to bottom, #FFFFFF 50%, #e8f5eb 50%);
}

.bg-btn-dorado{
    background-color: #ffbc0f;
}

.bg-btn-dorado:hover{
    background-color: #bb8800;
}

.centrar-bottom{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
/*===== BOLETO REGISTRO ======*/
.boleto-card {
    border: 2px solid #FFD700; /* Bordes dorados */
    border-radius: 10px; /* Borde redondeado */
    background-color: #fff6e3; /* Fondo claro */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Sombra ligera */
    padding: 20px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    width: 90%; /* Ancho de la tarjeta */
}

.boleto-card h1 {
    color: #C48B20; /* Color dorado */
    font-weight: bold;
}

.boleto-card hr {
    border: 1px solid #FFD700; /* LÃ­nea dorada */
    width: 80%;
    margin: 15px auto;
}

.boleto-card p {
    font-size: 18px;
    margin-bottom: 10px;
}

.boleto-card strong {
    color: #C48B20;
}

/* Logo */
.logo-palacio {
    height: 120px; /* Ancho fijo para que no desborde */
    margin: 10px auto; /* Margen para centrar y agregar espacio */
    display: block;
}

/* SimulaciÃ³n de cÃ³digo de barras */
.barcode {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 80px;
    margin-bottom: 20px;
    gap: 2px; /* Espaciado entre las barras */
}

.barcode div {
    background-color: black;
    height: 100%;
}

.bar1 { width: 2px; }
.bar2 { width: 4px; }
.bar3 { width: 6px; }
.bar4 { width: 8px; }
.bar5 { width: 3px; }
.bar6 { width: 5px; }
.bar7 { width: 7px; }
.bar8 { width: 2px; }

/* AÃ±adido para mejorar la visualizaciÃ³n */
.barcode div:nth-child(odd) {
    height: 90%; /* VariaciÃ³n en las alturas de las barras */
}
