@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.ttf?qxglzd') format('truetype'), url('fonts/icomoon.woff?qxglzd') format('woff'), url('fonts/icomoon.svg?qxglzd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body, div, span, h1, h2, h3, p, a, img, ul, li, form, label, footer, header, menu, nav, section {

	margin: 0;

	padding: 0;

	border: 0;

}



a { text-decoration: none; }



ul { list-style: none; }



input, textarea, select {

	margin: 0;

	outline: none;

	border: none;



	font-family: 'Open Sans', 'Helvetica', Helvetica, Arial, sans-serif;

	font-weight: 300;

}



[required]{ box-shadow: none; }



*, *:before, *:after {

    -webkit-box-sizing: border-box;

       -moz-box-sizing: border-box;

       -ms-box-sizing: border-box;

       -0-box-sizing: border-box;

            box-sizing: border-box;

}



/* Library */

.t02 {

	-webkit-transition: all .2s ease-in-out;

	-moz-transition: all .2s ease-in-out;

	-o-transition: all .2s ease-in-out;

	-ms-transition: all .2s ease-in-out;

	transition: all .2s ease-in-out;

}



.t08 {

	-webkit-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);

	-moz-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);

	-o-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);

	-ms-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);

	transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);

}


.t10 {

  -webkit-transition: all 1.0s ease-in-out;

  -moz-transition: all 1.0s ease-in-out;

  -o-transition: all 1.0s ease-in-out;

  -ms-transition: all 1.0s ease-in-out;

  transition: all 1.0s ease-in-out;

}
.case.layout {

	position: relative;
	width: 100%;
	  max-width: 970px;
	  padding: 0 10px;
	  margin: 0 auto;

}



/* Elements */



body {

	font-family: 'Open Sans', 'Helvetica', Helvetica, Arial, sans-serif;

	font-weight: 300;

	font-size: 62.5%;

	color: #000;



	background: #ffffff;



	overflow-x: hidden;

}



#barra-topo {

	position: relative;

	float: left;



	width: 100%;

	height: 40px;



	background: #fff;



	z-index: 600;

}



#barra-topo .case.layout {

	padding: 9px 10px;

}



#barra-topo-telefone {

	float: left;

}



#barra-topo-telefone .barra-topo-telefone-numero {

	float: left;



	font-size: 15px;

	font-weight: 600;

	color: #000;

}



#translate {

	float: right;
	margin-top: 40px;

}



#translate .translate-flag {

	position: relative;

	float: left;



	width: 30px;

	height: 20px;
	z-index: 99999;
	margin-left: 10px;



	background: #FFF no-repeat center;

	background-size: cover;

}



#translate .translate-flag.pt-br {

	background-image: url(../img/icons/flag-pt-br.png);
	opacity: 0.6;

}



#translate .translate-flag.en-us {

	background-image: url(../img/icons/flag-en-us.png);
	opacity: 0.6;

}

#translate .translate-flag.pt-br:hover,
#translate .translate-flag.en-us:hover {
	opacity: 1;
}


#translate .translate-flag.es {

	background-image: url(../img/icons/flag-es.png);

}



#translate .translate-flag:hover .translate-flag-tooltip {

	opacity: 1;

	visibility: visible;



	-webkit-transform: scale(1);

	-moz-transform: scale(1);

	-o-transform: scale(1);

	-ms-transform: scale(1);

	transform: scale(1);

}



#translate .translate-flag .translate-flag-tooltip {

	position: absolute;



	top: 31px;

	left: 50%;



	margin-left: -60px;



	width: 120px;



	padding: 5px 10px;



	text-align: center;

	font-size: 1.1em;

	color: #FFF;



	background: #333;



	border-radius: 3px;



	z-index: 101;



	opacity: 0;

	visibility: hidden;



	-webkit-transform: scale(.9);

	-moz-transform: scale(.9);

	-o-transform: scale(.9);

	-ms-transform: scale(.9);

	transform: scale(.9);

}



