*{
	padding: 0;
	margin: 0;
}

@font-face{
    font-family: arialJacome;
    src: url('fonts/ARLRDBD.TTF');
}

html,body{
	font-family: arialJacome;
	height: 100%;
	width: 100%;
}

#main, #mainPages{
	height: 100%;
	width: 100%;
}

#headerJacome{
	height: 150px;
	z-index: 900;
}

#boxCentral{
	background-color: rgba(0, 0, 0, 0.68);
	padding-bottom: 1em;
	padding-top: 1em;
	position: relative;
}

#boxCentral a{
	color: white;
	text-shadow: 1px 1px 4px rgb(113, 0, 0);
}

#boxCentral a:hover{
	color: #EE3236;
	text-decoration: none;
	text-shadow: none;
}

#menu{
	background-color: transparent !important;
	border: none !important;
	color: white;
	top: 1em;
}

#menuBox li a{
	color: white;
}

#menuBox li a:hover{
	text-decoration: underline;
}

#containerHeader{
	background: url('../images/shjacomeBg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
    color: white;
	height: 80%;
	margin: 0;
    overflow: hidden;
    text-align: center;
	width: 100%;
    z-index: -1;
}

#contentJacome{
	padding-bottom: 3em;
	padding-top: 3em;
}

.boxContentJacome{
	background-color: rgb(175, 47, 47);
	border: inset 2px red;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: white;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

#parceirosJacome{
	height: 20%;
	border-bottom: 5px double #EE3236;
}

.owl-carousel .owl-stage-outer{
	top: 1em !important;
}

.figureParceiros img{
	margin: auto;
	width: initial !important;
}

#footerJacome{
	background-color: rgba(0, 0, 0, 0.95);
	padding-bottom: 2.5em;
	padding-top: 2.5em;
}

.secondMsg{
	display: block;
}

.rodapeLetter{
	color: white;
	font-size: 150%;
}

/*=========== Parceiros Animação ==========*/

.figureParceiros {
	margin: auto;
	text-align: center;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-name: parceirosAnimate;
    animation-name: parceirosAnimate;
}

#parceirosTitle{
	font-size: 160%;
	position: relative;
	top: 0.3em;
}

#desenvolvidoWorkode{
	background-color: black;
	color: white;
	font-size: 110%;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	width: 100%;
}

.boxInfoContato{
	padding-top: 2em !important;
}

#infoContato{
	color: white;
}

#infoContato ul{
	list-style-type: none
}

#telJacome{
	padding-bottom: 0.5em;
	position: relative;
	right: 0.3em;
}

#infoContato ul li img{
	position: relative;
	right: 0.5em;
}

/*========== PAGES ==========*/

#boxHeaderJacome{
	background-image: url('../images/bgHeader.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0;
}

#contentPage{
	background-image: url('../images/bgPage.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100%;
	width: 100%;
}

@keyframes scrollAnimate {
    from {position: relative;}
    to {position: relative;top: 2px;}
}

#casaSecaParceiro{
	position: relative;
	top: 12px;
}

.liJacome{
	padding-bottom: 0.5em;
	position: relative;
}

#metalParceiro{
	position: relative;
	top: 4px;
}

#contentJacomePage{
	padding-bottom: 3em;
	padding-top: 3em;
}

#contentJac{
	background-color: rgba(255, 255, 255, 0.9);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 3em;
	padding-left: 3em;
	padding-right: 3em;
	padding-top: 3em;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.spanContent{
	display: block;
}

#formJacome{
	padding-top: 1em;
}

#composicaoEmpresa{
	padding-bottom: 1em;
	padding-top: 1em;
}

#composicaoEmpresa img{
	width: 100%;
}

.servicoBannerJacome{
	padding-bottom: 1em;
}

.servicoBannerJacome img{
	box-shadow: 5px 5px 5px #888888;
}

#emailFooter{
	color: #EE3236 !important;
}

#goiasParceiros{
	position: relative;
	top: 12px;
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: black;
}