/* Login page text color fix */

body.registro, body.registro label, body.registro input,body.registro a, body.registro p, body.registro form, body.registro .form-row, body.registro .form-row label, body.registro .form-row input, body.registro .btnhome {
    
}
body.registro h1{
    color: white;
}
#datosForm,#datosForm a{
 color: white;
}
body.registro input, body.registro .form-row input {
    background: #222;
    color: white !important;
    border: 1px solid #444;
}
body.registro input::placeholder, body.registro .form-row input::placeholder {
    color: #999 !important;
    opacity: 1;
}
body.registro select {
    background: #222;
    color: white !important;
    border: 1px solid #444;
}
body.registro select option {
    background: #222;
    color: white;
}
#buy-tickets-btn{
    color: white !important;
}
/*
body.registro a {
    color: #1fb5aa !important;
}*/
body.registro label {
    color: white !important;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Work Sans", sans-serif;
    background-color: #523693;
}
.main-container-bg{
    /*background-image: url(../img/bg_morado.png);*/
     background-image: url(../img/bg_azul.png);
    /*background-repeat: no-repeat;*/
    background-size: cover;
    min-height: calc( 100vh - 736px );
    padding-top: 50px;
    padding-bottom: 50px;
}   
.main-container-bg.inicio{
    background-image: url(../img/bg_morado.png);
}
*{
    font-family: "Work Sans", sans-serif;
}
body.solid{
    background-image: none;
    background-color: #04303A;
}
.header {
    width: 100%;
    min-height: 290px;
    background-color: #000;
    text-align: left;
    padding: 15px;
    padding-left: 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Work Sans", sans-serif;
    position: relative;
}
.header.interna{
    background-image: url('../img/top_celeste.png');
    margin-bottom: 0px;
}
.header.interna.celeste{
    background-image: url('../img/top_celeste.png');
}
.header.interna.celeste2{
    background-image: url('../img/top_celeste_2.png');
}

.header.interna.rosado{
    background-image: url('../img/top_rosado_2.png');
}
.header.interna.rosado2{
    background-image: url('../img/top_rosado.png');
}
.header.interna.rosado3{
    background-image: url('../img/top_rosado_3.png');
}
.header.interna.rosado4{
    background-image: url('../img/top_rosado_4.png');
}
.header.interna.rosado5{
    background-image: url('../img/top_rosado_5.png');
}

.header.interna.naranja{
    background-image: url('../img/top_naranja.png');
}
.header.interna.turquesa{
    background-image: url('../img/top_turquesa.png');
}
.header.interna.turquesa2{
    background-image: url('../img/top_turquesa2.png');
}
.header.interna.turquesa3{
    background-image: url('../img/top_turquesa3.png');
}
.header.interna.morado{
    background-image: url('../img/top_morado_2.png');
}
.header.interna.amarillo{
    background-image: url('../img/top_amarillo.png');
}
.header.interna.morado3{
    background-image: url('../img/top_morado_3.png');
}


.header h1 {
    margin: 0;
    color: white;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 40px;
}
.header.interna h1 {
    margin: 0;
    color: #000;
}
.header p {
    margin: 5px 0 0;
    font-size: 22px;
}
.content_logo{
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
}
.volver_button{
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
}
.grid-container-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px;
    padding-top: 0px;
}

body.registro .grid-container-list {
    max-width: 600px;
    margin: 0 auto;
}

