/* PRE HOME */
.header_home {
    height:90px;
}
.home_background {
    padding-top:86px;
}
.home_background_t1{
    /*background-image: url("../../images/background_t1.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom:220px;
    background-color: #e9ecef;
}
.home_background_t2{
    /*background-image: url("../../images/background_t2.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e9ecef;
}
.home_background_t3{
   /* background-image: url("../../images/background_t3.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e9ecef;
}
.home_background_t4{
    /*background-image: url("../../images/background_t4.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e9ecef;
}
.home_whitebox {
    width:100%;
    max-width:1076px;
    background-color:white;
}
.home_whitebox_t1 {
    padding-left:40px;
    padding-right:40px;
    padding-top:80px;
    padding-bottom:80px;
}
.home_whitebox_t2 {
    padding-left:100px;
    padding-right:100px;
    padding-top:20px;
    padding-bottom:75px;
}
.bluebox {
    margin-top:55px;
    padding:25px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.prehome_logo {
    margin-top:15px;
    /*max-width: 90%;*/
    max-width: 250px;
}
.prehome_table_pasos_registro {
    width:100%;
    /*max-width:870px;*/
}
.prehome_table_pasos_registro p{
    margin-bottom:5px;
}
.prehome_table_pasos_registro td {
    width:auto;
    font-size:20px;
    background-image: url("../../images/gray_line.png");
    background-repeat: no-repeat;
    background-size: 100% 3px;
    background-position-x: center;
    background-position-y: 70px;
}
/*.prehome_table_pasos_registro tr {
    background-image: url("../../images/gray_line.png");
    background-repeat: no-repeat;
    background-size: 95% 3px;
    background-position-x: center;
    background-position-y: 70px;
}*/
.prehome_table_pasos_registro_td3 {
    background-size: 90% 3px!important;
    background-position-x: left!important;
}
.prehome_table_pasos_registro_td1 {
    background-size: 90% 3px!important;
    background-position-x: right!important;
}
.prehome_reg_paso2_input_wrapper {
    width: 100%;
    max-width:415px;
}

#form_reg_paso1_dni {
    margin-top:2px;
    width:260px;
    max-width:100%;
    height:33px;
}
#regpaso1_btnvalida_ico {
    height: 32px;
    display: inline-block;
    padding-left:6px;
    padding-right:6px;
    padding-top:3px;
    margin-left:20px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#regpaso1_btnvalida_txt {
    line-height: 31px;
}
#form_reg_paso2 {
    width:100%;
    max-width:790px;
    margin-left: auto;
    margin-right: auto;
}
.form_reg_paso2_checkbox_btn_wrapper > .form_reg_paso2_checkbox_wrapper
,.form_reg_paso2_checkbox_btn_wrapper > .form_reg_paso2_checkbox_wrapper > input
,.form_reg_paso2_checkbox_btn_wrapper > .form_reg_paso2_checkbox_wrapper > label
,.form_reg_paso2_checkbox_btn_wrapper > .btn {
    display: inline-block;
}
.form_reg_paso2_checkbox_wrapper {
    max-width:247px;
}
.form_reg_paso2_checkbox_btn_wrapper > .form_reg_paso2_checkbox_wrapper > input
,.form_reg_paso2_checkbox_btn_wrapper > .form_reg_paso2_checkbox_wrapper > label {
    float: left;
}
.form_reg_paso2_checkbox_btn_wrapper > .form_reg_paso2_checkbox_wrapper > label {
    max-width:90%;
}
.form_reg_paso2_checkbox_btn_wrapper > .form_reg_paso2_checkbox_wrapper > input {
    margin-top:5px;
}

.minwidth_127px {
    min-width:127px;
}

.p5_mdoals_scrollbar_vertical .p5_modal_error {
    height: 60vh;
}
.p5_mdoals_scrollbar_vertical .p5_modal_content {
    height: 100%;
    overflow-y: scroll;
}
.p5_mdoals_scrollbar_vertical .p5_modal_error {
    border:0px;
}
.p5_mdoals_scrollbar_vertical .p5_modal_content {
    border:1px solid #c1c1c1;
    border-top:0px solid transparent;
}
.p5_mdoals_scrollbar_vertical .p5_modal_header {
    border:1px solid #c1c1c1;
}
#info_protecciondatos_nomarketing,
#info_protecciondatos_nogestion {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: 18px;
}
label[for=info_protecciondatos_nomarketing],
label[for=info_protecciondatos_nogestion] {
    padding-left:20px;
}


.form_title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}


@media (max-width: 991.98px) {
    .home_background_t1{
        background-image: none;
        padding-bottom: 0px;
    }
    .home_background_t2{
        background-image: none;
        padding-bottom: 0px;
    }
    .home_background_t3{
        background-image: none;
        padding-bottom: 0px;
    }
    .home_background_t4{
        background-image: none;
        padding-bottom: 0px;
    }
    .home_background {
        padding-top: 0px;
    }
    .title_t1 {
        font-size:30px;
    }
    .home_whitebox {
        padding-top:10px;
    }
    .form_reg_paso2_checkbox_wrapper {
        max-width:100%;
        width:400px;
    }
    .form_reg_paso2_checkbox_btn_wrapper {
        text-align:right;
        line-height:33px;
    }
    .form_reg_paso2_checkbox_btn_wrapper input[type=checkbox] {
        margin-top:10px;
    }

}

@media (max-width: 743.98px) {
    .form_reg_paso2_checkbox_btn_wrapper {
        text-align:right;
        line-height:inherit;
    }
    .form_reg_paso2_checkbox_btn_wrapper input[type=checkbox] {
        margin-top:5px;
    }
    .form_reg_paso2_checkbox_btn_wrapper > .form_reg_paso2_checkbox_wrapper > input, .form_reg_paso2_checkbox_btn_wrapper > .form_reg_paso2_checkbox_wrapper > label {
        float:none;
    }
}
@media (max-width: 602.98px) {
    .form_reg_paso2_checkbox_wrapper {
        position: relative;
    }
    .form_reg_paso2_checkbox_btn_wrapper input[type=checkbox] {
        position: absolute;
        top:0px;
        left:5px;
     /*   margin-top:0px;*/
    }
}
@media (max-width: 575.98px) {
    .col {
        display: inline-table!important;
        width:100%;
        flex-basis: 100%!important;
    }
    .home_whitebox_t2 {
        padding-left:40px;
        padding-right:40px;
    }

    .form_reg_paso2_checkbox_wrapper {
        max-width:100%;
        width:auto;
    }
    .form_reg_paso2_checkbox_btn_wrapper {
        text-align:right;
        line-height:inherit;
    }
}


.p5_col_prehome_bluebox_mid{
    display:none;
}
@media (min-width: 992px) {
    /* fix bug a las blue cols de prehome pq bootstrap 4 no las separa si las pintamos! */
    .p5_col_prehome_bluebox_half {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: 46%;
    }

    .p5_col_prehome_bluebox_mid {
        display:block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8%;
        flex: 0 0 8%;
        max-width: 8%;
    }
    /* END fix bug a las blue cols de prehome pq bootstrap 4 no las separa si las pintamos! */
}



/* END PRE HOME */