@font-face {
	font-family: pacifico;
	src: url(../fonts/Pacifico.ttf);
}
@font-face {
	font-family: myra;
	src: url(../fonts/Myra.otf);
}
@font-face {
	font-family: Segan;
	src: url(../fonts/Segan.ttf);
}
body {
	background: url(../imagesmin/background-image.jpg), repeat-y;
	margin: 0;
	padding: 0;
}
.fundo-principal {
	background-image: url(../imagesmin/wavegrid.png);
	min-height: 80%;
	margin: 3% 12.8%;
	border-radius: 10px;
	padding: 1.5%;
}
.fundo-principal-borda {
	border: 1px solid gray;
	padding: 3% 4.2%;
	min-height: 600px;
}
a:link {
	text-decoration: none;
}
article a,
article a:visited {
	color:#FD053E;
}
.header h1 {
	line-height: 110px;
	text-align: center;
}
.header h1 a {
	margin: 0px;
	font-family: pacifico, cursive;
	color: #001B1B;
	font-size: 110px;
	text-shadow: 1px 1px 3px;
	transition: color 0.3s linear;
}
.header-h2 {
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	padding: 2% 0px;
	display: flex;
}
.subtitle {
	font-weight: 100;
	position: relative;
	color: white;
	text-align: center;
	font-family: myra, Segan;
	padding: 0.5%;
	background-color: #4fd8e8;
	background-image: linear-gradient(to bottom, #5CACEE, #1E90FF);
	box-shadow: black 0px 1px 3px;
	margin:0px;
	width: 100%;
}
nav {
	position: relative;
	text-align: center;
	font: 30px Myra;
}
nav ul {
	display: inline-block;
	list-style: none;
	position: relative;
	padding-left: 0px;
	width: 80%;
	margin-top: 4%;
}
nav li {
	float: left;
	position: relative;
	height: 40px;
	width: 26%;
}
nav a {
	color: #002828;
	position: absolute;
	top: 5px;
	left: 0px;
	z-index: 2;
	text-align: center;
	width: 100%;
	transition: color 0.3s linear;
}
.motocatt-menu {
	border: 1px solid #B5B5B5;
	border-top-color: transparent;
	border-bottom-color: transparent;
	width: 46%;
}
.motocatt-menu a {
	width: 100%;
}
nav li::before, nav li::after {
	content: " ";
	position: absolute;
	top:0px;
	left: 0px;
	width: 0px;
	height: 110%;
	background-color: #002828;
	transition: width 0.2s ease, left 0.2s ease;
	z-index: 0;
}
nav li::before, nav li::after {
	left: 50%;
}
nav li:hover::before, nav li:hover::after {
	width: 50%;
}
nav li:hover::before {
	left: 0%;
}
nav li:hover a {
	color: white;
}
article>div img.width-65 {
	width: 65%;
}

article h1 {
	font: 40px Myra;
	color: #002828;
	margin: 0%;
	margin-top: 8%;
}
article h1 a {
	font: 40px Myra;
	color: #002828;
}
article h1 a:visited {
	font: 40px Myra;
	color: #002828;
}
.author-date {
	font: 17px Segan;
	color: #002828;
	margin: 1% 0 5% 0;
	text-align: center;
}
.author-date a {
	color: #FD053E;
}
article {
	font-family: Segan;
	font-size: 20px;
	line-height: 25px;
	text-align: left;
	color: #002828;
}
h1 {
	text-align: center;
}
.display-block {
	display: block;
}
.display-none {
	display: none;
}
article>div a:link {
	text-decoration: none;
}
article>div a {
	color: #FD053E;
}
article>div h2 {
	font: 25px Myra;
	color: #0A343F;
	text-align: center;
}
article>div h3 {
	font: 20px Myra;
	color: #0A343F;
	text-align: center;
}
article>div img {
	width: 100%;
	height: auto;
	box-shadow: 3px 3px 5px rgb(117, 117, 117);
}
article>div a {
	width: 100%;
	height: auto;
}
article>div p.coments {
	font-size:15px;
	padding-left:10%;
	color:#666666;
	font-style: italic;
}
.img-container {
	text-align: center;
}
article>div ul li {
	list-style-type: none;
}
.footer {
	font: 15px Segan;
	text-align: center;
	color: rgb(80, 80, 80);
}
.footer a {
	color: #FD053E;
}
.footer a:link {
	text-decoration: none;
}
.strong {
	font-weight: bolder;
}
article>div a.keep-reading {
	font-size: 30px;
	color: white;
	background-color: #002828;
	padding: 1.5%;
	margin: 4% 0;
	display: block;
}
article img.width-65 {
	width: 65%;
	text-align: center;
}
article img.width-45 {
	width: 45%;
	text-align: center;
}
.center {
	text-align: center;
}
input, textarea {
	display: block;
	margin-bottom: 2%;
	padding: 1%;
	font-family: 'Segan';
	font-size: 1.1em;
	width: 100%;
}
input[type="submit"] {
	width: 102%;
}
textarea {
	height: 200px;
}
.contact-pics {
	background-color: #002828;
	color: white;
	padding: 2% 1%;
	width: 100%;
	text-align: center;
	cursor: pointer;
	font-size: 1.5em;
}
.contact-page {
	display: inline-table;
}
form {
	float: left;
	width: 45%;
	padding-right: 10%;
}
@media (max-width: 780px) {
	nav ul {
		width: 100%;
	}
	.fundo-principal {
		margin: 0;
	}
}
@media (max-width: 664px) {
	.header h1 a {
		font-size: 90px;
	}
	.header h1 {
		line-height: 90px;
	}
	.subtitle {
		font-size: 17px;
		padding: 1%;
		margin-top: 1.5%;
		margin-bottom: 1.5%;
	}
	.fundo-principal {
		padding: 3%;
		border-radius: 0;
	}
	.subtitle-side{
		border: 11.5px solid #1E90FF;
		top: 0.6em;
	}
	nav ul, form {
		width: 100%;
	}
	article h1 {
		font-size: 35px;
	}
	.author-date {
		font-size: 12px;
	}
}
@media (max-width: 550px) {
	.header h1 a {
		font-size: 70px;
	}
	.header h1 {
		line-height: 70px;
	}
	.subtitle {
		font-size: 15px;
	}
	.subtitle-side{
		border: 11.5px solid #1E90FF;
		top: 0.5em;
	}
	nav {
		font-size: 25px;
	}
	nav li {
		font-size: 0.8em;
		height: 25px;
	}
	article h1 {
		font-size: 29px;
	}
	article>div a.keep-reading {
		font-size: 22px;
	}
}
@media (max-width: 457px) {
	.header h1 a {
		font-size: 50px;
	}
	.header h1 {
		line-height: 50px;
	}
	.subtitle-side{
		border: 10.5px solid #1E90FF;
		top: 0.4em;
	}
	article h1 {
		font-size: 25px;
	}
	article>div a.keep-reading {
		font-size: 19px;
	}
}
@media (max-width: 397px){
	.subtitle {
		font-size: 11px;
	}
	.header h1 a {
		font-size: 40px;
	}
	.header h1 {
		line-height: 40px;
	}
	.subtitle-side{
		border: 9px solid #1E90FF;
		top: 0.3em;
	}
	nav li {
		font-size: 0.7em;
	}
}
@media (max-width: 343px) and (min-width: 320px){
	.subtitle {
		font-size: 10px;
	}
	.subtitle-side{
		border: 8px solid #1E90FF;
		top: 0.2em;
	}
}