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,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}


/* ==========================================================================
   FORMATAÇÃO GERAL
   ========================================================================== */

body{
  height: auto;
  background-image: url(../img/bg-site.png);
}
.row{
  width: 1024px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.container{
  width: 984px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* ==========================================================================
   CSS TRANSITION
   ========================================================================== */
.animacao{
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
/* ==========================================================================
   GRID 12 COLUNAS
   ========================================================================== */
.cols{
  display: inline-block;
  vertical-align: top;
  height: auto;
}
.col-1{
}
.col-2{
}
.col-3{
}
.col-4{
}
.col-5{
}
.col-6{
}
.col-7{
}
.col-8{
}
.col-9{
}
.col-10{
}
.col-11{
}
.col-12{
}

.laranja-claro{
  background-color: #F27E2C;
}
.laranja-escuro{
  background-color: #CF4725;
}
.cinza-escuro{
  background-color: #3E3E40;
}
.cinza-claro{
  background-color: #818385;
}
#line-header{
  width: 100%;
  height: 5px;
  background-color: #F27E2C;
}
#topo{
  width: 100%;
  height: 130px;
  background-color: #3E3E40;
}
#logo{
  width: 180px;
  height: 80px;
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  position: absolute;
  margin-top: 20px;
}
#info-head{
  width: 500px;
  height: 40px;
  position: absolute;
  margin-left: 400px;
  margin-top: 60px;
}
.info{
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}
.info .ico{
  display: inline-block;
  vertical-align: top;
}
.info p{
  display: inline-block;
  vertical-align: top;
  height: 40px;
  color: #FFFFFF;
  font-family: 'gothambook';
  font-size: 14px;
  padding-left: 10px;
}
#menu{
  width: 100%;
  height: 40px;
  background-color: #CF4725;
}
#menu ul{
  width: 740px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
}
#menu ul li{
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  list-style: none;
}
#menu ul li:nth-child(1){
  padding-left: 0px;
}
#menu ul li a{
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'gothambold';
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
#menu ul li a:hover{
  color: #3E3E40;
}
#line-footer{
  width: 100%;
  height: 13px;
  background-image: url(../img/bg-linha.png);
}
#line-cinza{
  width: 100%;
  height: 13px;
  background-image: url(../img/bg-linha-cinza.png);
}
#footer{
  width: 100%;
  height: 273px;
  background-color:#CF4725;
  background-image: url(../img/bg-footer.png);
  background-position: center;
  background-repeat: no-repeat;
}
#info-footer{
  width: 420px;
  position: absolute;
  margin-top: 80px;
}
.info-footer{
  width: auto;
  height: auto;
  padding-bottom: 15px;
}
.info-footer .ico{
  display: inline-block;
  vertical-align: middle;
}
.info-footer p{
  display: inline-block;
  vertical-align: middle;
  height: auto;
  color: #FFFFFF;
  font-family: 'gothambook';
  font-size: 14px;
  padding-left: 10px;
}
#logo-footer{
  width: 226px;
  height: 100px;
  background-image: url(../img/logo-footer.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin-left: 758px;
  margin-top: 80px;
}
#section-slider{
  width: 100%;
  background-image: url(../img/bg-slider.jpg);
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
}
#busca{
  display: inline-block;
  height: 40px;
  width: 234px;
  margin-top: 5px;
}
#busca #campo{
  width: 180px;
  height: 30px;
  background-color: #A73A1E;
  border:none;
  vertical-align: top;
  padding-left: 10px;
  color: #F27E2C;
}
#busca #bt{
  width: 30px;
  height: 30px;
  background-color: #A73A1E;
  border:none;
  background-image: url(../img/search-top.svg);
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
  margin-left: -5px;
}
::-webkit-input-placeholder {
   color: #F27E2C;
   font-family: 'gothambook';
}

:-moz-placeholder {
   color: #F27E2C;
   font-family: 'gothambook';
}

::-moz-placeholder {
   color: #F27E2C;  
   font-family: 'gothambook';
}

:-ms-input-placeholder {  
   color: #F27E2C;  
   font-family: 'gothambook';
}
#section-sobre{
  width: 100%;
  height: auto;
  padding-bottom: 65px;
}
#section-sobre h1{
  width: auto;
  height: 140px;
  text-align: center;
  font-size: 48px;
  font-family:'Gotham-Black';
  color: #CF4725;
  text-transform: uppercase;
  line-height: 180px;
}

#section-sobre h6{
  font-family: 'gothambook';
  text-align: center;
  color: #3E3E40;
  font-size: 14px;
}

.cols{
  width: 312px;
  height: auto;
  vertical-align: top;
  display: inline-block;
  margin-top: 65px;
}
.cols-2, .cols-3{
  margin-left: 20px;
}

