@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: #dde9f1;
}

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

/* .banner-m{
    display: none;
} */



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

@media screen and (min-width: 1700px) {
    .header{
        position: absolute;
        width: 100%;
        z-index: 9999;
    }
}


.logo{
    padding-bottom: 20px;
    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;
}

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


 }

 /* @media screen and (min-width:1040px){

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


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

.nav li.right-link{
    margin-right: -10px;
}

.img-bolinha{
    margin-right: 10px;
}

.nav a{
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
    letter-spacing: 3px;
    font-family: "Bebas Neue";
}

.nav a:hover{
    text-shadow: 0 0 2px #FFF;
}


.banner{
    background-color: #abd5eb;
}

.banner-d{
    display: block;
}

.banner img{
    max-width: 100%;
    /* max-width: 1920px; */

}


.puro-malte .container{
    display: flex;
    padding: 50px 0;



}

.texto-cerveja{
    width: 30%;
    text-align: center;
    color: #000;
    font-family: Arial;
    line-height: 150%;
    font-size: 20px;
}


.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;
    }
}



.img-cerveja{
    width: 60%;
    display: flex;
    align-items: center;
    max-width: 100%;
}

.img-cerveja img{

    max-width: 500px;
    display: block;
    width: 100%;
}

.lei-pureza{
    /* background-color: #004e96; */
    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: #004e96;
    color: #FFF; */padding-top: 50px;
    text-align: center;
    background: #094496;
    color: #FFF;

}

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



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

#footer p{
    padding-bottom: 40px;
    padding-top: 30px;
}

.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{
    background: url(../img/bg-azul.jpg) no-repeat center center;
    background-size: cover;

}


.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;
}



.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 #004e96;
    text-align: center;
    color: #004e96;
}

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

.line-text{
    display: block;
}


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

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

.content-form .submit{
    color: #FFF;
    background-color: #004e96;
    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;
}



.mao{
    position: absolute;
    right: 200px;
    top: -26px;
    width: 620px;
}








/* MOBILE */


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

    .puro-malte .container{
        padding-top: 0 !important;
    }

    .content-form{
        padding: 35px 0;
    }

    .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: 50%;
        text-align: center;
        color: #000;
        padding-top: 30px;
    }


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


    }



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

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

    .banner{
        margin-top: 140px;
    }

} */

/* MOBILE 2 */
@media screen and (max-width:600px){



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

.nav li{
    padding: 0 2px;
}

.nav li.right-link{
    margin-right: -30px;
}

.img-bolinha{
    margin-right: 10px;
}

    .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 #004e96;
}

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

}

.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;
    }
}



/* REFATORAR O CODIGO DEPOIS  */

/* FORM 2 */

.contact {
    padding: 70px 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;
  }




  #fonte{
    background: url(../img/bg-azul.jpg) no-repeat center center;
  }


  /* NEW CODE*/

  #fonte{
    color: #FFF;
    text-align: center;
    padding: 80px 0;

  }

  #fonte .container{
    max-width: 800px;
    
  }

  #fonte h1{
    font-family: "Bebas Neue";
    font-size: 80px;
    letter-spacing: 3px;

  }

  #fonte h2{
    font-size: 47px;
    padding: 35px 0;
    /* font-weight: 100; */
  }

  #fonte p{
    font-size: 25px;
    line-height: 160%;
  }

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

    #fonte h1{
        font-family: "Bebas Neue";
        font-size: 60px;
        letter-spacing: 3px;
    
      }
    
      #fonte h2{
        font-size: 30px;
        padding: 30px 0;
        /* font-weight: 100; */
      }
    
      #fonte p{
        font-size: 20px;
        line-height: 160%;
      }
  }

  .img-natureza{
    max-width: 100%;
    width: 100%;
    display: block
  }

  #familia{
    padding: 80px 0;
  }

  .img-familia{
    max-width: 700px;
    width: 100%;
    display: block;
    margin: 0 auto;

}

.texto-familia{
    padding: 50px 0;
    line-height: 160%;
    font-size: 20px;
    text-align: center;
    color: #094496;
}

.texto-familia span{
    font-weight: bold;
}


  .btn-comprar{
    color: #FFF;
    background: #094496;
    border-radius: 35px;
    padding: 11px 25px;
    font-size: 30px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 3px;
    font-family: "Bebas Neue";
    display: block;
    max-width: 260px;
    text-align: center;
}


#produtosHome img{
    max-width: 100%;
    width: 100%;
    display: block;
}

#produtos img{
    max-width: 100%;
    width: 100%;
    display: block;
}




.slick-dots{
    bottom: 10px !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;
     }
    
 }


.slick-slider {
    touch-action: auto;
    -ms-touch-action: auto;
    }




    .slick-prev{
        background: url(../img/seta-left.png) no-repeat center center;
        /* background-color: rebeccapurple; */
        left: 30px;

    }
        .slick-next{
        background: url(../img/seta-right.png) no-repeat center center;
        /* background-color: rebeccapurple; */
        right: 30px;

        }
  

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

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

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

    #produtos .slick-dots {
        bottom: 5px !important;
    }
    
   
    .slick-prev{
        background: url(../img/seta-left.png) no-repeat center center;
        /* background-color: rebeccapurple; */
        left: 5px;
        background-size: 20px;

    }
        .slick-next{
        background: url(../img/seta-right.png) no-repeat center center;
        /* background-color: rebeccapurple; */
  
        right: 5px;
        background-size: 20px;

        }
  


    }
     


    #produtos .slick-dots li button:before{
        color: #d92438;
        opacity: 1;
    }

    #produtos .slick-dots .slick-active  button:before{
        color: #094496;
        opacity: 1;
    }


    @media screen and (max-width: 1300px) {
        #produtos .slick-next, #produtos .slick-prev{
            display: none !important;
        }
    }


    @media screen and (max-width: 485px) {
        .nav li.right-link {
            margin-right: -5px;
        }
    
    }
    @media screen and (max-width: 400px) {
        #fonte h2{
            font-size: 24px;
        }
    }

    .natureza-m{
        display: none;
       }
    @media screen and (max-width: 600px) {
       .natureza-m{
        display: block;
       }

       .natureza-d{
        display: none;
       }
    }