body {
    font-family: 'Roboto', sans-serif;
    overflow-y:scroll;
}
h1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color:#5c91cc;
	margin-left:15px;
    padding-top:5px;
}
span.green {
    color:#aaad5e;
}
span.orange {
    color:#d09045;
}
span.red {
    color:#b45634;
}
span.blue {
    color:#4e81b8;
}
span.yellow {
    color:#fdc939;
}
span.grey {
    color:#999;
}
h2 {
    font-size:20px;
    font-weight: 400;
	color:#5c91cc;
	margin-top:20px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #5c91cc;
}
h3 {
	margin-top:30px;
	font-size: 43px;
    font-weight: 300;
    line-height: 50px;
    color:#5c91cc;
}
h4 {
    margin-top: 40px;
    font-size:22px;
    font-style: italic;
    line-height: 38px;
    font-weight: 400;
    color: #0055b8;
    text-align: center;
}
h5 {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color:#999;
    text-align: center;
    margin-bottom: 30px;
}
h6 {
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    color:white;
}
.container {
    padding:30px 50px 30px 50px;
}
.company p {
    color:#5c91cc;
	font-size:13px;
	line-height:17px;
	margin-bottom:50px;
}
.header {
    height: 220px;
    background: url(/images/fo/header.svg) no-repeat;
    background-position:left top;
    background-size: 100%;
}
.company-logo {
    width:270px;
}
.img-company {
	margin-left:auto;
	margin-right:0;
	width:87%;
	margin-top:55px;
	margin-bottom:50px;
}
.user {
    display: block;
    text-align: right; 
}
.user img {
    width: 60px;
}
.footer {
    position: relative;
    height: 220px;
    background: url(/images/fo/footer.svg) no-repeat;
    background-position:left bottom;
    background-size: 100%;
    text-align: right;
}
.copyright {
    position: absolute;
    bottom: 40px;
    right: 50px;
}
.footer h6 {
    display: inline-block;    
}
.footer img {
    width: 25px;
    margin-left: 10px;
}
nav {
    width: auto;
    padding:30px 0px 0px 50px;
    text-align: right;
    position: relative;
}
nav > ul {
    display:inline-block;
    text-align: right;
    padding: 0;
    padding-top:10px;
    border-top: 1px solid #5C91CC;;
}
nav > ul > li {
    display: inline-block;
    list-style: none;
    margin: 0px 35px;
}
nav > ul > li:first-child {
    margin-left: 0px;
}
nav > ul > li:last-child {
    margin-right: 0px;
}
nav > ul > li > a {
    text-decoration: none;
    text-transform: capitalize;
    color:#5C91CC;
    padding-top: 40px;
}
nav > ul > li > a:hover {
    background: url(/images/fo/menu-circle.svg) no-repeat;
    background-position: top;
    background-size: 25px;
}
.sub-menu-warper {
    position: absolute;
    top: 170px;
    right: 100px;
    z-index: 1000;
    width: 590px;
    height: 110px;
    padding: 15px 0px;
    background-color:transparent;
    text-align: center;
    display:none;
}
.sub-menu-warper p {
    color: white;
    font-size: 13px;
    line-height: 13px;
    margin:42% 0%;
}
.ball {
    position: absolute;
    border-radius: 50%;
	width: 90px;
	height: 90px;
    left: 340px;
    opacity: 0.9;
}
.ball.green {
    background: url(/images/fo/agricola.svg) no-repeat;
    background-position: center;
    background-size: 135px;
}
.ball.orange {
    background: url(/images/fo/construcao.svg) no-repeat;
    background-position: center;
    background-size: 135px;
}
.ball.red {
    background: url(/images/fo/domestico.svg) no-repeat;
    background-position: center;
    background-size: 135px;
}
.ball.blue {
    background: url(/images/fo/industrial.svg) no-repeat;
    background-position: center;
    background-size: 135px;
}
.ball.yellow {
    background: url(/images/fo/alternativas.svg) no-repeat;
    background-position: center;
    background-size: 135px;
}
.ball.grey {
    background: url(/images/fo/offshore.svg) no-repeat;
    background-position: center;
    background-size: 135px;
}
ul.products-category {
	margin:0;
	padding:0;
	list-style:none;
	margin-top:50px;
}
ul.products-category li {
	display:inline-block;
	width:calc(100% / 3);
	margin-right:-3px;
	padding:15px;
	list-style:none;
	vertical-align:top;
	margin-bottom:30px;
	
}
ul.products-category {
	color:#5c91cc;
	font-weight:300;
}
.product-segment, .product-segment span {
	font-family:'Roboto Condensed';
	display:block;
	font-weight:400;
	font-size:16px;
	color:#4e81b8;
}
.product-segment span {
	border-top:1px solid #4e81b8;
	font-size:14px;
	font-weight:300;
	margin-top:5px;
	padding-top:5px;
	text-transform:uppercase;
}
.products-category img {
	display:block;
	margin:35px auto;
	max-width:250px;
}
ul.products-category li > p {
	font-family: 'Roboto';
	color:#999;
	line-height:17px;
	font-size:12px;
	letter-spacing:.5px;
}
.bottom-navigation {
	width:190px;	
	margin:auto;
	text-align:center;
	margin-bottom:80px;
	margin-top:50px;
}
.bottom-ball {
	float:left;
    border-radius: 50%;
	width: 90px;
	height: 90px;
    opacity: 0.9;
}
.bottom-ball p {
    color: white;
    font-size: 13px;
    line-height: 13px;
    margin:42% 0%;
}	
.bottom-ball-green {
    background: url(/images/fo/agricola.svg) no-repeat;
    background-position: center;
    background-size: 135px;
}
.bottom-ball-orange {
    background: url(/images/fo/construcao.svg) no-repeat;
    background-position: center;
    background-size: 135px;
}
.bottom-ball-red {
    background: url(/images/fo/domestico.svg) no-repeat;
    background-position: center;
    background-size: 135px;
}
.bottom-ball-blue {
    background: url(/images/fo/industrial.svg) no-repeat;
    background-position: center;
    background-size: 135px;
}
.bottom-ball-yellow {
    background: url(/images/fo/alternativas.svg) no-repeat;
    background-position: center;
    background-size: 135px;
}
.bottom-ball-grey {
    background: url(/images/fo/offshore.svg) no-repeat;
    background-position: center;
    background-size: 135px;
}
	
