

.msf__screen_2_wrapper{
    width: 100%;
    height: auto;
    display: none;
}


/* --------------------------------------------------------
/* ---- Block left: FORMs
-------------------------------------------------------- */

.msf__screen_2_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: 20px;
}


.image_movil_screen_2{
    width: 100%;
    height: auto;
    display: none;
}

/* --------------------------------------------------------
/* ---- Block right: IMAGE
-------------------------------------------------------- */


.msf__screen_2_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;
}

/* --------------------------------------------------------
/* ---- RESPONSIVE
-------------------------------------------------------- */

@media only screen and (max-width: 1240px) {
    
    .msf__screen_2_wrapper .block_left{
        width: 55%;
    }

    .msf__screen_2_wrapper .block_right{
        width: 45%;
    }
}


@media only screen and (max-width: 1120px) {
   

    
}

@media only screen and (max-width: 920px) {

    .image_movil_screen_2{
        display: block
    }


    .msf__screen_2_wrapper .block_right {
        display: none;
    }

    .msf__screen_2_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;
    }
    
}
