
:root{
    --color-primario: #0fb1f1;
    
}

::selection {
    color: #fff;
    background: #0fb1f1;
}

body{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
}

.logo_venta{
    margin-top: 1rem;
}
#venta_web_titulo_evento{
   
    margin-left: auto;
    margin-right: auto; 
    text-align: center;
    font-size: 20px;
}

.contendor_principal{
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    width: 100%;
    overflow-x: hidden;
    overflow-y:hidden ;
    height: 150%;
    
}
.sub_contenedor_principal{
    width: 100%;
    /* z-index: 1; */

} 
.contenedor_banner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    
}
.contenedor_titulo_fecha{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: left;
    text-align: center;
    
}

.menu-desplegable{
    font-size: 17px; 
    margin:0;
    color:#fff;
    width: 100%;
    z-index: 1;
}

.sub_contenedor_principal2{
    width: 100%;
    height: fit-content;
}


.contenedor-menu-acordion{
    width: 100%;
} 

.contenedor-form{
    width:100%;

}
.contenedor-sub-form{
    width:100%;
}

.contenedor-area-mapa{
    height: fit-content !important;
   
    
}

.ui-accordion .ui-accordion-content {
   
    
    z-index: 1;
    border-radius: 0.5rem;
}

.controles_zoom{
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
    margin-top: 1rem;
    
}

.control_zoom_boton{
    display: flex;
    width: 45px;
    background-color:  #0fb1f1 ;
    margin-right: 1rem;
    border-radius: 0.5rem;
    color: white;
    text-align: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    font-size: 20px;
    padding:3px;

}

.control_zoom_boton:hover{
    cursor: pointer;
    background-color:  #34b7eb ;
    transform: scale(1.05);
    -webkit-box-shadow: -5px 4px 39px -4px #44caff;
    -moz-box-shadow: -5px 4px 39px -4px #44caff;
    box-shadow: -5px 4px 39px -4px #44caff;

}


.contenedor-mapa-zoom{
    zoom: 1 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    width: fit-content !important;
    margin: auto !important;
    border: none !important;
}
a:hover{
    text-decoration: none;
}

