/* Shared */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontelloc6e4.eot?16892443');
  src: url('../font/fontelloc6e4.eot?16892443#iefix') format('embedded-opentype'),
       url('../font/fontelloc6e4.woff?16892443') format('woff'),
       url('../font/fontelloc6e4.ttf?16892443') format('truetype'),
       url('../font/fontelloc6e4.svg?16892443#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; *//* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;/* fix buttons height, for twitter bootstrap */
  line-height: 1em;/* Animation center compensation - margins should be symmetric *//* remove if not needed */
  margin-left: .2em;/* you can be more comfortable with increased icons size */
  /* font-size: 120%; *//* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;/* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-menu:before { content: '\e800'; } /* '' */
.icon-flow-tree:before { content: '\e801'; } /* '' */
.icon-mobile:before { content: '\e802'; } /* '' */
.icon-newspaper:before { content: '\e803'; } /* '' */
.icon-users:before { content: '\e804'; } /* '' */
.icon-linkedin:before { content: '\e805'; } /* '' */
.icon-dribbble:before { content: '\e806'; } /* '' */
.icon-twitter:before { content: '\e807'; } /* '' */
.icon-facebook-squared:before { content: '\e808'; } /* '' */
.icon-comment:before { content: '\e809'; } /* '' */
.icon-eye:before { content: '\e80a'; } /* '' */
.icon-info:before { content: '\e80b'; } /* '' */
.icon-doc-text:before { content: '\e80c'; } /* '' */
body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
body.hide-overflow {
    overflow-x: hidden;
}
input[type="checkbox"] {
	height: 30px;
	width: 30px;
	padding: .5rem 1.4rem;
	margin-right: .5rem;
	border: 1px solid #C0FCFF;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
	-webkit-appearance:none;
	position: relative;
	outline:0px;
	cursor: pointer;
}
input[type="checkbox"]:hover {
	border-color: #fff;
}
input[type="checkbox"]:checked {
	background: #fff;
	border-color: #fff;
}
.button {
  border-radius: 100px;
}
.justify {
	text-align: justify;
}
.next {
	position:absolute;
	top: 0;
    left: 0;
    right: 0;
    text-align: center;
	background:none!important;
	padding-top: 4rem;
}
.next img{
	width: 60px;
}
.t {
    display: table;
    width: 100%;
    height: 100%;
}
 
.tc {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
 
.rel {
    position: relative;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 80%;
	position: relative;
	margin: 10vh auto;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 40px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 15px;
	width: 40px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 20px;
	-moz-border-radius: 12px;
	border-radius: 20px;
	z-index: 999;
}

.close:hover {
	background: #fff;
	color:#606061;
}
.bxslider2 li .row {
	margin-top: 3rem;
}
.sampleThumbLink {
	background: none!important;
}

/* Sections */
.sectioncontato {
  padding: 2rem 0 1rem;
  text-align: center;
  position: relative;
}
.section {
  padding: 8rem 0 7rem;
  text-align: center;
  position: relative;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Header */
.header {
	padding:0px!important;
}
.header #logo {
	max-width: 195px;
	margin-top:2rem;
	max-height: 65px;
}
.header nav ul {
	list-style-type: none;
	margin-top: 3.5rem;
	margin-right:1rem;
}
.header nav ul li {
	display: inline-block;
	margin-bottom: 0;
}
.header nav ul li a {
	text-decoration:none;
	padding: 1rem 1rem;
	color: #777;
}
.header nav ul li a:hover {
	color: #005F69;
}
/* Hero */
.hero {
	padding-top: 2rem;
}
.heroimgs {
  position: relative;
}
.heroimg {
  position: relative;
  max-width: 80%;
  margin: 0rem auto -10rem;
}
.heroimg + .heroimg {
  display: none;
}
.heroimg.two {
	margin-top: 2rem;
	max-width: 18rem;
}

/* Values */
.value {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.values {
  background-image: url('../media/greenbg.jpg');
  background-size: 100% 120%;
  background-repeat: no-repeat;
  background-position-x: center!important;
  color: #fff;
  padding-bottom: 5rem;
}
.valuesgray {
  background-image: url('../media/graybg.jpg');
  background-size: 100% 120%;
  background-repeat: no-repeat;
  background-position-x: center!important;
  color: #fff;
  padding-bottom: 5rem;
}
.valueswhite {
  background-image: url('../media/whitebg.jpg');
  background-size: 100% 120%;
  background-repeat: no-repeat;
  background-position-x: center!important;
  color: #fff;
  padding-bottom: 5rem;
}
.valuescultura {
  background-image: url('../media/cultura.png');
  background-size: 100% 120%;
  background-repeat: no-repeat;
  background-position-x: center!important;
  color: #fff;
  padding-bottom: 5rem;
}
.valuesservicos {
  background-image: url('../media/servicos.png');
  background-size: 100% 120%;
  background-repeat: no-repeat;
  background-position-x: center!important;
  color: #fff;
  padding-bottom: 5rem;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #73F2FF;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .9;
  font-weight: 300;
}
.value-multiplier img {
  max-width: 8rem;
  padding: 2rem;
  display: inline-block!important;
}
.value-contato img {
  max-width: 6rem;
  padding: 1rem;
  display: inline-block!important;
}
.value-linkedin img {
  max-width: 4rem;
  padding: 1rem;
  display: inline-block!important;
}
.values a,.values a:active,.values a:visited {
	text-decoration:none;
	color:#fff;
	border-color: #007784;
}
.values.bgsection a,.values.bgsection a:active,.values.bgsection a:visited {
	border-color: #007784;
	background: #007784;
}
.values a.button:hover {
	border-color: #fff!important;
	background: #fff!important;
	color: #005F69!important;
}

/* Portfolio */
.portfolio {
  border-bottom: 1px solid #ddd;
}
.portfolio .button{
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.portfolioThumb {
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.portfolio.top {
	padding-top: 2rem;
}
.portfolio .servicesBack {
	margin-top:0rem;
}

/* About page */
.about .about-description {
	opacity: .9;
	font-weight: 300;
}
.about {
	padding-top:2rem!important;
}
.about .icon {
	text-decoration: none;
}
.about .icon img {
	max-width: 6rem;
	margin-top: 1rem;
}
.about > .icon:not(:first-child) {
	background:yellow;
}
.about .aboutPhoto {
	border-radius: 70%;
}
/* Services page */
.services {
	padding-top:2rem!important;
}
.services .button{
	margin-top: 2rem;
	margin-bottom: 1rem;
}

/* Privacy & Disclaimer page */
.disclaimer {
	padding-top:2rem!important;
}
.privacy {
	padding-top:2rem!important;
}

/* Service description pages */
.serviceexplanation {
	padding-top:2rem!important;
}
.serviceexplanation  .service-description {
	opacity: .9;
	font-weight: 300;
}

/* Samples page */
.samples {
	padding-top: 2rem!important;
	background: whitesmoke;
}
.samples .sampleThumb,#services .sampleThumb,.services .sampleThumb {
	border:1px solid #e8e8e8;
    max-width: 300px;
    margin: 3rem auto;
}
.bgsection .sampleThumb {
    max-width: 300px;
    margin: 3rem auto;
}
.samples #flipbook img {
	border-width: 0px;
	width:100%;
}
#flipbook .gradient{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#flipbook .even .gradient{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:-webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.2)));
	background-image:-webkit-linear-gradient(left,rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-ms-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-o-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
}

#flipbook .odd .gradient{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:-webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.15)));
	background-image:-webkit-linear-gradient(right,rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}
#flipbook {
    margin: 0 auto!important;
    width: 100%;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#flipbook .page {
    height: 100%;
	cursor: pointer;
}
#flipbook .page-wrapper {
	cursor: pointer;
}
#flipbook .page img {
    max-width: 100%;
    height: 100%;
}

