.profile-section{
    padding-top: 8em;
    background-color: var(--light);
}

/* --------MENÚ PERFIL USUARIO  */

.proceed-area {
    padding: 0rem;
    border: none;
    border-radius: 0px ;
    margin:1rem 0rem;
}

.col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 100%;
    max-width: 100%;
    padding-right: 0em;
    padding-left: 0em;
}

.widget-1 .widget-1-body {
    padding: 2em 2em 2em 2em;
    border: none;
    background-color: var(--secondary);
    width: 100%;
    margin-top: 0em;
    border: 1px solid var(--secondary);
    border-radius: 4px;
    box-shadow: 3px 3px 7px -5px rgb(0 0 0 / 83%);  
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
    margin-left: 3em;
}

.widget-1.widget-facility ul li:last-child {
    padding-bottom: 2em;
    border: none;
}

.widget-1.widget-facility ul li {
    padding: 0;
    margin-top: 0.5em;
    border-bottom: none;
}

.widget-1.widget-facility span{
    color: var(--dark);
    font-weight: 600;
}

.widget-1.widget-facility span:hover{
    color: var(--primary);
}

.widget-1.widget-facility span:active{
    color: var(--primary);
}

.widget-1.widget-facility ul li a {
    color: var(--dark);
    font-weight: 500;
    align-items: center;
}

.widget-1.widget-facility ul li a:hover {
    color: var(--primary);
}

.widget-1.widget-facility ul li a:active {
    color: var(--primary);
}

.widget-1.widget-facility ul li i {
    color: var(--light);
    font-size: 1.2em;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background-color:var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    margin-right: 0.5em;
}

.checkout-widget.checkout-contact .title {
    border-bottom: none;
    padding-bottom: 0rem;
    margin-bottom: 2.5rem;
    color: var(--primary);
}

.checkout-widget.checkout-contact .title span {
    color: var(--primary);
    font-weight: 600;
}


/* -------Mis entradas----------- */

.booking-summery2 {
    background-color: white;
   margin: 1rem 0rem;
}

.booking-summery2 ul:last-child {
    border-bottom: none;
    display: flex;
}

.booking-summery2 ul li {
    padding: 0;
    width: 75%;
    margin: 0rem 0rem 0rem 1rem;
}

.datosEntrada{
    margin-bottom: 1rem;
}

.datosEntrada.campos-dinamicos {
    margin-bottom: 0;
    padding: 5px 10px 5px 10px;
    box-shadow: 0 1px 3px rgb(125 125 125);
    border: none;
}

.campos-dinamicos-container .custom-button {
    max-width: 100px;
    justify-self: flex-end;
}

.campos-dinamicos-container #searchInput {
    width: 100%;
    padding: 8px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.imgEvento{
    max-height: 200px;
    min-height: 200px;
    background-size: contain;
    object-fit: cover;
}

.imgEvento img{
    max-height: 200px;
    background-size: contain;
    object-fit: cover;
    aspect-ratio: 2/3;
}

#menu-toggle {
    display: none;
}

.booking-summery2 ul li .subtitle {
    text-transform: uppercase;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
}

.booking-summery2 ul li .subtitle:last-child {
     margin-bottom: 0em !important; 
    border: none;
    color: var(--light);
}

/*---------------------------------------*/

.check-group.disclaimer input {
    height: 20px;
    width: auto;
    margin: 0rem 0.5rem;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
    color: var(--primary);
    float: right;
}


/* RESPONSIVE tablet */

@media (min-width: 992px){
    .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 30%;
    max-width: 30%;
}
.col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 70%;
    max-width: 70%;
}



}

/* RESPONSIVE smartphone */
section {
    width: 100%;
}

@media (max-width: 575px){

    .misEventos {
        display: block !important;
        margin: 0 0 2rem 0;
    }

    .imgEvento img {
        max-height: none;
        object-fit: contain !important;
    }

    .misEventos > li {
        width: 100% !important;
        margin: .5rem 0 0 0 !important;
    }
 
    .perfil{
        margin-top: 0em;
        }
        
    .padding-bottom {
    padding-bottom: 2rem;
    }  

    .profile-section {
        padding-top: 8em;
    }

    .event-facility { 
        margin: 0em 0em;
        padding: 0em;
    }

    .widget-1:last-child {
        margin: 0rem 1rem;
    }

    .mt-50 {
    margin-top: 0px;
    }

}

@media (max-width: 991px){
    .col-lg-3.col-sm-10.mt-lg-50 {
        position: inherit;
        z-index: 9;
    }
    .profileMenu{
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.5s, opacity 0.5s linear;
        position: fixed;
        top: 8em;
        left: .5em;
    }

    #menu-toggle {
        display: flex;
        position: fixed;
        top: 135px;
        left: 10px;
        font-size: 40px;
    }
}

