/* GENERAL */
.pre_header { display: none !important; }
#navbar_pc { display: none !important; }
.navbar-custom-mobile { display: none !important; }
.content-page  { margin-top: 0px !important; background: #F7F7FA; }
footer { display: none !important; }
.logo_in_user_page { width: 140px; margin: auto; }
.bg-form-green { background-repeat: no-repeat;     
    background-image: url(https://cdn.swintfair.com/img/user/fondo-green.png); background-position-y: 40px; background-repeat: no-repeat; 
    background-size: contain; min-height: 670px; }
.bloque_formulario { padding: 45px 60px; border-radius: 12px; box-shadow: 0 4px 16px 0 rgba(195, 205, 224, 0.6); background-color: white; width: 70%; margin: auto; }
.btn.btn_green_gradient { font-family: 'avenir-next-lt-pro-bold' !important; background: #00b86c; width: 200px; height: 48px; border-radius: 10px; color: white !important; 
    width: 100%; background: linear-gradient(to right, #00b86c 60% 0, #97ff73 100%); padding: 14px; }
.btn.btn_green_gradient:hover { box-shadow: 0 5px 20px 0 rgba(27,160,5,0.5); }
.back_to_login { color: #1a6eff; text-decoration: underline; font-family: 'avenir-next-lt-pro-bold' !important; }
.text_email_sended_recovered_pass { color: #073148; font-size: 18px; font-family: 'avenir-next-lt-pro-medium' !important; }


@media only screen and (max-width: 750px) {
	.row_to_title { margin-top: 15px; margin-bottom: 50px; }
	.bg-form-green { background-position-y: 60px; min-height: 490px; }
	.bloque_formulario { padding: 20px !important; width: 88% !important; }
	.text_email_sended_recovered_pass { font-size: 13px; }
	.bloque_formulario_reset_password { margin-bottom: 40px; }
}

@media only screen and (min-width: 751px) and (max-width: 1200px) {
	.row_to_title { margin-top: 15px; margin-bottom: 50px; }
}

@media only screen and (min-width: 1201px) and (max-width: 1399px) {
	.row_to_title { margin-top: 25px; margin-bottom: 50px; }
}

@media only screen and (min-width: 1400px) {
	.row_to_title { margin-top: 25px; margin-bottom: 50px; }
	.row_to_title_big { margin-top: 50px; margin-bottom: 75px; } 
	.text_rights_reserved { margin-top: 250px; }
}



h1.title_page { font-size: 52px !important; font-family: avenir-next-lt-pro-bold !important; font-weight: bold; 
	font-stretch: normal; font-style: normal; line-height: 1; letter-spacing: normal; text-align: center; color: #073148; }
h1.title_page2 { font-size: 42px !important; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 1; 
	letter-spacing: normal; text-align: center; color: #073148; margin-bottom: 25px; }
h1.title_page3 { font-size: 32px !important; }

/* FORM */
input#password, input#password2 { /* text-security: disc; -webkit-text-security: disc; */ }
form.form_swintfair label { font-size: 12px; color: #c3cde0; }
form.form_swintfair input.form-control { border: 1px solid #e6e8f0; background: white; border-radius: 10px; font-weight: bold; font-size: 21px !important; height: 60px; }
form.form_swintfair textarea.form-control { border: 1px solid #e6e8f0; background: white; border-radius: 10px; font-weight: bold; font-size: 21px !important; height: 150px !important; resize: none; }
form.form_swintfair .form-control:active, form.form_swintfair .form-control:focus { color: #00b86c; border: 2px solid #00b86c; box-shadow: 0 2px 16px 0 rgb(0 184 108 / 30%) !important; }
form.form_swintfair a { color: #00b86c !important; }

/* MODAL */
#modal_contact .modal-content .title_modal { font-size: 35px; font-weight: 700; color: #073148; height: 50px; margin-bottom: 10px; }
#modal_contact form { padding: 15px; }
#form_contact textarea.form-control { height: 100px !important; }

@media only screen and (max-width: 750px) {
	h1.title_page { font-size: 22px !important; }
	#modal_contact .modal-content .title_modal { font-size: 20px !important; height: auto !important; margin-bottom: 0px !important; }
	.mini_footer .text_icon { font-size: 12px !important; padding-right: 15px !important; }
	#control_password { width: 300px !important; }
	#form_contact input.form-control { height: 40px !important; font-size: 14px !important; }
	#form_contact textarea.form-control { height: 70px !important; font-size: 14px !important; }
}
@media only screen and (min-width: 751px) and (max-width: 1200px) {
	h1.title_page { font-size: 30px !important; }
	#modal_contact .modal-content .title_modal { font-size: 20px !important; height: auto !important; margin-bottom: 0px !important; }
	.mini_footer .text_icon { font-size: 14px !important; padding-right: 15px !important; }
	#control_password { width: 300px !important; }
}
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
	#modal_contact .modal-content { width: 590px; min-width: 590px; max-width: 590px; }
	
}
@media only screen and (min-width: 1400px) {
	#modal_contact .modal-content { width: 590px; min-width: 590px; max-width: 590px; }
}

/* MINI FOOTER */

.mini_footer .text_icon { font-family: 'avenir-next-lt-pro-bold' !important; color: #073148; font-size: 16px; padding-left: 10px; padding-right: 20px; }
.mini_footer .caja_icon { background: white; width: 36px; padding: 8px; display: inline-block; box-shadow: 0 4px 16px 0 rgba(195, 205, 224, 0.6); 
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15); border-radius: 4px; }
.mini_footer .link_footer { color: #1a6eff; text-decoration: underline; font-family: 'avenir-next-lt-pro-bold' !important; padding-right: 20px; }
.mini_footer .link_footer:hover { color: #1a6eff; }

/* CONTROL ERROR */
 .form-control.error { color: #e81e61 !important; border: 1px solid #e81e61 !important; box-shadow: none !important; box-shadow: 0 2px 16px 0 rgba(232, 30, 97, 0.3) !important; }    
button.btn_nulled { background: #e6e8f0 !important; color: white !important; border: 1px solid #e6e8f0; }

/* CONTROL PASSWORD */
.block_control_password { position: absolute; }
#control_password i.fa-times-circle { color: red !important; }
#control_password i.fa-check { color: green !important; }
#control_password { position: absolute; top: 60px; background: white; padding: 5px; border: 1px solid gray; border-radius: 10px; z-index: 999; width: 360px; }



