@font-face {
  src: url(roboto.woff2) format('woff2');
  font-family: 'Roboto';
  font-display: fallback;
}
.container {
	margin: 0 auto;
	max-width: 768px;
	padding: 20px 5%;
}

section {
	background-color:;
}

h1, h2 {
	line-height: 3rem;
	text-transform: uppercase;
	color: #333;
	font-family: "Lato",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

h2 {
	margin-top: 40px;
}

h2:first-of-type {
	margin-top: 20px;
}

.logo {
	display: block;
}

img {
	height: auto;
	max-width: 100%;
	margin: 1rem auto;
  display:block;	
}

.logo img {
	width: 300px;
}

@media all and (max-width: 768px) {
	.logo img {
		width: 250px;
	}
}

@media all and (max-width: 479px) {
	.logo img {
		width: 150px;
	}
}

.icon.heart {
	color: lightcoral;
}

a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #e8e8e8;
		
}



code {
	background-color: aquamarine;
	color: black;
	font-family: monospace;
	padding: 1px;
	user-select: all;
}

code.image {
	background-color:;
}

.container ul{margin:3rem}
.container ul li{list-style: none; padding: 1rem;margin: auto;display: block;}
footer{background: #333;}
.brainmax{color: #e8e8e8;
font-size: 1rem;
text-align: justify;

}
#lead-product{font-size: 1.2rem;text-align: center;color: #757575 !important;margin: 25px;}
#title-product{font-size: 2rem;font-weight: bold;}
#button-product{margin: 50px;}
#card-product{box-shadow: 0 2.5rem 15rem rgba(0, 170, 253, 0.05);}
#blockquote{color: #FFF;}