

.msf__screen_1_wrapper{
    width: 100%;
    height: auto;
}


/* --------------------------------------------------------
/* ---- Block left: FORMs
-------------------------------------------------------- */

.msf__screen_1_wrapper .block_left{
    width: 50%;
    height: auto;
    float: left;
}

.msf__dona_type_wrapper{
    width: 100%;
    height: auto;
    padding: 20px;
    background: #FFF;
    font-size: 16px;
    margin: 0 auto;
    padding: 40px;
}

.msf__dona_type_wrapper .description{
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: "Gotham-Light";
    text-align: center;
}

.msf__dona_type_wrapper .title{
    width: 100%;
    height: auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: "Universe-Bold";
    margin-bottom: 30px;
    text-align: center;
}

.msf__dona_type_wrapper .btns_container{
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}

.msf__dona_type_wrapper .btns_container .btn_type {
    width: 45%;
    height: 60px;
    text-align: center;
    font-size: 16px;
    padding: 18px 0px 0px 0px;
    font-family: "Gotham-Medium";
    color: #000;
    float: left;
    border-radius: 10px;
    margin-left: 7px;
    box-shadow: 2px 6px 5px 0px rgb(0 0 0 / 6%);
    text-transform: uppercase;
}

.msf__dona_type_wrapper .btns_container .btn_type_one {
    width: 80% !important;
    height: 60px;
    text-align: center;
    font-size: 16px;
    padding: 18px 0px 0px 0px;
    font-family: "Gotham-Medium";
    color: #000;
    float: none !important;
    margin: 0 auto;
    border-radius: 10px;
    margin-left: inherit !important;
    display: block;
    box-shadow: 2px 6px 5px 0px rgb(0 0 0 / 6%);
    text-transform: uppercase;
}

.msf__dona_type_wrapper .btns_container .btn_type:hover{
    color: #fff !important;
    background: #939598 !important;
}

.msf__dona_type_wrapper .btns_container .active{
    color: #fff !important;
    background: #939598 !important;
}


.type_unique{
    display: block;
}
.type_monthly{
    display: none;
}


.msf__dona_price_wrapper{
    width: 100%;
    height: auto;
    background: #f5f5f6;
    padding-top: 20px;
}

.msf__dona_price_wrapper .title{
    width: 100%;
    height: auto;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: "Universe-light";
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}


.msf__price_btns_container {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    cursor: pointer;
}

.msf__price_btns_container .btn_mount{
    width: 145px;
    height: 60px;
    margin-right: 10px;
    padding: 10px;
    text-align: center;
    background: #fff;
    color: #000;
    border-radius: 40px;
    float: left;
    font-size: 20px;
    line-height: 14px;
    font-family: "Gotham-Bold";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    position: relative;
}

.msf__price_btns_container .btn_other_mount{
    width: 145px;
    height: 60px;
    margin-right: 10px;
    padding: 10px;
    text-align: center;
    background: #fff;
    color: #000;
    border-radius: 40px;
    float: left;
    font-size: 20px;
    line-height: 14px;
    font-family: "Gotham-Bold";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    position: relative;
}

.msf__price_btns_container .btn_other_mount input{
    width: 100px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 5px;
    border: 0px;
    border-bottom: solid 2px #000;
    text-align: center;
    font-size: 20px;
    font-family: "Gotham-Bold";
    color: #c7c7c7;
    -webkit-appearance: none;
    border-radius: 0;
}