#translate .translate-flag .translate-flag-tooltip:before {

	content: '';



	position: absolute;



	bottom: 100%;

	left: 50%;



	margin-left: -15px;



	width: 30px;

	height: 11px;

}



#translate .translate-flag .translate-flag-tooltip:after {

	bottom: 100%;

	left: 50%;

	border: solid transparent;

	content: " ";

	height: 0;

	width: 0;

	position: absolute;

	pointer-events: none;

	border-color: rgba(51, 51, 51, 0);

	border-bottom-color: #333;

	border-width: 5px;

	margin-left: -5px;

}



#header {

	position: relative;
	float: left;
	width: 100%;
	height: 140px;
	background: #fff;
  border-top: 5px solid #006daf;
  border-bottom: 5px solid #eee;
}
@media screen and (max-width: 768px) {
  #header {
    height: 75px;
    z-index: 300;
  }
}
#header .case.layout {
	padding: 20px 10px;

}
@media screen and (max-width: 768px) {
  #header .case.layout {
    padding: 0;
  }
}
#header .logo {
  position: absolute;
  top: 30px;
  left: 10px;
  z-index: 100;
}
#header .logo img {
    width: 300px;
    height: 73px;
}
@media screen and (max-width: 768px) {
  #header .logo {
    top: 10px;
    left: 80px;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  #header .logo img {
    width: 205px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  #header .lang {
    display: none;
  }
}




