#cuerpo:before, #cuerpo:after {
    display: none;
    }

    #cuerpo {
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        grid-column: 2 / 3;
        grid-row: 1 / 3;
        position: relative;
        padding-left: 0px;
        box-sizing: border-box;
        background: #fff;
        display: flex
    ;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-between;
        overflow: auto;
    }
    
    #cuerpo form{
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    
    }
    
    #registro_caja{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(6, 10, 30, .6);
    }
    
    
    .registro_paso{
            width: 100%;
        max-width: 600px;
        height: auto;
        border-radius: 20px;
        background-color: #f5f5f5
    }
    
    #paso1_bot_sig{
        position: relative;
    }
    
    #registro_titulo_1 {
        padding: 0 15px;
        margin-bottom: 5px;
        width: 100%;
        font-size: 50px;
        line-height: 50px;
        margin-left: 0;
        margin-top: 0;
        white-space: nowrap;
        background: transparent;
        justify-content: start;
        align-items: flex-end;
        text-transform: uppercase;
    }
    
    .cg_titulo h1 {
        font-size: 30px;
        line-height: 15px;
        color: #545456;
        font-weight: 700;
        text-transform: none;
        margin-left: 20px;
    }
    
    #registro_subtitulo_1 {
        position: relative;
        margin-bottom: 40px;
        width: 100%;
        padding: 0 15px;
        font-size: 25px;
        line-height: 40px;
        text-align: left;
        text-transform: none;
        color: #545456;
        padding-left: 35px;
        padding-bottom: 20px;
        border-bottom: 1px solid #999;
        font-weight: 100;
    }
    
    
    .registro_cerrar {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 35px;
        height: 35px;
        line-height: 25px;
        cursor: pointer;
        background-color: #545465;
        border-radius: 50%;
            box-shadow: 1px 1px 2px 1px rgba(159, 159, 159, .37);
            transition: 300ms ease all;
        opacity: .5;
        
    }
    
    .registro_cerrar:hover{
        transform: scale(1.1);
         background-color: #545465;
        opacity: 1;
    }
    
    .registro_cerrar:before {
        display: block;
        content: "X";
        width: 100%;
        height: 100%;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        text-align: center;
        line-height: 35px;
    }
    
    
    
    #registro_titulo_2, #registro_titulo_3, #registro_titulo_4, #registro_titulo_6, #registro_promo_titulo {
        position: relative;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 32px;
        line-height: 40px;
        text-transform: none;
        color: #545465;
    }
    
    
    
    #registro_usuario_caja_1, #registro_contrasena_caja_1, #registro_usuario_caja_2, #registro_contrasena_caja_2 {
        position: relative;
        margin: 20px auto;
        width: 90%;
        max-width: 400px;
        height: 50px;
    }
    
    input, select, textarea {
        padding: 0 10px;
        height: 100%;
        line-height: 35px;
        border: 0px solid #4d4d4d;
        color: #545456;
        font-family: 'Tahoma';
        font-size: 14px;
        background-color: #fff;
        box-shadow: 1px 1px 2px 1px rgba(159, 159, 159, .37);
    }
    
    
    #registro_usuario_caja_1 input, #registro_contrasena_caja_1 input, #registro_usuario_caja_2 input, #registro_contrasena_caja_2 input{
        width: 100%;
        border-radius: 10px !important;
    }
    
    
    #paso1_bot_sig{
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    
    
    #paso1_bot_sig a {
        height: 50px;
        line-height: 50px;
        background-color: #f5f5f5;
        border: 2px solid #545456;
        color: #545456;
        font-weight: 700;
        transition: all 300ms ease;
        max-width: 300px;
        border-radius: 10px;
        box-shadow: 1px 1px 2px 1px rgba(159, 159, 159, .37);
     
    }
    
    
    #paso1_bot_sig a:hover {
        color: #545456;
        background-color: #ffb300;
        border: 2px solid #fff;
        line-height: 54px;
    }
    
    
    .r_c {
        position: relative;
        margin: 10px auto;
        width: 90%;
        max-width: 400px;
        height: 50px;
    }
    
    #f_registro_cif {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 50px;
    }
    
    #grupo_datos_2 #registro_email_caja {
        display: none;
    }
    
    #registro_f_nac {
        top: 20px;
        width: 100%;
        margin-bottom: 50px;
    }
    
    .f_nac_sel {
        display: inline-block;
        vertical-align: top;
        width: 30%;
        height: 50px;
    }
    
    #registro_textoGen_3{
        position: relative;
        bottom: 0;text-align: center;
        margin-bottom: 20px;
    }
    
    #grupo_datos_2{
        width: 100%;
        height: auto;
        
    }
    
    
    #registro_cif_caja{
        height: auto;
        margin-bottom: 20px;
    }
    
    #paso2_bot_ant, #paso2_bot_sig {
        position: relative;
        float: none;
        width: 100%;
        max-width: 100%!important;
        display: flex;
        justify-content: center
    }
    
    .cg_boton a{
            height: 50px;
        line-height: 50px;
        background-color: #f5f5f5;
        border: 2px solid #545456;
        color: #545456;
        font-weight: 700;
        transition: all 300ms ease;
        max-width: 300px;
        border-radius: 10px;
        box-shadow: 1px 1px 2px 1px rgba(159, 159, 159, .37);
        
     
    }
    
    .cg_boton a:hover {
        color: #545456;
        background-color: #ffb300;
        border: 2px solid #fff;
        line-height: 54px;
    }
    
    .reg_b_ant {
        margin-top: 0;
        border-right: 0;
     
    }
    
    .reg_b_sig{
        margin-top: 0;
    }
    
    #paso3_bot_ant, #registro_bot_aceptar {
        position: relative;
        float: none;
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        
    }
    
    #grupo_datos_4{
        margin-bottom: 50px;
    }
    
    @media (max-width: 768px){
        #registro_caja{
            min-height: auto;
        }
        #cuerpo form{
            height: auto!important;
        }
        #registro_paso1,#registro_paso2,#registro_paso3{
            margin-bottom: 30px;
            margin-top: 30px;
        }
    }
    