@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gothambold-webfont.woff2') format('woff2'),
         url('../fonts/gothambold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothamlight';
    src: url('../fonts/gothamlight-webfont.woff2') format('woff2'),
         url('../fonts/gothamlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothammedium';
    src: url('../fonts/gothammedium-webfont.woff2') format('woff2'),
         url('../fonts/gothammedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
    font-family: 'gothammedium';
    padding-top: 160px;
}


header {
    background: url('../img/background-logo.png') top center no-repeat #fff;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0px;
}

.menu{
    font-family: 'gothambold';
    height: 42px;
}
.menu ul li button{
     background: #cd1430;
     color: #fff;
     outline: none;
     border: none;
     line-height: 41px;
     padding: 0px;
     font-family: 'gothambold';
}
.menu a{
    line-height: 42px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.fone{
    font-family: 'gothambold';
    height: 85px;
    line-height: 85px;
    margin-bottom: 23px;
}
.fone a{
    color: #cd1430;
    font-size: 23px;
    text-decoration: none;
}
.fone span{
    font-size: 15px;
} 
 
.box-ofertas{
    background-color: #f3f5f6;
    padding-bottom: 25px;
}
.box-ofertas h2{
    color: #cd1430;
    font-size:22px ;
    font-family: 'gothambold';
}
.box-ofertas .item{
    background: #fff; 
}
.box-ofertas .item h3 {
    color: #cd1430;
    font-size: 16px;
    padding: 0px 20px;
    padding-top: 19px;
    margin-bottom: 2px;
    font-family: 'gothambold';
}
.box-ofertas .item img{
     width: auto;
}
.box-ofertas .item .pacote{
    color: #313131;
    font-size: 14px;
    padding:0px 20px;
    font-family: 'gothambold'; 
    height: 20px;
}
.box-ofertas .item .preco{
    background-color:#f7cc17 ;
    color: #110d00;
    font-size:20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.box-ofertas .item small{
    background-color:#f7cc17 ;
    color: #110d00;
    font-size:14px;
}
.box-receitas-aviz{
    background: url('../img/banner-receitas-aviz.jpg') top center no-repeat;
    background-color: #f7cc17;
    padding: 35px 0px ;
}
.box-receitas-aviz h3{
    color: #f7cc17;
    font-family: 'gothambold';
    font-size: 20px;
}
.box-receitas-aviz h2{
    padding-top: 30px; 
    color: #c8c0bc;
    font-family: 'gothamlight';
    font-size: 30px;
}
.box-receitas-aviz .receita{
    margin-top: 140px;
}

.receita a{
    display: block;
    position: relative;
}
.receita a h4{
     
    font-family: 'gothammedium';
    position: absolute;
    width: 100%;
    bottom: 0px;
    background:rgba(0, 0, 0, 0.7) ;
    margin: 0;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
}

.box-receitas-aviz .ver-mais{
    padding-top: 40px;
}
.box-receitas-aviz .ver-mais a{
    text-decoration: none;
}
.box-receitas-aviz .ver-mais h5{
    display: inline;
    font-family: 'gothammedium';
    text-decoration: none;
    color: #000;
    font-size: 16px;
    border:1px solid #000 ;
    padding: 10px;
}
.box-vendas{
    background:#cd1430;
    padding-bottom: 33px;
}
.box-vendas h3{
     padding-top: 15px;
    color: #f7cc17;
    font-size: 20px;
    font-family: 'gothambold';
}
.box-vendas h2{
    font-family: 'gothamlight';
    font-size: 28px;
    color: #fdfdfd;
}
.vendas-contato{
    padding-top: 35px;
}
.vendas-contato div{
    padding-bottom: 10px;
}
.box-vendas .vendas-contato span{
    font-family: 'gothammedium';
    color: white;
    font-size: 20px;
}
.box-vendas .vendas-contato small{
    font-family: 'gothammedium';
    color: white;
    font-size: 15px;
}
.localizacao{
    background-color:#f7cc17;
    padding-bottom: 15px;
    color: white;
    position: relative;
}
.localizacao iframe{
    border: none;
}
.localizacao div{
    background-color: #cd1430;
    position: absolute;
    top: 80px;
    font-family: 'gothammedium';
    font-size: 20px;
    width: 300px;
    left: 300px;
    padding: 16px;
}
.box-produtos{
    padding-top: 5px;
    background: url('../img/banner-produtos.jpg')  top center no-repeat;
    background-color: #f7cc17;
    margin-top: 0px;
}
.box-produtos h3{
    padding-top:10px ;
    font-family: 'gothambold';
    font-size: 20px;
    color: #f7cc17;
}
.box-produtos h2{
    padding-top:50px ;
    font-family: 'gothamlight';
    font-size: 30px;
    color: #fdfdfd;
}

.carousel-produtos {
        padding-top: 135px;
        padding-bottom: 45px;
}

.carousel-produtos a img{
    position: relative;
}
.carousel-produtos a h3{
    margin: 0px;
    position: absolute;
    width: 100%;
    font-size: 18px;
    bottom: 0px;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    font-family: 'gothammedium';
    padding: 10px 20px;
}
footer{
    padding: 45px 0px 30px 0px;
    background: #252525;
}
footer h4{
    color:#f7cc17 ;
    margin-top: 0px;
}
 
footer ul li a span, footer ul li, footer ul li a{
    color: #8b8b8b;
    text-decoration: none;
    font-size: 14px;
    font-family: 'gothamlight';
    padding-top: 7px; 
}
footer ul li a span:hover, footer ul li a:hover{
    color: #fff;
    text-decoration: none;
}
footer a img {
    padding-left: 7px;
}
.rodape{
    background: #292929;
}
.rodape h3{
    color: #8b8b8b;
    line-height:76px;
    font-size:14px;
    margin:0px;
    font-family: 'gothamlight';
}

.owl-carousel .nav-btn {
    height: 38px;
    position: absolute;
    width: 38px;
    cursor: pointer;
    top: 150px !important;
}
  
  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
  }
  
  .owl-carousel .prev-slide{
    background: url('../img/button-prev.png')  no-repeat scroll;
    left: -63px;
  }
  .owl-carousel .next-slide {
    background: url('../img/button-next.png') no-repeat scroll ;
    right: -63px;
  }

  .owl-carousel-produtos .nav-btn {
    height: 38px;
    position: absolute;
    width: 38px;
    cursor: pointer;
    top: 118px !important;
}
  .owl-carousel-produtos .prev-slide{
    background: url('../img/button-prev-produtos.png')  no-repeat scroll;
    left: -63px;
    top: 100px;
  }
  .owl-carousel-produtos .next-slide {
    background: url('../img/button-next-produtos.png') no-repeat scroll ;
    right: -63px;
  }
  
  .owl-banner .nav-btn {
    height: 38px;
    position: absolute;
    width: 38px;
    cursor: pointer;
    top: 46% !important;
}
  .owl-banner .prev-slide{
    background: url('../img/button-prev.png')  no-repeat scroll;
    left: 15%;
    
  }
  .owl-banner .next-slide {
    background: url('../img/button-next.png') no-repeat scroll ;
    right: 15%;
  }

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

.box-receitas-lista{
    background:#fff url('../img/banner-receitas-aviz.jpg') top center no-repeat;
}

.box-receitas-lista .receita {
    margin-top: 0px;
}
.box-receitas-lista  h2 {
    padding-top: 30px;
    color: #fff;
    font-family: 'gothamlight';
    font-size: 30px;
    margin-bottom: 118px;
    opacity: 0.8;
}
.box-receitas-lista .receita a {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.box-receitas-lista h1{
    margin-bottom: 40px;
    font-family: 'gothambold';
}

/****************************************************/
.box-receita-interna h2{
    margin-bottom: 120px;
}
.box-receita-interna p{
    font-size: 18px;
}
/****************************************************/

.topo-internas {
    padding: 40px 0px;
    position: relative;
    background: url('../img/banner-a-aviz.jpg') center no-repeat; 

}

.topo-internas h3 {
    color: #fff;
    font-size: 20px;
    color: #f7cc17;
    text-transform: uppercase;
    font-family: 'gothambold';
    z-index: 9;
}

.topo-internas h2 {
    color:#fff;
    font-size: 30px;
    font-family: "gothamlight";
    margin-bottom: 60px;
    opacity: 0.8;
    
}
.topo-ofertas {
    position: relative;
    background: url('../img/banner-oferta.jpg') center no-repeat; 
}
.topo-fale-conosco{
    background: url('../img/banner-fale-conosco.jpg') center no-repeat; 
}
.topo-produtos {
    position: relative;
    background: url('../img/banner-produtos.jpg') center no-repeat; 
}
/************/

.bkg-yellow {
    padding: 50px 0;
    color: #d0203d;
    background: #f6c72d url(../img/bkg-amarelo.png) no-repeat top center;
}


.bkg-yellow h2, .bkg-yellow h3 {
    color: #fff;
    font-weight: 700;
}

.bkg-yellow .form-control {
    margin-bottom: 10px;
    border: 0;
    border-radius: 0;
    height: auto;
    padding: 12px;
}

.bkg-yellow form input[type="submit"] {
    background: #d0203d;
    color: #fff;
}

.bkg-gray {
    padding: 40px 0;
    padding-bottom: 0px;
    background: #fbfbfb;
}

.bkg-gray h2 {
    font-size: 50px;
    text-transform: uppercase;
    color: #f7ca2d;
    margin-bottom: 40px;
}

.bkg-gray h2 span {
    color: #d0203d;
    font-weight: 700;
}


/******/

.missao{
    margin-bottom: 40px;
}

.missao article {
    width: 333px;
    height: 333px;
    padding: 30px 50px 40px 60px;
    background: url(../img/bkg-quadro.png) no-repeat 0 0;
}

.missao article h3 {
    font-size: 29px;
    color: #f7ca2d;
    font-weight: 700;
}




@media(max-width: 768px) {
    body{
        font-family: 'gothammedium';
        padding-top: 0px;
    }
    .header-responsive{
        background: url('../img/background-header-responsive.png') #fff center top no-repeat;
        position: relative;
    }
    .header-responsive nav{
        margin: 20px 10px 20px 10px;
        font-family: 'gothamlight'; 
    }
    /*.fone{
        height: 38px;
        line-height: 38px;
        margin-bottom: 0;
        background:#cd1430 ;
    }
    .fone a {
        font-size: 16px;
        padding: 10px 20px;
        color: #fff;
        font-weight: 900;
        
    }*/

    .fone a img{
        width: 17px;
    }

    .box-ofertas .item img {
        margin: 0 auto;
    }
    .box-ofertas h2 {
        color: #cd1430;
        font-size: 22px;
        font-family: 'gothambold';
        text-align: center;
    }
    .box-ofertas .item {
        text-align: center;
    }

    .box-receitas-aviz h2 {
        padding-top: 20px;
        text-align: center;
    }
    .box-receitas-aviz a img{
        width: 100%;
        margin-top: 15px;
    }
    .box-receitas-aviz .receita{
        margin-top: 70px;
    }
    .box-produtos h3 {
        padding-top: 10px;
        font-family: 'gothambold';
        font-size: 20px;
        color: #f7cc17;
        text-align: center;
    }
    
    .carousel-produtos {
        padding-top: 90px;
    }
    .box-produtos h3 {
        padding-top: 40px;
        font-family: 'gothambold';
        font-size: 20px;
        color: #f7cc17;
        text-align: center;
    }
    .box-produtos h2 {
        padding-top: 10px;
        font-family: 'gothamlight';
        font-size: 30px;
        color: #fdfdfd;
    }
    footer {
        padding: 45px 0px 30px 0px;
        background: #252525;
        text-align: center;
    }
    footer h4 {
        padding-top: 30px;
        color: #f7cc17;
        margin-top: 0px;
        padding-bottom: 3px;
    }
    .rodape {
        background: #292929;
        text-align: center;
    }
    .rodape h3 {
        color: #8b8b8b;
        font-size: 14px;
        margin: 0px;
        line-height: 20px;
        font-family: 'gothamlight';
        text-align: center;
        padding-top: 22px;
    }
    .owl-carousel .prev-slide{
        background: url('../img/button-prev.png')  no-repeat scroll;
        left: 1px;
    }
      .owl-carousel .next-slide{
        background: url('../img/button-next.png') no-repeat scroll ;
        right: 1px;
    }
    .owl-carousel-produtos .nav-btn {
        height: 38px;
        position: absolute;
        width: 38px;
        cursor: pointer;
        top: 118px !important;
    }
      .owl-carousel-produtos .prev-slide{
        background: url('../img/button-prev-produtos.png')  no-repeat scroll;
        left: 1px;
        top: 100px;
      }
      .owl-carousel-produtos .next-slide {
        background: url('../img/button-next-produtos.png') no-repeat scroll ;
        right: 1px;
      }
      /************************/
      .topo-internas {
        padding: 0px;
    }
    .topo-internas img{
        width: 100%;
        height: 100%;
    }
     
    .topo-internas h1 {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        display: inline-block;
        padding: 15px 0px;
        position: relative;
        right: 0px;
        top: 10px;
        z-index: 99;
        background: #d0203d;
        width: 100%;
        text-align: center;
    }
    .topo-internas h3 {
        text-align: center;
        color: #fff;
        font-size: 20px;
        color: #f7cc17;
        text-transform: uppercase;
        font-family: 'gothambold';
         
        z-index: 9;
    }
    .bkg-gray h2 {
        font-size: 50px;
        text-transform: uppercase;
        color: #f7ca2d;
        margin-bottom: 40px;
        margin-top: 0;
    }
    .bkg-yellow h2, .bkg-yellow h3 {
        color: #fff;
        font-weight: 700;
        text-align: center;
    }
    .interna-produtos{
        margin-bottom: 120px;
    }
    .bkg-gray h2 {
        font-size: 50px;
        text-transform: uppercase;
        color: #f7ca2d;
        margin-bottom: 40px;
        margin-top: 0px;
        text-align: center;
    }
    .missao article h3 {
        font-size: 29px;
        color: #f7ca2d;
        font-weight: 700;
        text-align: center;
    }
    .bkg-yellow h2, .bkg-yellow h3 {
        color: #fff;
        font-weight: 700;
        text-align: center;
        margin-bottom: 15px;
    }


    .img-responsive img {
        display: block;
        max-width: 100%;
        height: auto;
    }


    /* novo topo mobile  */

    .header-responsive2{
        background: none;
        position: relative;
    }

    .header-responsive2 .faixa-red{
        padding: 0 20px;
        background: #cd1430;
    }

    .header-responsive2 .faixa-red a{
        color: #fff;
        font-size: 14px;
    }

    .header-responsive2 .faixa-red .fone a img,
    .header-responsive2 .faixa-red .wpp a img{
        width: 17px;
    }

    .header-responsive2 .faixa-red .wpp{
        text-align: right;
    }


    .header-responsive2 .navbar-default {
        background: none;
        border: 0;
        box-shadow: none;
    }

    .header-responsive2 .fone,
    .header-responsive2 .wpp{
        height: 38px;
        line-height: 38px;
        margin-bottom: 0;
    }

    .header-responsive2 .navbar-header{
        padding: 0 20px;
        margin-bottom: 5px;
    }

    .header-responsive2 .navbar-header a img{
        width: 150px;
    }

    .header-responsive2 .navbar-toggle {
        margin-top: 22px;
        margin-right: 0;
    }

    .header-responsive2 .navbar {
        margin: 10px 0;
    }


    #navbar3 {
        position: absolute;
        background: rgb(255, 255, 255);
        width: 100%;
        padding: 0px 20px;
        top: 79px;
    }





}