#menu-collapse {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  display: none;
  z-index: 400;
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition: 0.2s ease-in-out;
  -moz-transition-property: all;
  -o-transition: 0.2s ease-in-out;
  -o-transition-property: all;
  -ms-transition: 0.2s ease-in-out;
  -ms-transition-property: all;
  transition: 0.2s ease-in-out;
  transition-property: all;
}
#menu-collapse:before {
  content: "\e900";
  float: left;
  width: 100%;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 70px;
  font-size: 25px;
  color: #016cb0;
}
#menu-collapse.active:before {
  content: "\e901";
  color: #016cb0;
}
@media screen and (max-width: 768px) {
  #menu-collapse {
    display: block;
  }
}
#menu-overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-property: opacity, visibility;
  -moz-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-property: opacity, visibility;
  -o-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-property: opacity, visibility;
  -ms-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition-property: opacity, visibility;
  transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition-property: opacity, visibility;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#menu-overflow.active {
  opacity: 1;
  visibility: visible;
}
#menu {
  position: absolute;
  top: 60px;
  width: 100%;
  height: 30px;
  z-index: 1;
  left: -100px;
}
@media screen and (max-width: 768px) {
  #menu {
    position: fixed;
    top: 75px;
    left: -80%;
    width: 80%;
    height: 100%;
    height: -webkit-calc(100% - 75px);
    height: -moz-calc(100% - 75px);
    height: -o-calc(100% - 75px);
    height: -ms-calc(100% - 75px);
    height: calc(100% - 75px);
    background: #FFF;
    overflow: auto;
    z-index: 200;
    -webkit-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-property: left;
    -moz-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-property: left;
    -o-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-property: left;
    -ms-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition-property: left;
    transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition-property: left;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #menu.active {
    left: 0;
  }
  #menu .case {
    padding: 0;
    width: 100% !important;
  }
}
#menu > .case {
  position: static;
}
#menu > .case > ul {
  float: right;
}
@media screen and (min-width: 769px) {
  #menu > .case > ul:hover > li > a.active {
    color: #53b28f;
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul {
    float: left;
    width: 100%;
  }
}
#menu > .case > ul > li {
  float: left;
  height: 30px;
  padding: 0 10px;
  display: inline-block;
}
#menu > .case > ul > li:last-child {
  border-right: none;
}
#menu > .case > ul > li.lang {
  display: none;
}
@media screen and (min-width: 769px) {
  #menu > .case > ul > li:hover > a,
  #menu > .case > ul > li:hover > a.active,
  #menu > .case > ul > li > a.active {
    color: #53b28f;
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
  }
  #menu > .case > ul > li.lang {
    display: block;
  }
  #menu > .case > ul > li.lang a {
    width: 50%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #FFF;
    background: #016cb0;
  }
  #menu > .case > ul > li.lang a.active {
    background: #0095d5;
  }
  #menu > .case > ul > li.lang a:last-child {
    border-right: none;
  }
}
#menu > .case > ul > li > a {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.5em;
  color: #006daf;
    font-weight: 500;
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition-property: color, border-bottom-color;
  -moz-transition: 0.2s ease-in-out;
  -moz-transition-property: color, border-bottom-color;
  -o-transition: 0.2s ease-in-out;
  -o-transition-property: color, border-bottom-color;
  -ms-transition: 0.2s ease-in-out;
  -ms-transition-property: color, border-bottom-color;
  transition: 0.2s ease-in-out;
  transition-property: color, border-bottom-color;
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li > a {
    height: auto;
    padding: 20px;
    line-height: 1;
    text-align: left;
    text-transform: none;
    font-size: 1.6em;
    font-weight: 600;
    color: #333;
    border-bottom: 1px outset rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 769px) {
  #menu > .case > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease-in-out;
    -webkit-transition-property: opacity, visibility;
    -moz-transition: 0.2s ease-in-out;
    -moz-transition-property: opacity, visibility;
    -o-transition: 0.2s ease-in-out;
    -o-transition-property: opacity, visibility;
    -ms-transition: 0.2s ease-in-out;
    -ms-transition-property: opacity, visibility;
    transition: 0.2s ease-in-out;
    transition-property: opacity, visibility;
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li > ul {
    position: relative;
    top: 0;
    float: left;
    padding: 0;
    background: transparent;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li > ul .case .menu-materials {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li > ul .case ul {
    width: 100% !important;
    padding: 0;
    border: none;
    background: rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li > ul .case ul li {
    width: 100% !important;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li > ul .case ul li a {
    height: auto;
    padding: 20px;
    line-height: 1;
    text-transform: none;
    text-align: left;
    color: #333;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }
}





#wrapper {

	position: relative;

	float: left;

	width: 100%;

  background: url(../img/bkg.jpg) center;



}



#wrapper .case.layout {

	padding: 30px 10px;

}



#wrapper .home-text {

	float: left;



	width: 100%;



	text-align: center;

	font-size: 2em;

	color: #333;



	border-bottom: 1px solid #DDD;



	padding-bottom: 30px;

	margin-bottom: 30px;

}



#page-title {

	float: left;



	width: 100%;



	background: #eee;

}



#page-title h1 {

	font-size: 1.6rem;

	font-weight: 600;
  text-transform: uppercase;

	color: #016cb0;

}



#wrapper .home-text h1 {

	margin-bottom: 24px;



	font-size: 1.7em;

}
#wrapper h3 {


  font-size: 1.2em;
  font-weight: 600;

}


