/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
  url('../fonts/lato-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/lato-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/lato-v15-latin-300.woff') format('woff'), /* Modern Browsers */
  url('../fonts/lato-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/lato-v15-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
  url('../fonts/lato-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/lato-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/lato-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/lato-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/lato-v15-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
  url('../fonts/lato-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/lato-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/lato-v15-latin-700.woff') format('woff'), /* Modern Browsers */
  url('../fonts/lato-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/lato-v15-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Lato Italic'), local('Lato-Italic'),
  url('../fonts/lato-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/lato-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/lato-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
  url('../fonts/lato-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/lato-v15-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'icomoon';
  font-display: swap;
  src:  url('../fonts/icomoon.eot?ch3dt1');
  src:  url('../fonts/icomoon.eot?ch3dt1#iefix') format('embedded-opentype'),
  url('../fonts/icomoon.ttf?ch3dt1') format('truetype'),
  url('../fonts/icomoon.woff?ch3dt1') format('woff'),
  url('../fonts/icomoon.svg?ch3dt1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-display: swap;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram-logo:before {
  content: "\e911";
}
.icon-linkedin:before {
  content: "\e900";
}
.icon-skype:before {
  content: "\e901";
}
.icon-behance:before {
  content: "\e902";
}
.icon-vimeo:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e904";
}
.icon-whatsapp:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-pin_drop:before {
  content: "\e907";
}
.icon-circle:before {
  content: "\e908";
}
.icon-mail:before {
  content: "\e909";
}
.icon-old-phone:before {
  content: "\e90a";
}
.icon-baixo:before {
  content: "\e90b";
}
.icon-cima:before {
  content: "\e90c";
}
.icon-esquerda:before {
  content: "\e90d";
}
.icon-direita:before {
  content: "\e90e";
}
.icon-checkmark:before {
  content: "\e90f";
}
.icon-tag:before {
  content: "\e910";
}



/*****************************
MENU RESPONSIVO
*******************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
  margin:0; padding:0; border:0; background:transparent;
  /*vertical-align: baseline;*/
}
a:hover, a:active, a:focus, a:visited{
  text-decoration: none;
}

/* lists */
.list-full, .list-full li,
.list-auto, .list-auto li { width: 100%; float: left; display: block; position: relative; }
.list-auto, .list-auto li { width: auto; }

/* floats */
.float-l { float: left; }
.float-r { float: right; }

body {
  font-family: 'Lato', sans-serif;
  color: #999;
  font-weight:400;
  background: #fff !important;
  overflow-x: hidden;
  padding-top: 75px;
}

header {
  min-height: 75px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 2;
  padding-top: 15px;
  -webkit-box-shadow: 0px 2px 9px 0px rgba(1, 3, 2, 0.15);
  -moz-box-shadow: 0px 2px 9px 0px rgba(1, 3, 2, 0.15);
  -ms-box-shadow: 0px 2px 9px 0px rgba(1, 3, 2, 0.15);
  -o-box-shadow: 0px 2px 9px 0px rgba(1, 3, 2, 0.15);
  box-shadow: 0px 2px 9px 0px rgba(1, 3, 2, 0.15);
}


header span a {
  color: #333;
}

header ul {
  padding: 10px 10px 0 0;
}

header li:first-child {
  border: none;
}

header li a {
  display: block;
  padding: 0 10px;
  color: #999;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.list-auto .current_page_item > a, .list-auto .current_page_ancestor > a, .list-auto .current-menu-item > a, .list-auto .current-menu-ancestor > a{
  color:  #9ed009;
  font-weight: 700;
}

header li a:hover {
  color: #9ed009;
  text-decoration: none;
}

input#control-nav {
  visibility: hidden;
  position: absolute;
  left: -9999px;
  opacity: 0;
}


@media screen and (max-width: 767px) {
  header nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 250px;
    border-left: 1px solid #ddd;
    background: #fff;
    overflow-x: auto;
    z-index: 2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  header ul.list-auto {
    padding: 0;
    width: 100%;
  }

  header ul.list-auto li {
    width: 100%;
    border: solid #eee;
    background: #fafbfb;
    border-width: 0 0 1px;
  }
  header ul.list-auto li:active, header ul.list-auto li:hover{
    color: #fff !important;
    background: #9ed009;
  }
  header ul.list-auto li:active a, header ul.list-auto li:hover a{
    color: #fff;
  }
  header li a {
    padding: 15px 10px;
  }



  .control-nav { /* label icon */
    position: absolute;
    right: 30px;
    top: 25px;
    display: block;
    width: 30px;
    padding: 5px 0;
    border: solid #9ed00a;
    border-width: 3px 0;
    z-index: 2;
    cursor: pointer;
  }

  .control-nav:before {
    content: "";
    display: block;
    height: 3px;
    background: #9ed00a;
  }

  .control-nav-close {
    position: fixed; /* label layer */
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    background: rgba(0,0,0,0.4);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  /* checked nav */
  input#control-nav {
    display: block;
  }

  input#control-nav:focus ~ .control-nav {
    border-color: #000;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
  }

  input#control-nav:focus ~ .control-nav:before {
    background: #000;
  }

  input#control-nav:checked ~ nav,
  input#control-nav:checked ~ .control-nav-close {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* SOCIAL */