.mapa_zoom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    
}
.mapa_figura{
   left: 0;
   justify-content: left;
   z-index: 1;
   
}
.contenedor-lugares{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
    height: fit-content !important;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-top: 0;
    overflow: auto;
    zoom: 1;
    width: auto;
    border: 1px solid #ccc;
    border-top-width: 0;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.contenedor-lugares-header{
    display: flex;
    height: fit-content !important;
    flex-direction: column;
    width: 100%;
    margin-bottom: 1.5rem;
}
.contenedor-lugares-header-contenido{
    display: flex;
    height: fit-content !important;
    flex-direction: column;
    width: 100%;
    
}
.contenedor-botones-lugares{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    flex-direction: row;
}

.contenedor-boleto-promocion{
   
    gap: 1rem;
    
}
.boton-promocion-responsive{
    margin-left: 1rem;
}
.boton-primario{
    background-color: #34b7eb  !important;
    border-radius: 0.5rem;
    border:none;
    color: white;
    width:15% ;
    height: 45px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 15px !important;
    margin-right: 2rem;
    transition: all 0.5s ease-in-out;
}

.boton-secundario{
    background-color:  #fcce38  !important;
    border-radius: 0.5rem;
    border:none;
    color: white !important;
    text-align: center;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; 
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 15px;
    width:15% !important;
    transition: all 0.5s ease-in-out;
}
.boton-primario:hover{
    cursor: pointer;
    background-color:  #48c9fc !important;
    transform: scale(1.05);
    -webkit-box-shadow: -5px 4px 39px -4px #34b7eb;
    -moz-box-shadow: -5px 4px 39px -4px #34b7eb;
    box-shadow: -5px 4px 39px -4px #34b7eb;
}
.boton-secundario:hover{
    cursor: pointer;
    background-color:  #f8d152 !important;
    transform: scale(1.05);
    -webkit-box-shadow: -5px 4px 39px -4px #f8d152;
    -moz-box-shadow: -5px 4px 39px -4px #f8d152;
    box-shadow: -5px 4px 39px -4px #f8d152;
}

.contenedor-enumerados{
    display: flex;
    flex-direction: column;
    width: 100%;

}

.venta_boletos_contenedor_instrucciones{
    display: flex;
    width: 100%;
    justify-content: space-around;

}
.table-condensed{
    display: flex;
    justify-content: center;
    width: 100%;
}
.card-contenedor{
    z-index: 999999;
    margin-bottom: -10rem;
}
.contendor-columns-noNumerada{
    display: flex;
    flex-direction: column;
}
.contenedor-opciones-noNumerada{
    display: flex;
    
}
table{
    font-family: 'Poppins', sans-serif !important;
}
.contenedor-boton-borrar{
    display: flex;
    align-items: center;
}
.boton-borrar{
    background-color: crimson;
    color:#fff;
    border: 0;
    text-align: center;
    width: 20%;
    height: 35px;
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    border-radius: 0.5rem;
    transition: all 0.5s ease-in-out;

}

.boton-borrar:hover{
    /* background-color: rgb(255, 46, 88);
    -webkit-box-shadow: -2px 2px 39px -4px rgb(255, 46, 88);
    -moz-box-shadow: -2px 2px 39px -4px rgb(255, 46, 88);
    box-shadow: -2px 2px 39px -4px rgb(255, 46, 88);
    transition: all 0.5s ease-in-out;
} */
}
.contenedor-descuento-align{
    justify-content: flex-start !important;
    border-top:0 !important;

}
.contenedor-descuento{
   display: flex;
   align-items: center;
   justify-content: space-around;
    width: 100%;
    
}
.boton-descuento{
    background-color: #0fb1f1 ;
    text-decoration: none;
    color: white !important;
    border: 0;
    text-align: center;
    width: 350px;
    height: 30px;
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    border-radius: 0.5rem;
    transition: all 0.5s ease-in-out;
    margin-left: 2rem;
    padding-top: 10px;
}

.boton-descuento:hover{
    cursor: pointer;
    background-color: #34b7eb;
    -webkit-box-shadow: -2px 2px 39px -4px #34b7eb;
    -moz-box-shadow: -2px 2px 39px -4px #34b7eb;
    box-shadow: -2px 2px 39px -4px #34b7eb;
    transition: all 0.5s ease-in-out;
}
.input-descuento{
    height: 30px !important; 
}
.contenedor-boton-comprar{
    display: flex;
    justify-content: center;
    /*width: 100%;*/
    border-top:0 !important;
}
.boton-comprar{
    background-color: #0fb1f1 ;
    color:#fff;
    border: 0;
    text-align: center;
    width: 200px;
    height: 35px;
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    border-radius: 0.5rem;
    transition: all 0.5s ease-in-out;
}
.boton-comprar:hover{
    background-color: #34b7eb;
    -webkit-box-shadow: -2px 2px 39px -4px #34b7eb;
    -moz-box-shadow: -2px 2px 39px -4px #34b7eb;
    box-shadow: -2px 2px 39px -4px #34b7eb;
    transition: all 0.5s ease-in-out;
}
.contenedor-fila-terminos-condiciones{
    /* justify-content: center !important;
    align-items: center !important; */
}
.contenedor-terminos-condiciones{
    /* display: flex;
    width: 100%; */
    /* align-items: center;
    justify-content: center; */
    /* width: 200px; */
}
/* ******************************** Tabla de numerados */

/* .body-table{
    width: 90%;
} */
.contenedor-tabla{
    width: 100% !important;
    overflow-x: scroll;
}
.columnas-input{
    width: 60% !important;
    height: 30px !important;

}
.contendor-tfoot-boletos td{
    padding: 5px 5px;
}

/* **********************Ventanas modales botbox sencillas */
.elIDdelModal{
    max-height: 550px;
    overflow: hidden !important;
    overflow-y: hidden !important;
}
.modal-footer a{
    border: 0 !important;
    background-color: #0fb1f1 !important;
    transition: all 0.5s ease-in-out;
    background-image: none;

}
.modal-footer a:hover{
    transform: scale(1.1);
    background-color: #34b7eb !important;
    -webkit-box-shadow: -2px 2px 39px -4px #34b7eb;
    -moz-box-shadow: -2px 2px 39px -4px #34b7eb;
    box-shadow: -2px 2px 39px -4px #34b7eb !important;
    
    
}
.modal-body{
    max-height: 300px;
}
/* ************************ Login modas */

.modal-login-input{
    width: 100% !important;
}
#form_inicio button{
    width: 80%;
    height: 30px;
    border: 0 !important;
    background-color: #0fb1f1 !important;
    transition: all 0.5s ease-in-out;
}
#form_inicio button:hover{
    transform: scale(1.1);
    background-color: #34b7eb !important;
    -webkit-box-shadow: -2px 2px 39px -4px #34b7eb;
    -moz-box-shadow: -2px 2px 39px -4px #34b7eb;
    box-shadow: -2px 2px 39px -4px #34b7eb !important;
    
}
.modal-boton-registrar{
    text-align: center;
    width: 100%;
    height: 30px;
    border: 0 !important;
    border-radius: 0.5rem;
    color: white;
    background-color: #0fb1f1 !important;
    transition: all 0.5s ease-in-out;
}
.modal-boton-registrar:hover{
    transform: scale(1.1);
    background-color: #34b7eb !important;
    -webkit-box-shadow: -2px 2px 39px -4px #34b7eb;
    -moz-box-shadow: -2px 2px 39px -4px #34b7eb;
    box-shadow: -2px 2px 39px -4px #34b7eb !important;  
}
.modal-links{
    color: #0fb1f1 !important;
    transition: background 0.5s ease-in-out;
    border-radius: 1rem;
}
.modal-links:hover{
    background-color: #34b7eb !important;
}


