/*****TAGS****/
*{
	margin: 0;
	padding: 0;
}
/******IDs******/
#div_principal{
   margin-top: 100px;

}
#texto_principal{
	padding: 20px;
}
#divLogo{
	display: inline-flex;
	width: auto;
}
#textoLogo{
	max-width: 170px;
}
/******CLASS*****/
.titulo{
	margin-top:50px; 
}
.texto{
	text-align: justify;
	text-indent: 50px;
}
.iconTitle{
	height: 16px; 
	width: 16px;
}
.modal{
	color: black;
	text-align: center;
}
.btn {
	color: white
}