.menu-principal-container{
  float: left;
}
.social-menu{
  float: right;
}
.social-menu ul{
  display: block;
  position: relative;
  float: left;
  list-style: none;
}
.social-menu ul li{
  border-radius: 50%;
  background-color: rgb(158, 208, 9);
  box-shadow: 0.788px 0.616px 1px 0px rgba(0, 0, 0, 0.48);
  float: left;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  padding-top: 3px;
  font-size: 18px;
  margin-left: 7px;
}
.social-menu ul li:hover, li:active{
  background: #446c30;
}
.social-menu ul li a{
  text-decoration: none;
  color: #fff;
  padding: 3px 0 0 0;
  line-height: normal;
}


/*****************************
CLASSES REPETIDAS
*******************************/

h1{
  font-size: 26px;
  color: rgb(158, 208, 10);
  line-height: 1.2;
  font-weight: 700;
  margin: 100px 0 50px 0;
}
h1 em{
  font-weight: 300;
}
h2{
  font-size: 26px;
  color: rgb(158, 208, 10);
  line-height: 1.2;
  font-weight: 700;
}
h2 em{
  font-weight: 300;
}
h3{
  font-size: 18px;
  color: rgb(158, 208, 10);
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 10px;
  line-height: 26px;
}
h4{
}
strong {
  font-weight: 700 !important;
}
p {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
  line-height: 22px;
}
p.small{
  font-size: 12px;
}
.no-margin-padding{
  margin: 0 !important;
  padding: 0!important
}
.margin-tp-zero{
  margin-top: 0;
}
.margin-tp-exsmall{
  margin-top: 8px;
}
.margin-tp-small{
  margin-top: 20px;
}
.margin-tp-medium{
  margin-top: 40px;
}
.margin-tp-big{
  margin-top: 80px;
}
.margin-bt-zero{
  margin-bottom: 0;
}
.margin-bt-exsmall{
  margin-bottom: 8px;
}
.margin-bt-small{
  margin-bottom: 20px!important;
}
.margin-bt-medium{
  margin-bottom: 40px;
}
.margin-bt-big{
  margin-bottom: 80px;
}
.make-green{
  color: #9ed00a !important;
}
.make-white{
  color: #fff !important;
}
.divisor-hrz{
  background: #e9e9e9;
  height: 3px;
  width: 100%;
  position: relative;
  top: 46px;
  z-index: -1;
  overflow: visible;
}
.divisor-hrz span{
  color: #9ed00a;
  float: right;
  position: relative;
  right: 195px;
  top: -5px;
  border-right: solid 20px #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
hr{
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 15px;
  margin: 0 0 15px;
}
.wp-block-image{
  margin: 0!important;
  padding: 0!important;
}
/* BOTÕES */
.button {
  border: solid 3px #e9e9e9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  color: #999;
  font-size: 16px;
  padding: 10px 15px;
  min-height: 50px;
  min-width: 200px;
  margin-top: 20px;
  float: left;
  text-align: center;
}

.button:hover, .button:active, .button:focus{
  color: #fff;
  background: #9ed00a;
  border: solid 3px #9ed00a;
}
.button:hover span, .button:active span, .button:focus span{
  color: #fff;
}
.button span{
  color: #9ed00a;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 20px;
  vertical-align: sub;
}

.nav-pag a{
  border: solid 3px #e9e9e9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  color: #999;
  font-size: 16px;
  padding: 10px 15px;
  min-height: 50px;
  min-width: 200px;
  margin-top: 20px;
  float: left;
  text-align: center;
}
.nav-pag:hover a, .nav-pag:active a, .nav-pag:focus a{
  color: #fff;
  background: #9ed00a;
  border: solid 3px #9ed00a;
}
.nav-pag:hover span, .nav-pag:active span, .nav-pag:focus span{
  color: #fff;
}
.nav-pag span{
  color: #9ed00a;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 20px;
  vertical-align: sub;
}

/*FOMULARIOS */
input[type="text"], input[type="tel"],input[type="email"],input[type="file"], textarea, select {
  width: 100%;
  border: solid 1px #dcdcdc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  color: 999;
  font-style: italic;
  height:35px;
  margin-bottom: 15px;
  padding-left: 15px;
}
/* input[type="submit"] {

  border: solid 3px #9ed00a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  color: #999999;
  font-size: 14px;
} */
form button {
  border: solid 3px #9ed00a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  color: #999999;
  font-size: 14px;
  width: auto;
  height: 40px;
  margin: 0;
}
input[type="submit"]:hover, input[type="submit"]:active{
  color: #fff;
  background: #9ed00a;
}
form button:hover, form button:active, form button:focus{
  color: #fff;
  background: #9ed00a;
}
form button span{
  color: #9ed00a;
  padding-left: 5px;
  vertical-align: initial;
  font-size: 16px;
}
form button:hover span, form button:active span{
  color: #fff;
}
/*****************************
WC7
*******************************/
.wpcf7-form .control-label, .wpcf7-form .form-group div{
  padding: 0;
}
.wpcf7-form .form-group{
  margin: 10px 0;
}
div.wpcf7-mail-sent-ok {
    border: 0!important;
    background: #9ed00a;
    text-align: center;
    color: #fff;
    border-radius: 7px;
    font-size: 1.6em;

}
/*****************************
HOME
*******************************/
.iten-destq-pri{
  box-shadow: inset 0px -150px 250px -30px rgba(0, 0, 0, 1);
  transition: all 0.2s linear;
}
.iten-destq-pri h2{
  position: absolute;
  bottom: 75px;
  width: 100%;
  font-size: 30px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  transition: all 0.2s ease;
  transition: all 0.2s linear;
}
.iten-destq-pri p{
  position: absolute;
  bottom: 45px;
  width: 100%;
  color: #9ed00a;
  font-weight: 300;
  font-size: 26px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  transition: all 0.2s linear;
}
.iten-destq-pri:hover{
  box-shadow: none;
  background: rgba(146, 195, 0, 0.9);
}
.iten-destq-pri:hover h2{
  top: 45%;
  transition: all 0.2s linear;
}
.iten-destq-pri:hover p{
  color: #376221 !important;
  top: 50%;
  text-shadow: none;
  font-weight: 400;
  transition: all 0.2s linear;
}
.iten-destq-sec{
  box-shadow: inset 0px -150px 250px -30px rgba(0, 0, 0, 1);
  position: relative;
  transition: all 0.2s linear;
}
.iten-destq-sec h2{
  position: absolute;
  bottom: 50px;
  width: 100%;
  font-size: 22px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  transition: all 0.2s linear;
}
.iten-destq-sec p{
  position: absolute;
  bottom: 20px;
  width: 100%;
  color: #9ed00a;
  font-weight: 300;
  font-size: 18px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  transition: all 0.2s linear;
}
.iten-destq-sec:hover{
  box-shadow: none;
  background: rgba(146, 195, 0, 0.9);
  transition: all 0.2s linear;
}
.iten-destq-sec:hover h2{
  top: 45%;
  transition: all 0.2s linear;
}
.iten-destq-sec:hover p{
  color: #376221 !important;
  top: 50%;
  text-shadow: none;
  font-weight: 400;
  transition: all 0.2s linear;
}
.img-destaque{
  z-index: -4;
  position: relative;
}

.publicidade h3{
  color: #8fc14b;
}
.branding h3{
  color: #7ca840;
}
.digital h3{
  color:#6b9137;
}
.servico-home h3{
  margin-top: 10px;
}
.servico-home p{
  font-size: 14px;
  font-weight: 300;
}
.publicidade p, .branding p, .digital p{
  font-size: 16px;
}
.publicidade:hover hr, .branding:hover hr, .digital:hover hr{
  border-bottom: 2px solid #8fc14b;
  padding-bottom: 15px;
  margin: 0 0 15px;
  -webkit-transition: border-bottom 2s ease-out;
  -moz-transition: border-bottom 2s ease-out;
  -o-transition: border-bottom 2s ease-out;
  transition: border-bottom 2s ease-out;
}
hr{
  -webkit-transition: border-bottom 2s ease-out;
  -moz-transition: border-bottom 2s ease-out;
  -o-transition: border-bottom 2s ease-out;
  transition: border-bottom 2s ease-out;

}
.servico-home p.text-center{
  color: #9ed00a;
  margin: 10px 0 40px 0;
  font-size: 14px;
}
/*****************************
PROJETOS
*******************************/
.projeto-bloco{
  margin: 0 0 15px 0;
  min-height: 300px;
}
.projeto-bloco img{
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  -ms-filter: grayscale(50%);
  -o-filter: grayscale(50%);
  filter: grayscale(50%);
  border: solid 1px #eee;
}
.projeto-bloco:hover img{
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  transition: all ease-out .2s;
}
.projeto-bloco h3{
  color: #666;
}
.projeto-bloco h3, .projeto-bloco p{
  padding-left: 15px;
}
.projeto-bloco:hover h3{
  color:#9ed00a;
}
.projeto-bloco a{
  color: #999;
}
.title-project{
  min-height: 100px;
}

/*****************************
CLIENTES
*******************************/

.logo-row{
  border-top: solid 2px #6b9137;
  border-bottom: solid 2px #6b9137;
  background-image: url(../img/bg-pattern-saparada.gif);
  padding-bottom: 50px;
}
.logo-row h2{
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.48);
  font-size: 30px;
}
.bx-wrapper{
  max-width: 1170px !important;
}
.bx-viewport{
  padding-top: 20px !important;
}
.gs_logo_single{
  border-radius: 10px;
  background: #fff;
  padding: 20px 10px;
  width: 186px !important;
  border: solid 2px #6b9137;
}
.gs_logo_single:hover{
  top: -15px;
}
.cliente-full h1{
  margin-bottom: 10px;
  margin-top: 30px;
}
.cliente-full h2{
  color: #a9a9a9;
  font-weight: 300;
}
.cliente-full .logo-box{
  background: #fff;
  border: solid 1px rgb(160, 160, 160);
  height: 180px;
  display:table;
  padding: 15px;
  width: 100%;
}
.cliente-full .logo-row{
  padding-top: 30px;
}
.cliente-full .logo-box img{
  margin-left: auto;
  margin-right: auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  max-width: 75%;
  max-height: 90px;
  width: auto;
  height: auto;
  opacity: .7;
}
.cliente-full .logo-box:hover{
  border: solid 1px rgb(55, 98, 33);
  -webkit-box-shadow: 0px 0px 36px 0px rgba(55, 98, 33, 0.7);
  -moz-box-shadow: 0px 0px 36px 0px rgba(55, 98, 33, 0.7);
  -ms-box-shadow: 0px 0px 36px 0px rgba(55, 98, 33, 0.7);
  -o-box-shadow: 0px 0px 36px 0px rgba(55, 98, 33, 0.7);
  box-shadow: 0px 0px 36px 0px rgba(55, 98, 33, 0.7);
}
.cliente-full .logo-box:hover img{
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  opacity: 1;
}

