* {
  margin: 0;
  border: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: calibri;
  background: none;
  outline: none;

}


/******************
CLASSES
******************/
@media only screen and (max-width: 600px){
  .central{
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
}
@media only screen and (min-width: 600px){
  .central{
    width: 1100px;
    margin: 0 auto;
    position: relative;
  }
}

.clear_fixo{
  clear: both;
}

.clear::after{
  content: " ";
  clear: both;
  display: block;
}

.fonte_padrao{
  font-family: "fonte_padrao";
  word-wrap: break-word;
}
.fonte_principal{
  font-family: "fonte_principal";
}
.fonte_secundaria{
  font-family: "fonte_secundaria";
}
.icones{
  font-family: "icones";
}
.borda{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /*overflow: hidden;*/
}
.shadow{
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.32);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.32);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.32);
}

@media only screen and (max-width: 600px){
  .img_full{
    width: 100%;
    display: block;
  }
}

/******************
TAGS
******************/
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

p{
  font-family: "fonte_padrao";
  color: #3e3e3e;
  font-size: 17px;
  line-height: 20px;
}

h1,h2,h3,h4,h5,h6{
  font-family: "fonte_principal";
  color: #059de0;
}

a, button, .item{
  transition: all 0.5s ease;
}

.grid_pg{
  padding-top: 80px;
  /*padding-bottom: 50px;*/
}

.fonte_grande{
  font-size: 35px;
  line-height: 36px;
}
.fonte_media{
  font-size: 25px;
  line-height: 26px;
}
.alinhar_centro{
  text-align: center;
}


@media only screen and (min-width: 600px){
  .largura_50{
    width: 700px;
    float: right;
   
  }

  .largura_80{
    width: 80%;
    margin: 0 auto;
  }
  .largura_70{
    width: 70%;
    margin: 0 auto;
  }
}