.arrow-left, .arrow-right {
	float:left;
	width:50px;
	height:90px;
	padding-top:30px;
}
.arrow-left a, .arrow-right a {
	text-decoration:none;
	font-size:36px;
	line-height:36px;
	padding:10px;
}
.arrow-left.green a , .arrow-right.green a {
	color:#aaad5e;
}
.arrow-left.orange a , .arrow-right.orange a {
	color:#d09045;
}
.arrow-left.red a , .arrow-right.red a {
	color:#b45634;
}
.arrow-left.blue a , .arrow-right.blue a {
	color:#4e81b8;
}
.arrow-left.yellow a , .arrow-right.yellow a {
	color:#fdc939;
}
.arrow-left.grey a , .arrow-right.grey a {
	color:#999;
}
.contacts p {
    margin-top: 30px;
    color:#5c91cc;
    font-size: 15px;
    line-height: 22px;   
}
.contacts span {
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;   
}
.google-map {
    height: 215px;
    width: 215px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 48px;
}
.form-field {
    background-color: #dfeaf7;
    border: none;
    margin-bottom: 20px;
}
.form-area {
    background-color: #dfeaf7;
    border: none;
    margin-bottom: 20px;
}
.form-label {
    color:#5c91cc;
    padding-top: 7px;
    padding-bottom: 7px;
}
.form-btn {
    border-radius: 50%;
	width: 70px;
	height: 70px; 
    background-color:#5c91cc;
}

.onoffswitch {
    position: absolute;
    right: 90px;
    top: 18px;
    width: 60px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;  
}
.onoffswitch-checkbox {
    display:none;
}

.onoffswitch-label {
    display: block; 
    overflow: hidden; 
    cursor: pointer;
    border-radius: 12px;
}
.onoffswitch-inner {
    display: block; 
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; 
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; 
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; 
    float: left; 
    width: 50%; 
    height: 25px; 
    line-height: 21px;
    margin-top:0px;
    font-size: 13px;
    padding-top: 3px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "PT";
    padding-left: 10px;
    vertical-align: middle;
    background-color: #0055B8; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "EN";
    padding-right: 10px;
    background-color: #5C92D1; color: #FFFFFF;
    vertical-align: middle;
    text-align: right;
}

/*Botao dentro da box*/
.onoffswitch-switch {
    display: block; 
    width: 5px; 
    border-radius: 12px;
    background: white;
    border: 4px solid white;
    margin-top:6px;
    margin-right:10px;
    /*margin: 10px;*/
    position: absolute; 
    top: 3px; 
    /*bottom: 0px;*/
    right: 30px;    
    -moz-transition: all 0.3s ease-in 0s; 
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; 
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}


@media (max-width: 1250px) {
	
.container {
    padding:20px;
}
.footer {
    height: 200px;
}
.copyright {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

}


@media (max-width: 1024px) {

.company-logo {
    width:220px;
}
nav > ul > li {
    margin: 0px 15px;
}
nav > ul > li > a {
	font-size:15px;
}	
.footer {
    height: 150px;
}

}
@media (max-width: 768px) {

.header {
    background-position:left top;
    background-size: 130%;
}
ul.products-category li {
	width:calc(100% / 2);
}
nav > ul > li {
    margin: 0px 10px;
}
nav > ul > li > a {
	font-size:14px;
}
.footer {
    height: 110px;
}

}

@media (max-width: 568px) {
    
h3 {
	margin-top:30px;
	font-size: 26px;
    font-weight: 300;
    line-height: 35px;
    color:#5c91cc;
}
.header {
    background-position:left top;
    background-size: 150%;
    height: 120px;
}
.company-logo {
    width:190px;
	margin-bottom:20px;
}
.img-company {
	width:100%;
}
.company p {
	margin-bottom:20px;
}
ul.products-category li {
	width:calc(100% / 1);
}
.bottom-navigation {
	margin-top:0px;
	margin-bottom:75px;
}
.footer {
    background-size: 110%;
    background-position:right bottom;
}     
    
}

@media (max-width: 480px) {
    
.company-logo {
    width:160px;
} 
    
}

@media (max-width: 320px) {
    
.header {
    background-size: 260%;
}
.company-logo {
    width:190px;
}
.footer {
    background-size: 180%;
    background-position:right bottom;
}     
    
}
		
