.uk-modal-dialog.modal_registro_alumni {
    max-width: 950px !important;
    width: 100% !important;
    border-radius: 20px;
    overflow: hidden;
}

.btn_cerrar_modal_registro {
    background: #1e73be !important;
    border-radius: 50% !important;
}

.btn_cerrar_modal_registro svg {
    width: 16px;
    color: #fff;

}

.btn_cerrar_modal_registro svg line {
    stroke-width: 1.8;

}



.contemedor_modal_alumni h2 {
    font-size: 25px;
    color: rgb(0, 0, 0);
    font-family: "Akkurat", serif;
    font-weight: bold;
    line-height: 1.2;
}

.ckeditor_alumni {
    font-size: 18px;
    line-height: 1.2;
    font-family: "Akkurat", serif;
    color: rgb(0, 0, 0);
}


.btn_modal_register {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    font-family: "Akkurat", serif;
}

.btn_modal_register:hover {
    color: #fff;
    text-decoration: none !important;
}

.imagen_full_modal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

@media(max-width:639px) {
    .voler_column_movil_modal {
        flex-direction: column !important;
    }
}

@media(max-width:480px) {
    .contemedor_modal_alumni h2 {
        font-size: 20px;
    }

    .ckeditor_alumni {
        font-size: 15px;

    }

    .btn_modal_register {
        font-size: 14px;
    }

    .contemedor_modal_alumni {
        padding: 40px 15px !important;
    }

}