@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: 'AvantGarde Md BT';
    src: url('../fonts/AvantGardeITCbyBT-Medium.woff2') format('woff2'),
        url('../fonts/AvantGardeITCbyBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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


*{
    margin: 0;
}

body{
    font-family: 'AvantGarde Md BT','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: #FFF url("../img/bg-header.jpg") no-repeat center center;

    min-height: 600px;
}

.text-header{
    float: right;
    position: relative;
    top: 80px;
}


@media screen and (max-width:900px){
    .header{
        background: #FFF url("../img/bg-header-m.jpg") no-repeat center center;
    }
 }
 

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

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    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: #FFF;
}

/* nav li::after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/bolinha.png) no-repeat center center;
    
}
    */


.social-menu img{
    height: 25px;
    padding-right: 5px;
}



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


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


.header .container{
    position: relative;
}



.coffe{
    position: absolute;
    top: 280px;
    right: 0;
}

#nossoCafe{
    height: 600px;
    /* background: url(../img/section-a-nosso-cafe.jpg) no-repeat center center; */
    background: url(../img/section-a-nosso-cafe.jpg) no-repeat -310px 0;
    background-size: cover;
    align-items: center;
    justify-content: center;
    display: flex;
}

#nossoCafe .container{
    display: flex;
    justify-content: center;
}
.content-nosso-cafe h2{
    font-weight: bold;
    padding-bottom: 10px;
}
.content-nosso-cafe p{
    color: #FFF;    
}

.content-nosso-cafe{
    max-width: 550px;
    padding-top: 50px;    
}

.content-nosso-cafe p{
    font-size: 17px;
    padding-bottom: 10px;
}

@media screen and (max-width: 1380px) {
   #nossoCafe .container{
    justify-content: flex-end;
   }
}

.title{
    color: #a55c37;
    /* text-shadow: 1px 1px 2px #c87b53; */
    text-transform: uppercase;
    padding-bottom: 25px;
    font-family: 'ITC Avant Garde Gothic';
}

.title .span{
    color: #FFF;
    font-size: 15px;
}
.content-nosso-cafe h2{
    color: #c87b53;
    text-transform: uppercase;
    font-family: 'ITC Avant Garde Gothic';
    letter-spacing: 2px;
    font-size: 35px;
}

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

    #nossoCafe{
        height: 600px;
        background: url(../img/section-a-m.jpg) no-repeat center center;
    }

}

#versoes{
    background: url(../img/bg-versoes.jpg) no-repeat center center;
    padding: 30px 0;
    color: #FFF;
}

.title-versoes{
    text-align: center;
    padding-bottom: 50px;
}

.title-versoes .title{
    font-size: 40px;
    padding-top: 20px;
}

.icon-title-v{
    max-width: 400px;
    width: 100%;
}


.icon-title-v-2{
    max-width: 100px;
    width: 100%;
}



.box-cafe-espessiata .container{
    display: flex;
    justify-content: space-between;
}

.box-cafe-extraforte .container{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.box-cafe-tradicional{
    display: flex;
    justify-content: center;
    padding: 100px 0;
}

.box-cafe-tradicional .box-text{
    width: 45%;
    display: flex;
    flex-direction: column;
    align-self: center;
}

.box-cafe-tradicional .title{
    color: #7dd11a;
}

.box-cafe-extraforte .title{
    color: #ec7c02;
}

.box-cafe-extraforte .box-text{
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-self: center;
}


.title span{
    font-size: 16px;
    color: #FFF;
}


.box-text{
    width: 45%;
}

.box-img{
    width: 45%;
    position: relative;
}

.box-img img{
    width: 100%;
}

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

.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: 38px;
    text-align: center;
}

.img-cerveja{
    width: 60%;
}

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

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

.footer{
    background: #02335b url(../img/footer-desktop.jpg) no-repeat center center;
    color: #FFF;

}

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

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


.direitos {
    padding: 10px 0;
}

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


.icon-f{
    padding-bottom: 20px;
}

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

.box-cafe-tradicional{
    position: relative;
}

.box-flor-1{
    position: absolute;
    top: 0;
    left: 0;
}

