.main-inicio{
	background-color: #fff;
}
.back-inicio{
	position: fixed;
	
}
.header-inicio{
	width: 100%;
	color: #fff;
	background-color: crimson;
}
.header-inicio h1,
.header-inicio h2,
.header-inicio p{}

@media (max-width: 767px) {
  .logo-inicio{
  	max-width: 155px;
  }
  .header-inicio h2{
  	text-align: center;
  }
}