.hm {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .hm {
    width: 100%;
    margin: 10px 0;
  }
}
.hm .home {
  overflow: hidden;
}
.hm .home .homecase{
  position: relative;
  -webkit-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.hm .home .homecase .front {
    line-height: 0;
}
.hm .home .homecase .front img{
    height: auto;
    max-width: 100%;
    -webkit-transition: all .2s ease-in-out;

  -moz-transition: all .2s ease-in-out;

  -o-transition: all .2s ease-in-out;

  -ms-transition: all .2s ease-in-out;

  transition: all .2s ease-in-out;
}
.hm .home .back {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(165, 214, 170, 0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.hm .home:hover .back{
  opacity: 1;
}
.hm .home .backin {
    display: table;
    width: 100%;
    height: 100%;
}
.hm .home .backin a {
    display: table-cell;
    vertical-align: middle;
    color: #003a45;
    font-size: 1.8rem;
    font-weight: 600;
}


.hm .home:hover .homecase .front img,
.hm .home:hover .homecase .front img,
.hm .home:hover .homecase .front img,
.hm .home:hover .homecase .front img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}



.mapaexp{
  position: relative;
  float: left;
  width: 100%;
}
.paiseslista{
    display: none;
  }
@media screen and (max-width: 768px) {
  .mapaexp{
    display: none;
  }
  .paiseslista{
    position: relative;
    float: left;
    width: 100%;
    display: block;
  }

}

.mapaexp .map{
  position: relative;
  float: left;
  width: 100%;
  min-width: 970px;
  height: 440px;
  background: url(../img/icons/mapa.png) center top no-repeat;
}

.mapaexp .pin {
    position: absolute;
    width: 30px;
    height: 40px;
    background: url(../img/icons/maps-small.png);
    z-index: 100;
}
.mapaexp .pin .pname {
    position: absolute;
    top: 25%;
    left: 125%;
    width: 110px;
    height: 22px;
    background: #FFF;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #222;
    border-radius: 3px;
    font-weight: 600;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.mapaexp .pin .pname::after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-right-color: #ffffff;
    border-width: 5px;
    margin-top: -5px;
}


.mapaexp .pin .pname2 {
    position: absolute;
    top: 25%;
    right: 125%;
    width: 80px;
    height: 22px;
    background: #FFF;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #222;
    border-radius: 3px;
    font-weight: 600;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.mapaexp .pin .pname2::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-left-color: #fff;
    border-width: 5px;
    margin-top: -5px;
}



.mapaexp .pin.us {
    top: 50px;
    left: 186px;
    opacity: 0;
    visibility: hidden;
}
.mapaexp .pin.us2 {
    top: 117px;
    opacity: 1;
    visibility: visible;
}
.mapaexp .pin.me {
    top: 0px;
    left: 214px;
    opacity: 0;
    visibility: hidden;
}
.mapaexp .pin.me2 {
    top: 165px;
    opacity: 1;
    visibility: visible;
}
.mapaexp .pin.ag {
    top: 70px;
    left: 298px;
    opacity: 0;
    visibility: hidden;
}
.mapaexp .pin.ag2 {
    top: 305px;
    opacity: 1;
    visibility: visible;
}
.mapaexp .pin.ho {
    top: 0px;
    left: 464px;
    opacity: 0;
    visibility: hidden;
}
.mapaexp .pin.ho2 {
    top: 95px;
    opacity: 1;
    visibility: visible;
}
.mapaexp .pin.it {
    top: 20px;
    left: 473px;
    opacity: 0;
    visibility: hidden;
}
.mapaexp .pin.it2 {
    top: 118px;
    opacity: 1;
    visibility: visible;
}
.mapaexp .pin.es {
    top: 60px;
    left: 437px;
    opacity: 0;
    visibility: hidden;
}
.mapaexp .pin.es2 {
    top: 123px;
    opacity: 1;
    visibility: visible;
}
.mapaexp .pin.ch {
    top: 30px;
    right: 265px;
    opacity: 0;
    visibility: hidden;
}
.mapaexp .pin.ch2 {
    top: 133px;
    opacity: 1;
    visibility: visible;
}
.mapaexp .pin.in {
    top: 60px;
    right: 301px;
    opacity: 0;
    visibility: hidden;
}
.mapaexp .pin.in2 {
    top: 170px;
    opacity: 1;
    visibility: visible;
}
.mapaexp .pin.an {
    top: 60px;
    left: 483px;
    opacity: 0;
    visibility: hidden;
}
.mapaexp .pin.an2 {
    top: 245px;
    opacity: 1;
    visibility: visible;
}
.mapaexp .pin.af {
    top: 30px;
    left: 499px;
    opacity: 0;
    visibility: hidden;
}
.mapaexp .pin.af2 {
    top: 285px;
    opacity: 1;
    visibility: visible;
}



.conteudo {

	float: left;



	width: 100%;

}



.coluna50 {

	float: left;



	width: 50%;

}
@media screen and (max-width: 768px) {
  .coluna50 {
    width: 100%;
  }
}


.coluna50.left {

	padding-right: 30px;

}



.coluna50.right {

	border-left: 1px solid #DDD;



	padding-left: 30px;

}
@media screen and (max-width: 768px) {
  .coluna50.right  {
    border-left: none;
  padding-left: 0px;
  margin-top: 20px;
  }
}


.conteudo .text {

	float: left;



	width: 100%;



	font-size: 2em;

	color: #333;

}
@media screen and (max-width: 768px) {
  .conteudo .text   {
    font-size: 1.6em;
  }
}


.conteudo .text.margin-bottom {

	margin-bottom: 20px;

}



.form {

	float: left;



	width: 100%;

}



.form .field {

	float: left;



	width: 100%;



	margin-bottom: 10px;

}



.form .field:last-child {

	margin-bottom: 0;

}



.form .field label {

	float: left;



	width: 100%;



	font-size: 1.4em;

	font-weight: 400;

	color: #333;



	margin-bottom: 5px;

}



.form .field label b {

	font-weight: 400;

	color: #F00;

}



.form .field .campo {

	float: left;



	width: 100%;



	padding: 10px;



	font-size: 1.4em;

	color: #333;



	border: 1px solid #DDD;

	border-radius: 3px;



	-webkit-appearance: none;

	-moz-appearance: none;

	-o-appearance: none;

	-ms-appearance: none;

	appearance: none;

}



.form .field .campo:hover {

	border-color: #AAA;

}



.form .field .campo:focus {

	border-color: #555;

}



.form .field textarea.campo {

	min-width: 100%;

	max-width: 100%;

	min-height: 150px;

}



.form .field .campo.telefone {

	width: 200px;

}



.form .field .botao {

	font-size: 18px;

	color: #FFF;



	background: #016cb0 no-repeat 15px center;



	padding: 10px 20px;



	cursor: pointer;



	-webkit-appearance: none;

	-moz-appearance: none;

	-o-appearance: none;

	-ms-appearance: none;

	appearance: none;

}



.form .field .botao:hover {

	background-color: #054754;

}



.form .field .botao:active {

	-webkit-transform: scale(0.9);

	-moz-transform: scale(0.9);

	-o-transform: scale(0.9);

	-ms-transform: scale(0.9);

	transform: scale(0.9);

}



.form .field .botao.sucess:active,

.form .field .botao.error:active {

	-webkit-transform: scale(1);

	-moz-transform: scale(1);

	-o-transform: scale(1);

	-ms-transform: scale(1);

	transform: scale(1);

}



.form .field .botao.wait {

	background-color: #DDD;

	background-image: url(../img/loader/loader-20-888-ddd.GIF);



	padding-left: 50px;



	color: #888;

}



.form .field .botao.sucess {

	background-color: #009B08;

	background-image: url(../img/icons/check-20-fff.png);



	padding-left: 50px;



	color: #FFF;

}



.form .field .botao.error {

	background-color: #900;

	background-image: url(../img/icons/error-20-fff.png);



	padding-left: 50px;



	color: #FFF;

}



#localizacao {

	float: left;



	width: 100%;
  margin-top: 40px;

}

#contato{
   margin-top: 40px;
      margin-bottom: 40px;

}


