html, body {
	background-color: #fff;
	background-position: center center;
	font-family: Helvetica;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	color: #111;
	text-transform: uppercase;
}
a {
	color: #000;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	border: none;
	text-decoration: none;
}
a:hover {
	color: #333
}
a:focus, a:visited {
	color: #000
}
h1 {
	font-weight: bold;
	font-weight: normal;
	font-size: 40px;
	color: #FFF;
	line-height: 50px;
	text-transform: uppercase;
}
h2 {
	font-weight: 400;
	font-size: 28px;
	line-height: 30px;
	padding: 0;
	margin: 20px 0 30px 0;
}
h3 {
	font-weight: 200;
	font-size: 22px;
	line-height: 30px;
	padding: 0;
	margin: 20px 0 30px 0;
}
h4 {
	font-weight: 200;
	font-size: 18px;
	line-height: 20px;
	padding: 0;
	margin-bottom: 20px;
}
ul, ol {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}
svg#logo {
	width: 100%;
	height: auto;
}
#part3 {
	padding-top: 45px;
	padding-bottom: 3vh;
}

@media(min-width:768px) {
#part3 {
	padding-top: 30px
}
}
#loading {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #e30913;
	z-index: 999999;
	display: block !important;
}
#loading img {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
}
#home {
	text-align: center;
	position: absolute;
	z-index: 10;
}
.canvas {
	position: absolute;
	height: 100%;
	width: 100%;
}
.first {
	margin: 0 10px;
}
.footer {
	width: 100% !important;
	background: none;
	z-index: 40;
}
.footer {
	text-align: center;
	line-height: 50px
}
.footer li {
	display: inline-block;
	line-height: 1
}
.footer li ul {
	text-align: center
}
.footer li ul li {
	display: inline-block;
}
.footer li p {
	padding-bottom: 0;
	margin-bottom: 0
}
.footer img {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.footer img:hover, .footer a:hover {
	opacity: 0.75
}

.h-100 {
	height: 100vh
}

/* -----------------------------------------
   MEDIA QUERIES
----------------------------------------- */


@media (max-width: 767px) {
#home {
	padding: 0 20px;
}
h3 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 20px;
}
}

@media (min-width: 992px){
.container {max-width:790px}
}

@media (min-width: 1200px){
.container {max-width:790px}
}
/* Modal */
.modal {
	font-size: 12px;
	max-width: 275px;
	left: auto;
	right: 0
}
.modal-dialog {border:15px solid black}
.modal-title {
	line-height: 2.5
}
.modal-header, .modal-content {
	border-radius: 0;
	border: none;
}
.modal-dialog {
	margin-top: 2.8vh
}
.modal-backdrop.show {
    opacity: 0;
}
.link180 img, .linksentimente img{width:100%; max-width: 100%; height: auto;}
.link180 {width:92px;}

.linksentimente {width:96px}
@media(min-width:768px){
	.link180 {width:92px;}
	.linksentimente {width:96px}
}
.link180, .linksentimente {margin: 0px auto;}
.footer li, .footer li a {display: inline-block}
.footer a:hover {text-decoration: none}
