@font-face {
    font-family: 'Stellar';
    src: url('../fonts/Stellar-Medium.woff2') format('woff2'),
        url('../fonts/Stellar-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stellar';
    src: url('../fonts/Stellar-Light.woff2') format('woff2'),
        url('../fonts/Stellar-Light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stellar';
    src: url('../fonts/Stellar-Regular.woff2') format('woff2'),
        url('../fonts/Stellar-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stellar';
    src: url('../fonts/Stellar-Bold.woff2') format('woff2'),
        url('../fonts/Stellar-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




*{
    margin: 0 auto;
}

body{
    font-family: 'Open Sans', sans-serif;
    background-color: #062f2a;
}

.container{
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.banners-m{
    display: none;
}



.header{
    /* position: fixed;
    left: 0;
    top: 0;
    width: 100%;   */
    background: #062f2a;
}


.logo{
    padding-bottom: 10px;
    padding-top: 20px;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    
}


.nav ul{
    list-style: none;
    display: flex;
    align-items: center;
}

.nav li{
    padding: 0 10px;
}


#versoes .container{
    padding: 20px 0;
}
#versoes h1{
    padding-top: 20px;
    padding-bottom: 20px;
}

#versoes p{
    padding-bottom: 15px;
}

#versoes b{

    font-family: Arial;
    font-weight: bold !important;
}

@media screen and (max-width:1040px){
    .logo{
        width: 130px;
    }


 }

 @media screen and (max-width:600px){
    .logo{
        width: 70px;
    }

    .header .container {
        padding-bottom: 5px !important;
    }


 }


 .slick-dots{
    bottom: 20px !important;
 }

 .slick-slider{
    margin-bottom: 0 !important;
 }

 .slick-dots li button:before{
    font-size: 16px;
    color: #FFF;
 }

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

    .slick-dots{
        bottom: 5px !important;
     }
    
 }


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

    .slick-dots{
        bottom: 1px !important;
     }

     .slick-dots li button:before{
        font-size: 13px;
        color: #FFF;
     }
    
 }


#galeria .container{
    display: flex;
    flex-wrap: wrap;
 }

 .banner-galeria{
    width: 33.3%;
    margin: 0;
    
 }
 .banner-galeria img{
    width: 100%;
    display: block;
 }

@media screen and (max-width:800px){
   .header .container{
    padding-bottom: 20px;
   }
}

.nav a{
    text-decoration: none;
    color: #FFF;
}

.nav a:hover{
    border-bottom: 2px solid #dcb64f;
}


.banner{
    background-color: #062f2a !important;
}

.banners-d{
    display: block;
}

.banner img{
    width: 100%;
    max-width: 2000px;

}

.puro-malte{
    /* background: #5c3f2b url(../img/bg-azul.png) no-repeat 0 0; */
    background-size: cover;
}

.puro-malte .container{
    display: flex;
    padding: 50px 0;
    padding-top: 100px;
    flex-direction: row-reverse;
}

.texto-cerveja{
    width: 40%;
    text-align: center;
    color: #eee7db;
    font-family: Arial;
    line-height: 150%;
    font-size: 20px;
    margin-top: 70px;
}

@media screen and (max-width: 900px) {
    .texto-cerveja{
        margin-top: 10px;
    }
}


.texto-cerveja p{
    padding: 20px 0;
}

.text-line img{
    padding: 20px 0;
    max-width: 100%;
    width: 100%;
}

.title-no{
    font-family: 'Stellar';
    font-size: 48px;
    text-align: center;
    position: relative;
}

.icon-galinha{
    display: block;
    margin-bottom: 65px;
}

.box-cevada{
    display: block;
    width: 100%;
}

/* .title-icon::after{
    background: url(../img/icon-cevada.png) no-repeat center center;
    content: "";
    width: 50px;
    height: 120px;
    position: absolute;
    display: block;
    left: 0;
    top: -30px;
}

.title-icon::before{
    background: url(../img/icon-cevada.png) no-repeat center center;
    content: "";
    width: 50px;
    height: 120px;
    position: absolute;
    display: block;
    right: 0;
    top: -30px;
} */

@media screen and (min-width: 1225px){
  #leiDaPureza  .title-icon::after{
        background: url(../img/icon-cevada.png) no-repeat center center;
        content: "";
        width: 50px;
        height: 120px;
        position: absolute;
        display: block;
        left: 90px;
        top: -30px;
    }
    
   #leiDaPureza  .title-icon::before{
        background: url(../img/icon-cevada.png) no-repeat center center;
        content: "";
        width: 50px;
        height: 120px;
        position: absolute;
        display: block;
        right: 90px;
        top: -30px;
    }
}

