.navbarHeight{ height: 110px; }
.fondo-contrata{width: 100%; background-size: cover; z-index: 1; background: url(../images/contrata/fondo-megaempresas.png)no-repeat; background-position: top 34% center;height: 100vh;margin-bottom: 5%;}

.formcontacto { color: #000; padding: 20px 60px 40px; max-width: 400px; z-index: 0; background: #014fa1;border: 1px solid #fff; }
.title{font-size: 22px; padding-top: 3%; padding-bottom: 0%; color: #ffffff; font-weight: 400;}


.btn-next {margin: 0; display: block; padding: 15px 15px; background: #ff9f00; border: 1px solid #ff9f00; max-width: 200px; width: 100%; border-radius: 6px; color: #fff; font-size: 18px; font-weight: 400; margin-top: 7%; margin-bottom: 5%;height: 40px; line-height: 12px;}
.control-label{color: #fff;}
.control-label span{color: #53a3e2;font-weight: 600;}
.position-icon{position: absolute;bottom: -200px; left: -60%;}
.position-mega{ max-width: 360px;}
.ic-modal .modal-backdrop, .modal-backdrop{z-index: 0!important;}
input.apple-switch { position: relative; appearance: none; outline: none; width: 50px; height: 30px; background-color: #ffffff; border: 1px solid #D9DADC; border-radius: 50px; box-shadow: inset -20px 0 0 0 #ffffff; transition-duration: 200ms; }
input.apple-switch:after { content: ""; position: absolute; top: 1px; left: 1px; width: 26px; height: 26px; background-color: transparent; border-radius: 50%; box-shadow: 2px 4px 6px rgba(0,0,0,0.2); }
input.apple-switch:checked { border-color: #4ED164; box-shadow: inset 20px 0 0 0 #4ED164; }
input.apple-switch:checked:after { left: 20px; box-shadow: -2px 4px 3px rgba(0,0,0,0.05); }
.modal-content{width: 600px;}
.condicion{font-size: 14px; line-height: 24px; font-weight: 400;}
.modal-condicion{border-bottom: 1px solid #e9ecef;}
.form-group{z-index: 999;}

#f-rfc,#f-fhone{
    position: relative;
}
#rfc1, #fhone1{
    position: absolute;
    right: 25px;
    bottom: 10px;
}

@media screen and (max-width: 1400px){
    .formcontacto{max-width: 644px;}
}

@media screen and (max-width: 991px){
    .fondo-contrata{ margin-bottom: 15%;}	
    .position-icon{display: none !important; }
}

@media screen and (max-width: 767px){
    .navbarHeight { height: 60px; }
    .fondo-contrata{ margin-bottom: 0%;
}


@media screen and (max-width: 598px){
    .fondo-contrata{background-image: none;}
    .formcontacto{max-width: 100%;margin-top: 0px !important;}
    .formcontacto .row{display: block !important; margin: 0%;}
    .position-mega { max-width: 100%; }
}