/* EVENTO */

.description{
    font-size: 1rem;
    font-weight: 300;
    line-height: 1rem;
    white-space: pre-line;
}
.ext-url a{
    font-size: .8rem;
    font-style: italic;
    color: black;
    font-weight: 300;
}
.asistencia, .precio, .aforo{
    line-height: 1.2rem;
}
.img-fluid.favimg {
    max-width: 3.5rem;
    padding: 0.3rem;
    border-radius: 50%;
}
.favoritos-img .favimg{
    margin-left: -1rem;
}
.favoritos-img .favimg:nth-child(1) {
    margin-left: 0;
}
.inscription h2, .discounts h2{
    font-weight: 600;
}


/* FORM */
input, select{
    width: 100%;
    margin-bottom: .5rem;
    border-radius: 50px;
    border: none;
    background-color: var(--gris-claro);
    padding: .8rem;
    color: #8E8E8E;
    font-weight: 600;
    text-align: center;
}
select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
textarea{
    width: 100%;
    margin-bottom: .5rem;
    border-radius:20px;
    border: none;
    background-color: var(--gris-claro);
    padding: 1.2rem;
    color: #8E8E8E;
    font-weight: 600;
}
.inputRadio{
    /* max-width: 60%; */
    text-align: center;
    margin: auto;
}
.inputRadio img{
    max-width: 30px;
}
input[type="radio"]{
    max-width: 15px;
    margin: 0;
}
.inputRadio label{
    color: var(--gris-oscuro);
    font-weight: bold;
    font-size: .8rem;
}
input[type='submit']{
    background-color: var(--azul-claro);
    color: white;
}
.required{
    border: 1px solid red;
}
input[type='radio'].factura + label{
    opacity: .5;
}
input[type='radio'].factura:checked + label{
    opacity: 1;
}

/* PAGO MODAL */
.payment-modal{
    position: fixed;
    top: 0;
    right: 0;
    margin: auto;
    width: 100dvw;
    height: 100dvh;
    background-color: rgba(0,0,0,.5);
    transition: all .2s linear;
    opacity: 1;
    z-index: 99;
}
.payment-modal.oculto{
    opacity: 0;
    right: -100%;
}
.payment-modal #submit{
    width: 60%;
    margin: 2rem auto;
    text-align: center;
    background-color: white;
    border-radius: 9px;
    border: none;
    padding: 0.5rem;
    display: flex;
    justify-content: center;
}
.cerrarPaymentModal{
    position: absolute;
    width: 2rem;
    top: 3%;
    right: 5%;
    filter: invert(1);
    cursor: pointer;
}

/* AUTORIZACION DE POLITICA DE PRIVACIDAD */
.polprov-div *{
    font-size: .8rem;
}
.checkpolpriv{
    max-width: 2rem;
}
.leermas{
    color: var(--azul-oscuro);
    text-decoration: underline;
    cursor: pointer;
}
.polpriv-modal .modal-text{
    overflow: scroll;
    max-height: 80dvh;
}
.polpriv-modal *{
    font-size: 1rem;
    text-align: start;
}

/* MODAL */
.modal-container{
    position: absolute;
    top: 0;
    height: 100dvh;
    width: 100dvw;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 19;
}
.modal-content{
    width: 90%;
    max-height: 90dvh;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5% 1%;
    overflow: scroll;
}
.modal-text{
    max-height: 80dvh;
}
.modal-content .cerrar{
    font-size: 3rem;
    max-width: 8%;
    margin: auto;
    cursor: pointer;
    background-color: var(--azul-oscuro);
    border-radius: 10px;
    filter: invert(1);
}
/*Menu de navegacion RESPONSIVE*/
.menuButton{
    max-width: 100px;
    cursor: pointer;
}
.secondaryButton{
    max-width: 60px;
}
/*MAIN RESPONSIVE*/
.mis-eventos{
    max-width: 500px;
    padding-bottom: 1.5rem !important;
}
.proximos-eventos{
    max-width: 700px;
}
.scroll-invisible {
  overflow: auto;        /* permite scroll */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE y Edge */
}

.scroll-invisible::-webkit-scrollbar {
  display: none;         /* Chrome, Safari */
}
/* Header Desktop */
.header-desktop{
    display: none;
    z-index: 10; /* Para evitar bug del video */
}
.header-mobile{
    display: none;
}
@media only screen and (min-width: 879px) {
    .header-desktop{
        display: flex;
    }
    .main-desktop main{
    max-height: calc(-160px + 100dvh) !important;
}
}
@media only screen and (max-width: 879px) {
    .header-mobile{
        display: flex;
    }
    
}
.cont-notification{
    max-width: 150px;
}
.invertirColor{
    filter: invert(100%);
}

.max-width-400{
    max-width: 700px;
}
.header-desktop{
        display: none;
}
@media only screen and (min-width: 1180px) {
    .header-desktop{
        display: flex;
    }
    .main-desktop main{
    max-height: calc(-160px + 100dvh) !important;
}
}
@media only screen and (max-width: 1180px) {
    .header-mobile{
        display: flex;
    }
    
}