/* Contact */
.contact {
  background-image: url('../media/greenbg.jpg');
  background-size: 100% 120%;
  background-repeat: no-repeat;
  background-position-x: center!important;
  color: #fff;
}
.contact .section-description { 
  margin-bottom: 4rem;
}
.contact input[type="text"],.contact input[type="tel"],.contact input[type="email"], .contact textarea, .contact select{
	color:#777;
}
.contact .button-primary {
	border: 1px solid #fff!important;
	background:none!important;
}
.contact .button-primary:hover {
	border: 1px solid #fff!important;
	background:#fff!important;
	color: #005F69!important;
}
.contact .interestedInLabel {
	margin-bottom: 0rem;
	padding: 0rem .5rem;
	line-height: 40px;
	cursor: pointer;
	display: inline-block;
}

/* Footer */
.footer {
	padding: 1rem!important;
	color:#777;
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 3rem 0 3rem;
  }
  .sectioncontato {
    padding: 2rem 0 1rem;
  }
  .portfolio.top, .about, .services, .serviceexplanation,.privacy,.disclaimer, .samples, .esg, .privacidade, .cultura, .redes {
	padding-top:5rem!important;
  }
  .header #logo {
	float:left;
	margin-top:1.5rem;
  }
  .header nav ul {
	float:right;
  }
  .hero {
    padding: 5rem 0 14rem 0;
    text-align: left;
    height: 165px;
  }
  .heroimg {
    position: absolute;
    top: -5rem;
    right: 0rem;
    max-width: 215px;
    z-index: 3;
  }
  .heroimg.two {
	margin-top: 5rem;
	max-width: 25rem;
  }
  .heroimg + .heroimg {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
  .contact .contactInterestedInLabel {
	/* margin-bottom: 2rem; */
	}
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .header #logo {
	float:left;
	margin-top: 1rem;
	}
  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 4rem 0 4rem;
  }
  .sectioncontato {
    padding: 2rem 0 1rem;
  }
  .hero {
    padding: 5rem 0 15rem;
  }
  .section-description {
    margin-left: auto;
    margin-right: auto;
  }
  .heroimg {
    top: -10rem;
    right: 0rem;
    max-width: 320px;
  }
    .heroimg.two {
	margin-top: 8rem;
	max-width: 28rem;
  }
  .heroimg + .heroimg {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .sectioncontato {
    padding: 2rem 0 1rem;
  }
  .section {
    padding: 5rem 0 5rem;
  }
  .hero {
    padding: 15rem 0 20rem 0;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .heroimg {
    top: -18rem;
    max-width: 430px;
  }
  .heroimg.two {
	margin-top: 10rem;
	max-width: 36rem;
  }
  .heroimg + .heroimg {
    top: -14rem;
    max-height: 570px;
  }
}