

.msf__screen_3_wrapper{
    width: 100%;
    height: auto;
    display: none;
}


/* --------------------------------------------------------
/* ---- Block left: FORMs
-------------------------------------------------------- */

.msf__screen_3_wrapper .block_left{
    width: 50%;
    height: auto;
    float: left;
}

.msf__dona_form_wrapper{
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px 30px 0px 30px;
}


.msf__dona_form_wrapper label {
    width: 100%;
    height: auto;
    font-family: "Gotham-Light";
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
    margin-left: 13px;
}


.msf__dona_form_wrapper select {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-family: "Gotham-Light";
    color: #000;
    border-radius: 20px;
    margin-left: 7px;
    border: 1px solid #FFF;
    box-shadow: 2px 6px 5px 0px rgb(0 0 0 / 6%);
    margin-bottom: 10px;
    padding-left: 15px;
}

.msf__dona_form_wrapper input {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-family: "Gotham-Light";
    color: #000;
    border-radius: 30px;
    margin-left: 7px;
    border: 1px solid #FFF;
    box-shadow: 2px 6px 5px 0px rgb(0 0 0 / 6%);
    margin-bottom: 10px;
    padding-left: 15px;
}

.msf__dona_form_wrapper .msf__check_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Gotham-Light";
    font-size: 11px !important;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
    margin-left: 13px;
    padding-top: 6px;
    margin-top: 10px;
    margin-bottom: 0px;
}


.image_movil_screen_3{
    width: 100%;
    height: auto;
    display: none;
}


.payment_layout_loading{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255,255,255,0.8);
    z-index: 999;
    left: 0px;
    top: 0px;
    display: none;
}

.preloader_icon{
    width: 160px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.payment_procesing_text{
    width: 100%;
    height: auto;
    text-align: center;
    color: #e30613;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    font-family: "Gotham-Bold";
}


.error_layout_loading{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.8);
    z-index: 999;
    left: 0px;
    top: 0px;
    display: none;
}

.error_box_info{
    width: 300px;
    height: 180px;
    border-radius: 20px;
    background: #efeff0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.error_box_info_help{
    display: none;
}

.error_box_info .e_title{
    width: 100%;
    height: auto;
    text-align: center;
    color: #e30613;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    font-family: "Gotham-Bold"; 
    margin-top: 40px;
    margin-bottom: 20px;
}

.error_box_info .e_description{
    width: 100%;
    height: auto;
    text-align: center;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    font-family: "Gotham-Bold"; 
}


.error_box_info .e_description_h{
    width: 100%;
    height: auto;
    text-align: center;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    font-family: "Gotham-Bold"; 
    margin-top: 40px;
    margin-bottom: 30px;
}

.msf__e_button {
    width: 160px;
    height: auto;
    padding: 10px;
    font-family: "Gotham-Light";
    margin-top: 15px;
    margin-bottom: 15px;
    background: #e30613;
    color: #fff;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}


.error_box_info .icon_close{
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    background: #e30613;
    right: -20px;
    top: -10px;
    text-align: center;
    padding-top: 6px;
}

.error_box_info .icon_close img{
    width: 21px;
    height: 20px;
}

/* --------------------------------------------------------
/* ---- Block right: IMAGE
-------------------------------------------------------- */


.msf__screen_3_wrapper .block_right{
    width: 50%;
    height: 90vh;
    float: right;
    overflow: hidden;
}


.msf__image_wrapper_screen_2{
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../images/home/desktop/Imagen2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.msf_kit_wrapper{
    display: none;
}

.g-recaptcha{
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.btn_next_screen_3{
    display: none;
}


.text-info-donataria{
    width: 60%;
    height: auto;
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Gotham-Light";
    font-size: 11px !important;
    color: #000;
    margin: 0 auto;
    font-weight: 600;
    padding-top: 6px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.securyTrustLogo{
    width: 100px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}

.terms_container{
    width: 100%;
    height: 60px;
    background: #efeff0;
    position: relative;
    margin: 0 auto;
    font-size: 12px;
    line-height: 16px;
    padding-top: 10px;
}

.terms_sub{
    width: 300px;
    height: auto;
    position: relative;
    margin: 0 auto;
}
.msf__check_container_terms{
    width: 300px;
    text-align: center;
    margin: 0 auto;
    display: block;;
}
.msf__check_container_terms strong{
    font-weight: 800;
    font-family: "Gotham-bold";
}

.msf__check_container_terms .checkmark {
    position: absolute;
    top: 5px;
    left: -32px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 2px 6px 5px 0px rgb(0 0 0 / 6%);
}

.msf__check_container_terms input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.msf__check_container_terms .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.msf__check_container_terms input:checked ~ .checkmark:after {
    display: block;
}

.msf__check_container_terms .checkmark:after {
    left: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
    border: solid white;
    background: #e30613;
    border-radius: 14px;
}


.msf__next_screen_3_wrapper{
    width: 100%;
    height: auto;
    padding: 25px;
    margin: 0 auto;
    margin-top: 0px;
    background: #FFF;
}




/* --------------------------------------------------------
/* ---- RESPONSIVE
-------------------------------------------------------- */

@media only screen and (max-width: 1240px) {
    
    .msf__screen_3_wrapper .block_left{
        width: 55%;
    }

    .msf__screen_3_wrapper .block_right{
        width: 45%;
    }
}


@media only screen and (max-width: 1120px) {

    
}

@media only screen and (max-width: 920px) {

    .image_movil_screen_3{
        display: block
    }


    .msf__screen_3_wrapper .block_right {
        display: none;
    }

    .msf__screen_3_wrapper .block_left{
        width: 100%;
        height: auto;
        float: none;    
    }

    .msf__dona_form_wrapper{
        width: 100%;
    }

    .msf__dona_form_wrapper select {
        width: 100%;
        height: 40px;
    }
    
    .msf__dona_form_wrapper input {
        width: 100%;
        height: 40px;
    }

    .msf__dona_form_wrapper label {
        width: 100%;
        height: auto;
        font-family: "Gotham-Light";
        font-size: 12px;
        color: #000;
        margin-bottom: 5px;
        font-weight: 600;
        margin-left: 13px;
    }
    
}


@media only screen and (max-width: 440px) {
    .msf__dona_type_wrapper{
        padding: 20px;
    }

    .terms_container{
        height: auto;
    }
    .terms_sub{
        width: 260px;
    }
    
    .msf__check_container_terms{
        width: 90%;
    }

    .msf__check_container_terms .checkmark{
        left: -18px;
    }

    .text-info-donataria{
        width: 100%;
        font-size: 9px !important;
    }
}