#contato .title{

	float: left;



	width: 100%;



	font-size: 1.8em;

	font-weight: 400;

}



#contato .title b,

#localizacao .title b {

	color: #333;

	font-weight: 400;

}



#contato .tel,

#contato .tel:visited {

	float: left;



	width: 100%;



	font-size: 1.4em;

	font-weight: 400;

	color: #333;

}



#contato .email {

	float: left;



	width: 100%;



	font-size: 1em;

	font-weight: 400;



	margin-bottom: 20px;

}



#mapa.contato,

#mapa.localizacao {

	float: left;



	width: 100%;

	height: 363px;



	background: #EEE;



	margin-top: 20px;
  margin-bottom: 20px;

}



#mapa.localizacao {

	margin-top: 0;

}



#section-change {

	float: left;



	width: 100%;



	background: #054754;



	-webkit-transform: translate3d(0,0,0);

	-moz-transform: translate3d(0,0,0);

	-o-transform: translate3d(0,0,0);

	-ms-transform: translate3d(0,0,0);

	transform: translate3d(0,0,0);

}



#section-change.fixed {

	position: fixed;



	top: 0;

	left: 0;



	z-index: 700;

}



#section-change .case.layout {

	padding: 10px;
  height: 50px;

}



#section-change ul li a,

#section-change ul li a:visited {

	float: left;



	font-size: 2em;

  color: #fff;



	padding-right: 20px;

	margin-right: 20px;



	border-right: 1px solid #999;

}