/* Dos columnas para tickets en página de compra */
@media (min-width: 768px) {
    .grid-container-list:has(.purchase-item) {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .grid-container-list:has(.purchase-item) > h1,
    .grid-container-list:has(.purchase-item) > .discount-coupon {
        grid-column: 1 / -1;
    }

    /* Dos columnas para perfil */
    .grid-container-list.perfil {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
#searchResults{
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.grid-item {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    color: black;
    display: flex;
    justify-content: flex-start;
    align-items:flex-end;
    height: 150px;
    position: relative;
    padding-bottom: 12px;
    padding-left: 12px;
    text-decoration: none;
}
.grid-item h2{
    color: black;
}
.grid-container-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: transparent; /* Adjust as needed */
    padding: 10px;
}
.grid-container-wrap .grid-item{
    background-color: white;
    padding: 10px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.grid-container-wrap .grid-item img{
    width: 100%;
    min-height: 100px;
    max-height: 200px;
    max-width: 200px;
    object-fit: contain;
    object-position: center center;
}
.grid-item.logo{
    padding: 0px;
    background-image: none !important;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 400px;
}
.grid-item.logo img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
/*establecer estilos para el primer elemento*/



.grid-container-list .grid-item:nth-child(1) {
    /*background-image: url('../img/bg_button_1.png');*/
}
.grid-container-list .grid-item:nth-child(2) {
    /*background-image: url('../img/bg_button_2.png');*/
}
.grid-container-list .grid-item:nth-child(3) {
    /*background-image: url('../img/bg_button_3.png');*/
    background-size: cover;
    background-position: center center;
}



.grid-container-list.perfil .grid-item:nth-child(1) {
    background-image: url('../img/bg_button_4.png');
}
.grid-container-list.perfil .grid-item:nth-child(2) {
    background-image: url('../img/bg_button_2.png');
}
.grid-container-list.perfil .grid-item:nth-child(3) {
    background-image: url('../img/bg_button_1.png');
    background-size: cover;
    background-position: center center;
}





.grid-container-list .grid-item.mapa:nth-child(1) {
    background-image: url('../img/bg_button_4.png');
    background-size: cover;
    background-position: center center;
}

.grid-container-list .grid-item.mapa:nth-child(2) {
    background-image: url('../img/bg_button_5.png');
    background-size: cover;
    background-position: center center;
}

.grid-item.top{
    align-items:flex-start;
}
.grid-container-list .grid-item.normal{
    height: auto;
    padding: 10px;
    background-image: none !important;
    background-color: white;
}
.grid-container-list .grid-item.big,.grid-container-list .grid-item.mapa {
    height: auto;
    padding: 20px;
    padding-top: 80px;
}
/*
.grid-container-list .grid-item.normal:nth-child(odd){
    background-color: #CBCBFF !important;
}*/
.grid-container-list .grid-item.normal.amarillo:nth-child(odd){
    background-color: #FFE1A1 !important;
}
.grid-container-list .grid-item.normal.turquesa:nth-child(odd){
    background-color: #6BE7DB !important;
}
.grid-container-list .grid-item.normal.celeste:nth-child(odd){
    /*background-color: #95D2FF !important;*/
}
.grid-container-list .grid-item.normal.rosado:nth-child(odd){
    background-color: #FFC5D3 !important;
}
.grid-container-list .grid-item.normal.morado:nth-child(odd){
    background-color: #CBCBFF !important;
}
.day_selector .selected_celeste{
    background-color: #95D2FF;
}
.day_selector .selected_rosado{
    background-color: #FFC5D3;
}
.day_selector .selected_turquesa{
    background-color: #6BE7DB;
}
.day_selector .selected_morado{
    background-color: #CBCBFF;
}
.day_selector .selected_amarillo{
    background-color: #FFE1A1;
}


.grid-item h2{
    margin: 0px;
    margin: 0px;
    font-weight: 500;
    font-size: 20px;
    padding-left: 10px;
    /*padding: 10px;
    padding-left: 20px;
    padding-right: 20px;*/
}
/*
.grid-item:nth-child(1) { background-image: url('../img/square_naranja.png'); }
.grid-item:nth-child(2) { background-color: #99ccff; }
.grid-item:nth-child(3) { background-color: #99ff99; }
.grid-item:nth-child(4) { background-color: #ffcc99; }
.grid-item:nth-child(5) { background-color: #cc99ff; }
.grid-item:nth-child(6) { background-color: #ffff99; }
*/
.square_naranja { background-image: url('../img/square_naranja.png'); }
.square_celeste { background-image: url('../img/square_celeste.png'); }
.square_morado { background-image: url('../img/square_morado.png'); }
.square_rosado { background-image: url('../img/square_rosado.png'); }
.square_rosado2 { background-image: url('../img/top_rosado.png'); }
.square_turquesa { background-image: url('../img/square_turquesa.png'); }
.square_amarillo { background-image: url('../img/square_amarillo.png'); }
.square_celeste2 { background-image: url('../img/square_celeste2.png'); }
.footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #000;
    color: white;
    /*padding: 10px 0;
    padding-left: 20px;
    padding-right: 20px;*/
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
}
.footer-content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    
}
.footer .icon {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: white;
}
.footer .icon.selected {
    color: #2FCAD4;
}
.footer .icon:first-child {
    margin-left: 40px;
}
.footer .icon:last-child {
    margin-right: 40px;
}
.footer .icon div{
    margin-top: 7px;
}
.footer .icon img {
    width: 26px;
}
.arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:5px;
    right: 10px;
    width: 35px;
    height: 35px;
}
.arrow i{
    color: white;
}
.container{
    padding: 20px;
}
p{
    color: white;
}
.autoridad_item{
    color: white;
}