#rejistro_cliente{
    display: flex;
    flex-direction: column;
}
/* .vanrock_oculta{
    display: flex !important;
    flex-direction: column;
} */
#rejistro_cliente select{
    width: 100%;
}
#rejistro_cliente input{
    width: 100%;
}
/* .vanrock_oculta input{
    width: 100%;
} */

/* ******************************************Resumen Compra */
.pocicion_pantalla{
    width: 100%;
    margin-top: 1rem !important;
}
.tabla_boletos_orden{
    width: 100%;
    display: table;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}
.tabla_boletos_orden thead tr th{
    padding-left: 5px;
}
.tabla_ventas_productos{
    width: 100%;
    margin-bottom: 1rem;
}
.tabla_ventas_totales{
    
}
.tabla_ventas_totales th,.tabla_ventas_totales td{
    padding: 5px;
}
.tabla_ventas_totales tbody tr th{
    padding-left: 5px;
}
.contenedor-encabezado-resumen-compra{
    margin-top: 1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}
.area_plan{
    padding: 1rem;
    text-align: center;
    border-radius: 0.5rem;
    background-color: rgb(193, 255, 193);
    border: solid 2px  rgb(8, 94, 0) !important;
    -webkit-box-shadow: 9px 9px 18px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 9px 9px 18px -8px rgba(0,0,0,0.75);
box-shadow: 9px 9px 18px -8px rgba(0,0,0,0.75);

}
.fsdfds{
    padding-bottom:2rem ;
    overflow-y: hidden;
}
.pro_pre{
    border-radius: 1rem;
    -webkit-box-shadow: 9px 9px 18px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 9px 9px 18px -8px rgba(0,0,0,0.75);
    box-shadow: 9px 9px 18px -8px rgba(0,0,0,0.75);
    margin-bottom: 2rem;
}
.pull-left{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
   margin-bottom: 1rem;
   
}

.select-descuentos{
    border:1.5px solid #34b7eb !important;
}
.select-descuentos:disabled,.select-descuentos[disabled]{
    border:1.5px solid #34b7eb !important;
}