.box-flor-1 img{
    width: 63%;

}

.box-flor-2{
    position: absolute;
    top: 0;
    right: 0;
    overflow-x: clip;
}

.btn-comprar{
    color: #a55c37;
    background: #FFF;
    border-radius: 5px;
    padding: 11px 25px;
    font-size: 30px;
    text-decoration: none;
}
.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;
    justify-content: space-around;
}




.content-form{
    background-color: transparent;
    color: #002857;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    min-width: 310px;
}

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

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

} */


@media screen and (max-width:700px){
    .box-cafe-espessiata .container{
        flex-direction: column;
        align-items: center;
    }

    .box-cafe-espessiata .box-text{
        width: 90%;
        padding-bottom: 20px;

    }

    .box-cafe-espessiata .box-img{
        width: 90%;
    }

    .box-cafe-extraforte .container{
        flex-direction: column;
        align-items: center;
    }


    .box-cafe-extraforte .box-text{
        width: 90%;
        padding-bottom: 20px;

    }

    .box-cafe-extraforte .box-img{
        width: 90%;
    }
}
.box-flor-1 img{
    top: 20px;

    position: relative;
    left: -50px;
}

@media screen and (min-width:1550px){
    .box-flor-1 img{
        width: 53%;
        position: relative;
        top: -80px;
    }
}
@media screen and (min-width:1400px){
    .box-flor-2 img {
        position: relative;
        width: 70%;
        top: 120px;
        left: 340px;
    }
}
@media screen and (max-width:1400px){
    .box-flor-2 img {
        width: 63%;
        position: relative;
        width: 70%;
        top: 190px;
        left: 300px;
    }
}
@media screen and (max-width:1200px){
    .box-flor-2 img {
        width: 63%;

    }
    .box-flor-1 img{
 
        position: relative;
        top: -22px;
    }
}
}

.box-flor-2 img{
    position: relative;
    left: 330px;
    top: 120px;
}


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

    .box-flor-1 img {
    top: 20px;
    position: relative;
}
    .nav{
        justify-content: center;
    }

    .nav ul{
        justify-content: center;

    }

    .coffe {
        position: absolute;
        top: 280px;
        right: 0;
        width: 570px;
    }

    .content-nosso-cafe {
        max-width: 550px;
        padding-top: 50px;
        width: 70%;
    }
}

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

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


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

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

.nav li{
    padding: 0 5px;
}
    .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 {
        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: 0;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
    box-sizing: border-box;
    background: transparent;
    border: none;
    border-bottom: 2px solid #FFF;
    color: #FFF;
    padding-left: 40px;

}

.form-contato .input-nome{
    position: relative;
}

.form-contato .input-nome::before{
    content: "";
    width: 20px;
    height: 30px;
    display: block;
    background: url(../img/icon-nome.png) no-repeat center center;
    position: absolute;
    background-size: contain;
    left: 38px;
}

.form-contato .input-cidade{
    position: relative;
}

.form-contato .input-cidade::before{
    content: "";
    width: 20px;
    height: 30px;
    display: block;
    background: url(../img/icon-cidade.png) no-repeat center center;
    position: absolute;
    background-size: contain;
    left: 38px;
}

.form-contato .input-email{
    position: relative;
}

.form-contato .input-email::before{
    content: "";
    width: 20px;
    height: 30px;
    display: block;
    background: url(../img/icon-email.png) no-repeat center center;
    position: absolute;
    background-size: contain;
    left: 38px;
}

.form-contato .input-tel{
    position: relative;
}

.form-contato .input-tel::before{
    content: "";
    width: 20px;
    height: 30px;
    display: block;
    background: url(../img/icon-telefone.png) no-repeat center center;
    position: absolute;
    background-size: contain;
    left: 38px;
}

.form-contato .input-assunto{
    position: relative;
}

.form-contato .input-assunto::before{
    content: "";
    width: 20px;
    height: 30px;
    display: block;
    background: url(../img/icon-mensagem.png) no-repeat center center;
    position: absolute;
    background-size: contain;
    left: 38px;
}


.form-contato .input-msg{
    position: relative;
}

