

* {
	margin: 0;
	padding: 0;
}


a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}







li {
	list-style-type: none;
}

img {
	height: auto;
	display: block;
}

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Raleway', sans-serif!important;
	background-color: rgb(37,37,37)!important;
}

.info {
	width: 1170px;
	left: 50%;
	margin-left: -585px;
	position: relative;
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
}

.info-bar {
	width: 100%;
	height: 44px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: rgb(17,17,17);
}

.info-bar .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.info-bar .info ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-right: 50px;
	position: relative;

}


.info-bar .info ul .info-bar-text {
	margin-left: 8px;
	color: rgb(99,99,99);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 12px;
}



.navbar {
	background-color: rgb(37,37,37);
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 112px;
		-webkit-transition: .25s;
		transition: .25s;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}

.caixamenu2
{
	display:none;
}





.navbar .info {
	position: relative;
	height: 100%;
}

.logo-wrapper {
	width: 388px;
	height: 66px;
	position: relative;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.logo-wrapper img {
	max-width: 100%;
}



.products-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 440px;
	height: 30px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: rgb(70,70,70);
}

.products-nav li {
	padding: 0px 21px;
}


.products-nav li a {
	font-weight: 700;
	color: rgb(112,112,112);
	font-size: 13px;
}

.products-nav li a:hover{
	color: white;
}


.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 0;
	top: 55%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.nav li {
	padding: 0 22px;
}


.nav li a {
	font-weight: 700;
	color: rgb(112,112,112);
	font-size: 13px;
}

.nav li a:hover{
	color: white;
}



.header-hr-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#header-hr-left  {
	width: 50%;
	height: 5px;
	border: none;
	color: white;
	background-color: white;
}

#header-hr-right  {
	width: 50%;
	height: 5px;
	border: none;
	color: white;
	background-color: white;
	opacity: .3;
}


.nivo-html-caption {
	position: absolute;
	left: 350px;
	color: white;
	-webkit-transition: .3s;
	transition: .3s;
}

#caption-title {
	font-size: 48px;
}

#caption-title2 {
	font-size: 25px;
}

#caption-text1 {
	font-size: 16px;
}


#ver-mais-btn {
	padding: 5px 8px;
	border: 1px solid white;
	font-weight: 700;
	font-size:12px;
}


#ver-mais-btn:hover {
	background-color: white;
	color: black;
	-webkit-transition: .25s;
	transition: .25s;
}


.footer {
	width: 100%;
	position: relative;
}

.contact-us-div {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	background-color: rgb(71,71,71);
	height: 120px;
}

#contact-us-div-text {
	font-size: 16px;
	color: white;
}

#contact-us-div-text2 {
	font-size: 12px;
	color: white;
}

.contact-us-btn-wrapper {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}


#contact-us-btn {
	padding: 10px 15px;
	background-color: rgb(37,37,37);
	border-radius: 3px;
	color: white;
	font-size: 12px;
	font-weight: 700;
}


#contact-us-btn:hover {
	background-color: white;
	color: rgb(37,37,37);
	-webkit-transition: .25s;
	transition: .25s;
	font-weight: 700;
}

.direitos {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	background-color: rgb(17,17,17);
	height: 80px;
}

#direitos-text {
	font-size: 12px;
	color: rgb(59,59,59);
}


.direitos-text2 {
	position: absolute;
	right: 0;
	width: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.direitos-text2 .group-fix {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#align-fix {
	margin-right: 6px;
	font-size: 12px;
	color: rgb(59,59,59);
}


#map {
	margin-top: 156px;
}


.container {
	position: relative;
	width: 100%;
	margin-top: 156px;
}


.content-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-top: 156px;
	background-color: rgb(37,37,37);
}


.content-left-wrapper {
	width: 50%;
	position: relative;
}

.content-right-wrapper {
	width: 50%;
	position: relative;
	background-color: rgb(37,37,37);
}

.content-right {
	position: relative;
	height: auto;
	padding-top: 75px;
	padding-left: 75px;
	padding-right: 75px;
}

#content-right-title {
	font-size: 30px;
	color: white;
	font-weight: 700;
	line-height: 22px;
}

#content-right-slogan {
	font-size: 25px;
	font-weight: 300;
	color: white;
	line-height: 22px;
}


#about-us-hr {
	margin: 33px 0px;
	width: 70px;
	height: 3px;
	border: none;
	color: #999;
	background-color: #999;
}

#content-right-text {
	font-size: 13px;
	color: #999;
	line-height: 21px;
}
	
	
.content-wrapper-products {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background-color: rgb(37,37,37);
}	
	

.content-right-products {
	position: relative;
	height: auto;
	padding-top: 40px;
	padding-left: 75px;
	padding-bottom: 60px;
}

#hifen-style {
	color: rgb(229,73,58);
	font-size: 30px;
	margin-top: -5px ;
	margin-right: 25px;
}	
	
.content-right-text2 {
	font-size: 13px;
	color: rgb(149,149,149);
	padding-bottom: 40px;
}