.margin_bottom_10{
  margin-bottom: 10px;
}
.margin_bottom_20{
  margin-bottom: 20px;
}
.margin_bottom_30{
  margin-bottom: 30px;
}
.margin_bottom_40{
  margin-bottom: 40px;
}
.margin_bottom_50{
  margin-bottom: 50px;
}
.sub_titulo{
  font-size: 20px;
  line-height: 24px;
}
/******************
CONTEUDO
******************/
.grid_melhorias{
  width: 100%;
 
  padding-top: 50px;
  padding-bottom: 50px;
  

 background: rgba(0,162,225,1);
background: -moz-linear-gradient(left, rgba(0,162,225,1) 0%, rgba(0,20,61,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,162,225,1)), color-stop(100%, rgba(0,20,61,1)));
background: -webkit-linear-gradient(left, rgba(0,162,225,1) 0%, rgba(0,20,61,1) 100%);
background: -o-linear-gradient(left, rgba(0,162,225,1) 0%, rgba(0,20,61,1) 100%);
background: -ms-linear-gradient(left, rgba(0,162,225,1) 0%, rgba(0,20,61,1) 100%);
background: linear-gradient(to right, rgba(0,162,225,1) 0%, rgba(0,20,61,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2e1', endColorstr='#00143d', GradientType=1 );
}
.grid_melhorias .bloco .titulo{
  font-size: 38px;
  line-height: 40px;
  color: #fff;

}
.grid_melhorias .bloco .subtitulo{
  font-size: 28px;
  line-height: 32px;
  color: #fff;
}

@media only screen and (min-width: 600px){
  .img_melhorias_destaque{
    position: absolute;
            top: 60px;
      left: 10px;
      width: 459px;
  }
}
@media only screen and (max-width: 600px){
  .img_melhorias_destaque{
     width: 80%;
     display: block;
     margin: 0 auto;
     margin-bottom: 10px;
  }
}
.melhorias{
  width: 100%;
}

@media only screen and (min-width: 600px){
  .melhorias .item{
    width: 33.33%;
  }
  .melhorias .item:last-child{
     margin: 0;
  }
}

@media only screen and (max-width: 600px){
  .melhorias .item{
    width: 100%;
    margin-bottom: 10px;
  }
  .melhorias .item:last-child{
     margin: 0;
  }
}

.melhorias .item{
  float: left;
  
}
.melhorias .item .icone_destaque{
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.melhorias .item .espacamento{
  padding: 20px;
  margin: 10px;
  background: #032f55;
}
.melhorias .melhoria_titulo{
  font-size: 20px;
  line-height: 22px;
  color: #fff;
}

.grid_melhorias .complemento .obs{
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.grid_melhorias .complemento .obs strong{
  color: yellow;
}


/******************
Animacoes
******************/
.aparecer{
  animation-name: descerMenuSuperior;
  animation-duration: 1s;
}
@keyframes aparecer{
  from {opacity: 0;}
  to {opacity: 1; display: block;}
}
.desaparecer{
  animation-name: desaparecer;
  animation-duration: 1s;
}
@keyframes desaparecer{
  from {opacity: 1;}
  to {opacity: 0; }
}

.descer_menu_superior{
  animation-name: descerMenuSuperior;
  animation-duration: 3s;
}
@keyframes descerMenuSuperior{
  from {opacity: 0;}
  to {opacity: 1;}
}
.blur{
  animation-name: blur;
  animation-duration: 3s;
}
@keyframes blur{
  0%{opacity: 0;}
  20%{opacity: 1;}

  30%{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
  }
  100%{opacity: 1;}
}



/******************
CABECALHO
******************/
.cabecalho{
  width: 100%;
  background: #fff;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;

  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
}

#menu_mobile{
  position: absolute;
  right: 0;
  top: 15px;
  
}


/*Navegacao*/
@media only screen and (min-width: 600px){

  .cabecalho .navegacao{
    position: absolute;
    left: 200px;
    top: 27px;
    
  }
}


.cabecalho .logo{

  display: block;
  position: absolute;
  left: 0;
  top: 15px;
}

.cabecalho .logo img{
  display: block;
}

@media only screen and (min-width: 600px){

  .cabecalho .navegacao li{
    float: left;
    margin-right: 10px;
    border-right: 1px dotted #ccc;
  }
  .cabecalho .navegacao li:last-child{
    border: 0px;
    margin-right: 0px;
  }

  .cabecalho .navegacao li a, .cabecalho .navegacao li button{
    padding-left: 10px;
    padding-right: 10px;
  }

}

.cabecalho .navegacao li a, .cabecalho .navegacao li button{
  font-size: 20px;
  color: #000000;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}
.cabecalho .navegacao li a .icones, .cabecalho .navegacao li button .icones{
  font-size: 25px;
  color: #fff;
}
.cabecalho .navegacao li a:hover, .cabecalho .navegacao li button:hover{
  color: #059de0;
}

.cabecalho .navegacao li a:hover .icones, .cabecalho .navegacao li button:hover .icones{
  color: #059de0;
}

.navegacao .ativo{
  color: #059de0 !important;
}
.navegacao .ativo .icones{
  color: #059de0 !important;
}

/*Contatos*/
@media only screen and (min-width: 600px){
  .cabecalho .contatos{
    position: absolute;
    right: 0;
    top: 25px;
  }

  .cabecalho .contatos .itens{
    float: left;
    margin-right: 10px;
  }
}


.cabecalho .contatos .itens:last-child{
  margin-right: 0px;
}
.cabecalho .contatos .itens .icones{
  color: #059de0;
  font-size: 20px;
  margin-right: 5px;
}
.cabecalho .contatos .itens span{
  color: #000;
  font-size: 20px;
}

/* Navegacao Superior */
.navegacao_superior{
  width: 100%;
  background: #000;
  
  z-index: 2;
}


@media only screen and (min-width: 600px){
  .navegacao_superior{
    padding-top: 30px;
    padding-bottom: 30px;
    position: fixed;
  }

  .navegacao_superior .item{
    width: 264px;
    margin-right: 12px;
  }

  .menu_superior_desaparecer{
    top: -300px;
    animation-name: menu_superior_desaparecer;
    animation-duration: 1s;
  }
  @keyframes menu_superior_desaparecer{
    0%{
      top: 80px;
      -webkit-filter: blur(5px);
      -moz-filter: blur(5px);
      -o-filter: blur(5px);
      -ms-filter: blur(5px);
      filter: blur(5px);
    }
    100%{top: -300px;}
  }

  .menu_superior_aparecer{
    top: 80px;
    animation-name: menu_superior_aparecer;
    animation-duration: 1s;
  }
  @keyframes menu_superior_aparecer{
    0%{
      top: -300px;
      -webkit-filter: blur(5px);
      -moz-filter: blur(5px);
      -o-filter: blur(5px);
      -ms-filter: blur(5px);
      filter: blur(5px);
    }
    100%{top: 80px;}
  }

}


.navegacao_superior .lista_itens{
  margin-bottom: 20px;
}
.navegacao_superior .item{
  float: left;
  background: #1b1b1b;
  
  position: relative;
  overflow: hidden;

  border-top: 1px solid #3a3a3a;
  border-right: 1px solid #525252;
  border-left: 1px solid #2b2929;
  border-bottom: 2px solid #333333;
}
.navegacao_superior .item a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
}

.navegacao_superior .item .titulo_item{
  font-size: 20px;
  line-height: 20px;
  color: #059de0;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.navegacao_superior .item .espacamento{
  padding: 20px;
}
.navegacao_superior .item:last-child{
  margin-right: 0px;
}
.navegacao_superior .item p{
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}

.navegacao_superior .slogan{
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.navegacao_superior .slogan:after{
  content: " - ";
  font-size: 12px;
  color: #fff;
}
.navegacao_superior .slogan:before{
  content: " - ";
  font-size: 12px;
  color: #fff;

}

.navegacao_superior .item:hover{
  background: #059de0;
}
.navegacao_superior .item:hover p{
  color: #fff;
}
.navegacao_superior .item:hover .titulo_item{
  color: #fff;
}


/** menu_mob_grid **/
.menu_mob_grid{
  height: 100%;
  background: #059de0;
  position: fixed;
  z-index: 4;
  overflow: auto;
}

.menu_mob_grid_mostrar{
  width: 100%;
}
.menu_mob_grid_nao_mostrar{
  width: 0%;
}

.menu_mob_grid .espacamento{
  padding: 20px;
}
.menu_mob_grid .espacamento .item{
  border-top: 1px solid  #424242;
  border-right: 1px solid  #424242;
  border-left: 1px solid  #424242;
  border-bottom: 2px solid #424242;
  margin-bottom: 15px;
  position: relative;
  background: #232323;
  
}
.menu_mob_grid .espacamento .item a{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -999999px;
}
.menu_mob_grid .espacamento .item .espacamento{
  padding: 20px;
}

.menu_mob_grid .titulo_item{
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #059de0;
}
.menu_mob_grid p{
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}

.menu_item_link li{
  width: 100%;
  margin-bottom:10px;
}

.menu_item_link li a{
  display: block;
  font-size: 20px;
  display: block;
  padding: 12px;
  background: green;
  color: #fff;
  text-align: center;
}

.menu_item_call{
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.31);
}

.menu_item_call li{
  border-bottom: 2px solid yellow;
}
.menu_item_call li:last-child{
  border: 0px;
}

.menu_item_call li a{
  font-size: 22px;
  padding: 15px;
  display: block;
  background: blue;
  text-align: center;
}
.menu_item_call li a span{
  color: #fff;
}
.menu_item_call li a .icones{
  color: #059de0;
}

#fechar_mobile{
  cursor: pointer;
  float: right;
  margin-bottom: 15px;
}


/********/
.rodape{
  width: 100%;
  background: #021240;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
}

.rodape_bl_1{
  border-bottom: 2px solid #fff;
  padding-bottom: 30px;
  margin-bottom: 20px;
  position: relative;
}

.rodape_titulo{
  float: left;
  
}

.rodape_titulo span{
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  color: #fff;
  width: 190px;
}
.rodape_titulo strong{
  font-size: 45px;
  line-height: 42px;
  display: block;
  text-transform: uppercase;
  color: #059de0;
  font-weight: bold;
  word-wrap: break-word;
  display: block;
  
}

@media only screen and (min-width: 600px){
  .rodape_grid_1{
    width: 470px;
    float: left;
  }
}

@media only screen and (max-width: 600px){
  .rodape_titulo strong{
      font-size: 23px;
      line-height: 15px;
  }
}


.rodape_grid_1 .rodape_bl_1 .img_rodape{
  float: left;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}

.rodape_grid_2{
  width: 100%;
  border-top: 2px dotted #fff;
  float: left;
  margin-top: 20px;
  padding-top: 15px;
  
}


.rodape_grid_2 li:last-child{
 border: 0px;
}
.rodape_grid_2 li:first-child{
 padding-left: 0px;
}
.rodape_grid_2 li a{
  color: #fff;
  font-size: 18px;
}
.rodape_grid_2 li a:hover, .rodape_grid_2 li a:focus{
  color: #059de0;
}
.rodape_bl_2 ul li{
  
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;

}


.rodape_bl_2 ul li a{
  color: #fff;
}
.rodape_bl_2 ul li a:hover, .rodape_bl_2 ul li a:focus{
  color: #059de0;
}

.icones_rodape{
  position: absolute;
  top: 0;
  left: 0;
 
  
}

.icone_endereco{
  height: 50px;
  background: url("images/icones/icone-mapa.png") no-repeat;
  background-size: 45px;
}

.icone_email{
  height: 50px;
  background: url("images/icones/icone-email.png") no-repeat;
  background-size: 43px;
  top: -1px;
}

.icone_telefone{
  height: 50px;
  background: url("images/icones/icone-phone.png") no-repeat;
  background-size: 45px;
}

.icone_whatsapp{
  height: 50px;
  background: url("images/icones/icone-whatsapp.png") no-repeat;
  background-size: 45px;
}

@media only screen and (min-width: 600px){
  .rodape_grid_3{
    width: 592px;
    float: right;
  }

  .rodape_grid_2 li{
    float: left;
    border-right: 1px solid #059de0;
    padding-right: 10px;
    padding-left: 10px;
  }

  .rodape_bl_2 ul li{
    padding-right:170px;
  }



}

@media only screen and (max-width: 600px){

  .rodape_bl_2{
    margin-bottom: 20px;
  }

  .rodape_grid_2 li{
    width: 100%;
    display: block;
  }

  .rodape_bl_2 ul li{
    padding-right:50px;
  }
}

.rodape_grid_3 .formulario{
  background: #059de0;
  padding: 15px;
}
.rodape_grid_3 li{
  margin-bottom: 10px;
}
.rodape_grid_3 li:last-child{
  margin-bottom: 0px;
}
.rodape_grid_3 .input{
  padding: 10px;
  font-size: 20px;
  color: #000;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -webkit-appearance: none;
   -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;

            -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;

  outline: none;
}

.rodape_grid_3 .input:hover, .rodape_grid_3 .input:focus{
  background: #d7d7d7;
  color: #000000;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

.rodape_grid_3 .botao{
  padding: 15px;
  font-size: 25px;
  color: #fff;
  background: green;
  cursor: pointer;
  text-align: center;
  outline: none;
  text-transform: uppercase;

  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
}

.rodape_grid_3 .botao:hover, .rodape_grid_3 .botao:focus{
  color: #fff;
  background: orange;
}



/*************************/
.bloco_whatsapp{
  background: #3c6c2c;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}
.bloco_whatsapp .espacamento{
  padding: 20px;
}
.bloco_whatsapp .titulo{
  font-size: 25px;
  line-height: 28px;
  color: #fff;
 
}
.bloco_whatsapp .botao{
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  background: green;
  padding: 10px;
  display: block;
  cursor: pointer;
  border-bottom: 2px solid yellow;
  
  /*text-transform: uppercase;**/
}

.bloco_whatsapp .botao:hover, .bloco_whatsapp .botao:focus{
	color: #fff;
}

@media only screen and (max-width: 600px){
  .bloco_whatsapp{
    width: 80%;
  }
  .bloco_whatsapp .titulo{
    margin-bottom: 15px;
  }
  .bloco_whatsapp .botao{
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (min-width: 600px){
  .bloco_whatsapp{
    width: 800px;
  }
  .bloco_whatsapp .botao{
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -25px;
  }
  .bloco_whatsapp .titulo{
     width: 345px;
  }
}

.bloco_whatsapp .botao:hover, .bloco_whatsapp .botao:focus{
  background: orange;
  color: #fff;
}

/*************************/
.projetos_bloco{
  width: 100%;
  
}
.projetos_bloco .central{
  border-top: 2px solid #ccc;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 600px){
  .projetos_bloco .bloco{
    width: 400px;
    float: left;
  }
  .projetos_bloco .bloco .titulo{
    width: 300px;
  }
  .projetos_bloco .carrosel_projetos{
    width: 680px;
    float: right;
  }
}
@media only screen and (max-width: 600px){
  .projetos_bloco .bloco{
    margin-bottom: 20px;
  }
}
.projetos_bloco .bloco .titulo{
  font-size: 24px;
  line-height: 26px;
}

.projetos_bloco .carrosel_projetos{
  
}
.projetos_bloco .carrosel_projetos .titulo{
  text-align: center;
  text-transform: uppercase;
  color: #00a2e1;
  font-size: 20px;
  line-height: 24px;
}
.projetos_bloco .carrosel_projetos .titulo:after{
  content: "-";
  color: green;
}
.projetos_bloco .carrosel_projetos .titulo:before{
  content: "-";
  color: green;
}

.carrosel_projetos_itens{
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 600px){
  .carrosel_projetos_itens .owl-carousel{
    width: 624px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px){
  .carrosel_projetos_itens .owl-carousel{
    width: 80%;
    margin: 0 auto;
  }
}
.carrosel_projetos_itens .owl-carousel img{

}
.botao_nav_carrosel{
  position: absolute;
  top: 50%;
  margin-top: -35px;
  font-size: 30px;
  cursor: pointer;
  color: #000;
}
.botao_nav_carrosel:hover, .botao_nav_carrosel:focus{
  color: #059de0;
  outline: none;

}

.before{
  left: 0;
}
.next{
  right: 0;
}

/***PACOTES****/
.grid_pacotes3{
background: rgba(240,240,240,1);
background: -moz-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(250,250,250,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,240,240,1)), color-stop(100%, rgba(250,250,250,1)));
background: -webkit-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(250,250,250,1) 100%);
background: -o-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(250,250,250,1) 100%);
background: -ms-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(250,250,250,1) 100%);
background: linear-gradient(to right, rgba(240,240,240,1) 0%, rgba(250,250,250,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#fafafa', GradientType=1 );
}
.grid_pacotes2{
background: rgba(55,53,131,1);
background: -moz-linear-gradient(left, rgba(55,53,131,1) 0%, rgba(12,12,54,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(55,53,131,1)), color-stop(100%, rgba(12,12,54,1)));
background: -webkit-linear-gradient(left, rgba(55,53,131,1) 0%, rgba(12,12,54,1) 100%);
background: -o-linear-gradient(left, rgba(55,53,131,1) 0%, rgba(12,12,54,1) 100%);
background: -ms-linear-gradient(left, rgba(55,53,131,1) 0%, rgba(12,12,54,1) 100%);
background: linear-gradient(to right, rgba(55,53,131,1) 0%, rgba(12,12,54,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373583', endColorstr='#0c0c36', GradientType=1 );
}
.grid_pacotes .central{
  padding-top: 50px;
  padding-bottom: 50px;

}
.grid_pacotes .bloco_chamada .titulo_chamada{
  font-size: 40px;
  line-height: 48px;
  color: #059de0;
}
.grid_pacotes .central .pacotes .item{
  margin-bottom: 15px;
}
.grid_pacotes .central .pacotes .item .espacamento{
  background: #000;
  padding: 15px;
  margin-left: 10px;
  margin-right: 10px;
  border: 2px solid #292929;
}
@media only screen and (min-width: 600px){
  .grid_pacotes .item .titulo{
    width: 230px;
  }
  .bloco_garantia_2{
    width: 270px;
  }

  .garantia .bloco_garantia{
    width: 480px;
    float: left;
  }
  .grid_pacotes .central .pacotes .item{
    width: 50%;
    float: left;
  }
}
.grid_pacotes .item .titulo{
  font-size: 25px;
  line-height: 27px;
}
.grid_pacotes .item .paragrafo{
  font-size: 20px;
  line-height: 23px;
  color: #ccc;
}
.grid_pacotes .item ul li{
  font-family: "fonte_padrao";
  font-size: 18px;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #292929;
}
.grid_pacotes .bloco_chamada .sub_titulo{
  color: #fff;
}
.grid_pacotes .item .botao{
  font-size: 20px;
  line-height: 22px;
  background: green;
  border-bottom: 2px solid yellow;
  padding: 10px;
  color: #fff;
  cursor: pointer;
  border-top: 1px solid orange;
  border-left: 1px solid orange;
  border-right: 1px solid orange;
  width: 100%;
}
.grid_pacotes .item .botao:hover, .grid_pacotes .item .botao:focus{
  background: orange;
  color: #059de0;
}

.garantia{
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 2px solid #fff;
}

.garantia .bloco_garantia .titulo_garantia{
  font-size: 35px;
  line-height: 38px;

  color: #059de0;
}
.garantia .bloco_garantia p{
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.bloco_garantia_2{
  background: #059de0;
  float: right;
  margin-top: 15px;
}
.bloco_garantia_2 .titulo_garantia{
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}
.bloco_garantia_2 .titulo_garantia .icones{
  font-size: 40px;
  display: block;
  margin-bottom: 10px;
}



.pacotes_itens{
  width: 100%;
}

@media only screen and (min-width: 600px){
  .pacotes_itens .item{
    width: 50%;
   
  }
  .pacotes_itens .item .espacamento{
    margin: 20px;
  }
  .pacotes_itens .item:last-child{
     margin: 0;
  }
}

.obs{
  color: #000;
}.obs strong{
  color:#009fdf;
}
.pacotes_itens .item{
  float: left;

}
.pacotes_itens .item .espacamento{
  padding: 20px;
  position: relative;
   background: #0d0e4e;
}
.pacotes_itens .melhoria_titulo{
 padding-left: 100px;
  float: left;
  font-size: 20px;
  line-height: 22px;
  color: #fff;

}

.pacotes_itens .icone_destaque{
  position: absolute;
}


@media only screen and (max-width: 600px){
  .pacotes_itens .item{
    width: 100%;
    margin-bottom: 10px;
  }
  .pacotes_itens .item:last-child{
     margin: 0;
  }
  .pacotes_itens .icone_destaque{
    width: 70px;
    top: 50%;
    margin-top: -35px;
  }
}

@media only screen and (min-width: 600px){
  
  .pacotes_itens .icone_destaque{
    position: absolute;
    top: 0;
   
  }
}
/******************
DEPOIMENTO
******************/
.grid_depoimentos{
  width: 100%;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.grid_depoimentos .bloco .titulo{
  font-size: 40px;
  line-height: 44px;
  color: #059de0;
}
.grid_depoimentos .bloco .subtitulo{
  font-size: 22px;
  line-height: 26px;
  color: #3e3e3e;
}
.grid_depoimentos .item{
  position: relative;

}
@media only screen and (min-width: 600px){

  .grid_depoimentos .item{
    width: 50%;
    float: left;
  }

  .grid_depoimentos .item .espacamento{
    margin: 20px;
  }
}

@media only screen and (max-width: 600px){
  .grid_depoimentos .item .espacamento{
    width: 100%;
    margin-bottom: 15px;
  }
}
.grid_depoimentos .item .espacamento{
  overflow: hidden;
  position: relative;
  cursor: pointer;
}


.grid_depoimentos .item .espacamento:hover img{
 
}
.grid_depoimentos .item .espacamento span strong{
  display: block;
  margin-bottom: 5px;
}
.grid_depoimentos .item .espacamento span{
  position: absolute;
  top: -300px;
  
}
.grid_depoimentos .item .espacamento:hover .descricao{
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  top: 0;
  transition: all 0.5s ease;
  color: #059de0;
  display: block;
  background: url("images/bg.png");
}

.grid_depoimentos .item .espacamento:hover .descricao span{
  width: 200px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -100px;
  color: #fff;

  animation-name: descerMenuSuperior;
  animation-duration: 1s;

  animation-name: blur;
  animation-duration: 0.5s;
}
.ver_depoimento{
  color: yellow;
}


/*
.grid_depoimentos .item .espacamento:hover:after{
  content: "Ver Depoimento!";
  position: absolute;
  font-family: "fonte_principal";
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  top: 50%;
  left: 50%;
  margin-left: -80px;
  border-bottom: 2px dotted #059de0;
  opacity: 1;
}*/

/*************************/
.dialogo{
  width: 100%;
  height: 100%;
  position: fixed;
  background: url("images/bg.png");
  z-index: 200000;
  position: fixed;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 600px){
  .dialogo .botao{
    color: #fff;
    font-size: 50px;
    position: absolute;
    cursor: pointer;
    top: 50px;
    left: 50%;
    margin-left: 277px;
  }
}

@media only screen and (max-width: 600px){
  .dialogo .botao{
    color: #fff;
    font-size: 50px;
    position: absolute;
    cursor: pointer;
    top: 50px;
    right: 20px;
  }
}
.dialogo .botao:hover, .dialogo .botao:focus{
  color: #059de0;
}

@media only screen and (min-width: 600px){
  #dialogo{
    width: 600px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 120px;
  }
}


@media only screen and (max-width: 600px){
  #dialogo{
    width: 90%;
    background: #fff;
    margin: 0 auto;
    margin-top: 120px;
  }
}








/******************
FONTES
******************/
body{
  font-family: 'Open Sans', Arial, sans-serif;
}

.fonte_principal{
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
}

.fonte_padrao{
  font-family: 'Open Sans', Arial, sans-serif;
}


.metodologia{
  width: 100%;
  background: #ec750d;
  padding-top: 40px;
  padding-bottom: 40px;

  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.21);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.21);
}



@media only screen and (min-width: 600px){
  .metodologia .bloco{
    width: 400px;
   
    margin-left: 50px;
  }

  .metodologia .img_metodologia{
    float: right;
    margin-right: 80px;
  }
}
@media only screen and (max-width: 600px){
  .metodologia .img_metodologia{
    width: 100%;
    display: block; 
    margin-bottom: 20px;
  }
}

.metodologia .bloco .titulo{
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}
.metodologia .bloco .titulo strong{
  color: orange;
}
.metodologia .img_metodologia{
  -webkit-box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.21);
  -moz-box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.21);
  box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.21);

  cursor: pointer;
  
}

