@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;

}

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


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


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


 }

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

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


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

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

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

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

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

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

}

.texto-cerveja{
    width: 30%;
    text-align: center;
    color: #FFF;
}

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

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

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

.img-cerveja{
    width: 60%;
}

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

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

.lei-pureza{
    background-color: #02335b;
    color: #FFF;
    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: #a7873b;
    text-align: left;
    width: 30%;
    font-style: italic;
}

.footer{
    background: #02335b;
    color: #FFF;

}

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

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


.direitos {
    padding: 10px 0;
}

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


.contato{
    /* min-height: 700px; */
    background: url(../img/bg-form.jpg) no-repeat 0 0;
    background-size: cover;
}


.btn-comprar{
    color: #FFF;
    background: #a7873b;
    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;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

.line-text{
    display: block;
}


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

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

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


/* MOBILE */
@media screen and (max-width:995px){
    .direitos .container{
        flex-direction: column;
    }

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

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

    .texto-cerveja {
        width: 50%;
        text-align: center;
        color: #FFF;
        padding-top: 30px;
    }



    .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;
}
    .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: #002857;
        font-size: 11px;
    }


}

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



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

    flex-direction: column;
    justify-content: flex-end;
}

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

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

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

.modal-idade a{
    color: #002857;
    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;
}



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

@media screen and (max-width:600px){
    .footer-logos img{
        height: 65px;
    }

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

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