.content-right-text2 li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 35px;
}

#more-info-btn {
	padding: 10px 20px;
	background-color: rgb(141,198,63);
	color: white;
	font-weight: bold;
	border-radius: 5px;
	letter-spacing: 1px;
	-webkit-transition: .25s;
	transition: .25s;
	font-size:12px;
}

#more-info-btn:hover {
	background-color: white;
	color: rgb(37,37,37);
}


.contactos-wrapper {
	width: 100%;
	height: auto;
	margin-top: -4px;
	position: relative;
	display: inline-block;
	background: #1b1b1b;
}

.contactos-info {
	width: 80%;
	position: relative;
	padding-top: 50px;
	display: inline-block;
	padding-bottom: 50px;
}

.caixa_texto
{
	padding:10px; background:#FFF; border-radius:5px; width:90%; border:0; margin-bottom:10px;
}

#contactos-info-title {
	color: white;
	font-size: 24px;
	font-weight: 700;
}

.contactos-info-row1 {
	padding-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 55px;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}


.contactos-info-row2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 55px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 2px solid rgb(37,37,37);
}

.contactos-info-row3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	height: 55px;
	align-items: center;
	border-bottom: 2px solid rgb(37,37,37);
}


.adress, .phone, .email {
	color: rgb(99,99,99);
	font-size: 14px;
	width: 25%;
	text-align: left;
}

.adress-text, .phone-text, .email-text {
	color: rgb(149,149,149);
	font-size: 14px;
	width: 75%;
}

.footer-logo {
	width: 50%;
	right: 0;
	position: absolute;
	display: inline-block;
	top:20%;
}

.footer-logo img {
	position: absolute;
	right: 0;
	top: 20px;
}

.contact-us-div-text-wrapper {
	position: relative;
}


@media all and (max-width: 600px) {
	
	
	
	
	.logo-wrapper {
		height: auto;
		width: 75%;
	}
	
	#contact-us-div-text {
		font-size: 14px;
		width: 100%;
	}
	
	#contact-us-div-text2 {
		font-size: 11px;
		width: 100%
	}
	
	.contact-us-div-text-wrapper {
		padding-top: 7%;
	}
	
	
	
	.contact-us-div {
		display: block;
		min-height: 140px;
	}
	
	#direitos-text {
		width: 100%;
		font-size: 11px;
	}
	
	.direitos-text2 {
		position: relative;
		width: 100%;
		top: 0;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		margin-top: 7px;
	}
	
	.contact-us-btn-wrapper {
		top: 0!important;
		left: 0!important;
		-webkit-transform: translateY(0%);
		        transform: translateY(0%);
		margin-top: 18px;
		position: relative;
	}
	
	
	.group-fix {
		position: relative!important;
		top: 0!important;
		-webkit-transform: translateY(0%)!important;
		transform: translateY(0%)!important;
	}
	
}


@media all and (max-width: 500px) {
	.products-nav li {
		width: 100%!important;
		padding: 4px 0px!important;
	}

	.products-nav {
		display: block;
		height: auto!important;
	}
	
	.info-bar {
		display: none;
	}
	
	.content-right-text2 {
		font-size: 10px;
	}
	
	
	
	
}



@media all and (max-width: 960px) {
	
	



	
	
	
	.header {
		position: relative;
	}
	
	.navbar {
		height: auto!important;
	}
	
	.logo-wrapper {
		position: relative;
		top: 0;
		transform: translateY(0);
		margin: 15px 0px;
	}
	
	.products-nav {
		position: relative;
	}
	
	.nav {
		display: none;
	}
	
.caixamenu2
{
	display:block;
	position:absolute;
	width:100%;
	top:0;
	z-index:99999;
}		
	
	
	.products-nav {
		width: 100%;
	}
	
	.products-nav li {
		width: 25%;
		text-align: center;
	}
	
	.footer-logo {
		display: none;
	}	
	
	.contactos-info {
		width: 100%;
	}
	
	#map {
		margin-top: 0px;
	}


	.container {
		margin-top: 0px;
	}


	.content-wrapper {
		margin-top: 0px;
	}
	
	
}


@media all and (max-width: 1024px) {
	.content-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}	
	
	.content-right-wrapper {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;	
		width: 80%!important;
		margin-left: 10%;
	}
	
	.content-left-wrapper {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;	
		width: 100%!important;
	}
	
	.content-right {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	
	
	
	.content-wrapper-products {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}	
	
	.content-right-products {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	
	
	
}


@media all and (max-width: 1250px) {
	
	.info {
		width: 90%;
		left: 5%;
		margin-left: 0;
	}
	
}





@media all and (max-width: 1466px) {
	
	.content-left-wrapper {
		width: 45%;
	}
	
	.content-right-wrapper {
		width: 55%;
	}
	
	.content-right {
		padding: 35px;
	}
	
	#content-right-slogan {
		font-size: 23px;
	}
	
	#about-us-hr {
		margin: 22px 0px;
	}
	
	#content-right-text {
		font-size: 12px;
	}
}