@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: 'Andale Mono Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Andale Mono Regular'), url('ANDALEMO.woff') format('woff');
    } */


    @font-face {
        font-family: 'Century Gothic Paneuropean';
        src: url('../fonts/CenturyGothicPaneuropean-BlackIt.woff2') format('woff2'),
            url('../fonts/CenturyGothicPaneuropean-BlackIt.woff') format('woff');
        font-weight: 900;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Century Gothic Paneuropean';
        src: url('../fonts/CenturyGothicPaneuropean-Bold.woff2') format('woff2'),
            url('../fonts/CenturyGothicPaneuropean-Bold.woff') format('woff');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Century Gothic Paneuropean';
        src: url('../fonts/CenturyGothicPaneuropean-Black.woff2') format('woff2'),
            url('../fonts/CenturyGothicPaneuropean-Black.woff') format('woff');
        font-weight: 900;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Century Gothic Paneuropean';
        src: url('../fonts/CenturyGothicPaneuropean-BoldItalic.woff2') format('woff2'),
            url('../fonts/CenturyGothicPaneuropean-BoldItalic.woff') format('woff');
        font-weight: bold;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Century Gothic Paneuropean ExtBd';
        src: url('../fonts/CenturyGothicPaneuropean-ExtraBold.woff2') format('woff2'),
            url('../fonts/CenturyGothicPaneuropean-ExtraBold.woff') format('woff');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Century Gothic Paneuropean ExtBd';
        src: url('../fonts/CenturyGothicPaneuropean-XtraBoldIt.woff2') format('woff2'),
            url('../fonts/CenturyGothicPaneuropean-XtraBoldIt.woff') format('woff');
        font-weight: bold;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Century Gothic Paneuropean';
        src: url('../fonts/CenturyGothicPaneuropean-Italic.woff2') format('woff2'),
            url('../fonts/CenturyGothicPaneuropean-Italic.woff') format('woff');
        font-weight: normal;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Century Gothic Paneuropean';
        src: url('../fonts/CenturyGothicPaneuropean-Light.woff2') format('woff2'),
            url('../fonts/CenturyGothicPaneuropean-Light.woff') format('woff');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Century Gothic Paneuropean';
        src: url('../fonts/CenturyGothicPaneuropean.woff2') format('woff2'),
            url('../fonts/CenturyGothicPaneuropean.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Century Gothic Paneuropean';
        src: url('../fonts/CenturyGothicPaneuropean-LightIt.woff2') format('woff2'),
            url('../fonts/CenturyGothicPaneuropean-LightIt.woff') format('woff');
        font-weight: 300;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Century Gothic Paneuropean SemBd';
        src: url('../fonts/CenturyGothicPaneuropean-SemiBold.woff2') format('woff2'),
            url('../fonts/CenturyGothicPaneuropean-SemiBold.woff') format('woff');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Century Gothic Paneuropean SemBd';
        src: url('../fonts/CenturyGothicPaneuropean-SemiBoldIt.woff2') format('woff2'),
            url('../fonts/CenturyGothicPaneuropean-SemiBoldIt.woff') format('woff');
        font-weight: 600;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Century Gothic Paneuropean';
        src: url('../fonts/CenturyGothicPaneuropean-Thin.woff2') format('woff2'),
            url('../fonts/CenturyGothicPaneuropean-Thin.woff') format('woff');
        font-weight: 100;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Century Gothic Paneuropean';
        src: url('../fonts/CenturyGothicPaneuropean-ThinItalic.woff2') format('woff2'),
            url('../fonts/CenturyGothicPaneuropean-ThinItalic.woff') format('woff');
        font-weight: 100;
        font-style: italic;
        font-display: swap;
    }
    
    

body{
    font-family: Century Gothic Paneuropean;
}

.title{
    font-family: 'Century Gothic Paneuropean';
    font-weight: 500;
    font-size: 70px;
    color: #7c836a;
}



*{
    margin: 0 auto;
}

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

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

.banners-m{
    display: none;
}

.btn-comprar-h{
    color: #FFF !important;
    border: 1px solid #FFF;
    padding: 10px 5px;
    display: flex;
    padding: 10px 20px !important;
    display: inline-block;
    
}



.header{
    background: #000;
    color: #000;
    /* position: absolute;
    top: 0;
    z-index: 9999999;
    width: 100%;
   */
}


.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: 200px;
    }


 }

 @media screen and (max-width:600px){
    .logo{
        width: 200px;
        text-align: center;
    }

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


 }


 .slick-dots{
    bottom: 60px !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: #000;
    padding-right: 3px;
}

.nav a:hover{
    color: #6555;
}


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

.banners-d{
    display: block;
}

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

}

.faixa-amarela{
    background: #f8ee51;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.garrafa-laranja{
    width: 400px;
    margin-top: -120px;
    position: relative;
    top: 61px;
    display: block;
}

