 .alert_only_good { 

			width: 100%;
			bottom: -1px;
			left: 0%;
			min-height: 30px;
			background-color: #0ca678;
			padding: 10px;
			padding-left: 1em;
			color: white;
			text-align: left;
			position: fixed;
			z-index: 9999;
			
			border-radius: 0px;
			font-weight: 600;
			display: none;
			line-height: 1.3em !important;
			font-size: 1.1em;
			box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);

		}

		.alert_only_bad { 

			width: 100%;
			bottom: -1px;
			left: 0%;
			min-height: 30px;
			background-color: #EC0000;
			padding: 10px;
			padding-left: 1em;
			color: white;
			text-align: left;
			position: fixed;
			z-index: 9999;
			display: none;
			border-radius: 0px;
			font-weight: 600;
			
			line-height: 1.3em !important;
			font-size: 1.1em;
			box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);

} 
.grecaptcha-badge { 
    visibility: hidden !important;
}
.grecaptcha-badge {
    display: none;
}
.card-experience {
    cursor: pointer;
}
.color-2D333D {
    color: #5e6b81 !important;
}
.main-footer .footer-copy p {
    font-size: 12px;
    color: #69778f !important;
}


@media (max-width: 992px){

     .codigo_qr{display: none;}

}     
.bg-2D333D-302 {
            background-color: rgb(45 51 61) !important;
        }

.hidden_text { font-size:1px !important; visibility:hidden; opacity:0; position:absolute; }        