.metodologia .botao{
  padding: 10px;
  background: green;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  border-bottom: 2px solid #70cd61;
}
.metodologia .botao:hover, .metodologia .botao:focus{
  color: #059de0;
  background: orange;
  border-bottom: 2px solid #eb600c;
}
.metodologia .bloco .paragrafo{
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 12px;
}

/*************
LOADING
*************/
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  z-index: 1000000;
}

.loader {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  left: 50%;
  margin-left: -60px;
  border: 16px solid #080808;
  /* Light grey */
  border-top: 16px solid #059de0;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* =========================
   FIX MENU MOBILE (<=600px)
   ========================= */
@media only screen and (max-width: 600px){

  /* Header pode ficar mais “alto” sem quebrar */
  .cabecalho{
    height: auto;
    min-height: 80px;
  }

  .cabecalho .central{
    padding: 15px 0;
  }

  /* Logo ok */
  .cabecalho .logo{
    position: relative;
    top: 0;
    left: 0;
  }

  /* Esconde menu desktop e contatos no mobile */
  .cabecalho .navegacao,
  .cabecalho .contatos{
    display: none !important;
  }

  /* Mostra hamburguer */
  #menu_mobile{
    display: block !important;
    right: 10px;
    top: 15px;
    width: 44px;
    height: 44px;
  }
}

/* =========================
   DESKTOP (>=601px)
   ========================= */
@media only screen and (min-width: 601px){

  /* Some com o hamburguer no desktop */
  #menu_mobile{
    display: none !important;
  }

  /* Mostra navegação e contatos */
  .cabecalho .navegacao,
  .cabecalho .contatos{
    display: block !important;
  }
}

/* =========================
   Defaults: hide overlays by default
   ========================= */
.menu_mob_grid,
.loading,
.dialogo{
  display: none;
}
