﻿*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	color: #000;
}

html {
	overflow-y: scroll;
}

body {
	background-image: url(../imagens/background.jpg);
	font-family: 'Fjalla One', sans-serif;
}
nav {
	margin: 0 auto;
	width: 70%;
	padding: 20px 0;
	text-align:center;
	border-radius: 15px 15px 0 0;
}
nav a{
	display:inline-block;
	font-size: 20px;
	margin: 0 20px;
	color: #000;
	text-decoration: none;
	font-family: 'Lobster', cursive;
	font-size: 30px;
}

nav a:hover {
	color: #00BFFF;
	transition: 1s;
}

section {
	border-style: solid;
	border-color: #00BFFF;
	width: 70%;
	margin: auto;
	background-color: #fff;
	padding: 30px;
	box-sizing: border-box;
	display: table;
}

.container {
	text-align: center;
}

.container p {
	margin-top: 15px;
	text-align: left;
}

.container figure {
	width: 500px;
	float: right;
	margin-top: 10px;
	margin-right: 50px;
}

.container figure figcaption {
	text-align: center;
}

#foto_index {
	width: 30%;
	margin-top: 20px;
	margin-right: 20px;
	float: left;
}

#foto_index2 {
	width: 50%;
}

#foto_sobre {
	width: 25%;
	margin-top: 20px;
	margin-right: 20px;
	float: left;
}

#historico {
	text-align: left;
}

.container #titulo_empresa {
	font-weight: bold;
}

.formulario {
	border: solid;
	border-radius: 2px;
	width: 40%;
	padding: 5px;
	margin-top: 10px;
}

#mensagem {
	margin-top: 10px;
	width: 82.5%;
	resize: none;
	height: 100px;
}

#envia_dado {
	margin-top: 10px;
	border: solid;
	border-radius: 2px;
	cursor: pointer;
}

footer {
	width: 70%;
	margin:auto;
	font-family: 'Lobster', cursive;
	font-size: 30px;
	color: #000;
	padding: 50px;
	text-align: center;
	box-sizing: border-box;
}
#foto {
	text-align:center;
}

.social li {
	display: inline-block;
	margin-right: 30px;
	margin-top: 10px;
}

.social li a {
	height: 48px;
	width: 48px;
	display: block;
	text-indent: -9999px;
}

.social a[href*="facebook.com"] {
	background-image: url(../imagens/facebook.png);
}

.social a[href*="twitter.com"] {
	background-image: url(../imagens/twitter.png);
}

.social a[href*="linkedin.com"] {
	background-image: url(../imagens/linkedin2.png);
}

.social a[href*="youtube.com"] {
	background-image: url(../imagens/youtube3.png);
}