@media screen and (max-width: 600px){
    #leiDaPureza  .title-icon{
        padding: 0 40px;

        }
    #puroMalte  .title-icon{
        padding: 0 30px;

        }

        .btn-comprar{
            position: relative;
            top: 50px;
        }


        #galeria .container{
            padding: 0 5px;
        }

        #receitas .container{
            padding: 0 5px;
        }
}


.img-cerveja{
    width: 50%;
}

.img-cerveja img{
    max-width: 100%;
}

.lei-pureza{
    /* background-color: #5c3f2b; */
    color: #ebd9b2;
    padding: 30px 0;
}

.lei-pureza .sub-title{
    text-align: center;
    line-height: 150%;
    max-width: 800px;
}

.lei-pureza .title-icon{
    font-size: 80px;
    text-transform: uppercase;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Stellar';
    
}

.infos-container{
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.infos-container img{
    max-width: 50%;
    width: 100%;
    margin-left: 0px;
    padding-top: 20px;
}

.infos-container p{
    font-size: 30px;
    color: #ebd9b2;
    text-align: left;
    width: 30%;
    font-style: italic;
}

#footer{
    /* background: #5c3f2b;
    color: #FFF; */padding-top: 80px;
    text-align: center;
    background: #062f2a;
    color: #FFF;

}

.redes-footer a{
    text-decoration: none;
}

#footer div{
    padding-bottom: 20px;
}

#footer b{
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
}

#footer p{
    padding-bottom: 20px;
}

.footer > .container{
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.footer-text{
    display: flex;
    max-width: 400px;
    font-size: 13px;
    align-items: center;
    color: #ebd9b2;
}


.direitos {
    padding: 10px 0;
}

.direitos .container{
    color: #ebd9b2;
    display: flex;
    align-items: center;
    font-size: 14px;
    border-top: 1px solid #ebd9b2;
    padding-top: 10px;
}



.contato{
    /* min-height: 700px; */
    background: url(../img/bg-form.jpg) no-repeat center bottom;
    background-size: cover;
    position: relative;
    overflow-x: clip;
}

.contato .container{
    flex-direction: row-reverse;
}


.btn-comprar{
    color: #FFF;
    background: #446348;
    border-radius: 5px;
    padding: 11px 25px;
    font-size: 30px;
    text-decoration: none;
    font-weight: bold;
}
.box-dirigir{
    /* background: url(../img/yellow.png) repeat-x center center; */
    background: #ebd9b2;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nao-dirija{
    width: 200px;
    border: 2px solid #5c3f2b;
    text-align: center;
    color: #5c3f2b;
}

.contato .container{
    display: flex;
    align-items: center;
}

.line-text{
    display: block;
}


.content-form{
    background-color: #FFF;
    color: #5c3f2b;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #5c3f2b;
}

.content-form h2{
    color: #5c3f2b;
    font-family: 'Stellar';
    text-align: center;
    padding: 10px 0;
    font-size: 28px;
}

.content-form .submit{
    color: #FFF;
    background-color: #5c3f2b;
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 12px 0;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    
}

.contato .container{
    position: relative;
}

.bg-especial{
    background-color: #062f2a;
    /* background: url("../img/bg-green.png") no-repeat center center; */
    padding-bottom: 100px;
}


.mao{
    position: absolute;
    right: 200px;
    top: 0px;
    width: 550px;
}

.btn-comprar {
    z-index: 999999;
    position: relative;
    right: -371px;
    top: -110px;
}

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


    .bg-especial{

        padding-bottom: 100px;
    }
    
    
    .mao{
        position: absolute;
        right: 161px;
        top: 60px;
        width: 438px;
    }
    

}
@media screen and (max-width:1610px){
    .btn-comprar{
        right: -250px;
    }
}

@media screen and (max-width:1375px){
    .btn-comprar{
        right: -180px;
    }
}


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


    .bg-especial{

        padding-bottom: 100px;
    }
    
    .btn-comprar{
        right: -120px;
    }
    .mao{
        position: absolute;
        right: 2px;
        top: 30px;
        width: 506px;
    }
    

}


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


    .bg-especial{

        padding-bottom: 100px;
    }
    
    .btn-comprar{
        right: 0;
        top: -270px;
    }
    .mao{
        position: absolute;
        right: 20px;
        top: 110px;
        width: 395px;
    }
    

}


