/*@font-face {
     font-family: vitorianna;
     src: url('../fonts/TrajanPro-Regular.otf');
}*/

.hidden, .hide{display: none!important;}

.text-left{ text-align: left!important;}
.text-right{ text-align: right!important;}
.text-center{ text-align: center!important;}

.texto-justificado p,
.texto-justificado h1, 
.texto-justificado h2,
.texto-justificado h3, 
.texto-justificado h4,
.texto-justificado h5{
	text-align: justify !important;
}

.full-width{width: 100% !important}

.grecaptcha-badge {
    display: none !important;
}


@media (max-width: 768px){
	.texto-justificado p,
	.texto-justificado h1, 
	.texto-justificado h2,
	.texto-justificado h3, 
	.texto-justificado h4,
	.texto-justificado h5{
		text-align: left !important;
	}

}

