@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

body{
	font-family: 'Varela Round', sans-serif;
}
a, a:active, a:focus{
	outline: none;
}
.scrollAnchor{
	float: left;
	width: 100%;
	margin-bottom: 160px;
}
/*preloader */
.loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #7abb8f;
    z-index: 999999999999;
}
.loader {
    height: 1px;
    background-color: #fff;
    position: absolute;
    z-index: 9999;
}

/* LOADING */
.loading{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10000;
	background-image: url("../images/blackbg.png");
	display: none;
}
.lds-dual-ring {
	position: fixed;
	left: 50%;
	margin-left: -32px;
	top: 50%;
	margin-top: -32px;
	display: inline-block;
	width: 64px;
	height: 64px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#modalFeedback{
	line-height: 28px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999999999;
	background-color: rgba(0,0,0,0.8);
	display: none;
}
#modalFeedbackBlk{
	line-height: 28px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999999999;
	background-color: rgba(0,0,0,0.8);
}
.modalFeedback{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.modalTxt{
	padding: 20px;
	border-radius: 10px;
	background-color: #00658C;
	color: #FFF;
	text-align: center;
	max-width: 300px;
	height: auto;
}
.oops{
	font-weight: bold;
	font-size: 38px;
	margin-bottom: 15px;
	width: 100%;
	float: left;
}

/* HEADER */
header{
	position: fixed;
	width: 100%;
	height: 140px;
	top: 0;
	z-index: 9999;
	background-color: rgba(255,255,255,0.9);
}
.headerActive{
	display: block;
}
logo{
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: -600px;
	width: 300px;
	height: 132px;
	background-image: url("../images/logo.png");
	background-size: contain;
	overflow: hidden;
	z-index: 1000;
}
.header{
	position: fixed;
	right: 0;
	top: 0;
	left: 0;
	height: 40px;
	margin-left: -440px;
	background-color:#2E368E;
	font-size: 16px;
	color: #FFF;
	padding-left: 60px;
	padding-top: 12px;
	z-index: 998;
}
#socialMenu{
	position: fixed;
	right: 50%;
	margin-right: -600px;
	top: 5px;
	height: 40px;
	width: 300px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	color: #FFF;
	z-index: 99999;
}
.socialFone{
	width: 200px;
	background-image: url("../images/sac.svg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 34px;
	padding-left: 46px;
	padding-top: 17px;
	margin-top: -10px;
	font-size: 14px;
}
.facebook, .instagram, .whatsapp{
	width: 30px;
	height: 30px;
}
.facebook{
	background-image: url("../images/facebook.svg");
	background-size: cover;
}
.instagram{
	background-image: url("../images/instagram.svg");
	background-size: cover;
}
.whatsapp{
	background-image: url("../images/whatsapp.svg");
	background-size: cover;
}
#language_esp{
	width: 24px;
	height: 24px;
	overflow: hidden;
	border-radius: 12px;
	color: #009c87;
	margin-top: 3px;
	background-image: url("../images/esp.svg");
	background-size: 24px;
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 24px;
	cursor: pointer;
}
#language_eng{
	width: 24px;
	height: 24px;
	overflow: hidden;
	border-radius: 12px;
	color: #009c87;
	margin-top: 3px;
	background-image: url("../images/eng.svg");
	background-size: 24px;
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 24px;
	cursor: pointer;
}
#language_br{
	width: 24px;
	height: 24px;
	overflow: hidden;
	border-radius: 12px;
	color: #009c87;
	margin-top: 3px;
	background-image: url("../images/pt.svg");
	background-size: 24px;
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 24px;
	cursor: pointer;
}
.language{
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-align: center;
	padding-top: 5px;
	cursor: pointer;
	border-radius: 12px;
	color: #009c87;
	background-color: #FFF;
	background-size: 24px;
	background-position: top;
	background-repeat: no-repeat;
}
.ptbr{
	background-image: url("../images/pt.svg");
}
.esp{
	background-image: url("../images/esp.svg");
}
.eng{
	background-image: url("../images/eng.svg");
}
.hidden{
	display: none;
}
#menu{
	position: fixed;
	top: 66px;
	right: 50%;
	margin-right: -600px;
	width: 520px;
	height: auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	font-weight: 600;
}
.menuItem{
	color: #454343;
}
.menuActive{
	border-bottom: 2px solid #CDB34E;
}
.menuHide{
	
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
#menu a:link, #menu a:visited{
	color: #454343;
	text-decoration: none;
	transition: 0.1s;
}
#menu a:hover{
	color: #CDB34E;
	border-bottom: 2px solid #CDB34E;
}
#produtosMenu{
	cursor: pointer;
}
#subMenu{
	position: fixed;
	background-color: rgba(60,60,60,0.9);
	padding: 10px;
	top: 100px;
	left: 50%;
	margin-left: 165px;
	width: 230px;
	height: 200px;
	font-size: 18px;
}
.submenu{
	display: none;
}
.subMenuActive{
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}
.submenuItem a:link, .submenuItem a:visited{
	color: #FFF;
	padding: 10px;
	text-align: center;
	align-self: center;
}
.submenuItem a:hover{
	color: #CDB34E;
	padding: 10px;
}
.subMenuItemActive{
	background-color: #2E368E;
	padding: 10px;
}