/*****************************
CONTATO
*******************************/

.contato-full h1{
  margin-bottom: 10px;
  margin-top: 30px;
}
.contato-full h2{
  color: #a9a9a9;
  font-weight: 300;
}

/*****************************
FOOTER
*******************************/

footer{
  background: #f7f7f8;
  padding-bottom: 40px;
}
footer ul{
  list-style: none;
}
footer ul li span {
  float: left;
  margin-right: 15px;
  font-size: 22px;
  color: #9ed00a;
}

footer ul li p{
  padding-left: 36px;
}
.divisor-box{
  position:relative;
}
.divisor-footer{
  background: #c3c3c3;
  height: 160px;
  width: 3px;
  position:absolute;
  left:50%;
  margin-left:-1.5px;
  top:50%;
  margin-top:50px;
}
.divisor-footer span:first-child {
  position: relative;
  top: -10px;
  left: -4px;
  color: #9b9b9b;
}

.divisor-footer span:last-child {
  position: absolute;
  bottom: -12px;
  left: -4px;
  color: #9b9b9b;
}

.logo-footer{
  padding-top: 40px;
}
footer a{
  text-decoration: none;
  color: #999;
}
footer a:hover, footer a:active{
  color: #9ed00a;
}
.btn-whatsapp-footer {
    position: fixed;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    bottom: 85px;
    right: 10px;
    padding: 18px;
    border-radius: 50%;
  z-index: 99;
}
/*****************************
Novas Alterações
*******************************/