.form-contato .input-msg::before{
    content: "";
    width: 20px;
    height: 30px;
    display: block;
    background: url(../img/icon-carta.png) no-repeat center center;
    position: absolute;
    background-size: contain;
    left: 38px;
}

::placeholder{
    color: #FFF;
}



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

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

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

  .img-embalagem{
      min-width: 340px;
      width: 100%;
      text-align: center;
  }

.img-embalagem img{ 
    width: 100%;
    max-width: 340px;
    position: relative;
    top: 20px;
}
.box-cafe-espessiata .box-img{
display: flex;
    align-items: flex-end;

}

/* .box-cafe-espessiata .img-embalagem{
} */

.box-cafe-espessiata .box-text{
    padding:0 30px;
    min-width: 290px;

    padding: 0 30px;
    min-width: 290px;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
}

.box-t-container{
    width: 65%;
    display: flex;
    z-index: 999;
}

.box-cafe-extraforte .box-img img{
    width: 240%;
    left: -140%;
    position: absolute;
}

.box-cafe-espessiata .box-img img{
    width: 240%;
    right: -140%;
    position: absolute;
}

@media screen and (min-width:1800px){


    .box-cafe-espessiata .box-img img{
        width: 310%;
        right: -210%;
        position: absolute;
    }

    .box-cafe-extraforte .box-img img {
        width: 270%;
        left: -170%;
        position: absolute;
    }

}

.box-cafe-espessiata{
    max-width: 100%;
    overflow: hidden;
}

@media screen and (max-width:1200px){
    .box-cafe-extraforte .box-img img{
        width: 170%;
        left: -80%;
        position: absolute;
    }
    
    .box-cafe-espessiata .box-img img{
        width: 220%;
        right: -120%;
        position: absolute;
        min-width: 300px;
    }
    .box-img {

        min-width: 300px;
    }
    
}

@media screen and (min-width:1200px){
    .img-embalagem img {
        width: 460px;
        max-width: none;
        position: relative;
  
    }

    .box-t-container {
        width: 60%;
        display: flex;
        z-index: 999;
    }
}

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

    .box-cafe-extraforte .box-img img {
        width: 100%;
        position: static;
    }

    .box-cafe-espessiata .box-img img {
        width: 100%;
        position: static;
    }

    .box-t-container{
        width: 90%;
    }
    .box-t-container {
        width: 90%;
        flex-direction: column;
        align-items: center;
    }

    #versoes{
        background-size: cover;
    }

    .box-t-container .box-text{
        width: 90%;
    }

    .box-cafe-espessiata .container {
        flex-direction: column-reverse;
        align-items: center;
    }

    .box-text{
        padding: 30px 0 !important;
    }

    .img-embalagem img {

        position: relative;
        top: -0;
    }

    
}


.container-produto{
    max-width: 600px;
    display: flex;
    width: 100%;
}
.container-produto {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}



.box-text-coffe{
    width: 50%;
    font-style: italic;
    line-height: 125%;
    padding-top: 15px;
}



.box-capsulas .title-versoes{
    padding-top: 30px;
    color: #f7ca99 !important;
}

.title-versoes{
    margin:  0 auto;
}

.new-bg{
    background: url(../img/bg-versoes.jpg) repeat center center;
}



.wf-accordion__trigger::after{
    color: #000 !important;
    border-color: #000 !important;
}

.wf-accordion__trigger{
    font-weight: bold;
}

.cupcoffe .icon-title-v{
    height: 70px;
    max-width: 130px !important;
    width: auto;

    padding-top: 100px;
}

.img-produto img{
    width: 100%;
    max-width: 210px;
}

.img-marcacao{
    width: 100%;
    position: relative;
    top: 18px;
    left: 13%;
}


.wf-accordion__panel{
    background-color: transparent !important;
}

.container-produto{
    color: #FFF;
    padding-top: 20px;
}
.box-text-coffe img{
    max-width: 210px;
    padding-top: 10px;
    width: 100%;
}

.box-capsulas{
    display: flex;
    flex-direction: column;

}

