.content-container-contenedor-modalalphaseo{
    display: none;
    background: transparent;
    height: auto;
    left: auto;
    pointer-events: none;
    position: absolute;
    top: auto;
    transition: .2s cubic-bezier(.25,.8,.25,1);
    width: auto;
    z-index: 999999;
    outline: none;
    right: calc(100% + 10px);
    bottom: 100%;
    transform: none;
}

.container-contenedor-modalalphaseo{
    background-color: #000000;
    color: #fff;
    position: relative;
    overflow: initial;
    padding: 16px;
    max-height: 240px;
    width: 340px;
    box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
    border-radius: 12px;
    margin: 0;
    overflow-y: auto;
    pointer-events: auto;
    transition: .3s cubic-bezier(.25,.8,.25,1);
    z-index: inherit;
    height: 240px;
    overflow-y: scroll;
}

.contenedor-modalalphaseo{
    height: auto;
    min-height: 100%;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    max-width: 85.375rem;
    margin-left: auto;
    margin-right: auto;
}

.modalalphaseo,
.modalalphaseo>h1,
.modalalphaseo>h2,
.modalalphaseo>h3,
.modalalphaseo>h4,
.modalalphaseo>h5,
.modalalphaseo>p{
    font-size: 14px;
    display: inline-block;
    line-height: 21px;
    color: #fff;
}

.mostraralphaseo{
    display: block !important;
    pointer-events: auto;
}

.modalasinfo-item{
    position: relative;
}

.contenedor-container-close{
    position: absolute;
    top: 8px;
    right: 8px;
}

.container-close{
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background-color: #060606;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    cursor: pointer;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 38%);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.container-close > i{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    height: inherit;
}

@media (max-width: 767px){
    .content-container-contenedor-modalalphaseo{
        right: 0;
        left: auto;
        top: calc(100% + 10px);
        transform: none;
    }

    .container-contenedor-modalalphaseo{
        width: min(300px, calc(100vw - 32px));
        height: auto;
        max-height: 220px;
    }
}
