.content-container-contenedor-modalalphaseo{
    display: none;
    align-items: center;
    /* display: flex; */
    height: 100%;
    justify-content: center;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: .2s cubic-bezier(.25,.8,.25,1);
    width: 100%;
    z-index: 6;
    outline: none;
}

.container-contenedor-modalalphaseo{
    background-color: #000 ;
    color: #fff;
    position: relative;
    overflow: initial;
    padding: 20px;
    max-height: 90%;
    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: 2px;
    margin: 24px;
    overflow-y: auto;
    pointer-events: auto;
    transition: .3s cubic-bezier(.25,.8,.25,1);
    z-index: inherit;
    height: 300px;
    overflow-y: scroll;
}

.contenedor-modalalphaseo{
    height: 300px;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 85.375rem;
    margin-left: auto;
    margin-right: auto;
}

.modalalphaseo,
.modalalphaseo>h1,
.modalalphaseo>h2,
.modalalphaseo>h3,
.modalalphaseo>h4,
.modalalphaseo>h5{
    font-size: 16px;
    display: inline-block;
    line-height: 24px;
    color: #fff;
}

.mostraralphaseo{
    display: block;
    display: flex;
}

.contenedor-container-close{
    position: absolute;
    top: -22px;
    right: 22px;
}

.container-close{
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background-color: #000 ;
    position: fixed;
    margin: 10px;
    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;
}