/*
Classe de estilos referente ao site.
Desenvolvido por: Estudio Fante - www.estudiofante.com.br
Kevin Delgado - www.kevindelgado.com.br
*/

@charset "utf-8";

@font-face {
  font-family: 'Gotham Book Regular';
  src: url('../font/gotham-regular-webfont.woff2') format('woff2'),
       url('../font/gotham-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Medium';
  src: url('../font/gotham-medium-webfont.woff2') format('woff2'),
       url('../font/gotham-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Bold';
  src: url('../font/gotham-bold-webfont.woff2') format('woff2'),
       url('../font/gotham-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  width: 100%;
  height: 100%;
  margin:0;
}

body {
  margin:0;
  padding:0;
  overflow-x:hidden;
  font-family: 'Gotham Book Regular';
  font-smoothing: antialiased;
  background:#fff;
}

input, textarea, select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

a[href^=tel] { 
  color: inherit; 
  text-decoration: none; 
}

a img, img {
  max-width: 100%;
  height:auto;
  border:none;
}

a {
  text-decoration:none;	
}

svg {
  max-width: 100%;
}

.clr {
  clear:both;
}

/* Intro */

.intro-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  background: url(../images/bg_sobre.jpg) center top no-repeat;
  background-size: cover;
}

.intro {
  width: 100%;
  height: 100%;
  position: relative;
  background:rgba(0,75,32,0.9);
  padding: 0;
  overflow: hidden;
}

.title-intro {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  /*position: absolute;
  left: 50%;
  top: 25%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);*/
}

.title-intro img {
  max-width: 220px;
  width: 90%;
  margin: 50px 0 70px;
}

.title-intro h2 {
  font-family: 'Gotham Bold';
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.title-intro h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  margin: 10px 0 0;
}

.intro-content {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}

.intro-content div.intro-item {
  display:block;
  position: relative;
  width: 20%;
  float: left;
  text-align: center;
  padding: 10px 20px 25px 20px;
  border-right: 1px solid rgba(255,255,255,0.25);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.intro-content div.intro-item img {
  display:block;
  width: 50px;
  max-width: 50px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.intro-content div.intro-item h1 {
  font-family: 'Gotham Bold';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  margin:15px auto;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.intro-content div.intro-item p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  margin:0 20px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.intro-content div.intro-item p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

.intro-content div.intro-item:hover img,
.intro-content div.intro-item:hover h1 {
  -webkit-transform: translate3d(0,-75px,0);
  transform: translate3d(0,-75px,0);
}

.intro-content div.intro-item:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

@media screen and (max-width:850px) {
.intro-bg {
  width: 100%;
  height: 100%;
}

.intro {
  height: auto;
  padding: 0 0;
}

.title-intro {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  position: relative;
  vertical-align: middle;
  left: 0;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.title-intro img {
  max-width: 130px;
  width: 90%;
  margin: 100px 0 30px;
}

.title-intro h2 {
  font-family: 'Gotham Bold';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.intro-content {
  width: 100%;
  height: auto;
  position: relative;
}

.intro-content div.intro-item {
  width: 100%;
  padding: 50px 20px;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-right: none;
  background: #004b20;
}

.intro-content div.intro-item h1 {
  font-size: 16px;
}

.intro-content div.intro-item p {
  position: relative;
  opacity: 1;
  margin:0 10px;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
  transform: none;
}

.intro-content div.intro-item:hover img,
.intro-content div.intro-item:hover h1 {
  -webkit-transform: none;
  transform: none;
}

.intro-content div.intro-item:hover p {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
}