.cols h2{
  font-family:'Gotham-Black';
  font-size: 30px;
  color: #3E3E40;
  text-transform: uppercase;
  line-height: 34px;
}
.cols h3{
  font-family:'Gotham-Black';
  font-size: 24px;
  color: #3E3E40;
}
.cubo{
  width: 20px;
  height: 20px;
  background-color: #CF4725;
  margin-right: 10px;
  display: inline-block;
}
.cols p{
  font-family: 'gothamlight';
  line-height: 20px;
  font-size: 14px;
  color: #818385;
  margin-top: 20px;
  white-space: pre-wrap;
}
.item-sobre-home{
  margin-bottom: 40px;
}
.bt-more{
  width: 160px;
  height: 50px;
  background-color: #CF4725;
  color: #FFFFFF;
  font-family: 'gothambook';
  display: block;
  text-decoration: none;
  line-height: 50px;
  padding-left: 15px;
  background-image: url(../img/more.png);
  background-repeat: no-repeat;
  background-position: 140px 15px;
  margin-top: 15px;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
.bt-more:hover{
  background-color: #3E3E40;
}
#section-estrutura{
  width: 100%;
  background-image: url(../img/bg-section-grade.jpg);
  height: 322px;
  background-position: center;
}
#section-estrutura h1{
  font-family: 'gothambold';
  width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 48px;
  color: #FFF;
  padding-top: 70px;
  line-height: 60px;
}
.bt-more-cinza{
  width: 160px;
  height: 50px;

  background-color: #CF4725;
  color: #FFFFFF;
  font-family: 'gothambook';
  display: block;
  text-decoration: none;
  line-height: 50px;
  padding-left: 15px;
  background-image: url(../img/more.png);
  background-repeat: no-repeat;
  background-position: 140px 15px;
  margin-top: 30px;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
.bt-more-cinza:hover{
    background-color: #3E3E40;
  
}

#section-projetos{
  padding-bottom: 80px;
  width: 100%;
}
#section-busca{
  padding-bottom: 80px;
  width: 100%;
}

#section-projetos h1{
  width: auto;
  height: 140px;
  text-align: center;
  font-size: 48px;
  font-family:'Gotham-Black';
  color: #CF4725;
  text-transform: uppercase;
  line-height: 180px;
}
#section-busca h4{
  font-family: 'gothambook';
  text-align: center;
  color: #3E3E40;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
#section-busca h1{
  width: auto;
  height: 60px;
  text-align: center;
  font-size: 40px;
  font-family:'Gotham-Black';
  color: #CF4725;
  text-transform: uppercase;
  line-height: 60px;
  padding-bottom: 40px;
}

#section-projetos h6{
  font-family: 'gothambook';
  text-align: center;
  color: #3E3E40;
  font-size: 14px;
}
#section-projetos #foto-projeto{
  width: 312px;
  height: 210px;
  padding-bottom: 20px;
}
#section-projetos h2{
  font-size: 24px;
}
#section-projetos p{
  padding-bottom: 15px;
}
.bt-more-slider{
  width: 160px;
  height: 50px;
  background-color: #CF4725;
  color: #FFFFFF;
  font-family: 'gothambook';
  display: block;
  text-decoration: none;
  line-height: 50px;
  padding-left: 15px;
  background-image: url(../img/more.png);
  background-repeat: no-repeat;
  background-position: 140px 15px;
  margin-top: 15px;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 99;
}
.bt-more-slider:hover{
  background-color: #3E3E40;
}
#section-titulos{
  width: 100%;
  height: 144px;
  background-image: url(../img/bg-titulos.jpg);
  background-position: center;
}
#section-titulos h1{
  font-family:'Gotham-Black';
  color: #FFF;
  padding-top: 40px;
  font-size: 36px;
  text-transform: uppercase;
}
#section-titulos #navigator{
  width: 100%;
  height: 40px;
  padding-top: 15px;
}
#section-titulos #navigator a{
  text-decoration: none;
}
#section-titulos #navigator p{
  width: auto;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  font-family:'Gotham-Black';
  color: #FFF;
  font-size: 14px;
  padding-right: 10px;
  text-transform: uppercase;
}
#section-titulos #navigator .current{
  color: #CF4725;
}
#section-empresa{
  padding-bottom: 80px;
  height: auto;
  width: 100%;
}
#section-empresa h1{
  width: auto;
  height: 140px;
  text-align: center;
  font-size: 48px;
  font-family:'Gotham-Black';
  color: #CF4725;
  text-transform: uppercase;
  line-height: 180px;
}
.cols-two{
  width: 480px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.cols-two-2{
  margin-left: 20px;
}
.cols-two p{
  font-family: 'gothamlight';
  line-height: 20px;
  font-size: 14px;
  color: #818385;
  margin-top: 20px;
  white-space: pre-wrap;
}
#section-perfil{
  width: 100%;
  background-image: url(../img/bg-section-grade.jpg);
  height: 322px;
  background-position: center;
}
#section-perfil h2{
  width: 312px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  font-family:'Gotham-Black';
  color: #FFF;
  font-size: 48px;
  line-height: 56px;
  padding-top: 70px;
}
#section-perfil p{
  width: 646px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  color: #FFF;
  font-family: 'gothamlight';
  font-size: 14px;
  line-height: 20px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -o-column-gap: 20px;
  column-gap: 20px;
  padding-top: 70px;
}
#section-servicos{
  padding-bottom: 80px;
  height: auto;
  width: 100%;
}
#section-servicos h1{
  width: auto;
  height: 140px;
  text-align: center;
  font-size: 48px;
  font-family:'Gotham-Black';
  color: #CF4725;
  text-transform: uppercase;
  line-height: 180px;
}