#section-change ul li:last-child a {

	padding-right: 0;

	margin-right: 0;
  color: #fff;


	border-right: none;

}



#section-change ul li a:hover,

#section-change ul li a.active {

	color: #fff;

}



#section-change .totop {

	float: right;



	font-size: 2em;

	color: #fff;



	cursor: pointer;



	opacity: 0;

	visibility: hidden;

}
@media screen and (max-width: 400px) {
#section-change .totop {
    margin-top: 20px;
  float: left;
  width: 100%;
  padding-bottom: 10px;
  display: none;
  }
}


#section-change .totop.active {

	opacity: 1;

	visibility: visible;

}
@media screen and (max-width: 400px) {
#section-change .totop.active {
  display: block;
}
}






.fullpage{

	float: left;

	width:100%;

	text-align: center;

}



.container{

	width:980px;

	display: inline-block;



}
@media screen and (max-width: 768px) {
.container{
    width: 100%;
  }
}
#produtos,
#produtos ul {

	float: left;



	width: 100%;



	list-style: none;



	padding: 0;

	margin: 0;


	font-family: 'Open Sans', sans-serif;

	font-size:16px;

}



#produtos h2 {

	float: left;



	width: 100%;

	margin-top:40px;

	margin-bottom:20px;

	text-align: left;

	font-weight: 300;

	font-size: 30px;

	color: #373435;

}



#produtos ul li {

	float: left;



	width: 230px;



	margin: 0 20px 20px 0;

}
@media screen and (max-width: 768px) {
#produtos ul li {
    width: 45%;
  margin: 0 30px 30px 0;
  }
  #produtos ul li:nth-of-type(2n){

    margin-right: 0;

  }
}
@media screen and (max-width: 400px) {
#produtos ul li {
    width: 100%;
    margin: 0px;
      margin-bottom: 40px;
  }
}

#produtos ul li:nth-of-type(4n){

	margin-right: 0;

}



#produtos ul li .img {

	position: relative;

	float: left;



	width: 100%;

	height: 230px;



	background: #FFF;



	box-shadow: 0 0 10px rgba(0, 0, 0, .2);



	padding: 10px;

}



#produtos ul li .img .img-case {

	position: relative;

	float: left;

	overflow: hidden;

	width: 100%;

	height: 100%;

clip-path: url(../img/svg/svgclip-produtos.svg#svgClip);
-webkit-clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 0 100%);
clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
#produtos ul li .img .img-case {
    background: none;

  -webkit-clip-path: none;

  clip-path: none;

  }
}


#produtos ul li .img .img-case .img-url {

	position: relative;

	float: left;



	width: 100%;

	height: 100%;



	background: #EEE;

	background-size: cover;

}



#produtos ul li:hover .img .img-case .img-url {

	-webkit-transform: scale(1.1);

	-moz-transform: scale(1.1);

	-o-transform: scale(1.1);

	-ms-transform: scale(1.1);

	transform: scale(1.1);

}