.box-capsulas-container{
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.wf-accordion{
    margin-bottom: 20px;
}

.wf-accordion{
    border: none !important;
}

.wf-accordion__trigger{
    border-radius: 5px !important;

}

.color-arabica .wf-accordion__trigger{
    background-color: #d2b847 !important;
}


.color-classic .wf-accordion__trigger{
    background-color: #7dd11b !important;
}

.color-gold .wf-accordion__trigger{
    background-color: #e8d68b !important;
}

.color-intenso .wf-accordion__trigger{
    background-color: #513525 !important;
}

.color-vanilla .wf-accordion__trigger{
    background-color: #d59030 !important;
}



/*  CSS ACORDION */

/**
* Accordion example styles
*/

.wf-accordion-group {
    margin-top: 15px;
  }
  
  /* All elements succeeding an accordion group use margin-top to create white space */
  .wf-accordion-group + * {
    margin-top: 30px;
  }
  
  /* All accordions have borders… */
  .wf-accordion {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
  }
  
  /* …unless they directly succeed another accordion, in which case we reset the top-border
  to avoid duplicate white space */
  .wf-accordion + .wf-accordion {
    border-top-width: 0;
  }
  
  .wf-accordion__header {
    color: #616161;
  }
  
  /* Please note: The trigger element is a <button> create via JS. To achieve consistent aesthetics,
   the native button styles have to be resetted here */
  .wf-accordion__trigger {
    /* baseline resets */
    background: transparent;
    border-width: 0;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    /* end of baseline resets */
  
    /* additional styles for the demo */
    display: block;
    padding: 10px 1.25em 10px 8px;
    position: relative;
    width: 100%;
  }
  
  .wf-accordion__trigger::after {
    content: '';
    border: solid #bfbfbf;
    border-width: 0 2px 2px 0;
    height: 0.5em;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-60%) rotate(45deg);
    width: 0.5em;
  }
  
  .wf-accordion__trigger[aria-disabled=true] {
    cursor: not-allowed;
    opacity: 0.5;
  }
  
  .wf-accordion__trigger[aria-expanded=true]::after {
    transform: translateY(-30%) rotate(-135deg);
  }
  
  .wf-accordion__trigger:hover,
  .wf-accordion__trigger:focus {
    background: #f5f5f5;
    color: #161616;
  }
  
  .wf-accordion__trigger:hover::after,
  .wf-accordion__trigger:focus::after {
    border-color: #161616;
  }
  
  .wf-accordion__panel {
    background-color: #fff;
    padding: 10px 8px;
  }
  
  .wf-accordion__panel[aria-hidden=true] {
    display: none;
  }





  @media screen and (max-width:1385px){
    .img-marcacao {
        width: 100%;
        position: relative;
        top: 18px;
        left: 0;
    }
}


.box-capsulas{
    position: relative;
}
.container-cup-coffe{
    display: none;
}


.enfeite-capsulas{
    top: 0;
    position: absolute;
    right: 0;
}


.enfeite-capsulas img{
    width: 50%;
    position: relative;
    right: -270px;
    top: -90px;
}

.enfeite-cafeteira {
    position: absolute;
    top: 0;
    left: 0;
}

.enfeite-cafeteira img{
    width: 53%;
    position: relative;
    top: 331px;
}

.enfeite-flor {
    position: absolute;
    bottom: 0;
    left: 0;
}

.enfeite-flor img{
    width: 53%;
    position: relative;
    bottom: 240px;
}


.cup-text{
    color: #FFF;
}


.cupcoffe{
    position: relative;
}

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

    .enfeite-flor img{
        width: 53%;
        position: relative;
        bottom: 460px;
    }

    .enfeite-capsulas{
        display: none;
    }

    .enfeite-cafeteira {
        display: none;
    }
    .img-marcacao {
        display: none !important;
    }

    .container-cup-coffe{
        display: flex;
        flex-direction: column;

    }

    .img-embalagem img{
        max-width: 530px;
        margin-top: 30px;
    }

    .cupcoffe .title-versoes{
        padding-bottom: 0px;
    }
}

.box-graos .title-versoes{
    
    padding-bottom: 0;
    padding-top: 35px;
}

.box-graos {
    padding-bottom: 30px;
}