.flor-left{
    position: absolute;
    top: 0;
    left: -110px;
}


.text-limoni{
    width: 320px;
    padding-left: 30px;
    font-size: 22px;
    padding-right: 20px;
}

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

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

.texto-cerveja{
    width: 100%;
    text-align: center;
    color: #FFF;
    font-family: Arial;
    line-height: 150%;
    font-size: 20px;
    margin-top: 0;
    position: relative;
    padding: 20px 20px;
}



.texto-cerveja p{
    padding: 20px 0;
    font-family: 'Century Gothic Paneuropean';
}

.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%;
    position: relative;
    /* margin-top: -270px; */
}


.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: 10px;
    text-align: center;
    background: #FFF;
    color: #00b09b;

}

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

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

#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: #000 url(../img/bg-contato.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: rgba(0, 0, 0, 0.8);
    color: #FFF !important;
    color: transparent;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid transparent;
}

::placeholder{
    color: #FFF;
}

input::placeholder {
    color: white; /* Padrão moderno */
  }
  
input::-webkit-input-placeholder {
  color: white;
}
input, select, label{
    color: #FFF !important;
}

.content-form h2{

    font-family: 'Century Gothic Paneuropean';
    text-align: left;
    padding: 10px 0;
    font-size: 28px;
    font-weight: 500;
    margin: 0 15px;
}

.content-form .submit{
    color: #45ece1;
    background-color: transparent;
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 12px 0;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #45ece1;
    margin-top: 15px;
    
}

.content-form input{
    background-color: transparent;
    
}

.content-form input::placeholder{
    color: #000;
    
}

.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: 190px;
    top: 340px;
    width: 560px;
}

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

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


    .bg-especial{

        padding-bottom: 100px;
    }
    


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

    

}


@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: 218px;
    }
    

}


.lata-tonica{
    display: none;
}

.mao-mobile{
    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;
    

    }

    .mao-mobile{
        display: block;
        max-width: 700px;
        width: 100%;
    }



    .lata-tonica{
        display: block;
       
    }

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

    }

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




}

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

    .lata-tonica img{
        max-width: 200px;
      
    }

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

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

/* MOBILE */


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

    .img-cerveja img {
        /* max-width: 100%; */
        position: relative;
        margin-top: -10px;
        max-width: 380px;
    }

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

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

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


    


    .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){

.texto-cerveja{
    padding-top: 10px;
}
}

    @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: #000;
        font-size: 13px;
    }


}

.contato-btn{
    display: flex;
    align-items: center;
    color: #FFF !important;
}

.contato-btn img{
    padding-right: 5px;
}

@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;
    background-color: transparent;
}



.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;
    min-width: 300px;
}
.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;
  }

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


  }

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

    .btn-footer{
            display: block;

            color: #FFF !important;
            border: 1px solid #f3243a;
            padding: 10px 5px;
            display: flex;
            padding: 10px 20px !important;
            display: inline-block;
            background-color: #a71f34;
            margin-top: 30px;
            text-decoration: none;
        }

    .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) {


    .img-cerveja img{
        max-width: 380px  !important;
        width: 100% !important;
        
        }
    .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;
}


.produtos{
    font-family: 'Andale Mono Regular';
    position: relative;
}

.casca{
    position: absolute;
    right: 240px;
    top: -80px;
    width: 240px;
}


.comprar{
    font-family: 'Andale Mono Regular';
    padding-top: 80px;
}

.garrafa-e-texto{
    display: flex;
    align-items: center;
}

.produto .title{
    max-width: 400px;
    
}

.p-produto{
    padding-bottom: 80px;
    max-width: 600px;
    margin: 0;
}


@media screen and (min-width: 1210px) {
    .header{
        background: transparent;
        color: #000;
        position: absolute;
        top: 0;
        padding-top: 10px;
        width: 100%;
        z-index: 99999;
       
    }


    .nav ul {
        list-style: none;
        display: flex;
        align-items: center;
        /* margin-top: -60px; */
    }
}


.comprar-agora{
    color: #FFF;
    text-decoration: none;
    border: 1px solid #000;
    display: inline-block;
    padding: 10px 15px;
    margin-top: 10px;

}


@media screen and (max-width: 1670px) {
    .garrafa-e-texto {
        display: flex;
        align-items: center;
        position: relative;
        left: 200px;
    }
}

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

    .flor-left {
        position: absolute;
        top: 0;
        left: -160px;
    }
    .garrafa-e-texto {

        left: 160px;
    }
}

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

    .casca {
        position: absolute;
        right: 160px;
        top: -50px;
        width: 190px;
    }
}

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

    .casca {
       display: none;
    }
}

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


    .garrafa-e-texto{
        flex-direction: column;
        left: 0;
    }

    .garrafa-laranja {
        width: 400px;
        margin-top: -60px;
        position: relative;
        top: 0px;
        display: block;
    }

    .text-limoni {
        width: 100%;
       max-width: 660px;
        padding-left: 30px;
        font-size: 22px;
        /* padding-right: 20px; */
        padding-bottom: 40px;
        margin-top: 31px;
        box-sizing: border-box;
    }
    
}
@media screen and (max-width: 650px) {


    .flor-left {
        position: absolute;
        top: -70px;
        left: -100px;
        width: 320px;
    }
    
}



