@font-face {
    font-family: 'cliente';
    src: url("cliente.otf") format("opentype");
}
:root{
    --main-color:#BCA25C;
    --black:#13131a;
    --bg:#010103;
    --border:.1rem solid rgba(255,255,255,.3);
}

*{
    font-family: 'cliente';
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
    text-transform: capitalize;
    transition: .2s linear;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}

body{
    background: var(--bg);
    font-family: 'cliente';
}

.btn{
    margin-top: 1rem;
    display: inline-block;
    padding:.9rem 3rem;
    font-size: 1.7rem;
    color:var(--main-color);
    border: .1rem solid var(--main-color);
    background: var(--bg);
    
    cursor: pointer;
}

.btn:hover{
    color:#fff;
    background: var(--main-color);
}



.heading{
    text-align: center;
    color:var(--main-color);;
    text-transform: uppercase;
    padding-bottom: 3.5rem;
    font-size: 3rem;
    font-family: 'cliente';
}

.heading span{
    color:var(--main-color);
    text-transform: uppercase;
}

.botao_mobile {
    background:transparent; position:absolute; top:30px; right:25px; font-size:34px;

}

.nav_desktop {
    
    text-align: center;
    width:975px;
    display: block;
    margin: 0 auto;
}

.nav_desktop span {

    color:var(--main-color); font-size:1.8rem
}

.nav_desktop a{
    margin:0 1rem;
    font-size: 2.4rem;
    font-family: 'cliente';
    color:var(--main-color);
    border-bottom: 0;
    text-decoration: none;
    padding-bottom: .5rem;
    padding-left:1rem;
    padding-right:1rem
}

.nav_desktop a:hover{
    color:#fff;
    
    border-bottom: .1rem solid var(--main-color);
    padding-bottom: .5rem;
}
.nav_desktop a.active{
    color:#fff;
    
    border-bottom: .1rem solid var(--main-color);
    padding-bottom: .5rem;
}
.offcanvas{

    background: #111;   
}
.nav_mobile{
    background: #111;        
    width:100%;
}
.nav_mobile a{
    display:block;
    text-align: right;
    height:40px;
    width:100%;
    color:#fff;
    text-decoration: none;
    font-size: 2.4rem;
    padding-right:20px
}
.btn-close{

    color:#fff;
}
.carousel-caption {
    top:10%;
    
    width:50%;
    margin-left:-60px;
    padding:10px
}
.carousel-caption h1{
    font-size: 5.4rem;
    font-family: 'cliente';
    color:#000;
}
.carousel-caption p{
    font-size: 3rem;
   text-align: left;
    width:100%;    
    color:#000;
    font-family: 'cliente';
    display: block;
    
    
}

.carousel-caption p.amarelo{
    font-size: 3rem;
    text-align: left;
    width:100%;    
    color:var(--main-color);
    font-family: 'cliente';
    display: block;
    
    
}

.imgBanner{
    width:100%;
    min-height:200px;
    height:100%;

}

.apresentacao{

    padding:15px;
    padding-top: 0;
    
}

 h3{

    font-size: 2.6rem;
    color:var(--main-color);
}

.about p{
    font-size: 1.6rem;
    color:#ccc;
    padding:1rem 0;
    line-height: 1.8;
}


.menu {
    padding-top:30px;
   
}

.menu .box{
    padding:5rem;
    text-align: center;
    border:var(--border);    
}


.menu  .box h3{
    color:var(--main-color);
    font-size: 2rem;
    padding:1rem 0;
}

.menu  .box .price{
    color: #fff;
    font-size: 1.5rem;
    padding:.5rem 0;
}

.menu  .box .price span{
    font-size: 1.5rem;
    text-decoration: line-through;
    font-weight: lighter;
}



#galeria .box{
    border:var(--border);    
}

#galeria .box .image{
    height: 25rem;
    overflow:hidden;
    width: 100%;
}

#galeria .image img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#galeria .box:hover .image img{
    transform: scale(1.2);
}

#galeria .box .content{
    padding:2rem;
}

#galeria .box .content .title{
    font-size: 2.5rem;
    line-height: 1.5;
    color:#fff;
}

#galeria .box .content .title:hover{
    color:var(--main-color);
}

#galeria .box .content span{
    color:var(--main-color);
    display: block;
    padding-top: 1rem;
    font-size: 2rem;
}

#galeria .box .content p{
    font-size: 1.6rem;
    line-height: 1.8;
    color:#ccc;
    padding:1rem 0;
}
#contact label {
    font-size: 1.6rem;    
    color:#fff;
    padding-bottom:3px;
    
}
.footer{
    background:var(--black);
    text-align: center;
}

.footer .share{
    padding:1rem 0;
}

.footer .share a{
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    color:#fff;
    border:var(--border);
    margin:.3rem;
    border-radius: 50%;
}

.footer .share a:hover{
    background-color: var(--main-color);
}

.footer .links{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding:2rem 0;
    gap:1rem;
}

.footer .links a{
    padding:.7rem 2rem;
    color:#fff;
    border:var(--border);
    font-size: 2rem;
}

.footer .links a:hover{
    background:var(--main-color);
}

.footer .credit{
    font-size: 2rem;
    color:#fff;
    font-weight: lighter;
    padding:1.5rem;
}

.footer .credit span{
    color:var(--main-color);
}


.modal-header  {
    background:#111;
    font-size:1.9rem;
  }
  .modal-header h5 {
    font-size:1.9rem;
    color:#fff
    
  }
  .close, .bootbox-body{
    font-size:1.6rem;
  }
  .close{
    padding:7px;
  }
  .whatsapp-to-top {
    position: fixed;
    
    right: 15px;
    bottom: 15px;
    z-index: 99999;
  }
  
  .whatsapp-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: var(--main-color);    
    color: #fff;
    transition: all 0.4s;
  }
  .whatsapp-to-top span {
    margin-top:5px;
    height: 40px;
    padding-left:30px;
    padding-right:30px;
    border-radius: 50px;
    background: var(--main-color);    
    float:left; color:#fff; padding-top:7px; margin-right:-25px
  }
  
  .whatsapp-to-top i:hover {
    
    background: #f09005;
    color: #fff;
  }  


  .to-top {
    position: fixed;
    
    right: 70px;
    bottom: 15px;
    z-index: 99999;
  }
  
  .to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: var(--main-color);    
    color: #fff;
    transition: all 0.4s;
  }
  .to-top span {
    margin-top:5px;
    height: 40px;
    padding-left:30px;
    padding-right:30px;
    border-radius: 50px;
    background: var(--main-color);    
    float:left; color:#fff; padding-top:7px; margin-right:-25px
  }
  
  .to-top i:hover {
    
    background: #f09005;
    color: #fff;
  }  
/* media queries  */
@media (max-width:991px){

    html{
        font-size: 60%;
    }


    .conteudo_banner{
        position:absolute;
        
        padding-top:30%;
        padding-left:0%;
        width:100%
    }
    
    .carousel-caption {
        top:10%;
        
        width:100%;
        margin-left:-60px;
        padding:10px;
        width:80%
    }
    .carousel-caption h1{
        font-size: 5.4rem;
        font-family: 'cliente';
        color:#000;
    }
    .carousel-caption p{
        font-size: 1.6rem;
       text-align: left;
        width:100%;    
        font-family: 'cliente';
        display: block;
        color:#000;
       
    }
    .carousel-caption p.amarelo{
        font-size: 1.6rem;
       text-align: left;
        width:100%;    
        color:#000;
        font-family: 'cliente';
        display: block;
        
    }

}

@media (max-width:768px){

   


}

@media (max-width:450px){

    
    
    

}









