.Header {
	padding: 10px 0 2px 0;
}

.MenuArea {
	border-bottom: 3px solid #FF0004;
}

.LogoTop {
	width: 285px;
}

.Slider1 {
	margin-bottom: 35px;
	width: 100%
}

.LineDivider {
	width: 100%; height:6px; background-color:#000; margin-top:26px; margin-bottom: 5px;
}

.LineDivider2 {
	width: 100%; height:6px; background-color:#000; margin-top:26px; margin-bottom: 15px;
}

.LineDivider3 {
	width: 100%; height:6px; background-color:#000; margin-top:26px; margin-bottom: 5px;
}

.SlotBga {
	width: 100%;
}

.EmpresasLogo {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 23px 0 15px 0;
	width: 100%;
}

.EmpresasMais {
	position: relative;
	background-color:#d71f26;
	padding:6px 12px 6px 12px;
	margin-bottom: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 300;
	float: right;
}

.EmpresasMais:hover {
	text-decoration: none;
	color:#fff;
	background-color:#a00a10;
}

.EmpresasMais a {
	text-decoration: none;
	color:#fff;
}

.EmpresasMais a:hover {
	text-decoration: none;
	color:#fff;
	background-color:#a00a10;
}

.FontLink1 {
	font-weight: 500 !important;
}

.CaixaMenu {
	margin-right: 10px;
	float:right;
	color:#333;
} 

.item_carousel1 {
	width:250px;
	margin-left:auto;
	margin-right:auto;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.SocialTop {
	float:right;
	font-size:23px;
}

.SocialTop a {
	color:#525252; 
}

.SocialTop a:hover {
	color:#6e6e6e; 
}

.SocialTop i {
	margin-right: 3px;
}

.SocialFooter {
	float:right;
	font-size:25px;
}

.SocialFooter a {
	color:#525252; 
}

.SocialFooter a:hover {
	color:#6e6e6e; 
}

.SocialFooter i {
	margin-right: 3px;
}

.RoundBorder {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


#footer {
	border-top: 1px solid #333;
	padding-top: 10px;
	margin-top: 15
}
	
#footer2 {
	background-color:#f50000;
	color:#fff;
	text-align: center;
	font-size: 12px;
	padding: 7px 0 7px 0;
	margin-top: 15px;
}

.backtop {
    color: #fff;
    padding: 5px 5px;
    font-size: 22px;
    overflow: hidden;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 30px;
    background-color: #FF0004;
    text-align: center;
    position: absolute;
    bottom: -8px;
    right: 15px;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -ms-transition: 500ms;
    transition: 500ms;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transform : translateZ(0);
}
	
.backtop a {color:#FFF; text-decoration:none;}
.backtop a:hover {color:#FFF; text-decoration:none;}
.backtop:hover {color: #ccc; background: #970002;}

.backtop:after {
    /*pointer-events     : none;*/
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
}

.backtop:before {
    font-family: 'FontAwesome';
    speak: none;
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.backtop:hover::before {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

.MenuFooter{
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}

.MenuFooter a{
	padding: 3px 6px 3px 6px;
	color:#333;
}

.NossaEmpresaPic1 {
	float: left;
	width: 258px;
	margin: 6px 8px 8px 0px;
}

.NossaEmpresaPic2 {
	float: right;
	width: 268px;
	margin: 2px 0px 8px 8px;
}

.PortoLimpoPic {
	float: left;
	width: 364px;
	margin: 8px 8px 8px 0px;
}

.VideoYT {
	float: left;
	width: 450px;
	height: 254px;
	margin: 8px 8px 8px 0px;
}

@media (max-width: 768px) {
	.LogoTop {
		width: 285px;
		margin: 4px auto 6px auto;
	}
	.CaixaMenu {
	margin-right: 10px;
	float:none;
	}
}