header{
  padding:25px 0;
}
.menu-home-container{
  display: inline-block;
}
.social-menu ul li:hover, li:active{
  background: none;
}
header a:hover,header a:focus{
  color:#9ed009!important;
}
.social-menu  a:focus{
  color:#fff!important;
}
.social-menu a:hover{
  color:#9ed009!important;
}
.gs_logo_single{
  padding: 0 30px;
  height:120px;
  border:0!important;
  box-shadow: 3px 3px 4px #6b9008;
  border-radius: 0px;
  top:-5px;
  transition: 1s !important; /* Chrome, Safari, Opera */
  text-align: center;
  line-height: 120px;
}
.bx-wrapper img{
  display: inline-block!important;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.bx-wrapper img:hover, .bx-wrapper img:active{
  -webkit-filter: inherit;
  -moz-filter: inherit;
  -ms-filter: inherit;
  -o-filter: inherit;
  filter: inherit;
  transition: all ease .2s;
}
.gs_logo_single:hover{
  margin:-15px 0 0 0;
  top:-5px!important;
}
.cover{
  position: absolute;
  display: none;
  margin:0 auto;
}
.cover2{
  position: absolute;
  display: none;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.texto-agencia p{
  margin-bottom: 15px;
  font-size: 16px;
}
form input[type="text"],form input[type="email"],form input[type="tel"]{
  padding: 25px 18px;
  font-size: 18px !important;
  color:#333;
}
form textarea{
  padding: 15px 18px;
  font-size: 18px !important;
  color:#333;
  width: 100%;
  border: solid 1px #dcdcdc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  height: 185px;
  margin-bottom: 15px;
  padding-left: 15px;
}
form .col-md-12 input[type="checkbox"]{
  width:15px;
  float:left;
  margin:0 15px 0 0;
  display:inline-block;
}
form .col-md-12  p{
  display:inline-block;
  line-height: 35px;
  margin:0 0 5px 0 ;
}
form .col-md-12{
  margin:0 0 30px 0 ;
}
form .divisor-hrz.pull-right{
  top: 26px;
}
form .button{
  margin-top:0;
}
.text-portifolio{
  color:#666;
  font-size: 16px;
}
.space-bottom{
  margin-bottom:80px !important;
}
.form-select{
  color:#a9a9a9;
  font-size: 18px;
  font-style: italic;
}
.form-select select{
  padding:0px 18px;
  border: solid 1px #dcdcdc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  height: 52px;
  width:100%;
}
.social-menu ul li:hover span{
  color:#9ed009;
}
.file-input-submit{
  color: #333;
  border: 0;
}
.button-file{
  color: #a9a9a9;
  font-size: 16px;
  font-style: italic;
  height: 52px;
  padding: 0px 10px;
  /* border: 2px solid #e9e9e9; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin: 0;
}
.green-text{
  color:#9ed009;
}
.button-file span{
  color:#9ed00a;
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
  display: inline-block;
  margin: 0px 0 0 5px;
  position: relative;
  top: 4px;
}
.file-input-submit {
  margin: 17px 0 0 0;
  float: left;
}
.list-auto .current_page_item > a, .list-auto .current_page_ancestor > a, .list-auto .current-menu-item > a, .list-auto .current-menu-ancestor > a {
  color: #446c30!important;
  font-weight: 700;
}
.agencia-full .sub-title{
  color:#a9a9a9;
  size:26px;
  font-weight: 300!important;
  font-style: italic!important;
  font-family: 'Lato',arial!important;
  margin-top: 20px;

}
.agencia-full .main-title{
  margin-top:90px ;
  margin-bottom: 0;
}
.profile-projeto .circle-right{
  float: right;
  right: 0px;
}
.profile-projeto .circle-left{
  left: 0px;
  float: left;
  width: 30px;
  border: 0!important;
}
.profile-projeto .divisor-hrz{
  top:0;
}
.profile-projeto{
  margin-bottom: 40px;
  max-width: 1170px;
  width: 100%;
}
.icon-star{
  width:21px!important;
  height: 21px!important;
  background: url("../img/star.svg") no-repeat center;
  float:right;
}
.button:hover .icon-star{
  background: url("../img/star-white.svg") no-repeat center;
}
.icon-tag,.icon-star{
  margin: 0 0 0 15px !important;
}
.profile-projeto .button{
  min-width: 50px;
}
.buttom-left-icon{
  float:left;
  margin-right:15px;
}
.text-center .buttom-left-icon{
  float: initial;
}
.text-center .buttom-left-icon .icon-tag{
  padding-left: 4px;
  padding-right: 1px;
  margin: 17px 0 0 9px !important;
  padding-top: 16px;
  float: inherit;
  font-size: 25px;
  vertical-align: top;;
}
.buttom-right-icon{
  float:right;
  margin-right:15px;
}
.full-screen{
  width: 100%!important;
  max-width: none;
}
.iten-destq-sec a,.iten-destq-pri a,.iten-destq-pri.right a{
  display: block !important;
}
.iten-destq-pri.right{
  float: right;
  display: block;
}
.case-template-title{
  background: red;
  box-shadow: inset -1px -94px 130px -8px rgba(0,0,0,0.7);
  -webkit-box-shadow: inset -1px -94px 130px -8px rgba(0,0,0,0.7);
  -moz-box-shadow: inset -1px -94px 130px -8px rgba(0,0,0,0.7);
  -o-box-shadow: inset -1px -94px 130px -8px rgba(0,0,0,0.7);
  overflow: hidden;
}
.case-template-title h1{
  text-align: center;
  font-size:30px;
  color:#fff;
  font-family: 'Lato';
  font-weight: 900;
  margin-top:350px;
  margin-bottom:15px;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 1);
  text-transform: uppercase;
}
.case-template-title h2{
  text-align: center;
  font-size:20px;
  color:#8fc14b;
  font-family: 'Lato';
  font-weight: 300;
  margin-top:0px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

.case-template-text{
  background: #fff;
  padding: 15px 0;
}
.case-template-text div{
  vertical-align: middle;
  display: inline-block;
}
.case-template-text div img{
  max-height:700px;
  margin:0 auto;
  max-width: 100%;
  vertical-align: middle;

}
.case-template-text div h1{
  font-size:24px;
  font-family: 'Lato';
  display: block;
  border-bottom: 2px solid #8fc14b;
  width: 100%;
  padding-bottom:22px;
  color: #9ed009;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}
.case-template-text div p{
  margin-top: 15px;
  font-size:14px;
  font-family: 'Lato';
  font-weight: 400;
  color:#919191;
}

.case-template-image{
  padding: 0;
  min-height: 0!important;
}
.case-template-image img{
  max-width:100%;
  margin:0 auto;
  display: block;
}

.case-template-image-full{
}

.case-template-video{
  background: grey  ;
  min-height: 0!important;
  padding: 0;
}
.facebook-content{
  padding: 250px 0 150px 0;
  margin-top: -201px;
}
.facebook-content img{
  margin:  15px 0;
  border-style: solid;
  border: solid 1px rgba(255, 255, 255, 0,2);
  -webkit-box-shadow: 0.97px 1.749px 7px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0.97px 1.749px 7px 0px rgba(0, 0, 0, 0.21);
  -ms-box-shadow: 0.97px 1.749px 7px 0px rgba(0, 0, 0, 0.21);
  -o-box-shadow: 0.97px 1.749px 7px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0.97px 1.749px 7px 0px rgba(0, 0, 0, 0.21);

}
.super-fluid{
  padding: 0!important;
}

#super-primary{
  display: inline-block!important;
  width: 100%!important;
}

#super-content{
  display: inline-block!important;
  width: 100%!important;
}

.max-height{
  min-height: 450px;
}
.plink a:hover{
  color:#9ed00a;
  text-decoration:blink;
}
.img-agenc img{
  margin:0;
  display: block;
  max-width: 100%;
  height: auto;
}


@media screen and (min-width: 1000px){
  .case-template-video iframe{
    height: 90vh;
  }
}
@media screen and (max-width: 992px){
  .servico-home h3{
    margin-top: 15px;
  }
  /* PROJETOS: ;*/
  .img-agenc{
    padding: 0;
    margin: 0 -30px;
  }

}
@media screen and (max-width: 767px){
  header{
    min-height: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body{
    padding-top: 45px;
  }
  .social-menu{
    margin-right: 30px;
    margin-top: 15px;
  }
  .social-menu ul li {
    height: 40px;
    width: 40px;
    padding-top: 12px;
    font-size: 22px;
  }
  .social-menu ul li a{
    font-size: 20px;
margin-top: -5px;
    padding: 0px 0 0;
  }
  .cliente-full .logo-box{
    height: 120px;
  }
  .max-height {
      min-height: initial;
  }

  .iten-destq-pri h2, .iten-destq-sec h2{
    width: calc(100% - 45px);
    margin: 10px 30px;
    font-size: 21px;
  }
  .iten-destq-pri p, .iten-destq-sec p {
    bottom: 24px;
    width: calc(100% - 45px);
    margin: 10px 30px;
    font-size: 20px;
  }

  #trabalhe .divisor-hrz, #contato .divisor-hrz{
    display: none;
  }
  #trabalhe .button, #contato .button{
    width: initial;
    float: left!important;
    margin: 30px auto;
    display: block;
  }

}
