@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

body {
    background-color: #FFF; 
    overflow-x: hidden;
}

/* === CONTENT === */

#hero {
    width: 100%;
    padding-top: 3rem;
    background: #1F933B;
    background: -moz-linear-gradient(top,  #1F933B 0%, #1F933B 84%, #003114 84%, #1F933B 84%, #003114 84%, #003114 100%);
    background: -webkit-linear-gradient(top,  #1F933B 0%,#1F933B 84%,#003114 84%,#1F933B 84%,#003114 84%,#003114 100%);
    background: linear-gradient(to bottom,  #1F933B 0%,#1F933B 84%,#003114 84%,#1F933B 84%,#003114 84%,#003114 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1F933B', endColorstr='#003114',GradientType=0 );
}

#hero h5 {
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    font-weight: 500;
}

#hero span {
    font-weight: 800;
}

#pix {
    font-family: 'Montserrat', sans-serif;
    padding-top: 1rem;   
    padding-bottom: 1rem;   
}

#pix h3 {
    font-family: 'Montserrat', sans-serif;
    color: #2B8625;
    letter-spacing: 6px;
    font-weight: 600;
}
#pix h3 span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.pix-box {
    font-family: 'Montserrat', sans-serif;
    padding: 2rem;
    width: 100%;
    height: auto;
    background-color: #FFF;
    margin-top: 2rem;
    box-shadow: 0px 3px 6px #00000050;
    -webkit-box-shadow: 0px 3px 6px #00000050;
    -moz-box-shadow: 0px 3px 6px #00000050;
}

.pix.box:after { content: ''; clear: both; visibility: hidden; }

.pix-box p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000;
    overflow: hidden;
}
.pix-box h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #2B8625;
}
.pix-box img {
    float: left; margin-right: 2rem; 
}

.pix-box-app {
    font-family: 'Montserrat', sans-serif;
    height: 100px;
    padding: 1rem;
    width: 100%;
    height: auto;
    background-color: #FFF;
    margin-top: .1rem;
  

}

.pix.box:after { content: ''; clear: both; visibility: hidden; }

.pix-box-app p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #605C69;
    overflow: hidden;
}

.pix-box-app img {
    float: left; margin-right: 2rem; 
}

@media screen and (min-width: 40em) {
    #pagamento {
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
        background: rgb(255,255,255); 
        background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 12%, rgba(43,134,37,1) 12%, rgba(43,134,37,1) 12%, rgba(43,134,37,1) 63%, rgba(255,255,255,1) 63%);
        background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 12%,rgba(43,134,37,1) 12%,rgba(43,134,37,1) 12%,rgba(43,134,37,1) 63%,rgba(255,255,255,1) 63%);
        background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 12%,rgba(43,134,37,1) 12%,rgba(43,134,37,1) 12%,rgba(43,134,37,1) 63%,rgba(255,255,255,1) 63%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    }
}



@media screen and (max-width: 39.9375em) {
    #pagamento {
        background: rgb(43,134,37);
        background: -moz-linear-gradient(top,  rgba(43,134,37,1) 0%, rgba(43,134,37,1) 88%, rgba(255,255,255,1) 88%, rgba(43,134,37,1) 88%, rgba(255,255,255,1) 88%);
        background: -webkit-linear-gradient(top,  rgba(43,134,37,1) 0%,rgba(43,134,37,1) 88%,rgba(255,255,255,1) 88%,rgba(43,134,37,1) 88%,rgba(255,255,255,1) 88%);
        background: linear-gradient(to bottom,  rgba(43,134,37,1) 0%,rgba(43,134,37,1) 88%,rgba(255,255,255,1) 88%,rgba(43,134,37,1) 88%,rgba(255,255,255,1) 88%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b8625', endColorstr='#ffffff',GradientType=0 );
    }
}



@media screen and (max-width: 39.9375em) {
    .banner-bg img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .banner-bg img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

.banner-bg {
    
    margin-top: 3rem;
    width: 100%;
}

#pagamento h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #FFF;
}

#pagamento h4 span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #FFF;
}

.coluna {
    margin-bottom: 1rem;
    height: 100%;
}

@media screen and (max-width:39.9375em) {
    .coluna {
        height: 98%;
    }
    }

.coluna h4 {
    color: #000;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 2rem;
}

