@import url('https://fonts.googleapis.com/css?family=Lato:900');
html, body {
	height: 100%;
}
.logo {
	margin-top: 90px;
	padding-left: 5%;
	padding-right: 5%;
}
.logo img {
	height: 80px;
}
.rodape {
	position: absolute;
	width: 90%;
	bottom: 5%;
	left: 5%;
}
.rodape p {
	color: #908e8e;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 18px;
}
.rodape p a {
	color: #908e8e;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
.rodape p a:hover {
	color: #a4607e;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
.pull-center {
	text-align: right;
}
.sub {
	margin-top: 7px;
	letter-spacing: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
}
.box {
	width: 55px;
	height: 55px;
	background: url(../imagens/eng.png) no-repeat;
	background-size: contain;
}
.engrenagens {
	position: absolute;
	top: 5%;
	left: 45%;
}
 @keyframes gira {
 to {
 transform: rotate(360deg);
}
}
.horario {
	animation: gira 8s linear infinite;
}
/* Custom container */
.container-full {
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
	background-image: url(../imagens/fundo.jpg);
	color: #eee;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	padding: 3em;
	right: 0;
	text-align: center;
	top: 0;
}
@keyframes giraantihorario {
 to {
 transform: rotate(-360deg);
}
}
.antihorario {
	animation: giraantihorario 8s linear infinite;
}
.eng {
	width: 45px;
	height: 45px;
	margin-left: 46px;
	margin-top: -23px;
}

@media screen and (min-width: 1920px) {
.box {
	width: 75px;
	height: 75px;
}
.eng {
	width: 60px;
	height: 60px;
	margin-left: 64px;
	margin-top: -29px;
}
.engrenagens {
	top: 5.5%;
	left: 45%;
}
.logo {
	margin-top: 140px;
}
.logo img {
	height: 110px;
}
}

@media screen and (max-width: 768px) {
.box {
	width: 35px;
	height: 35px;
}
.eng {
	width: 25px;
	height: 25px;
	margin-left: 32px;
	margin-top: -13px;
}
.engrenagens {
	top: 5%;
	left: 43%;
}
.sub {
	font-size: 12px;
	letter-spacing: 7px;
	margin-left: 15px;
}
.container-full {
	background-position: center;
	background-image: url(../imagens/fundo_resp.jpg);
}
.rodape p a {
	font-size: 15px;
	color: #9F9F9F
}
.rodape p {
	font-size: 15px;
	color: #9F9F9F
}
.rodape {
	bottom: 1%;
}
.logo {
	padding-left: 20%;
	padding-right: 20%;
	margin-top: 65px;
}
.logo img {
	height: auto;
}
}

@media screen and (max-width: 320px) {
.box {
	width: 35px;
	height: 35px;
}
.eng {
	width: 25px;
	height: 25px;
	margin-left: 32px;
	margin-top: -13px;
}
.engrenagens {
	top: 5%;
	left: 40%;
}
.sub {
	font-size: 10px;
	letter-spacing: 5px;
	margin-left:5px;
}
.logo {
	padding-left: 8%;
	padding-right: 8%;
	margin-top: 65px;
}
.logo img {
	height: auto;
}
}