.day_selector{
    display: flex;
}
.day_selector a{
    border-radius: 12px;
    padding: 8px 16px;
    color: black;
    background-color: white;
    margin-right: 10px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    text-decoration: none;
}



.vertical-separator{
    border-left: 1px solid black;
    height: 100%;
    margin: 0 10px;
}

.grid-item-text{
    padding: 20px;
    padding-right: 25px;
    padding-left: 5px;
}

.grid-item-text a{
    text-decoration: none;
    color: #523693;
    margin-top: 8px;
    display: block;
}

.grid-item-hour{
    text-align: right;
    padding: 20px;
    padding-right: 5px;
    padding-left: 5px;
    
}

.app-container {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}
.app-container h1{
    color: white;
    font-size: 24px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #523693;
    
}
th {
    background-color: #34BFF6;
    color: #523693;
    font-weight: 500;
    border-left: 1px solid #523693;
}
.rosado th{
    background-color: #e7afbd;
}
td {
    background-color: white;
    color: #523693;
    border-left: 1px solid #523693;
    font-weight: 400;
    font-size: 14px;
}
tr:nth-child(odd) td {
    background-color: #CBF7FF;
}
.rosado tr:nth-child(odd) td {
    background-color: #ffecf1;
}

tr:nth-child(even) {
    background-color: #ffffff;
}

.center{
    display: flex;
    justify-content: center;
}

.toolbox{
    display: flex;
}
.toolbox a{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    background-color: white;
    border-radius: 8px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    color: black;
}
.toolbox a img{
    margin-right: 5px;
}
.toolbox a:first-child{
    margin-right: 10px;
}
/*
.toolbox a:hover{
    background-color: #96FFB9;
}*/

.ponente_info{
    display: flex;
    align-items: center;
    justify-content: start;
}
.ponente_info .b1{
    flex: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    color: black;
    max-width: 240px;
}
.ponente_info .b1 img{
    width: 100%;
    border-radius: 8px;
    max-height: 250px;
    object-fit: cover;
    /*object-position: top;*/
}
.ponente_info .b2{
    flex: 0.5;
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    padding: 15px;
    background-color: #CBCBFF;
    border-radius: 8px;
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: black;
    margin-left: 10px;
}
.ponente_info .b2 p{
    color: black;
    text-align: left;
    margin: 0;
    padding: 0;

}

h3{
    margin: 0;
    padding: 0;
    color: white;
    font-size: 20px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
    padding-left: 0px;
    margin-top: 20px;
}

.grid-item.normal.search{
    border-style: none;
    background-color: white !important;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
}

button{
    background-color: white;
    color: black;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    font-family: "Work Sans", sans-serif;
    border-radius: 12px;
}




.form-row {
    margin-bottom: 15px;
}

.form-row label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    color: white;
}

input[type="text"],input[type="email"],input[type="password"],select, input[type="tel"], input[type="file"] {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 14px;
    box-sizing: border-box;
}

