







/* --------------------------------------------------------
/* ---- GENERALES
-------------------------------------------------------- */
.c-container{
    max-width:1920px;
    height: auto;
    padding: 0px 0px 0px 0px;
}



a:hover {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.tx-title {
    font-family: "Montserrat-ExtraBold" !important;
}

.tx-body {
    font-family: "Quicksand-Regular" !important;
}

.no-border {
    border: 0px !important;
}

.clear {
    clear: both;
}

.pointer {
    cursor: pointer !important;
}

.transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}



.custom-wrapper{
    width: 600px;
    margin: 0 auto;
}


input, textarea {
    -webkit-appearance: none !important;
}
/* --------------------------------------------------------
/* ---- MAGARGINS
-------------------------------------------------------- */

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-110 {
    margin-bottom: 110px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-110 {
    margin-top: 110px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.no-padding {
    padding: 0px !important;
}



.msf__version_desktop{
    display: block;
}
.msf__version_movil{
    display:none;
}



/* --------------------------------------------------------
/* ---- STEPS
-------------------------------------------------------- */
.msf__st_2{
    display: none;
}

.msf__st_2_dk{
    display: none;
}

.msf__st_3{
    display: none;
}

.msf__st_4{
    display: none;
}


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

.msf__portada_movil{
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.msf__portada_movil .image_container{
        width: 100%;
        height: 200px;
        position: relative;
        background: url(../images/home/movil/Imagen1-mov.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
}

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



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

}

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

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

.msf__donation_type{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

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

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


.msf__visor{
    width: 100px;
    height: 2px;
    margin: 0 auto;
    position: relative;
    bottom: 0px;
}

.msf__visor .item{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e30613;
    float: left;
    margin-right: 10px;
    position: relative;
    top: -4px;
    right: -28px;
}


.msf__visor .active{
    background: #e30613 !important
}


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


.msf__btns_dona_container{
    width: 100%;
    max-width: 370px;
    height: auto;
    padding: 10px;
    margin: 0 auto;
}



.msf__btns_dona_container .btn{
    width: 165px;
    height: 120px;
    margin-right: 10px;
    padding: 10px;
    text-align: center;
    background: #fff;
    color: #000;
    border-radius: 20px;
    float: left;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
    font-family: "Gotham-Light";
    font-weight: 800;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.msf__btns_dona_container .btn_other{
    width: 165px;
    height: 120px;
    margin-right: 10px;
    padding: 10px;
    text-align: center;
    background: #fff;
    color: #000;
    border-radius: 20px;
    float: left;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
    font-family: "Gotham-Light";
    font-weight: 800;

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

.mount-center{
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.btn_other 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 input::placeholder {
    text-align: center;
    font-size: 20px;
    font-family: "Gotham-Bold";
    color: #c7c7c7;
    /* Firefox */
}

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

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


.msf__btns_dona_container .btn:hover{
    background: #939598;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.msf__btns_dona_container .btn .mount{
    font-size: 20px;
    line-height: 14px;
    font-family: "Gotham-Bold";
    margin-top: 10px;
    margin-bottom: 10px;
}

.msf__btns_dona_container .active{
    background: #939598;
    color: #fff;
}

.msf__next_section{
    width: 100%;
    height: auto;
    padding: 25px;
    background: #fff;
    margin: 0 auto;
}
.msf__text-info-a{
    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_section .msf__next_btn{
    width: 180px;
    height: auto;
    padding: 10px;
    font-family: "Gotham-Light";
    margin-top: 10px;
    margin-bottom: 10px;
    background: #e30613;
    color: #fff;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center ;
    font-size: 18px;
    text-transform: uppercase;
}


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

.msf__secureTrust{
    width: 130px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
}






/* --------------------------------------------------------
/* ---- Footer
-------------------------------------------------------- */
.msf__dona_form{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px 30px 0px 30px;
}

.msf__dona_form label{
    width: 100%;
    height: auto;
    font-family: "Gotham-Light";
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
    margin-left: 13px;
}
.msf__dona_form input{
    width: 100%;
    height: 40px;
    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 select{
    width: 100%;
    height: 40px;
    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;
}

textarea:focus, input:focus, select:focus{
    outline: none;
}


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

.msf__check_container strong{
    font-weight: 800;
    font-family: "Gotham-bold";
}

.msf__check_container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 2px 6px 5px 0px rgb(0 0 0 / 6%);
}

.msf__check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.msf__check_container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.msf__check_container input:checked ~ .checkmark:after {
    display: block;
}

.msf__check_container .checkmark:after {
    left: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
    border: solid white;
    background: #e30613;
    border-radius: 14px;
}

.msf__two_blocks_container{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.msf__two_blocks_container .input_block_1{
    width: 48%;
    height: auto;
    float: left;    
}

.c_container{
    width: 100%;
    height: 40px;
    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;  
    background: #FFF; 
    overflow: hidden;
}

.c_container input{
    width: 30%;
    height: 40px;
    float: left;
    box-shadow: none !important;
    padding-left: 0px; 
    margin-bottom: 0px;
}


.msf__two_blocks_container .input_block_2{
    width: 48%;
    height: auto;
    float: right;
}

.msf__kit_form{
    width: 100%;
    height: auto;
    background-color: #efeff0;
    padding-top: 30px;
    display: none;
}

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

.msf__terms_container .checkmark{
    top: 7px;
}


.error-input{
    border: 1px solid #e30613 !important
}

.m_error{
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 5px;
    text-align: left;
    font-family: "Gotham-Light";
    font-size: 11px !important;
    color: #e30613;
    border-radius: 3px;
    margin-bottom: 10px;
    display: none;
}