.lata-tonica{
    display: none;
}
@media screen and (max-width:880px){

    .contato{
        padding-bottom: 30px;
    }
    .bg-especial{
        /* background: url("../img/bg-green.png") no-repeat center center; */
        padding-bottom: 140px;
    }

    .btn-comprar{
        right: 0;
        top: 0;
    }

    .container-btn-comprar{
        display: none;
    }
    
    
    .mao{
     display: none;
    

    }

    .lata-tonica{
        display: block;
       
    }

    .lata-tonica img{
        max-width: 400px;

    }

    .contato .container{
        flex-direction: column;
    }




}

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

    .lata-tonica img{
        max-width: 400px;
        max-width: 100%;
    }

    .btn-comprar{
        right: 0;
        top: 40px;
    }
    .footer-text p{
        padding-right: 10px;
    }
 }

.btn-comprar{
    z-index: 999999;
}

/* MOBILE */


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

    .footer-text p{
        padding: 10px;
    }
    .direitos .container{
        flex-direction: column;
    }

    .footer > .container{
        flex-direction: column;
    }

    .puro-malte .container{
        flex-direction: column-reverse;
    }

    .texto-cerveja {
        width: 70%;
        text-align: center;
        padding-top: 30px;
    }


    .img-cerveja {
    
        padding-top: 20px;
    }
    .infos-container p {
        font-size: 20px;
        width: 30%;


    }

    .puro-malte .container{
        padding-top: 10px;
    }

    .bg-especial {
        padding-bottom: 10px !important;
    }

    /* .banner{
        margin-top: 40px;
    } */

}
/* 
@media screen and (max-width:842px){

    .banner{
        margin-top: 140px;
    }

} */

/* MOBILE 2 */


#versoes img{
    max-width: 300px;
    width: 100%;
    padding-top: 20px;
}





.close-and-open{
    display: none;
}
@media screen and (max-width:600px){

    .close-and-open{
        font-size: 65px;
        transform: rotate(135deg);
        color: #FFF;
        position: absolute;
        top: 0;
        right: 20px;
        cursor: pointer;
        display: block;
    }
    
    
    .links-nav{
        display: none !important;
    }
    .open-nav{
        display: flex !important;
    }
    


.nav ul{
    list-style: none;
    display: flex;
    align-items: center;
    margin:0;
    padding: 0;
    width: 100%;
    flex-direction: column;
}

.nav li{
    padding: 7px 2px;
}
    .contato .container {

        flex-direction: column;
    }

    .infos-container{
        flex-direction: column;
    }

    .infos-container p{
        width: 90%;
        padding-bottom: 20px;
    }

    .infos-container img{
        width: 90%;
    }

    .img-cerveja {
        width: 90%;
    }

    .texto-cerveja {
        width: 90%;

    }

    .lei-pureza .title-icon {
        font-size: 50px;

    }

    .nav a {
        text-decoration: none;
        color: #FFF;
        font-size: 13px;
    }


}

@media screen and (max-width: 490px){ 
    .opt-idade img {
        max-width: 140px;
    }

}

/* FORM 1 */


.title-contato {
    padding: 0 10px;
    font-family: "BirchStd", Arial;
    text-align: center;
}

.title-contato h2 {
    color: #fff;
    font-size: 60px;
    margin: 0 auto;
    line-height: 90%;
}

.title-contato h3 {
    font-size: 40px;
    color: #ffd263;
    margin: 0 auto;
}

.title-contato img {
    width: 100%;
    max-width: 100%;
}

.endereco {
    position: absolute;
    top: 23%;
    left: 20%;
}

.endereco img {
    width: 400px;
}

.form-contato input,
.form-contato textarea,
.form-contato select {
    width: 80%;
    padding: 10px;
    outline: none;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #5c3f2b;
}



.container-contato {
    width: 420px;
    /*float: right;*/
    /*padding-top: 40px;*/
    position: absolute;
    top: 22%;
    right: 10%;

}

.modal-idade{
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: #efecea;
    text-align: center;
    display: none;
    z-index: 99999999999;
    flex-direction: column;
    justify-content: center;
    background: #5c3f2b url("../img/bg-idade.jpg") no-repeat center center;
}

.modal-nao{
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: #efecea;
    text-align: center;
    display: none;
    padding-top: 130px;
}

.modal-nao h1{
    color: #5c3f2b;
    font-size: 50px;
    padding-bottom: 50px;
    font-family: 'Stellar';
}