#produtos ul li .img .title {

	position: absolute;



	bottom: 0;

	left: 0;



	width: 100%;



	padding: 10px;

	font-weight:400;



	text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);

	text-align: left;

	font-size: 18px;

	color: #FFF;

	



	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8)));

	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);

	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);

	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);

	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );

}



#produtos .info {

	line-height: 1;



	text-align: left;



	margin: 20px 0;

}



#produtos .info .category {

	font-size: 20px;

	color: #888;

		width: 100%;



}



#produtos .info .title {

	font-size: 50px;	width: 100%;



	color: #333;

}

#produtos .produto .produto-info {

	float: left;



	width: 100%;

	height: 80px;



	margin-bottom: 20px;

  margin-top: 40px !important;


	display: table;

}



#produtos .produto .produto-info .middle {

	width: 100%;



	display: table-cell;

	vertical-align: middle;

}



#produtos .produto .produto-info .produto-info-cover {

	float: left;



	width: 80px;

	height: 80px;



	background: #39F;



	margin-right: 20px;



	background: #EEE no-repeat center;

	background-size: cover;



	clip-path: url(../img/svg/svgclip-produtos-small.svg#svgClip);
-webkit-clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 0 100%);
clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 0 100%);

}



#produtos .produto .produto-info .produto-info-category {

	float: left;



	width: 100%;



	line-height: 18px;

	font-size: 18px;

	color: #888;

}



#produtos .produto .produto-info .produto-info-name {

	float: left;



	width: 100%;



	line-height: 40px;

	font-size: 35px;

	color: #333;



	margin-left: -2px;

}



#produtos .produto .produto-image {

	float: left;



	width: 100%;

	height: 450px;



	margin-bottom: 20px;



	background: #DDD url(../img/loader/loader-20-888-ddd.GIF) no-repeat center;

}
@media screen and (max-width: 768px) {
#produtos .produto .produto-image {
    height: auto;
  }
}


#produtos .produto .produto-image img {

	float: left;



	width: 950px;

	height: 450px;



	opacity: 0;

}
@media screen and (max-width: 768px) {
#produtos .produto .produto-image img {
    width: 100%;
    height: auto;
  }
}


#produtos .produto .produto-categoria-list {

	float: left;



	width: 100%;
  margin-top: 40px;

}
#qrcode {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #EEE;
}
#qrcode .title {
  float: left;
  width: 100%;
  font-size: 1.2em;
  color: #FF8600;
  margin-bottom: 10px;
}
#qrcode .title {
  float: left;
  width: 100%;
  font-size: 1.2em;
  color: #0a3e58;
  font-weight: bold;
  margin-bottom: 10px;
}
#qrcode .title a.wtf {
  font-size: 0.7em;
  color: #888;
}
#qrcode .code {
  float: left;
  width: 75px;
  height: 75px;
  margin-right: 10px;
}
#qrcode .txt {
  float: left;
  width: 80%;
  font-size: 1em;
  color: #888;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #qrcode .txt {
    width: 100%;
  }
}
.paginada{
  position: relative;
  float: left;
  width: 100%;
  height: 350px;
  background-size: cover;
}
.pag {
    position: relative;
    float: left;
    width: 50%;
    height: 50%;
    background: #EEE no-repeat 50% 50%;
    background-size: 333px 210px;
}
.pag.tr{
  -webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.pag.bl{
  -webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.pag.br{
  -webkit-transform: rotateX(180deg) rotateY(180deg);
-moz-transform: rotateX(180deg) rotateY(180deg);
-o-transform: rotateX(180deg) rotateY(180deg);
-ms-transform: rotateX(180deg) rotateY(180deg);
transform: rotateX(180deg) rotateY(180deg);
}

#produtos .produto .produto-categoria-list .produto-categoria-list-title {

	float: left;



	width: 100%;



	text-align: center;

	font-size: 20px;

	font-weight: 300;

	color: #333;



	margin-bottom: 30px;

}



#produtos .produto .produto-categoria-list .produto-categoria-list-title a.catalogo-link {

	color: #333;

	font-weight: 400;

}

