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

@font-face {
    font-family: 'Trajan Pro 3';
    src: url('TrajanPro3SemiBold.eot');
    src: local('Trajan Pro 3 SemiBold'), local('TrajanPro3SemiBold'),
        url('TrajanPro3SemiBold.eot?#iefix') format('embedded-opentype'),
        url('TrajanPro3SemiBold.woff2') format('woff2'),
        url('TrajanPro3SemiBold.woff') format('woff'),
        url('TrajanPro3SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Trajan Pro 3';
    src: url('TrajanPro3Bold.eot');
    src: local('Trajan Pro 3 Bold'), local('TrajanPro3Bold'),
        url('TrajanPro3Bold.eot?#iefix') format('embedded-opentype'),
        url('TrajanPro3Bold.woff2') format('woff2'),
        url('TrajanPro3Bold.woff') format('woff'),
        url('TrajanPro3Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Trajan Pro 3';
    src: url('TrajanPro3ExtraLight.eot');
    src: local('Trajan Pro 3 ExtraLight'), local('TrajanPro3ExtraLight'),
        url('TrajanPro3ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('TrajanPro3ExtraLight.woff2') format('woff2'),
        url('TrajanPro3ExtraLight.woff') format('woff'),
        url('TrajanPro3ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Trajan Pro 3';
    src: url('TrajanPro3Light.eot');
    src: local('Trajan Pro 3 Ligh'), local('TrajanPro3Light'),
        url('TrajanPro3Light.eot?#iefix') format('embedded-opentype'),
        url('TrajanPro3Light.woff2') format('woff2'),
        url('TrajanPro3Light.woff') format('woff'),
        url('TrajanPro3Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Trajan Pro 3';
    src: url('TrajanPro3Regular.eot');
    src: local('Trajan Pro 3 Regular'), local('TrajanPro3Regular'),
        url('TrajanPro3Regular.eot?#iefix') format('embedded-opentype'),
        url('TrajanPro3Regular.woff2') format('woff2'),
        url('TrajanPro3Regular.woff') format('woff'),
        url('TrajanPro3Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trajan Pro 3';
    src: url('TrajanPro3Black.eot');
    src: local('Trajan Pro 3 Black'), local('TrajanPro3Black'),
        url('TrajanPro3Black.eot?#iefix') format('embedded-opentype'),
        url('TrajanPro3Black.woff2') format('woff2'),
        url('TrajanPro3Black.woff') format('woff'),
        url('TrajanPro3Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

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


.title{
    font-family: 'Trajan Pro 3';
    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;
}



.header{
    background: #000;
    color: #FFF;
    /* 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:1255px){
    .logo{
        width: 230px;
    }

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


 }

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


 }

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

    .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{
    color: #a47d48;
}


.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: 50px 0;
    padding-top: 100px;
    flex-direction: row;
}

.texto-cerveja{
    width: 40%;
    text-align: left;
    color: #000;
    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;
    font-family: 'Andale Mono Regular';
}

.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: 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: 80px;
    text-align: center;
    background: #a47d48;
    color: #000;

}

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

    /* 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: transparent;
    padding: 80px 20px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 150px;
    border: 2px solid transparent;
}

.content-form h2{
    color: #c76b33;

    text-align: left;
    padding: 10px 0;
    font-size: 28px;
    font-weight: 500;
    margin: 0 15px;
}

.content-form .submit{
    color: #FFF;
    background-color: #61676b;
    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: none;
    margin-top: 15px;
    border-radius: 30px;
    font-weight: bold;
    
}

.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: 160px;
    top: 121px;
    width: 258px;
    z-index: 999;
}

.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: 100px;
        top: 121px;
        width: 258px;
        z-index: 999;
    }
    


}


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


    .mao{
        position: absolute;
        right: 100px;
        top: 121px;
        width: 258px;
        z-index: 999;
        display: none;
    }

    .beija-flor {
        position: absolute;
        top: -130px !important;
        width: 190px !important;
        right: 50% !important;
    }
    



}

@media screen and (max-width: 1610px) {
    .beija-flor {
        position: absolute;
        top: -130px !important;
        width: 270px !important;
        right: 34% !important;
    }
}

@media screen and (max-width: 1520px) {
    .beija-flor {
        position: absolute;
        top: -130px !important;
        width: 270px !important;
        right: 40% !important;
    }
}


@media screen and (max-width: 1320px) {
    .flor-right {
        position: absolute;
        right: 160px !important;
    }
}


@media screen and (max-width: 910px) {
    .beija-flor {
        top: -120px !important;
        width: 180px !important;
        right: 29% !important;
    }

    
}

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

@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: 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{
        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:620px){


    .compre-btn{
        margin-right: 0 !important;
    }
    .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;
    }


}


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

.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-family: 'North Regular';
    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;
  }


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


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






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


    .banner{
        padding-top: 55px;
    }

    .header{
        background: transparent;
        color: #FFF;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 99999;
       
    }


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


.comprar-agora{
    color: #000;
    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: 320px;
}

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


    .mao {
        position: absolute;
        right: 320px;
        top: 0px;
        width: 218px;
        z-index: 99999;
    }

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

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


    .mao {
        position: absolute;
        right: 250px;
        top: 0px;
        width: 218px;
        z-index: 99999;
    }

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


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


    .mao {
        position: absolute;
        right: 170px;
        top: 0px;
        width: 218px;
        z-index: 99999;
    }

    .flor-right {
        position: absolute;
        right: -40px;
        width: 250px;
        bottom: 150px;
    }

    .title{
        font-size: 45px;
    }


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

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


/* NEW CODE */


.p-right-fb{
    padding-right: 20px;
}



.compre-btn{
    display: flex;
    align-items: center;
    border: 1px solid #FFF;
    border-radius: 30px;
    padding: 10px 20px;
    margin-right: 20px;
}


.logo{
    max-width: 300px;
}


.title-form{
    color: #c76b33;
    text-align: center !important; 
    /* font-family: 'North Regular'; */
}

#footer{
    position: relative;
}

#footer .container{
    display: flex;
    flex-direction: row-reverse;
   
}


.dois-lados{
    width: 30%;
    font-size: 14px;

}

.redes-footer a{
    padding: 0 8px;
}

.tres-lados{
    width: 60%;
    font-size: 15px;
    display: flex;
    align-items: self-end;
}

.intro-gin-box{
    max-width: 530px;
    
}

.intro-gin-box p{
    color: #FFF;
    width: 300px;
    margin: 0;
    padding-top: 20px;
 

}

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

    .intro-gin-box{
        width: 100%;
    }

    .intro-gin-box img{
        width: 100%;
    }
    
.intro-gin-box p{
    color: #FFF;
    max-width: 380px;
    margin: 0;
    box-sizing: border-box;
    padding: 0 10px;
    padding-top: 20px;
}

}


.beija-flor{
    position: absolute;
    top: -250px;
    width: 320px;
}

.contact_form{
    position: relative;
}

.bg-form{
    position: absolute;
    width: 100%;
    bottom: 100px;
}

.content-form .submit{
    margin-top: 30px;
}

.content-form{
    padding-bottom: 90px;
}

.form-contato{
    position: relative;
    z-index: 9999;
}

#contact_form{
    position: relative;
}

.bg-form img{
    width: 70%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 1274px) {
    .intro-gin-box{
        position: relative;
        right: 100px;
    }
}

@media screen and (max-width: 880px) {
    .dois-lados {
        width: 40%;
        font-size: 14px;
    }

    .intro-gin-box {
        padding-top: 30px;
        position: static;
        right: 0;

    }
}


@media screen and (max-width: 1145px) {
    .dois-lados {
        width: 40%;
        font-size: 14px;
    }
}

.dois-lados p{
    font-size: 12px;
}
.direitos-m{
    display: none;
   }

@media screen and (max-width: 800px) {
   .direitos-m{
    display: block;
    font-size: 13px;
   }

   .direitos-d{
    display: none;
   }

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

   #footer div{
    padding-bottom: 0;
   }

   .tres-lados{
    width: 95%;
   }
}


/* END CODE*/   


@media screen and (max-width: 650px) {
    .dois-lados {
        width: 100%;
        font-size: 14px;
    }

    .tres-lados {
        width: 95%;
        flex-direction: column;
        padding-top: 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: #FFF !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: #FFF !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: #FFF !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


*/

