* {
  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;
  }
}


/******************
FONTES
******************/
@font-face {
  font-family: "icones";
  src: url('fontes/fontello-2d72fc55/font/fontello.eot?97581015');
  src: url('fontes/fontello-2d72fc55/font/fontello.eot?97581015#iefix') format('embedded-opentype'),
       url('fontes/fontello-2d72fc55/font/fontello.woff?97581015') format('woff'),
       url('fontes/fontello-2d72fc55/font/fontello.ttf?97581015') format('truetype'),
       url('fontes/fontello-2d72fc55/font/fontello.svg?97581015#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "fonte_principal";
    src: url('fontes/tommy/made_tommy_soft_bold_personal_use-webfont.woff2') format('woff2'),
         url('fontes/tommy/made_tommy_soft_bold_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;



  /*src: url("fontes/coocogoose/cocogoose_pro-trial-webfont.woff2") format("woff2"), url("fontes/coocogoose/cocogoose_pro-trial-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;*/
}

@font-face {
  font-family: "fonte_padrao";
  src: url('fontes/tommy/made_tommy_soft_regular_personal_use-webfont.woff2') format('woff2'),
         url('fontes/tommy/made_tommy_soft_regular_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.icones{
  font-family: "icones";
}

.bloco1,.bloco2,.bloco3,.rodape {
  width: 100%;
  float: left;
}

/******************************
BLOCO 1
******************************/
@media only screen and (min-width: 600px){
  .bloco1{
    height: 607px;
    background: url("images/bloco_1.jpg") top center no-repeat;
  }


  .bloco1 .logo{
    position: absolute;
    top: 10px;
  }
  .bloco1 .navegacao_superior{
    position: absolute;
    top: 15px;
    right: 10px;
  }

  .bloco1 .bloco_slide{
    width: 411px;
    position: absolute;
    top: 150px;
  }
}

@media only screen and (max-width: 600px){
  .bloco1{
    width: 100%;
    float: left;
    background: rgb(2,0,36);
background: linear-gradient(184deg, rgba(2,0,36,1) 0%, rgba(0,74,158,1) 0%, rgba(16,141,201,1) 100%);
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bloco1 .navegacao_superior{
    display: none;
  }

  .logo{
    margin-bottom: 20px;
  }
}

  .bloco1 .navegacao_superior li{
    float: left;
    border-right: 1px solid #fff;
    padding-right: 10px;
    padding-left: 10px;

  }

  .bloco1 .navegacao_superior li:last-child{
    border-right: 0px;
  }

  .bloco1 .navegacao_superior li button{
    font-family: "fonte_principal";
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
  }
  .bloco1 .navegacao_superior li button:hover, .bloco1 .navegacao_superior li button:focus{
    color: #ffcc00;
  }


.bloco1 .bloco_slide h1{
  font-family: "fonte_principal";
  font-size: 50px;
  line-height: 48px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.bloco1 .bloco_slide h1 strong{
  font-family: "fonte_principal";
  font-size: 50px;
  line-height: 48px;
  color: #ffcc00;
  text-transform: uppercase;
}

.bloco1 .bloco_slide ul{
  margin-bottom: 20px;
}

.bloco1 .bloco_slide li{
  width: 100%;
  font-family: "fonte_padrao";
  font-size: 20px;
  color: #fff;
  height: 25px;
  display: block;
  margin-bottom: 10px;
}
.bloco1 .bloco_slide li img{
  width: 20px;
  float: left;
  display: block;
  margin-right: 8px;
}

.bloco1 .bloco_slide .botao{
  font-family: "fonte_principal";
  font-size: 20px;
  color: #fff;
  background: #c61204;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 22px;
  text-transform: uppercase;
  cursor: pointer;

  -webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}

.bloco1 .bloco_slide .botao:hover, .bloco1 .bloco_slide .botao:focus{
  background: #8b0000;
}
/******************************
BLOCO 2
******************************/

@media only screen and (min-width: 600px){
  .bloco2{
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .bloco2 .item{
    width: 329px;
    height: 342px;
    background: url("images/bg_1.png") top center no-repeat;
    float: left;
    margin-left: 20px;
  }
  .bloco2 .item:last-child{
    margin-right: 0px;
  }

  .bloco2 .item img{
    display: block;
    margin: 0 auto;
    margin-top: -50px;
  }
}
@media only screen and (max-width: 600px){
  .bloco2{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bloco2 .item{
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

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


    background: rgb(2,0,36);
background: linear-gradient(184deg, rgba(2,0,36,1) 0%, rgba(15,130,194,1) 0%, rgba(4,82,163,1) 100%);
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 30px;

  }
  .bloco2 .item img{
    display: block;
    margin: 0 auto;
  }
}



.bloco2 .item .espacamento{
  padding: 20px;
}
.bloco2 .item h2{
  font-family: "fonte_principal";
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
}
.bloco2 .item h2 strong{
  font-family: "fonte_principal";
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
  color: #ffb601;
}

.bloco2 .item .botao{
  font-family: "fonte_principal";
  color: #fff;
  background: #c61204;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;

  -webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}

.bloco2 .item .botao:hover, .bloco2 .item .botao:focus{
  background: #8b0000;
}


/******************************
BLOCO 3
******************************/
@media only screen and (min-width: 600px){
  .bloco3{
    height: 1235px;
    background: url("images/bloco_3.jpg") top center no-repeat;
  }
  .bloco3 .img_1{
    position: absolute;
    right: 0;
    top: 20px;
  }
  .bloco3 .img_2{
    position: absolute;
    right: 0;
    top: 720px;
    left: 25px;
  }

  .primeira_divisao{
    width: 470px;
    position: absolute;
    top: 100px;
    left: 40px;
  }
  .segunda_divisao{
    width: 470px;
    position: absolute;
    top: 730px;
    right: 0px;
  }

  .endereco{
    width: 700px;
    font-family: "fonte_padrao";
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 1160px;
    left: 50%;
    margin-left: -350px;
  }
}

@media only screen and (max-width: 600px){
  .bloco3{
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;

    background: rgb(2,0,36);
background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(207,158,26,1) 0%, rgba(87,8,10,1) 100%);
  }
  .endereco img{
    display: block;
    margin-bottom: 5px;
    margin-bottom: 20px;
  }
  .img_1, .img_2{
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .endereco{
    width: 250px;
    font-family: "fonte_padrao";
    font-size: 22px;
    color: #fff;
    
  }
}

.bloco3 p{
  font-family: "fonte_padrao";
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 20px;
}

.bloco3 h2{
  font-family: "fonte_principal";
  font-size: 47px;
  line-height: 47px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.bloco3 h2 strong{
  font-family: "fonte_principal";
  font-size: 48px;
  line-height: 48px;
  color: #ffb100;
  text-transform: uppercase;
  margin-bottom: 15px;
}


/******************************
RODAPÉ
******************************/
.rodape{
  position: relative;
}
@media only screen and (min-width: 600px){
  .rodape{
    height: 480px;
     background: url("images/rodape.jpg") top center no-repeat;
  }

  .rodape .espacamento{
    padding-top: 50px;
  }

  .rodape .grid_1{
    width: 380px;
    float: left;
  }

  .rodape .grid_2{
    width: 600px;
    float: right;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 600px){
  .rodape{
    padding-top: 30px;
    padding-bottom: 100px;
    background: rgb(2,0,36);
background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(77,171,222,1) 0%, rgba(8,80,158,1) 100%);
  }
}

.rodape .grid_1 h3{
  font-family: "fonte_principal";
  font-size: 38px;
  line-height: 38px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.rodape .grid_1 p{
  font-family: "fonte_padrao";
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 15px;
}


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

.rodape .grid_2 .botao{
  width: 100%;
  font-family: "fonte_principal";
  font-size: 25px;
  color: #fff;
  background: #c61204;

  text-align: center;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;

  border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;

-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.23);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.23);
}
.rodape .grid_2 .botao:hover, .rodape .grid_2 .botao:focus{
  background: #8a0707;
}

.input{
  font-size: 25px;
  outline: none;
  background: #fff;

  padding: 10px;

  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-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);

border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
}
.rodape .chamada{
  width: 100%;
  float: left;
  border-top: 3px dotted #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.rodape .chamada li{
  float: left;
  margin-right: 20px;
}
.rodape .chamada li a{
  font-family: "fonte_padrao";
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  margin-bottom: 15px;
}

.rodape .chamada li a:hover, .rodape .chamada li a:focus{
  color: #e9af17;
}



.dialog{
  width: 100%;
  height: 100%;
  background: url("images/bg.png");
  position: fixed;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 600px){
  .grid_box{
    width: 500px;
    background: #fff;
    margin: 0 auto;
    margin-top: 100px;

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


  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  }
}
@media only screen and (max-width: 600px){
  .grid_box{
    width: 80%;
    background: #fff;
    margin: 0 auto;
    margin-top: 100px;

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


  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  }
}

.grid_box .espacamento{
  padding: 15px;
  max-height: 400px;
  overflow: auto;
}

.grid_box p{
  font-family: "fonte_padrao";
  font-size: 15px;
  color: #131313;
  margin-bottom: 15px;
}

@media only screen and (min-width: 600px){
  .fechar{
    font-family: "fonte_principal";
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50px;
    right: 50%;
    margin-right: -300px;
    cursor: pointer;
  }
}

@media only screen and (max-width: 600px){
  .fechar{
    font-family: "fonte_principal";
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
  }
}


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

  .wizer{
    display: block;
    position: absolute;
    top: 392px;
    right: 0;
    width: 220px;
  }
}

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

  .wizer{
    display: block;
    width: 220px;
  }
}

.wizer img{
  width: 100%;
  display: block;
}

.mensagem .icones{
  font-size: 50px;
  display: block;
  margin-bottom: 10px;
  color: #295b00;
}
.mensagem{
  font-family: "fonte_padrao";
  font-size: 20px;
  color: #2e2e2e;
  text-align: center;

}

.whatsapp{
  position: fixed;
  width: 70px;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
}

.whatsapp img{
  width: 100%;
  display: block;
}