﻿
/*.grecaptcha-badge {
	position: absolute !important;
	bottom: -23px !important;
	left: -23px !important;
}*/


/*CAPTCHA CONTACTO*/
/*MOBILE*/
@media (max-width: 430px) {
	#btn-contact .grecaptcha-badge {
		position: relative !important;
		bottom: -169px !important;
		left: -2px !important;
	}
}
/*TABLET*/
@media (min-width: 430px) {
	#btn-contact .grecaptcha-badge {
		position: relative !important;
		bottom: -48px !important;
		left: -12px !important;
	}
}
/*WEB*/
@media (min-width: 975px) {
	#btn-contact .grecaptcha-badge {
		position: fixed !important;
		bottom: 17px !important;
		left: 29px !important;
	}
}
/*FIN CAPTCHA CONTACTO*/

/*CAPTCHA REGISTRO*/
/*MOBILE*/
@media (max-width: 975px) {
	#btn-signup .grecaptcha-badge {
		position: relative !important;
		bottom: -175px !important;
		left: -15px !important;
	}

	#btn-login .grecaptcha-badge {
		position: relative !important;
		bottom: -242px !important;
		left: -15px !important;
	}
}
/*WEB*/
@media (min-width: 975px) {
	#btn-signup .grecaptcha-badge {
		position: fixed !important;
		bottom: 17px !important;
		left: 29px !important;
	}

	#btn-login .grecaptcha-badge {
		position: fixed !important;
		bottom: 17px !important;
		left: 29px !important;
	}
}
/*FIN CAPTCHA REGISTRO*/

/*CAPTCHA insurances*/
/*MOBILE*/
@media (max-width: 975px) {
	#btn-insurance .grecaptcha-badge {
		position: relative !important;
		bottom: -242px !important;
		left: -15px !important;
	}
}
/*WEB*/
@media (min-width: 975px) {
	#btn-insurance .grecaptcha-badge {
		position: fixed !important;
		bottom: 17px !important;
		left: 29px !important;
	}
}
/*FIN CAPTCHA REGISTRO*/