#section-servicos h6{
  font-family: 'gothambook';
  text-align: center;
  color: #3E3E40;
  font-size: 14px;
}
.servico{
  padding-bottom: 30px;
}
.servico #img-servico{
  height: 210px;
  padding-bottom: 15px;
}
.servico h2{
  width: 280px;
  height: 60px;
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  vertical-align: top;
  line-height: 26px;
}
#section-tecnologia{
  width: 100%;
  background-image: url(../img/bg-section-grade.jpg);
  height: 322px;
  background-position: center;
}
#section-tecnologia h2{
  width: 396px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  font-family:'Gotham-Black';
  color: #FFF;
  font-size: 48px;
  line-height: 56px;
  padding-top: 80px;
}
#section-tecnologia p{
  width: 564px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  color: #FFF;
  font-family: 'gothamlight';
  font-size: 14px;
  line-height: 20px;
  padding-top: 80px;
}

#section-estruturar{
  width: 100%;
  background-image: url(../img/bg-section-grade.jpg);
  height: 322px;
  background-position: center;
}
#section-estruturar #logo-estruturar{
  width: 480px;
  height: 171px;
  display: inline-block;
  vertical-align: top;
  padding-top: 80px;
  background-image: url(../img/logo-section.svg);
  background-repeat: no-repeat;
  background-position: bottom;
}
#section-estruturar p{
  width: 480px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  color: #FFF;
  font-family: 'gothamlight';
  font-size: 24px;
  line-height: 30px;
  padding-top: 80px;
}
#section-estruturar p span{
  font-family: 'gothambold';
}
#mapa{
  width: 100%;
  height: 350px;
}
#section-contato h1{
  width: auto;
  height: 140px;
  text-align: center;
  font-size: 48px;
  font-family:'Gotham-Black';
  color: #CF4725;
  text-transform: uppercase;
  line-height: 180px;
}
.input{
  width: auto;
  padding: 10px;
  height: auto;
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
}
.input label{
  font-family: 'gothambold';
  font-size: 14px;
  display: block;
  color: #818385;
}
.input-1 input{
  width: 480px;
  height: 35px;
  margin-top: 10px;
  border:none;
  background-color: #E7E8E8;
}
.input-2 input{
  width: 970px;
  height: 35px;
  margin-top: 10px;
  border:none;
  background-color: #E7E8E8;
}
.input-1{
  width: 460px;
}
textarea{
  width: 970px;
  height: 100px;
  margin-top: 10px;
  border:none;
  background-color: #E7E8E8;
}
#contato{
  margin-top: 50px;
  margin-bottom: 60px;
}
.bt-enviar{

}
.bt-enviar{
  width: 170px;
  height: 40px;
  position: absolute;
  background-repeat: repeat-x;
  background-color: #CF4725;
  font-family: 'gothambold';
  text-transform: uppercase;
  color: white;
  border:none;
  margin-top: 10px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin-left: 10px;
}
.bt-enviar:hover{
  background-color: #3E3E40;
}
#section-contato{
  padding-bottom: 80px;
}
#logo-abece{
  background-image: url(../img/abece.png);
  width: 75px;
  height: 46px;
  position: absolute;
  margin-left: 909px;
  margin-top: 25px;
}
#subfooter{
  width: 100%;
  height: 60px;
  background-color: #BA4021;
}
.zabum{
  background-image: url(../img/zabum.png);
  width: 80px;
  height: 20px;

}
.pelicula{
  width: 80px;
  height: 20px;
  position: absolute;
  background-image: url(../img/pelicula.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  margin-left: 457px;
  margin-top: 25px;
  transition: all 3s ease-in-out;
  -webkit-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
}
.pelicula:hover{
  -webkit-animation: color 4s; /* Chrome, Safari, Opera */
  animation: color 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@-webkit-keyframes color {
    from {background-position: 0 0;}
    to {background-position: 0 -200px;}
}

/* Standard syntax */
@keyframes color {
    from {background-position: 0 0;}
    to {background-position: 0 -200px;}
}

#container-mensagem {
  display: none;
}

#container-mensagem h6 {
  background-color: #A73A1E;
  display: inline-block;
  font-family:'Gotham-Black';
  color: #E7E8E8;
  padding: 10px;
}