.flor-right{
    position: absolute;
    right: 0;
}

@media screen and (min-width: 1650px) {
    .mao {
        position: absolute;
        right: 210px;
        top: 310px;
        width: 750px;
    }
    

}

@media screen and (max-width: 1950px) {
    .mao {
        position: absolute;
        right: 210px;
        top: 310px;
        width: 650px;
    }
    

}





@media screen and (max-width: 1670px) {
    .mao {
        position: absolute;
        right: 100px;
        top: 310px;
        width: 650px;
    }
    

}

@media screen and (max-width: 1450px) {
    .mao {
        position: absolute;
        right: 80px;
        top: 310px;
        width: 600px;
    }
    

}

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


    .mao {
        position: absolute;
        right: 60px;
        top: 310px;
        width: 588px;
        z-index: 99999;
    }

    /* .flor-right {
        position: absolute;
        right: -40px;
        width: 340px;
    } */
}



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


    .mao {
        position: absolute;
        right: 60px;
        top: 310px;
        width: 550px;
        z-index: 99999;
    }

    /* .flor-right {
        position: absolute;
        right: -40px;
        width: 340px;
    } */
}



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


    .mao {
        position: absolute;
        right: 45px;
        top: 310px;
        width: 538px;
        z-index: 99999;
    }


}


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


    .mao {
        position: absolute;
        right: 30px;
        top: 310px;
        width: 528px;

        z-index: 99999;
    }


} 



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


    .mao {
        position: absolute;
        right: 20px;
        top: 310px;
        width: 500px;

        z-index: 99999;
    }


} 


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


    .mao {
        position: absolute;
        right: 10px;
        top: 310px;
        width: 470px;

        z-index: 99999;
    }


} 


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


    .mao {
        position: absolute;
        right: 35px;
        top: 380px;
        width: 428px;
        z-index: 99999;
    }


    .title{
        font-size: 45px;
    }


    .garrafa-laranja{
        right: 20px;
    }
    
}



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


    .mao {
        position: absolute;
        right: 25px;
        top: 380px;
        width: 400px;
        z-index: 99999;
    }
}

#nossaHistoria .title{
    padding-bottom: 15px;
    background: #000;
}

#nossaHistoria{
    background: #000;
}

body{
    background: #000;
}

.comprar .title{
    color: #FFF;
}

.comprar p{
    color: #FFF !important;
}


.container-img-text{
    display: flex;

}

.texto-cerveja{
    /* margin-top: 50px; */
}


input, select, textarea{
    border: none  !important;
    border-bottom: 2px solid #45ece1 !important;

}

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

.banners-d-c {
    touch-action: auto;
    -ms-touch-action: auto;
    }

.banners-m-c {
    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: 90px !important;
        }

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

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

        }
  


    }
     


/* 


    SATRT MODAL IDADE


*/


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

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

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


.modal-idade h1{
    color: #47EBE1 !important;
    font-size: 50px;
    padding-bottom: 50px;
    font-weight: bold;
    font-family: "bookmania", serif;
    line-height: 110%;
    text-transform: uppercase;
}

.modal-idade a {
    color: #FFF !important;
    font-size: 20px;
    font-family: 'Stellar';
    text-decoration: none;
    font-weight: bold;
    border: 1px solid;
    padding: 20px;
    border-radius: 10px;
}


.modal-idade .opt-idade{
    max-width: 350px;
}


.modal-produto .opt-idade{
    max-width: 500px;
}

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

.modal-idade{
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: #000 !important;

    text-align: center;
    display: none;
    z-index: 99999999999;
    flex-direction: column;
    justify-content: center;
    /* background: #d6ab51 url("../img/bg-idade.jpg") no-repeat center center; */
}

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

}

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

.modal-nao h1{
    color: #47EBE1 !important;
    font-size: 40px;
    padding-bottom: 20px;
    line-height: 120%;

}




/* PARTE MOBILE */


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

}

@media screen and (max-width: 482px) {
    
    
    
    .modal-produto a {
        color: #47EBE1 !important;
        font-size: 20px;
        font-family: 'Stellar';
        text-decoration: none;
        font-weight: bold;
        border: 1px solid;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 30px;
    }
    
    
    .modal-produto .opt-idade {
        max-width: 500px;
        flex-direction: column;
    }
    }



    /* CORES #FFF #000 #C1A01D */



/* 


    END MODAL IDADE


*/

