
/* --------------------------------------------------------
/* ---- MESSAGE HEADER
-------------------------------------------------------- */
.msf__desk_message_content{
    width: 100%;
    height: auto;
}

.msf__desk_message_content .title_a{
    width: 100%;
    height: auto;
    text-align:center;
}


.msf__description_desktop{
    width: 100%;
    height: auto;
    padding: 20px;
    background: #FFF;
    font-size: 16px;
    margin: 0 auto;
    padding: 40px;

}

.msf__description_desktop .title-a{
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: "Gotham-Light";
}

.msf__description_desktop .title-b{
    width: 100%;
    height: auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: "Gotham-Medium";
    margin-bottom: 30px;
}



/* --------------------------------------------------------
/* ---- BOTONES
-------------------------------------------------------- */
.msf__donation_type_desktop{
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}


.msf__donation_type_desktop .btn_type{
    width: 47%;
    height: 60px;
    text-align: center;
    font-size: 16px;
    padding: 22px 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__donation_type_desktop .btn_type:hover{
    color: #fff;
    background: #939598;
    font-family: "Gotham-Medium";
}

.msf__donation_type_desktop .active{
    font-family: "Gotham-Medium";
    font-size: 16px;
    padding: 22px 0px 0px 0px;
    color: #fff !important;
    background: #939598 !important;
}

.msf__desktop_btns{
    width: 100%;
    height: auto;
    padding-top: 10px;
}

.msf__desktop_btns .title{
    width: 100%;
    height: auto;
    text-align: center;
    color: #e30613;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: "Gotham-Medium";
}


.msf__desktop_btns_container{
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    cursor: pointer;
}

.msf__desktop_btns_container .subcontainer{
    width: 100%;
    height: auto;

}
.msf__desktop_btns_container .subcontainer .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__desktop_btns_container .subcontainer .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__desktop_btns_container .subcontainer .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__desktop_btns_container .subcontainer .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__desktop_btns_container .subcontainer .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%);
}



.btn_active_dk .btn_mount { 
    color: #fff !important;
    background: #939598 !important;
}

.btn_active_dk .btn_description{ 
    color: #fff !important;
    background: #939598 !important;
}

.msf__desktop_btns_container:hover .btn_mount{
    color: #fff !important;
    background: #939598 !important;
}

 

.msf__desktop_btns_container:hover  .btn_description{
    color: #fff !important;
    background: #939598 !important;
}

.btn_other_dk 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;
}


.btn_other_dk input::placeholder {
    text-align: center;
    font-size: 20px;
    font-family: "Gotham-Bold";
    color: #c7c7c7;
    /* Firefox */
}

.btn_other_dk input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    text-align: center;
    font-size: 20px;
    font-family: "Gotham-Bold";
    color: #c7c7c7;
}

.btn_other_dk input::-ms-input-placeholder {
    /* Microsoft Edge */
    text-align: center;
    font-size: 20px;
    font-family: "Gotham-Bold";
    color: #c7c7c7;
}



.btns_form_unica{
    display: block;
}
.btns_form_mensual{
    display: none;
}


/* --------------------------------------------------------
/* ---- PORTADA
-------------------------------------------------------- */

.msf__portada_desktop{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    left: 0px;
    position: absolute;
}

.msf__portada_desktop .image_container{
        width: 100%;
        height: 100%;
        position: relative;
        background: url(../images/home/desktop/Imagen1.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
}

.msf__portada_desktop .image_container_st2{
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../images/home/desktop/Imagen2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.msf__portada_desktop .image_container_st3{
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../images/home/desktop/Imagen3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}



/* --------------------------------------------------------
/* ---- FORM 1 
-------------------------------------------------------- */
.msf__dona_form_dk{
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px 30px 0px 30px;
}

.msf__dona_form_dk 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_dk 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_dk 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__kit_form_dk{
    padding-bottom: 20px;
}
.msf__kit_form_dk input{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
}

.msf__kit_form_dk select{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
    
}

.msf__kit_form_dk  label{
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 5px;
    display: block;
}


.msf__terms_container_dk{
    padding: 20px;
    display: none;
}

.msf__terms_container_dk .checkmark{
    top: 0px !important;
}

.msf__terms_container_dk .msf__check_container{
    width: 90%;
    margin: 0 auto;
    display: block;

}


.msf__oficio_text_dk{
    width: 90%;
    height: auto;
    margin: 0 auto;
    font-size: 10px;
    line-height: 14px;
    font-family: "Gotham-Light";
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
}





/* --------------------------------------------------------
/* ---- NEXT BTN 
-------------------------------------------------------- */

.container-next-secure{
    width: 400px;
    height: auto;
    margin: 0 auto;
}
.msf__next_section_dk{
    width: 100%;
    height: auto;
    padding: 25px;
    background: #fff;
    margin: 0 auto;
}

.msf__next_section_dk .msf__next_btn{
    width: 190px;
    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: 22px;
    text-transform: uppercase;
    cursor: pointer;
}


.msf__secureTrust_dk{
    width: 110px;
    height: auto;
    margin: 0 auto;
    margin-top: 10px !important;
}


.f-left{
    float: left;
    margin-right: 20px;
}

.f-right{
    float: right;
}