/* MAIN BLOCK */
#main{
	height: auto;
	width: 100%;
	margin: 0 auto;
	padding-top: 140px;
}
.main{
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
}
.paw{
	width: 100%;
	margin-top: 30px;
	background-image: url("../images/bullet.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 150px 150px;
	height: 150px;
}
.titulo{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 28px;
	color: #2E3690;
	width: 100%;
	font-weight: 600;
}
.subtitulo, .subtituloMobile{
	text-align: justify;
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 24px;
	color: #231F20;
	width: 100%;
}
.subtituloMobile{
	display: none;
}
#newsletter{
	background-color: #67C9F1;
	width: 100%;
	padding: 20px 0;
	margin-top: 40px;
}
#newsletterform{
	width: 600px;
	margin: 0 auto;
	margin-bottom: 10px;
	overflow: hidden;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
#newsletterform input{
	margin: 0 5px;
}

#compromisso{
	width: 100%;
	overflow: hidden;
}
.compromissos{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.compromissos a{
	color: #000;
}
.compromisso{
	width: 150px;
	padding-top: 170px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	background-size: 150px 150px;
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 60px;
}
.comp-motores{
	background-image: url("../images/motores.jpg");
}
.comp-geradores{
	background-image: url("../images/geradores.jpg");
}
.comp-transformadores{
	background-image: url("../images/transformadores.jpg");
}
.comp-campo{
	background-image: url("../images/campo.jpg");
}
.comp-hidreletricas{
	background-image: url("../images/hidreletricas.jpg");
}
.privacidade p{
	line-height: 24px;
	margin-bottom: 20px;
	text-align: justify;
}
.privacidade a:link, .privacidade a:visited{
	color: #333;
	text-decoration: none;
	font-weight: 800;
}


input[type="text"], input[type="email"], input[type="file"]{
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #F1F1F2;
	float: left;
	border-radius: 5px;
	border: 1px solid #F1F1F2;
}

input[type="submit"]{
	width: 120px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #F1F1F2;
	float: left;
	border-radius: 5px;
	border: 1px solid #F1F1F2;
}
textarea{
	width: 100%;
	height: 300px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #F1F1F2;
	float: left;
	border-radius: 5px;
	border: 1px solid #F1F1F2;
}

footer{
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	padding: 30px 0 30px 0;
	color: #FFF;
	text-align: center;
	background-color: #CDB34E;
}
.footerMenu{
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}
.footerMenu a:link, .footerMenu a:visited{
	color: #FFF;
}
.footerMenu a:hover{
	color:#000;
}
.sac{
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin-bottom: 5px;
}
.endereco{
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	color: #FFF;
}

/* MOBILE */
#mobileOpen{
	position: fixed;
	top: 60px;
	left: 50%;
	margin-left: -350px;
	width: 25px;
	height: 25px;
	background-image: url("../images/mobilemenu.svg");
	background-size: contain;
	display: none;
}
#mobileVertical{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	z-index: 999999;
	display: none;
	background-image: url("../images/mobile-rotate.gif");
	background-repeat: no-repeat;
	background-position: center;
}
#mobileMenuContainer{
	background-image: url("../images/blackbg.png");
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
#mobileMenuBlk{
	position: fixed;
	top: 20px;
	bottom: 20px;
	right: 20px;
	left: 20px;
	display: flex;
	flex-flow:  column nowrap;
	justify-content: space-around;
}
#mobileMenuClose{
	width: 30%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url("../images/menuclose.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px auto;
}
.mobileMenuLogo{
	background-image: url("../images/logofooter.png");
	width: 60px;
	height: 40px;
	background-size: cover;
	margin: 0 auto;
}
a.mobileMenu:link, a.mobileMenu:visited{
	padding: 5px 0 5px 0;
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 5px;
	border-radius: 5px;
	color: #FFF;
}
a.mobileMenu:hover{
	background-color: #CDB34E;
}
.mobileMenuTopic{
	width: 100%;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	background-color: #2E3690;
	padding: 5px 0;
	margin-top: 30px;
}
a.mobileMenuProduto:link, a.mobileMenuProduto:visited{
	padding: 5px 0 5px 0;
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 5px;
	border-radius: 5px;
	color: #FFF;
}
a.mobileMenuProduto:hover{
	background-color: #CDB34E;
}


