*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}


.bi{
	margin-right:0.1em;
	color:white;
}


.bi-controller{
	color:#F58C27;
}


.bi-house-fill{
	color:#FFF000;	
}

p{
	text-align:justify;
}

/*Fuentes*/

@font-face{
	font-family:MiFuente;
	src: url(fuentes/OleoScript-Bold.ttf),
		 url(fuentes/oleoscript-regular-webfont.woff),
		 url(fuentes/oleoscript-regular-webfont.woff2),
}

.site-branding .site-title-wrap .site-title a{
	font-family: MiFuente !important;
	color: #bb0000 !important;
	font-weight:bold;
	font-size:2em;
}



h1,h3,h4{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}