body.registro input[type="text"],
body.registro input[type="email"],
body.registro input[type="password"],
body.registro input[type="tel"],
body.registro select {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #ccc !important;
}

body.registro select option {
    background: #fff !important;
    color: #000 !important;
}

body.registro input[type="text"]::placeholder,
body.registro input[type="email"]::placeholder,
body.registro input[type="password"]::placeholder,
body.registro input[type="tel"]::placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

body.registro input[type="text"]::-webkit-input-placeholder,
body.registro input[type="email"]::-webkit-input-placeholder,
body.registro input[type="password"]::-webkit-input-placeholder,
body.registro input[type="tel"]::-webkit-input-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

body.registro input[type="text"]::-moz-placeholder,
body.registro input[type="email"]::-moz-placeholder,
body.registro input[type="password"]::-moz-placeholder,
body.registro input[type="tel"]::-moz-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

body.registro input[type="text"]:-ms-input-placeholder,
body.registro input[type="email"]:-ms-input-placeholder,
body.registro input[type="password"]:-ms-input-placeholder,
body.registro input[type="tel"]:-ms-input-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.form-row input:focus {
    border-color: #007BFF;
    outline: none;
}
/*
button[type="submit"] {
    width: 100%;
    padding: 15px;
    background-color: #91C1E5;
    color: black;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 15px;
}

button[type="submit"]:hover {
    background-color: #0056b3;
}
*/


.header.interna.registro{
    background-image: url('../img/bg_registro.png');
    background-position: top;
}
.header.interna{

}
.header.interna .logo{
    width: 220px;
    height: 70px;
}
.header.interna .logo_inicio{
    width: 260px;
}
.header.interna .logo_inicio img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
body.registro{
    background-color: black;
}
.registro h1{
    font-weight: 400;
    padding-top: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-family: "Work Sans", sans-serif;
    font-size: 35px;
    color: #523693;
    font-weight: 400;
}
.registro{
    color: #523693;
}
.registro p{
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    
}
/*
.registro a{
    color: #523693;
}*/
.registro p b{
    font-weight: 600;
}

.registro button{   
    background-color: #523693;
    color: white;
}   
.registro hr{
    border: 1px solid #666;
    margin-top: 60px;
    margin-bottom: 20px;
}
.flag{
    width: 30px;
    height: 30px;
    border-radius: 8px;
    margin-right: 2px;
    margin-left: 10px;
    object-fit: cover;
}
.agendado{
    background-color: #96FFB9 !important;
}
.ponentes_text{
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.grid-container-list.perfil .grid-item.button {
    background-image: none !important;
    padding: 0px;
    width: 100% !important;
}
.grid-container-list.perfil .grid-item.button button{
    width: 100% !important;
}
.mapa_general{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

.addeventatc{
    display: flex;
    border: none !important;
    outline-color: aqua;
    box-shadow: none !important;
    z-index: 99998;
    flex-direction: column;
}

.segmentos{
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    font-size: 14px;
}

#voucher-form .form-row {
    margin-bottom: 15px;
}

#voucher-form label {
    display: block;
    margin-bottom: 5px;
    color: white;
    font-family: 'Work Sans', sans-serif;
}

#voucher-form input[type="file"],
#voucher-form input[type="text"] {
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
}

#voucher-form input[type="file"] {
    background-color: white;
}

#voucher-form input[type="text"] {
    background-color: #a4fec2;
}