/* ********************************Ventana Modal */
.boton-cerrar-modal{
    text-align: center;
    height: 30px;
    width: fit-content;
    border-radius: 0.5rem;
    border-style: none;
    background-color: rgb(219, 22, 22);
    color: white;
    transition: background 0.5s ease-in-out;
}
.boton-cerrar-modal:hover{
    background-color: rgb(247, 44, 44);

}
.area_img_color::-webkit-scrollbar-track {
    background: none !important;
}
.detalles_compra{
    padding-left: 5%;
    width: 90% !important;
}
.modal-footer{
    text-align: center;

}
#elIDdelModal{
    border-radius: 1rem;
}

/* *******************************************Menu Desplegable************************************ */

.contenedor-menu-desplegable{
    display: none;
}

/* *************************************************Donaciones******************************* */

.contenedor-donaciones{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.donaciones_general{
    width: 50%;
    background-color: #0fb1f1;
    border: solid 2pt #006bb3;
    border-radius: 0.5rem;
    -webkit-box-shadow: 10px 10px 20px -10px rgba(97,97,97,1);
    -moz-box-shadow: 10px 10px 20px -10px rgba(97,97,97,1);
    box-shadow: 10px 10px 20px -10px rgba(97,97,97,1);
    overflow: hidden;
    padding-bottom: 1rem;


}
.monto_dnar{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.3rem;
}
.ttulo_donacion{
    text-shadow: 1px 1px 1px #004777;
}

.dona{
    color: #fff;
    background-color: rgb(107, 208, 255);
    width: 100%;
    text-shadow: 1px 1px 1px #004777;
    text-align: center;
    border-radius: 0.2rem;
    -webkit-box-shadow: 2px 10px 13px -9px rgba(97,97,97,1);
    -moz-box-shadow: 2px 10px 13px -9px rgba(97,97,97,1);
    box-shadow: 2px 10px 13px -9px rgba(97,97,97,1);
    margin-bottom: 0.5rem;

    
}
.monto_dnar input{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.monto_dnar span{
    margin-bottom: 0.2rem;
}

#contenedor_lista_boletos{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
}
#tabla_total{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
}
#tabla_productos_en_carrito{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
}
#donaciones-general{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.contenedor-terminos{
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.modal-cuerpo{
    max-height: none !important;
    height: fit-content; 
    padding: 0;
    width: 100%;

}
@media (max-width:1024px){

    .control_zoom_boton{
        width: 45px;
        display:flex;
        /* height: 40px; */
        font-size: 20px;

    }
    .controles_zoom{
        display: flex;
        
    }

    .contenedor-area-mapa{
        height: 100vh;
    }
    .contenedor-mapa-zoom{
        zoom: 0.3 !important;
        height: inherit;
        border: none !important;
    }

    .mapa_zoom{
        display: flex;
        justify-content: start;
        width: 100%;
        
    }
    .mapa_figura{
        zoom: 4 !important;
    }
    .menu-desplegable font{
        font-size: 12px;
    }
    .contenedor-boleto-promocion{
        flex-direction: column;
        row-gap: 1rem;
        
    }
    .boton-promocion-responsive{
        margin-left: 0;
    }
    .contenedor-boleto-promocion select{
        width: 100% !important;
    }
    .contenedor-lugares-header-contenido{
        display: flex;
        height: fit-content !important;
        flex-direction: column;
        width: 100%;
    }
    .contenedor-botones-lugares{
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        
    }
    .boton-primario{
        margin-bottom: 1rem;
        width: 100% !important;
        margin-right: 0;
    }
    .boton-secundario{
        width: 100% !important;
    }

    .venta_boletos_contenedor_instrucciones{
        justify-content: space-between !important;
    
    }
    .contenedor-opciones-noNumerada{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contenedor-tabla{
        width: 100% !important;
        border: none;
        background-color: #fff;
    }
    .contenedor-tabla tr{
        
        flex-direction: column !important;
        /* padding: 1rem; */
        margin-bottom: 1rem;
        
        
    }
    .contenedor-tabla tbody tr td{
        border: solid 1pt rgb(221, 221, 221);
    }
    .contenedor-tabla td{
        color:rgb(43, 43, 43);
        border-top:0;
    }
    .contenedor-tabla td[data-titulo]{
        display: flex;
    }

    .contenedor-tabla td[data-titulo]::before{
        content: attr(data-titulo);
        width: 100px;
        font-size: 14px;
        font-weight: 600;
    }

    /* **********************************Table resumen compra************ */
    .tabla_boletos_orden{
        
        /* width: 95% !important; */
        border: none;
        background-color: #fff;
        align-items: center;
        margin-right: 0;
        font-size: 14px;
        font-weight: 600;
    }
    .tabla_boletos_orden tr{
        width: 80%;
        display: flex;
        flex-direction: column !important;
        margin-left: 10%;
        margin-bottom: 1rem;
        border:1.5px solid rgb(221, 221, 221);
        border-radius: 0.5rem;
    }
    .tabla_boletos_orden thead{
        display: none;
    }
    .tabla_boletos_orden tbody{
        border:none !important;
    }
    .tabla_boletos_orden tbody tr td{
        background-color: white;
    }
    .tabla_boletos_orden tr td{
        background-color: white;
    }
    .tabla_boletos_orden td{
        color:rgb(43, 43, 43);
        border-top:0;
    }
    .tabla_boletos_orden td[data-titulo]{
        display: flex;
    }
    .tabla_boletos_orden td[data-titulo]::before{
        content: attr(data-titulo);
        width: 200px;
        font-size: 14px;
        font-weight: 600;
    }
    .fila-blanca{
        border:none !important;
    }
    /* ****************************  tabla venta productos*/
    .tabla_ventas_productos{
        width: 80% !important;
        background-color: #fff !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        
    }
    .tabla_ventas_productos tr{
        display: flex;
        flex-direction: column !important;
        padding: 0;
        margin-bottom: 1rem;

        background: white;
        border-radius: 0.5rem;
        border:1.5px solid rgb(221, 221, 221);
    }
    .tabla_ventas_productos thead{
        display: none;
    }
    .tabla_ventas_productos td{
        color:rgb(43, 43, 43);
    }
    .tabla_ventas_productos td[data-titulo]{
        display: flex;
    }
    .tabla_ventas_productos td[data-titulo]::before{
        content: attr(data-titulo);
        width: 200px;
        font-size: 14px;
        font-weight: 600;
    }
    .tabla_ventas_productos tr td{
        background-color: #fff !important;
        
    }

    .tabla_ventas_productos tbody tr td {
        font-weight: 600 !important;
    }

    /* ********************** Tabla ventas totales  */
    .tabla_ventas_totales{
        width: 80%;
        background: white !important;
        font-size: 14px;
        font-weight: 600;
    }
    .tabla_ventas_totales tr{
        display: flex;
        flex-direction: column !important;
        padding: 0;
        margin-bottom: 1rem;
        background: white;
        border-radius: 0.5rem;
        border: solid 1.5px rgb(221, 221, 221);
       

    }
    .tabla_ventas_totales thead{
        display: none;
    }
    .tabla_ventas_totales td{
        color:rgb(43, 43, 43);
    }
    .tabla_ventas_totales td[data-titulo]{
        display: flex;
    }
    .tabla_ventas_totales td[data-titulo]::before{
        content: attr(data-titulo);
        width: 200px;
        font-size: 14px;
        font-weight: 600;
    }
    .tabla_ventas_totales tr td{
        background-color: #fff !important;
        padding: 5px;
        
    }
    /* **************************** Tabla Donaciones********* */
    .tabla_donaciones{
        width: 80%;
        font-size: 14px;
        font-weight: 600;
        background-color: rgb(255, 255, 255) !important;
    }
    .tabla_donaciones tr{
        display: flex;
        flex-direction: column !important;
        background: white;
        border-radius: 0.5rem;
        border: solid 1.5px rgb(221, 221, 221);
        

    }
    .tabla_donaciones thead{
        display: none;
    }

    .tabla_donaciones td{
        padding: 1rem;
        color:rgb(43, 43, 43);
        
    }
    .tabla_donaciones  td[data-titulo]{
        display: flex;
    }
    .tabla_donaciones  td[data-titulo]::before{
        content: attr(data-titulo);
        width: 200px;
        font-size: 14px;
        font-weight: 600;
    }
    .tabla_donaciones  tr td{
        background-color: #fff !important;
        padding: 5px;
        
    }
    .tabla_donaciones tbody tr td {
        font-weight: 600 !important;
        border: none;
    }
    /* *********************************************** */

    .tabla-encabezado{
        display: none;
    }
    .contenedor-boton-borrar{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .boton-borrar {
        width: 100% !important ;
        height: 30px;
        margin-top: 1rem;
        height: 45px;
    }
    .boton-comprar{
        width: 100% !important ;
        height: 30px;
        margin-top: 1rem;
        height: 45px;
    }
    .contenedor-descuento-align{
        justify-content: flex-start !important;
        
    }
    .boton-descuento{
        width: 100% !important ;
        height: 30px !important;
        margin-top: 1rem;
        height: 45px;
        padding: 5px;
        padding-top: 10px;
        margin-left: 0;
    }

    .input-descuento{
        height: 45px !important;
    }
    
    .contenedor-footer{
        flex-direction: column;
    }

    .contenedor-terminos-condiciones{
        
        display: flex;
        justify-content: center;
        width: 100% !important;
    }
    .contenedor-descuento{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .table-condensed{
        display: flex;
        justify-content: start;
        width: 100%;
        overflow-x: scroll;
    }

    .columnas-input{
        width: 100% !important;

    }
    .modal-login-input{
        width: 100%;
    }

    .area_general_producto{
        flex-direction: column;
        align-items: center;

    }
    .productos_controles{
        width: 100%;
        flex-direction: column;

    }
    .productos_controles div{
        flex-direction: column;
    }
    .area_boton_comprar input{
        width:100%;
    }
    .area_img_color{
        height: fit-content;
    }
    .area_selec_color input{
        width: 100% !important;
        
    }

    .area_img_color2{
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }
    .area_selec_color .select_productos{
        width: 100%;
    }
    .btn_agregar_cattiro{
        width: 100%;
    }
    .producto{
        width: 50%;
    }
    .modal-footer button{
        margin-bottom: 1rem;
        width: 100% !important;
    }

    .sub-total{
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0 !important;
        border: 0.5px solid rgb(78, 78, 78) !important;
        background-color: #fff;


    }

    .sub-total td{
        background-color: #fff !important;
        border: none !important;
    
    }
    /* *******************************************Menu Desplegable************************************ */

    .contenedor-menu-desplegable{
        display: block;
    }
    .menu-boletos-desplegable{
        width: 95%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        border-bottom:  2px solid rgb(0, 110, 255);
        padding: 0.5rem;

    }
    .contenido-menu-desplegable span{
        font-weight: 700;
    }
    .menu-desplegable-img{
        width: 50px;
        height: 50px;
    }
    .boton-chevron{
        border:1.5px solid rgb(0, 110, 255);
        background-color: rgba(0, 110, 255, 0);
        border-radius: 0.5rem;
        width: 	20px;
        height: 20px;
        padding: 0.5rem;
        z-index: 2;
    }
    .chevron-menu{
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .desaparece-menu-desplegable{
        display: none;
    }
    .aparece-menu-desplegable{
        display: block;
    }

    /* ******************************************Donaciones*************** */

    .donaciones_general{
        width: 95%;
    }


    /* .contenedor_lista_boletos{
        display: none !important;
    }
    .tabla_boletos_orden{
        display: none !important;
    }
    .tabla_ventas_totales{
        display: none;
    } */
    .desaparece-responsive{
        display: none;
    }
    .contenedor-terminos-condiciones p{
        font-size: 10px;
    }
}


@media (max-width:414px){

    .contenedor-footer a{
        font-size: 12px;
    }

    .menu-desplegable{
        font-size: 10px;
    }

    .monto_dnar span{
        font-size:13px ;
    }

}
    
