
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, form, p, img {
		margin: 0px;
		padding: 0px;
		border: 0px;
		outline: 0px;
		font-family: 'Montserrat', sans-serif;
	}

	body {
		background-color: #000000 !important;
	}
	
	.pt-20 { padding-top: 20px !important; }
	.pt-30 { padding-top: 30px !important; }

	.pb-20 { padding-bottom: 20px !important; }
	.pb-30 { padding-bottom: 30px !important; }
	.pb-40 { padding-bottom: 40px !important; }

	.pr-10 { padding-right: 10px !important; }
	.pr-20 { padding-right: 20px !important; }

	.cor_verde_bo { color: #C2D634; }

	.row_logotipo
	{
		padding-top:10px;
		padding-bottom:10px;	
	}

	.logo-bo2-small {
		margin-left:0px;
		margin-top:5px;
		height:80px !important;
	}

	.row_conteudo
	{
		background-color:#FFFFFF !important;
		padding-bottom:50px; 
		padding-top:20px;
	}

	.row_traco
	{
		background-color:#C2D634; 
		height:5px; 
		line-height:5px; 
		width:50px;
	}

	.text_title1
	{
		text-align:center; 
		font-size:48px; 
		font-weight:bold;
	}

	.text_title1_facturacao
	{
		text-align:left;
		font-size:18px;
		font-weight: 200;
		padding-left: 30px;
	}

	.text_title1_logotipos
	{
		text-align:center;
		font-size:38px;
		font-weight:bold;
		color: #FFFFFF;
		margin-top: 10px;

	}
	.text_title2
	{
		text-align:center; 
		font-size:24px; 
		font-weight:200; 
		padding-bottom:20px;
	}
	
	.label_checkbox
	{
		color:#232323; 
		font-weight:normal;
	}

	.input_field_title
	{
		padding: 20px 0px 10px 20px;
		font-size: 18px;
		font-weight:bold; 
	}

	.input_field
	{
		font-weight:normal;
		font-size:16px;
		background-color:#EBEBEB;
		color:#6F6F6F;
		border: 1px solid transparent;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		padding-left:20px;
		width:100%;
	}

	.btn_registar
	{
		font-weight:bold;
		font-size:16px;
		background-color:#C2D634;
		color:#232323;
		border: 1px solid transparent;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}

	.btn_registar:hover
	{
		background-color:#FF6600;
		color:#FFFFFF;
	}

	#footer
	{
		background-color:#000;
		color:#FFF;
		min-height:100px;
		text-align:center;
		padding-top:20px;
		font-size:12px;
		font-weight:normal;
	}
	
	/* - - - pagina resultado - - - */
	
	.row_conteudo_resultado
	{
		background-color:#FFFFFF !important;
		padding-bottom:50px; 
		padding-top:50px;
		min-height:400px;
	}

	li { list-style:none; margin-top:15px; } 


	