h2{
    color: white;
}
label{
    color: white;
    font-family: 'Work Sans', sans-serif;
}
hr{
    width: 100%;
    color: white !important
}
.discount-coupon {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-top: 0px;
        border-radius: 8px;
        padding: 10px;
    }
    .discount-coupon label{
        flex: 1;
        font-family: 'Work Sans', sans-serif;
        text-align: right;
        padding-right: 10px;
        color: white;
    }
    .coupon-input {
        flex: 1;
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 8px;
        font-size: 16px;
        outline: none;
        max-width: 100px;
        background-color: #a4fec2;
        font-family: 'Work Sans', sans-serif;
        text-align: center;
    }

    .apply-coupon-button {
        background-color: #a5c8fe;
        border: none;
        border-radius: 10px;
        color: #011136;
        padding: 8px 20px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        font-family: 'Work Sans', sans-serif;
    }

    .apply-coupon-button:hover {
        background-color: #8ab3ec;
    }

    .btn-primary {
        background-color: white;
        color: #001135;
        border: none;
        border-radius: 8px;
        padding: 10px 20px;
        font-size: 18px;
        font-family: 'Work Sans', sans-serif;
        cursor: pointer;
        width: 100%;
        max-width: 300px;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .btn-primary:hover {
        background-color: #001135;
        color: white;
    }
h1{
    color: white;
    font-weight: 400;
    font-family: "Work Sans", sans-serif
}

    .purchase-item {
        background-size: cover;
        border-radius: 8px;
        padding: 15px;
        color: white;
        font-family: "Work Sans", sans-serif;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .purchase-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        font-weight: 500;
    }

    .item-label {
        text-align: left;
        color: #001135;
        max-width: 50%;
        word-wrap: break-word;
    }

    .item-price-container {
        text-align: right;
        color: #001135;
        font-size: 30px;
    }

    .purchase-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }

    .quantity-control {
        display: flex;
        align-items: center;
        background-color: white;
        border-radius: 10px;
    }
    .stepper-button-content{
        background-color: white;
        border-radius: 50%;
    } 
    .stepper-button {
        background-color: white;
        border: none;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        font-size: 18px;
        font-weight: bold;
        color: #333;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .quantity-input:focus {
        outline: none;
        box-shadow: none;
        border-color: white;
    }
    .quantity-input {
        width: 40px;
        text-align: center;
        font-size: 16px;
        margin: 0 0px;
        border: 1px solid #ccc;
        border-radius: 10px;
        height: 30px;
        outline: none;
        box-shadow: none;
        border-color: white;
    }

    .buy-button {
        background-color: #001135;
        border: none;
        border-radius: 8px;
        color: white;
        padding: 8px 20px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        width: 100%;
        margin-left: 10px;
        max-width: 300px;
    }

    .buy-button:hover {
        background-color: #0056b3;
    }

    /* Estilos para precios con descuento */
    .price-display {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .original-price {
        color: #666;
        text-decoration: line-through;
        font-size: 14px;
        opacity: 0.8;
        order: 2;
    }
    .item-price{
        font-size: 30px;
        color: #011135;
    }
    .current-price {
        font-size: 30px;
        color: #011135;
        order: 1;
    }

    .discount-badge {
        background: linear-gradient(135deg, #e74c3c, #c0392b);
        color: white;
        padding: 4px 8px;
        border-radius: 12px;
        font-size: 12px;
        font-weight: bold;
        box-shadow: 0 2px 4px rgba(231, 76, 60, 0.3);
        order: 3;
        animation: pulse 2s infinite;
    }

    @keyframes pulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.05); }
        100% { transform: scale(1); }
    }

    .coupon-success {
        background: linear-gradient(135deg, #27ae60, #2ecc71);
        color: white;
        padding: 12px 16px;
        border-radius: 8px;
        font-weight: bold;
        box-shadow: 0 4px 8px rgba(39, 174, 96, 0.3);
        display: flex;
        align-items: center;
        gap: 8px;
        animation: slideIn 0.5s ease-out;
    }

    @keyframes slideIn {
        from { opacity: 0; transform: translateY(-10px); }
        to { opacity: 1; transform: translateY(0); }
    }

    .coupon-success::before {
        content: "✓";
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }
    .info{
        display: flex; align-items: center; background-color: red; color: white; border: 1px solid #f5c6cb; border-radius: 8px; padding: 10px; margin-bottom: 15px;
        font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 400; line-height: 1.5;
    }
    .title{
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    .info-green{
        display: flex; align-items: center; background-color: #00ad39; color: white; border: 1px solid #f5c6cb; border-radius: 8px; padding: 10px; margin-bottom: 15px;
        font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 400; line-height: 1.5;
    }
    .info-compra{
        background-color: white;
        color: black;
        padding: 20px;
    }
    .info-compra h2{
        color: black;
        padding: 0;
        margin: 0;
        font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: bold; line-height: 1.5;
    }
    .info-compra p{
        color: black;
    }
    .button-finalizar{
        background-color: white;
         color: #523693;
          padding: 15px 20px;
           border: none;
            border-radius: 8px; 
            font-size: 16px;
             cursor: pointer;
             width: 100%;
    }
    .circle-check{
        width: 60%;
        max-width: 280px;
    }
    .coupon-message{
        display: block;
        padding: 8px 12px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 500;
        margin-top: 5px;
        animation: fadeIn 0.3s ease-in;
    }
    
    .coupon-message.success {
        background: linear-gradient(135deg, #d4edda, #c3e6cb);
        color: #155724;
        border: 1px solid #c3e6cb;
    }
    
    .coupon-message.error {
        background: linear-gradient(135deg, #f8d7da, #f5c6cb);
        color: #721c24;
        border: 1px solid #f5c6cb;
        margin-top: 5px;
    }
    
    .coupon-message i {
        margin-right: 5px;
    }
    
    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(-10px); }
        to { opacity: 1; transform: translateY(0); }
    }
    
    .change-coupon-btn {
        background: linear-gradient(135deg, #6c757d, #5a6268);
        color: white;
        border: none;
        border-radius: 6px;
        padding: 6px 12px;
        font-size: 12px;
        cursor: pointer;
        margin-top: 8px;
        transition: all 0.3s ease;
        font-family: 'Work Sans', sans-serif;
        display: inline-flex;
        align-items: center;
        gap: 4px;
    }
    
    .change-coupon-btn:hover {
        background: linear-gradient(135deg, #5a6268, #495057);
        transform: translateY(-1px);
    }
    
    .change-coupon-btn i {
        font-size: 10px;
    }
    
    /* Estilos para cupón aplicado en página de ticket */
    .discount-coupon-applied {
        margin: 15px 0;
        padding: 15px;
        background: linear-gradient(135deg, #d4edda, #c3e6cb);
        border: 1px solid #c3e6cb;
        border-radius: 10px;
        animation: fadeIn 0.3s ease-in;
    }
    
    .coupon-success-message {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #155724;
        font-weight: 500;
    }
    
    .coupon-success-message i {
        color: #28a745;
        font-size: 16px;
    }
    
    .discount-info {
        background: #28a745;
        color: white;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: bold;
        margin-left: auto;
    }

.btnhome{
    display: block;
    margin-top: 20px;
}

.kr-embedded{
    width: 100%;
    border: none;
    overflow: hidden;
}
.kr-popin-utils button.kr-popin-button{
    width: 100% !important;
    background-color: white !important;
}
.kr-popin-utils button.kr-popin-button span{
    color: black !important;
}


.discount-coupon {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 0px;
    color: white;
    border-radius: 8px;
    padding: 10px;
}
.discount-coupon label{
    flex: 1;
    font-family: 'Work Sans', sans-serif;
    text-align: right;
    padding-right: 10px;
}

/* Estilos para cupón dentro de cada entrada */
.discount-coupon-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 10px 0;
    padding: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.discount-coupon-item label {
    font-family: 'Work Sans', sans-serif;
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
}

.coupon-controls {
    display: flex;
    gap: 10px;
    align-items: center;
}

.coupon-input {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 8px;
    font-size: 16px;
    outline: none;
    max-width: 150px;
    background-color: #a4fec2;
    font-family: 'Work Sans', sans-serif;
    text-align: center;
}

.apply-coupon-button {
    background-color: #a5c8fe;
    border: none;
    border-radius: 10px;
    color: #011136;
    padding: 8px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Work Sans', sans-serif;
}

.coupon-message-container {
    margin-top: 0px;
    min-height: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.apply-coupon-button:hover {
    background-color: #8ab3ec;
}
h1{
color: white;
font-weight: 400;
font-family: "Work Sans", sans-serif
}

.purchase-item {
    border-radius: 8px;
    padding: 15px;
    color: #1f38a0;
    font-family: "Work Sans", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.purchase-item .file{
    display: flex;
    justify-content: space-between;
}
.purchase-item.sold{
    background: none !important;
    background-color: #ffd1dd !important;
    border-radius: 0 !important;
    
}
.purchase-item.sold h2,.purchase-item.sold{
    color: #523693;
}
.purchase-item.sold p,.purchase-item.sold h2{
    margin: 0;
    padding: 0;
}
.purchase-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

.item-label {
    text-align: left;
    color: #001135;
    max-width: 50%;
    word-wrap: break-word;
}

.item-price-container {
    text-align: right;
    color: #001135;
    font-size: 30px;
}

.purchase-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.quantity-control {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 10px;
}
.stepper-button-content{
    background-color: white;
    border-radius: 50%;
} 
.stepper-button {
    background-color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quantity-input:focus {
    outline: none;
    box-shadow: none;
    border-color: white;
}
.quantity-input {
    width: 40px;
    text-align: center;
    font-size: 16px;
    margin: 0 0px;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 30px;
    outline: none;
    box-shadow: none;
    border-color: white;
}

.buy-button {
    background-color: #001135;
    border: none;
    border-radius: 8px;
    color: white;
    padding: 8px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    margin-left: 10px;
    max-width: 300px;
}

.buy-button:hover {
    background-color: #0056b3;
}

#tipo_documento{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 14px;
    box-sizing: border-box;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    background-color: white;
}
.item-price-total{
    color: black;
    font-size: 20px;
}
/* Banner Header Styles - Compartidos */
.header.banner-header {
    min-height: 260px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: row !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Banner header de inicio - altura 500px */
.header.banner-header.inicio {
    min-height: 500px;
}

.header.banner-header .header-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.banner-content {
    max-width: 600px;
    text-align: left;
}

.banner-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    margin: 10px 0;
    line-height: 1.2;
}

.banner-title.dark {
    color: #000e2f;
}

.banner-subtitle {
    font-size: 1.1rem;
    color: white;
    margin: 10px 0;
    line-height: 1.4;
}

.banner-subtitle.dark {
    color: #000e2f;
}

.banner-button {
    display: inline-block;
    background-color: #523693;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 500;
    margin-top: 15px;
    transition: background-color 0.3s ease;
}

.banner-button:hover {
    background-color: #3d2870;
    text-decoration: none;
    color: white;
}

/* Responsive para banners */
@media (max-width: 750px) {
    .header.banner-header {
        min-height: 150px;
    }

    .header.banner-header.inicio {
        min-height: 300px;
    }

    .banner-title {
        font-size: 1.5rem !important;
    }

    .banner-subtitle {
        font-size: 0.9rem !important;
    }

    .banner-button {
        padding: 10px 20px !important;
        font-size: 0.9rem !important;
    }

    .banner-content img {
        max-width: 100px !important;
        margin-bottom: 10px !important;
    }
}

/* Botón primario - Estilo global */
.btn-primary {
    background-color: #a5c8fe !important;
    color: #011136 !important;
    border: none !important;
    border-radius: 15px !important;
    padding: 10px 20px !important;
    font-size: 18px !important;
    font-family: 'Work Sans', sans-serif !important;
    cursor: pointer !important;
    width: 100% !important;
    max-width: 300px !important;
    transition: background-color 0.3s ease !important;
}

.btn-primary:hover {
    background-color: #8ab3ec !important;
    color: #011136 !important;
}
h4{
    color: white;
    font-weight: 200;
    font-family: "Work Sans", sans-serif;
    font-size: 30px;
    margin: 0;
    padding: 0;
}
@media (max-width: 720px) {
    h4{
        font-size: 24px;
    }
}