.info-detail-box{
    z-index: 1000;
    position: absolute;
    height: calc(100% - 11.5rem);
    top: 6.5rem;
}

.wrapper-bg {
    height: 100vh;
    width: 100vw;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;    
    z-index: 99999999;
}

.wrapper-info-detail-box {
    background: #fff;
    max-width: 40rem;
    height: 100vh;
    overflow: hidden;
}

.wrapper-info-detail-box.scroll-bar{
    overflow: scroll;
}

.wrapper-info-detail-box.right {
    background: #fff;
    max-width: 50rem;
    min-width: 40rem;
    height: 100vw;
    overflow: hidden;
    right: 0;
    position: absolute;
    z-index: 11;
}
.close-button{
    background: url('../img/icons_svg/cancel_black_24dp.svg') no-repeat;
}
.h-auto {
    height: auto!important;
    min-height: auto!important;
}
#info-detail-box{
    opacity: 1;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000000000;
    display: block;

}


#info-detail-box div#wrapper-info-detail-box {
    background: #fff;
    padding: 2rem;
    width: 30vw;
    min-width: 450px;
    position: absolute;
    right: -450px;
    height: 100vh;
    overflow-y: scroll;
    transition: all 0.5s;
    overflow-y: auto;
}
#info-detail-box.active div#wrapper-info-detail-box{
    right: 0;

}
#info-detail-box.active div#wrapper-info-detail-box.left{
    left: 0;
}
div#info-detail-box-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

li.item-menu-info {
    padding: 2rem 2rem;
   
    margin-left: -2rem;
    margin-right: -2rem;
}
li.item-menu-info a{
    display: flex;
    align-items: center;
    font-weight: normal;
}
.listado-menu-info-content{
    list-style: none;
    padding-left: 1.5rem;
}

li.item-submenu-info {
    padding: 0.5rem 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
}
li.item-submenu-info a{
    display: flex;
    align-items: center;
    font-weight: normal;
}

.info-box-content{
    display: none;
}

div#wrapper-info-detail-box  .accordion-button{
    padding: 1rem 0rem;
}
div#wrapper-info-detail-box  .accordion-body{
    padding: 1rem 0rem;
}
div#wrapper-info-detail-box  .accordion-button:not(.collapsed) {
    color: #222;
     background-color: transparent;
}
a.btn.btn-close{
    border: 3px solid #222;
    padding: 10px;
    border-radius: 50%;
    opacity: 1;
}

.wrapper-header-infobox{
    border-bottom: 1px solid #999;
   
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
}

.ventana-completa .info-detail-box-max-w-50 {
    max-width: 90rem;
    width: 100%;
}

@media screen  and (max-width:992px){
    #info-detail-box div#wrapper-info-detail-box{
        width: 100%;
        min-width: 100%;
    }
}

.custom-list-header{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--color-ligth-gray);
    justify-content: space-between;
    padding: 1rem;
    margin-bottom: 1rem;
}

.custom-list {
    max-height: 75vh;
    min-height: 50vh;
    overflow-y: auto;
}

/*para la ventana completa*/
.ventana-completa .wrapper-info-detail-box{
    width: 100%;
    max-width: 100%;
}
.ventana-completa .info-detail-box-max-w-50{
    max-width: 90rem;
}

/*fin ventana completa*/