.modal-idade h1{
    color: #ebd9b2;
    font-size: 50px;
    padding-bottom: 50px;
    font-weight: bold;
    font-family: 'Stellar';

}

.modal-idade a{
    color: #ebd9b2;
    font-size: 60px;
    font-family: 'Stellar';
    text-decoration: none;
    font-weight: bold;
}

.modal-idade a:hover{
    text-decoration: underline;
}


.show-container{
    display: flex !important;
}

.opt-idade{
    display: flex;
    align-items: center;
}

.modal-nao h1{
    padding-top: 20px;
}

.footer-logos img a{
    display: block;
}

@media screen and (max-width:600px){
        .opt-idade img{
            max-width: 190px;
    }
}

@media screen and (max-width:600px){
    .footer-logos img a{
         box-sizing: border-box;
         padding: 0 10px;
    }

    .direitos p{
        font-size: 10px;
    }

    
}

/* REFATORAR O CODIGO DEPOIS  */

/* FORM 2 */

.contact {
    padding: 100px 0 70px 0;
    color: #fff;
    background: url(img/contact-background.jpg) no-repeat center;
    background-size: cover;
}
.contact .contact-title {
    text-align: right;
    font-family: 'Blacksword';
    font-size: 5em;
    margin-bottom: 40px;
    color: #633e20;
}
.contact .contact-text {
    margin-bottom: 60px;
    color: #633e20;
    font-size: 12pt;
}
.contact .contact-form {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
    background: #fff;
    padding: 40px 60px;
    position: absolute;
    z-index: 1;
}
.contact .contact-form legend {
    font-family: 'Blacksword';
    border: none;
    color: #bc9234;
    font-size: 3em;
}
.contact .success-message {
    font-family: 'Blacksword';
    font-size: 2em;
    text-align: center;
    position: absolute;
    top: 45%;
    width: 75%;
    color: var(--nd-color);
}

#messageInput {
    height: 100px;
}




  
  
  #campoTrabalho{
    display: none;
  }
  
  #filecv{
    display: none;
    height: auto !important;
    margin-bottom: 0;
  }
  
  .texto-cv-email{
    display: none;
  }
  
  #campoTrabalho.show-select{
    display: block;
  }
  
  #filecv.show-select, .texto-cv-email.show-select{
    display: block;
  }
  
  #filecv{
    color: #242424;
    width: 100%;
  }
  
  .texto-cv-email{
      margin-top: -9px;
      margin-bottom: 4px;
    font-size: 14px;
  }
  
  .form-group input{
    height: 35px !important;
  }
  
  #messageInput{
    height: 70px;
  }
  
  
  
  .brewery-text {
    margin-bottom: 50px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }



  @media screen and (min-width:1500px) {
      .container-btn-comprar{
        position: relative;
        /* left: -300px; */
      }
  }

  .lata-infos-tamanho{
    font-family: 'Stellar';
      font-size: 23px;
      padding-top: 20px;
  }

.footer-logos{
    display: flex;
    align-items: center;
}

  .footer-logos  a{
    width: 18%;
  }

  .footer-logos  img{
    width: 100%;
  }

  .banner-m{
    display: none !important;
  }


  .cevada-m{
    display: none;
  }


  @media screen and (min-width:800px) {
    .banners-m-c{
        display: none;
    }
  }

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

    .banners-d-c{
        display: none;
    }
    
    .banners-m{
        display: block !important;
    }

    .banners-d{
        display: none !important;
    }

      .cevada-m{
        display: block;
        width: 100%;
      }

      .puro-malte .container{
        padding-top: 0;
      }
     
      .bg-especial{
        background-size: cover;
      }

      .box-cevada{
        display: none;
      }



      
}


.banners-receitas-m{
    display: none;
  }

@media screen and (max-width:600px) {
    .bg-especial{
        padding-bottom: 0;
      }

      .mao{
        display: none;

        
      }

      .lei-pureza{
        padding-bottom: 0 !important;
      }

      .banners-receitas-m{
        display: block;
      }

      .banners-receitas{
        display: none;
      }
}




#versoes{
    color: #062f2a;
    background: transparent url(../img/bg-versoes.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    line-height: 150%;
}



#banner-receitas{
    width: 100%;
}

.banner-receitas img{
    max-width: 100%;
    width: 100%;
}


.bg-receita-galeria{
    background: url("../img/bg.jpg") no-repeat center center;
    background-size: cover;
}