.msf__price_btns_container .btn_mount .mount{ 
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.msf__price_btns_container .btn_description{
    width: 70%;
    height: 60px;
    margin-right: 10px;
    padding: 10px;
    text-align: center;
    background: #fff;
    color: #000;
    border-radius: 40px;
    float: left;
    font-size: 14px;
    line-height: 16px;
    font-family: "Gotham-Light";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    position: relative;
}

.msf__price_btns_container .btn_description .text{
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.msf__price_btns_container .btn_description .text .mount_mv{
    display: none;
}

.active .btn_description {
    color: #fff !important;
    background: #939598 !important;
}

.active .btn_mount {
    color: #fff !important;
    background: #939598 !important;
}

.msf__price_btns_container:hover .btn_description{
    color: #fff !important;
    background: #939598 !important;
}

.msf__price_btns_container:hover .btn_mount{
    color: #fff !important;
    background: #939598 !important;
}

.msf__dona_price_wrapper .money_info{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    font-family: "Gotham-Light";
    color: #000;
    font-weight: 800;
    margin-bottom: 10px;
    clear: both;
}

.msf__next_screen_1_wrapper{
    width: 100%;
    height: auto;
    padding: 25px;
    margin: 0 auto;
    margin-top: 30px;
}


.image_movil_screen_1{
    width: 100%;
    height: auto;
    display: none;
}

/* --------------------------------------------------------
/* ---- Block right: IMAGE
-------------------------------------------------------- */


.msf__screen_1_wrapper .block_right{
    width: 50%;
    height: 95vh;
    float: right;
    overflow: hidden;
}


.msf__image_wrapper{
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../images/home/desktop/Imagen1.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_1_wrapper .block_left{
        width: 55%;
    }

    .msf__screen_1_wrapper .block_right{
        width: 45%;
    }
}


@media only screen and (max-width: 1120px) {
    .msf__price_btns_container{
        width: 95%;
    }

    .msf__price_btns_container .btn_mount{
        width: 124px;
    }
    .msf__price_btns_container .btn_other_mount{
        width: 124px;
    }
    
}

@media only screen and (max-width: 920px) {

    .msf___main_wrapper{
        height: auto;
    }
    .image_movil_screen_1{
        display: block
    }


    .msf__screen_1_wrapper .block_right {
        display: none;
    }

    .msf__screen_1_wrapper .block_left{
        width: 100%;
        height: auto;
        float: none;    
    }
}



@media only screen and (max-width: 560px) {
    .msf__dona_type_wrapper .btns_container{
        width: 95%;
    }

    .msf__dona_type_wrapper .btns_container .btn_type{
        width: 45%;
        height: 52px;
        padding: 14px 0px 0px 0px;
    }
    
    .msf__price_btns_container .btn_mount{
        display: none;
    }

    .msf__price_btns_container .btn_other_mount{
        display: none;
    }

    .msf__price_btns_container .btn_description .text .mount_mv{
        width: 100%;
        height: auto;
        text-align: center;
        font-family: "Gotham-Bold";
        font-size: 20px;
        line-height: 14px;
        margin-bottom: 10px;
        display: block;
    }

    .msf__price_btns_container .btn_description .text .mount_mv input {
        width: 100px;
        height: 30px;
        margin: 0 auto;
        margin-bottom: 5px;
        border: 0px;
        border-bottom: solid 2px #000;
        text-align: center;
        font-size: 20px;
        font-family: "Gotham-Bold";
        color: #c7c7c7;
        -webkit-appearance: none;
        border-radius: 0;
    }

    .msf__price_btns_container{
        width: 50%;
        float: left;
    }

    .msf__price_btns_container .btn_description{
        float: none;
        width: 170px;
        height: 120px;
        border-radius: 12px;
        font-size: 12px;
        line-height: 14px;
        font-family: "Gotham-Light";
        font-weight: 800;
        margin: 0 auto;
    }

    .msf__price_btns_container .btn_description .text{
        padding: 8px;
    }

    .btn_type_en{
        width: 45%;
        height: 52px;
        padding: 18px 0px 0px 0px !important    ;
        font-size: 12px !important;
    }

    
}

@media only screen and (max-width: 440px) {
    .msf__dona_type_wrapper{
        padding: 20px;
    }
    
}


@media only screen and (max-width: 350px) {
    .msf__price_btns_container .btn_description {
        float: none;
        width: 150px;
        height: 113px;
        border-radius: 12px;
        font-size: 10px;
        line-height: 14px;
        font-family: "Gotham-Light";
        font-weight: 800;
        margin: 0 auto;
    }

    .btn_type_en{
        width: 45%;
        height: 52px;
        padding: 12px 0px 0px 0px !important;
        line-height: 14px;
    }

}