

/*-----------------------Reset-------------------------*/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  vertical-align:baseline;
  font-weight:inherit;
  font-style:inherit;
  font-size:100%;
  line-height:100%;
  background:transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block;}
audio, canvas, video {display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]) { display: none; }
[hidden] {display:none;}

/*----------------------Base Styles----------------------*/

html * {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
} 

html {
  height:100%;
}
  
body{
  font-size:100%;
  line-height:100%;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  font-family:'Roboto', sans-serif;
  color:#000;
  position:relative;
  min-height:100%;
  height: 100%;

}

/*----------------------Default----------------------------*/

blockquote {margin:1em 40px;}

dfn {font-style:italic;}

hr {display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}

ins {background:#ff9;color:#000;text-decoration:none;}

mark {background:#ff0;color:#000;font-style:italic;font-weight:bold;}

pre, code, kbd, samp {font-family:monospace, serif; _font-family: 'courier new', monospace;font-size:1em;}

pre {white-space:pre;white-space:pre-wrap;word-wrap:break-word;}

q {quotes:none;}
q:before, q:after {content: "";content:none;}

small {font-size:85%;}

sub, sup {font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup {top:-0.5em;}
sub {bottom:-0.25em;}

img {border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;}

svg:not(:root) {overflow:hidden;}

figure {margin:0;}

button[disabled], input[disabled] {cursor:default;}

iframe {filter: alpha(opacity=100) !important;
       opacity:1!important;}

input[type="checkbox"], input[type="radio"] {box-sizing:border-box;padding:0;*width:12px;*height:12px;margin:0;border:none;background:none;}

textarea {overflow:auto;vertical-align:top;resize:vertical;}

table {border-collapse:collapse;border-spacing:0;}

.chromeframe {margin: 0.2em 0;background:#ccc;color:black;padding:0.2em 0;}

strong{font-weight:bold;}

em{font-style:italic;}

p{margin:0 0 1em 0; line-height:1.5em;}

h1, h2, h3, h4, h5, h6 {
  padding:0.5em 0; 
  font-weight:bold;
  text-decoration:none;
}

ol, ul{
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
  display:block;
  clear:both;
}

a:link, 
a:visited, a:focus, a:hover, a:active {
  text-decoration:underline;
  cursor:pointer;
}
 
a:hover{text-decoration:none;}

/*--------------------Helpers-----------------------*/

.hidden {display:none;visibility:hidden;}
.clear, 
.clear-left, 
.clear-right{clear:both;display:block;width:100%;height:0;overflow:hidden;line-height:0;font-size:0; }
.clearafter:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0;overflow:hidden;}* html .clearafter,*:first-child+html .clearafter{zoom:1}
.clear-left{clear:left;}
.clear-right{clear:right;}
.f-right{float:right;}
.f-left{float:left;}
.no-border{border:0 none!important;}
.no-margin{margin:0 !important;}
.no-padding-top{padding-top:0 !important;}
.no-bg{background:transparent none;}
.a-left{text-align:left !important;}
.a-right{text-align:right !important;}
.a-center{text-align:center !important;}
.no-list-style, .no-list-style li{list-style:none !important; margin-left:0 !important;}
.mr-25{margin-right:25px;}
.amarelo {background: #FFDE00;}


/*--------------------GRID-----------------------*/

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-1-3 {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    min-height: 1px;
}

.grid-1   {width: calc(06.25% - 20px);}
.grid-2   {width: calc(12.50% - 20px);}
.grid-3   {width: calc(18.75% - 20px);}
.grid-4   {width: calc(25.00% - 20px);}
.grid-5   {width: calc(31.25% - 20px);}
.grid-6   {width: calc(37.50% - 20px);}
.grid-7   {width: calc(43.75% - 20px);}
.grid-8   {width: calc(50.00% - 20px);}
.grid-9   {width: calc(56.25% - 20px);}
.grid-10  {width: calc(62.50% - 20px);}
.grid-11  {width: calc(68.75% - 20px);}
.grid-12  {width: calc(75.00% - 20px);}
.grid-13  {width: calc(81.25% - 20px);}
.grid-14  {width: calc(87.50% - 20px);}
.grid-15  {width: calc(93.75% - 20px);}
.grid-16  {width: calc(100% - 20px);}
.grid-1-3 {width: calc(33.333% - 20px);}



@media (max-width: 739px) {
  .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
  }
}







/***************************

pagina 1 - home

****************************/


.pagina1 {
  height: 100%;
}

.home div:nth-child(1) {
  text-align: center;
  padding-top: 100px;
}
.home div:nth-child(2) {
  font-size: 5em;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
}

.home div:nth-child(3) {
  font-size: 1.5em;
  text-align: center;
  padding-top: 30px;
}

.home a{
  font-size: 4em;
  color: #000;
  display: block;
  width: 50px;
  margin:  auto;
}

.home a:hover{
  color: #369C49;
}

.fraseTopoPP, .chamadaTopoPP, .logoTopoPP, .saibaMaisTopoPP {
  opacity: 0;
}



/***************************

pagina 2 - serviços

****************************/


.pagina2 {
  position: relative;
/*   min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto; */
  background: #fff;
}

.porque-nos {
  padding-top: 50px;
}

.escolher p:nth-child(1){
  padding-top: 80px;
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;

}

.escolher p:nth-child(1) span{
  color: #35b569;
}

.escolher p:nth-child(1):after{
  content: '';
  position: relative;
  display: block;
  width: 100px;
  height: 5px;
  background: #35b569;
  margin: auto;
  margin-top: 10px;
  ;

}

.escolher p:nth-child(2){
  padding-top: 20px;
  padding-bottom: 50px;
}

.escolher-item ul li i {
  color: #6CA23C;
  padding-right: 10px;
}



/***************************

pagina 3 - serviços

****************************/



.servicos_titulo {
  text-align: center;
  padding: 50px 10px 50px 10px;
  font-size: 2.5em;
  font-weight: bold;
}

.servicos_titulo span {
  color: #35b569;
}

.servicos_titulo::after{
  content: '';
  position: relative;
  display: block;
  width: 100px;
  height: 5px;
  background: #35b569;
  margin: auto;
  margin-top: 10px
  
}

.servicos {
  background:#FCFCFC;
  padding: 20px 10px 10px 10px;
  height: 100%;
}
.servicos p img{
  display: block;
  margin: auto;
}

.servicos p:nth-child(2){
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}

.servicos p:nth-child(3){
  text-align: center;
}

.servicos-anime-inicio {
  opacity: 0;
  transform: translate3d(0,0,0);
  transition: .3s;
}

.servicos-anime-start {
  opacity: 1;
  transform: translate3d(0,0,0);

}






/***************************

pagina 4 estatisticas

****************************/

.estatisticas {
  padding:  70px 00px 70px 00px;
  margin-top: 50px;
  background: url('../images/estatistica.png');
  background-size: cover;
  background-attachment: fixed;
}

.estat_subtitulo {
  color: #fff;
  text-align: center;
}

.estat_subtitulo::after {
  content: '';
  position: relative;
  display: block;
  width: 200px;
  height: 1px;
  background: #8A8A8A;
  margin: auto;
  margin-top: 25px;
}

.estat_titulo {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: bold;
  padding-bottom: 100px;
}


.estat_icon {
  font-size: 2em;
  color: #fff;
  padding-bottom: 30px;
  border-right:1px dotted  #8A8A8A;
  margin-bottom: 10px;

}
.estat_nun {
  color: #fff;
  font-size: 1.5em;
  font-family: 'Raleway', sans-serif;
}

.estat_nun::after {
  content: '';
  position: relative;
  display: block;
  width: 40px;
  height: 1px;
  background: #f00;
  margin-top: 20px;
  margin-left: 0px;


}

.estat_descricao {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-left: 20px;
}


/***************************

pagina 5 Processo trabalho

****************************/



.processo-trabalho {
  text-align: center;
  padding: 100px 10px 50px 10px;
  font-size: 2.5em;
  font-weight: bold;
  width: 100%;
  float: none;
  clear: both;
}

.processo-trabalho span {
  color: #35b569;
}

.processo-trabalho::after{
  content: '';
  position: relative;
  display: block;
  width: 100px;
  height: 5px;
  background: #35b569;
  margin: auto;
  margin-top: 10px
  
}

.p-col {
  text-align: center;
}
.p-seta {
  padding-top: 15px;
}



/***************************

FALE CONOSCO:

****************************/

#contato {
  background: #5B5B5B;
  margin-top: 150px;
  padding: 50px 10px 50px 10px; 
}

.titulo-contato {
  font-weight: bold;
  font-size: 2.5em;
  color: #fff;
  padding: 00px 10px 50px 10px;
  text-align: center;
}

.endereco {
  color: #fff;
  line-height: 1.7em;
  text-align: center;
  padding-top: 0px;
}

.endereco span{
  color: #9CCC85;
}

.redes-sociais {
  padding-top: 20px;
}
.redes-sociais a{
  text-decoration: none;
  font-size: 2em;
  color: #9CCC85;
  padding: 20px 5px 00px 10px;
}

.redes-sociais a:hover{
  color: #fff;
}

.barra-final {
  padding: 20px 00px 20px 00px;
  text-align: center;
  background: #000;
  color: #fff;
}




/***************************

CONTATO

****************************/



.load {
  display: none;
  margin-left: 000px;
  margin-top: 70px;
  text-align: left;
}

.frm-nao-aparece {
  display: none!important;
}

.email-ok {
  display: none!important;
  font-size: 2em;
  color: #65DC49;
  text-align: left;
  margin-top: 50px;
}

.frm-aparece {
  display: block!important;
}






/***************************

outros

****************************/



.ft_titulo {
  position:relative;
  float:none;
  font-size:24px;
  padding:20px 30px 50px 30px;
}

.ft_tudo {
    content: '';
    display: table;
    clear: both;
    min-height: 500px;
    width: 100%;
}

.galeria_titulo {
  font-size: 2em;
}
.ft_galeria_foto {
   width: 250px; 
   height: 190px; 
   position: relative;
   float: left;
   margin-left: 20px;
   border: 5px solid #c1c1c1;
   margin-bottom: 20px;
 }

 .ft_galeria_video{
   width: 250px; 
   height: 190px; 
   position: relative;
   float: left;
   margin-left: 20px;
   border: 5px solid #c1c1c1;
   margin-bottom: 20px;
 }

.ft_gv a{
  color: #000;
  text-align: center;
}
 .ft_gv span{
  display: block;
  background-color: rgba(255, 255, 255, .9);
  width: 100%;
  min-height: 80px;
  padding: 5px;
  color: 000!important;
}


.ft1{
  float:left;
  padding:20px 20px 20px 200px ;
}
.ft2{
  float:left;
  padding:20px 20px 20px 150px ;
}

.li_titulo{
  font-size:36px;
  padding:20px;
}
  











/*------------------------Navigation-------------------------*/

.navigation-fixed{
  z-index:5;
  right:30px;
  top:35px;
  position:fixed;
  width:80px;
  display:none;
}

.navigation-fixed span{
  display:block;
  clear:both;
  cursor:pointer;
  color:#95aeb9;
  font-weight:bold;
  font-size:13px;
  text-align:center;
}

.navigation-fixed span.button-top{
  background:transparent url('../img/btns-sprite.png') no-repeat 50% 25px;
  margin-bottom:20px;
  padding-bottom:55px;
}

.navigation-fixed span.button-bottom{
  padding-top:55px;
  background:transparent url('../img/btns-sprite.png') no-repeat 50% -157px;
}





/*----------------------Conteúdo Interno--------------------------*/

.conteudo_interno {
  margin-top: 110px;
}

.container_interno {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 50px;
}

.c_pao a {
  color: #5597B0;
  text-decoration: none;
}
.c_pao a:hover {
  text-decoration: underline;
}

.lista_conteudo_linha li a{
  color: #666;
  text-decoration: none;
  line-height: 1.5em;
  font-size: 1.2em;
}

.lista_conteudo_linha li a:hover{
  text-decoration: underline;
}

.tituloConteudoDetalhe {
  font-size: 2em;
  padding-bottom: 50px;
}

.nav_pg_lista_conteudo ul li a{
  color: #287AA4;
  text-decoration: none
}

.galeria_foto_titulo {
  color: #666;
  font-size: 1.5em;
}

.galeria_foto_titulo:hover{
  text-decoration: underline;
  color: #666;
}

.galeria_foto_titulo::before{
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: #666;
  margin: 12px 10px 10px auto;
  position: relative;
  float: left;
}



/*--------------------menu-topo-----------------------*/

/* espaçamento entre itens do menu */
.barra_menu_topo {
  background: rgba(255,255,255,.5);
}

.nav_topo ul li {
  padding: 0px 5px 0px 5px
}

/* cor item do menu */
.nav_topo ul li a{
  text-decoration: none;
  color: #000!important;

}
.nav_topo ul li a:hover{
  color: #278832!important;
}


/* cor da barrinha entre os itens do menu */
.nav_topo ul li:nth-child(1n+2)::before{
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 10px;
  margin-top: 12px;
  background: #c1c1c1;
  margin-left: -5px;
}

/* tamanho da linha do submenu */
.sub_menu a{
  line-height: 30px;
}

.pc {
  background-color:rgb(250, 250, 250);
  padding-bottom: 120px;
}
.logo-clientes-lista{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logo-clientes-lista li a img{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition:all .5s;
}

.logo-clientes-lista li a img:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}


.logo-clientes-lista li{
  width: 300px;
  padding: 20px 0px;
}

.frase2{
  margin:auto;
  margin: -15px auto 30px auto;
  font-size: 1.75rem;
}