/* LANDSCAPE */
@media (max-width: 1300px){
	logo{
		margin-left: -500px;
	}
	.headerLeft{
		margin-right: 500px;
	}
	.headerRight{
		margin-left: -340px;
	}
	#socialMenu{
		margin-right: -500px;
	}
	#menu{
		margin-right: -500px;
	}
	.main{
		width: 1000px;
	}
	#subMenu{
		margin-left: -500px;
	}
}

@media (max-width: 1100px){
	logo{
		margin-left: -400px;
	}
	.headerLeft{
		margin-right: 400px;
	}
	.headerRight{
		margin-left: -240px;
	}
	#socialMenu{
		margin-right: -400px;
	}
	#menu{
		margin-right: -400px;
		width: 450px;
		font-size: 14px;
	}
	.main{
		width: 800px;
	}
	.menuHide{
		display: none;
	}
	#subMenu{
		margin-left: -400px;
	}
}

@media (max-width: 900px){
	logo{
		margin-left: -300px;
	}
	#menu, .headerLeft, .headerRight{
		display: none;
	}
	#socialMenu{
		margin-right: -350px;
	}
	#mobileOpen{
		display: block;
	}
	.main{
		width: 700px;
	}
	#subMenu{
		display: none;
	}
}
@media (max-width: 800px){
	logo{
		margin-left: -250px;
	}
	#socialMenu{
		margin-right: -300px;
	}
	#mobileOpen{
		margin-left: -300px;
	}
	.main{
		width: 600px;
	}
	.compromisso{
		width: 120px;
		padding-top: 150px;
		background-size: 120px 120px;
	}
}
@media (max-width: 700px){
	logo{
		margin-left: -210px;
	}
	#socialMenu{
		margin-right: -250px;
		width: 500px;
	}
	#mobileOpen{
		margin-left: -250px;
	}
	.main{
		width: 500px;
	}
	#newsletterform{
		width: 500px;
	}
	.subtitulo{
		display: none;
	}
	.subtituloMobile{
		display: block;
	}
}
@media (max-width: 600px){
	logo{
		margin-left: -160px;
	}
	#socialMenu{
		margin-right: -200px;
		width: 400px;
	}
	#mobileOpen{
		margin-left: -200px;
	}
	.main{
		width: 400px;
	}
	.compromissos{
		flex-flow: row wrap;
	}
	.compromisso{
		width: 150px;
		padding-top: 160px;
		background-size: 150px 150px;
		margin-bottom: 20px;
	}
	#newsletterform{
		width: 400px;
	}
}
@media (max-width: 500px){
	logo{
		width: 260px;
		height: 110px;
		margin-left: -110px;
		top: 16px;
	}
	#socialMenu{
		margin-right: -150px;
		width: 300px;
	}
	#mobileOpen{
		margin-left: -150px;
	}
	.main{
		width: 300px;
	}
	.compromisso{
		width: 120px;
		padding-top: 130px;
		background-size: 120px 120px;
		font-size: 14px;
	}
	#newsletterform{
		width: 300px;
	}
	.paw{
		margin-top: 20px;
		background-size: 30px 30px;
		height: 30px;
	}
	.titulo{
		margin-top: 20px;
		font-size: 24px;
	}
	.subtituloMobile{
		font-size: 16px;
	}
	.produto{
		height: 400px;
	}
	footer{
		margin-top: 0px;
		padding: 80px 0 30px 0;
		background-size: 80px 60px;
		font-size: 12px;
	}
	.footerMenu{
		font-size: 16px;
		margin-bottom: 10px;
	}
}