@font-face {
  font-family: "cochin-bold-maisfontes";
  src: url("fonts/cochin-bold.ttf");
}


.fila_consigue{

	margin-top: 200px;
}

#titulo_principal{

 font-family: "cochin-bold-maisfontes";
 color: white;
 font-size:3rem;
}
.fila_explica1{

	margin-top:100px;
}
#biografia{
	border-bottom: 1px solid;
	font-family: "cochin-bold-maisfontes";
	color: white;
}

.parrafo{

	font-family: "cochin-bold-maisfontes";
	font-size: 18px;
	color: white;
	text-shadow: 1px 1px 3px #333;
}


.imagen-francisco{
	-webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,1);
	box-shadow: 0px 0px 16px -1px rgba(0,0,0,1);
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	max-width: 100%;
	max-height: 350px;
}



body{
	
	background-image: url("images/backgroundfiltro.png");
	background-position: center center;
  background-size:cover;
  background-repeat: no-repeat;
}

.ultimo_parrafo{

	font-family: "cochin-bold-maisfontes";
	font-size: 35px;
	color: black;
}

@media (max-width: 768px){

	#titulo_principal{

   	 font-size:2.5rem !important;

	}
	body{
		background-position: none !important;
	}
}