/* === CONTENT FIM=== */

/* === HEADER === */

.offHeader {
    padding-top: .5rem;
    padding-bottom: 1.5rem;
}

.off-canvas .menu li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #525252;
}

.off-canvas .menu li a:hover {
    text-decoration: underline;
}


#top-menu {
    background-color:#88b04b; 
}

header .menu li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 65%;
    font-weight: 400;
    padding-right: 25px;
    padding-left: 25px;
}

header .menu li a:hover {
    background-color: #a0ce5b;
}

header .menu li:last-child {
    background-color: #00acd7;
}
header .menu li:last-child > a:hover {
    background-color: #0bceff;
} 

#headerM {
    background-color:#FFF; 
    box-shadow: rgb(74 74 74 / 40%) 0px 3px 14px 0px;
}

#intraHeader {
    padding-top: 1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #525252;
    background-color: #FFF;
    box-shadow: rgb(74 74 74 / 40%) 0px 3px 14px 0px;
}

#intraHeader a {
    color: #525252;
}

#intraHeader p > a {
    color: #1D5632;
    font-size: 90%;
}

.burger {
    display: flex;
}

.burger p > a {
    padding-left: 1rem;
}

.undermenu a:hover {
    text-decoration: underline;
}

.especiais {
    font-size: 90%;
    font-family: 'Open Sans', sans-serif;
    color: #525252;
    font-weight: bold;
    padding-left: 1rem;
    padding-bottom: .5rem;
}

.categorias {
    border-top: 1px solid #cdcbcb;
    line-height: 2rem;
    font-size: 90%;
    font-family: 'Open Sans', sans-serif;
    color: #525252;
    font-weight: bold;
    margin-top: 1rem;
    padding-left: 1rem;
    padding-bottom: .5rem;
}

.material-icons {
    color: #88b04b;
    font-family: Material Icons;
    vertical-align: middle;
    font-weight: 100;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}

.menu-top-mg {
    margin-top: .5rem;
}

.btnSearch i {
    color: #FFF;
}

.cart {
    background-color: rgb(136, 176, 75);
    color: rgb(255, 255, 255);
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    min-width: 10px;
    padding: 3px;
    display: inline-block;
    position: relative;
    top: -20px;
    right: 10px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
}

form.busca input[type=text] {
    padding: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    border: 1px solid grey;
    float: left;
    width: 85%;
    background: #FFF;
    border-radius: 4px 0px 0px 4px;
    appearance: none;
    border: 1px solid rgb(222, 225, 227);
}
  
form.busca button {
    padding: 8px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    float: left;
    width: 15%;
    background: #88b04b;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-left: none;
    cursor: pointer;
}
  
form.busca::after {
    content: "";
    clear: both;
    display: table;
}

  /* === HEADER FIM === */

  /* === FOOTER === */

 #footer {
    background-color: #262626;
  }
  
  #footer ul li a {
    font-size: 95%;
    color: #AAA;
    line-height: .3rem;
    padding-left: 0;
  }
  
  #footer ul li a:hover {
    text-decoration: underline;
    color: #eeecec;
}
  

.footerlinks {
    padding: 1rem;
}

@media screen and (min-width: 64em) {
    .verticalline {
        width: 100%;
        border-right: 1px solid #444444;
        border-left: 1px solid #444444;
    }
  }

  @media screen and (min-width: 64em) {
    .footercell {
        display: table;
        margin: 0 auto;
    }
  }

  .logo-footer {
    padding-bottom: 1rem;
  }
  
  .bandeiras img {
    padding-top: .5rem;
    padding-right: .8rem;
    padding-bottom: 1.5rem;
  }
  
  .footer-title {
    font-family: 'Open Sans', sans-serif;
    color: #88B04B;
    font-weight: bold;
    padding-top: 1rem;
  }

  #social {
    padding-top: .5rem;
  }

  .cnVxpZ {
    color: #aaaaaa;
    width: 24px;
    height: 24px;
  }

  .subfooter {
    padding-top: 2rem;
    padding-bottom: .5rem;
    background-color: #242424;
  }
  
  .subfooter p {
    line-height: .7rem;
  }
  
  .subfooter p small {
    color: #AAAAAA;
    font-size: .6rem;
  }

  #privacidade table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }

  #privacidade td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
  /* === FOOTER FIM === */