#produtos .catalogo-link {

	color: #333;

	font-weight: 600;

}



#produtos .catalogo-link:hover {

	text-decoration: underline;

}

#produtos ul.small li {

	width: 150px;

	height: 190px;

  margin: 0;

}



#produtos ul.small li .img {

	width: 150px;

	height: 140px;

	box-shadow: none;

	padding: 0;

	clip-path: url(../img/svg/svgclip-produtos-medium.svg#svgClip);
-webkit-clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 0 100%);
clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 0 100%);

}

#produtos ul.small li .img .img-url {

	width: 150px;

	height: 150px;

}

#produtos ul.small li .title {

	font-size: 14px;

	color: #333;

}

#produtos ul.small li:hover .img .img-url {

	-webkit-transform: scale(1.1);

	-moz-transform: scale(1.1);

	-o-transform: scale(1.1);

	-ms-transform: scale(1.1);

	transform: scale(1.1);

}







#empresa,

#responsabilidade {

	float: left;



	width: 100%;
  margin-top: 40px;

}



#responsabilidade .text {

	text-align: justify;

}



#empresa .text.institucional {

	text-align: justify;



	margin-bottom: 20px;

}



#empresa .infraestrutura,

#empresa .infraestrutura .infraestrutura-title,

#empresa .infraestrutura ul {

	float: left;

	font-size: 1.2em;

	width: 100%;
  font-weight: 600;

}



#empresa .infraestrutura .infraestrutura-title {

	font-size: 25px;

	color: #333;



	margin-bottom: 30px;

}

#empresa .infraestrutura .infraestrutura-title2 {

	font-size: 25px;

	color: #333;

}

#empresa .infraestrutura ul li {

	position: relative;

	float: left;



	width: 23%;
height: 148px;
margin: 0 25px 30px 0;

}
@media screen and (max-width: 768px) {
  #empresa .infraestrutura ul li {
    width: 100%;
  }
}


#empresa .infraestrutura ul li:nth-of-type(4n){

	margin-right: 0;

}



#empresa .infraestrutura ul li:hover .bkg-link {

	opacity: 1;

}



#empresa .infraestrutura ul li .bkg-link {

	position: absolute;



	top: 0;

	left: 0;



	width: 100%;

	height: 100%;



	background: rgba(0, 0, 0, .7);



	opacity: 0;



	z-index: 100;

}



#empresa .infraestrutura ul li .bkg-link:before {

	position: absolute;



	top: 50%;

	left: 50%;



	margin-top: -20px;

	margin-left: -20px;



	width: 40px;

	height: 40px;



	background: rgba(255,255,255,0.2);



	text-align: center;

	font-size: 18px;

	line-height: 40px;

	color: #FFF;



	border-radius: 100%;

}



#empresa .infraestrutura ul li .img {

	float: left;



	width: 100%;

	height: 148px;



	background: #DDD no-repeat center;

	background-size: cover;

}


#footer {

	float: left;

	width: 100%;

	background: url(../img/bg-footer.jpg) center no-repeat;
	padding: 20px;

}
@media screen and (max-width: 768px) {
  #footer {
    height: auto;
    text-align: center;
    line-height: normal;
    padding: 10px;
  }
}

#footer .case.layout {

	padding: 30px 0;

}


#footer .logo {

	float: left;

	width: 100%;

	height: 70px;

	background: url(../img/logo/logo-light.png) no-repeat center;

	background-size: auto 100%;

	margin-bottom: 30px;

}



#footer .address,

#footer .phone,

#footer .copyright {

	float: left;

	width: 100%;

	text-align: center;

	font-size: 1.2em;

	color: #FFF;

}

#footer .copyright {

	margin-top: 10px;

}

#footer .arco {

	float: left;

	width: 100%;

	text-align: center;

	margin-top: 30px;

}



#footer .arco img {



	width: 34px;

	height: 30px;

}