@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {scroll-behavior: smooth;}
* {margin: 0; padding: 0; box-sizing: border-box; font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-style: normal; font-size: 20px; font-weight: 400; color: var(--preto);}
body {overflow-x: hidden; background-color: var(--branco);}
p {font-size: 18px; line-height: 30px; margin-bottom: 15px;}
a,button, input, textarea {-webkit-transition: .3s;-o-transition: .3s;transition: .3s; outline: 0;}
button {cursor: pointer;}
cite {font-style: normal;}
strong {font-size: inherit;}
a, a:hover {text-decoration: none;}
a:focus, button:focus, input:focus, textarea:focus {outline: 0; text-decoration: none;}
ul {-webkit-padding-start:0; -moz-padding-start:0; margin: 0;}
li {list-style-type: none;}
img {max-width: 100%;}
section{padding: 75px 0 0;}
bee-grid {max-width: 1330px; width: 100%; margin: 0 auto; padding: 0 30px; display: grid; grid-gap: 0px; position: relative; flex-wrap: wrap;}
cite {font-size: 14px; font-weight: 600; color: var(--roxo); text-align: center; margin-bottom: 15px; display: block;}
h2 {font-size: 40px; font-weight: 700; line-height: 54px; margin-bottom: 15px} 

:root {
  --cinza: #F4F4F4;
  --preto: #262626;
  --branco: #FFFFFF;
  --verde: #038B31;
  --verdeEscuro: #016b25;
  --whatsapp: #40C351;
}

header {
  margin-top: 15px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
header bee-grid div {
  padding: 20px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  background: var(--branco);
  align-items: center;
  justify-content: center;
}
header bee-grid div a {
  display: flex;
  align-items: center;
}
header bee-grid div ul {
  display: flex;
  justify-content: center;
  gap: 25px;
}
header bee-grid div > a:last-child {
  background-color: var(--whatsapp);
  color: var(--branco);
  gap: 8px;
  border-radius: 12px;
  padding: 10px 15px;
}
header nav {
  background-image: url('../img/menu.png');
  display: none;
  width: 48px;
  height: 36px;
  cursor: pointer;
  background-size: 48px;
  background-repeat: no-repeat;
}
header address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
header address ul {
  display: flex;
  gap: 20px;
}
header address a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: var(--branco);
}
header address a img {
  max-width: 15px;
}
header address p {
  margin-bottom: 0;
  color: var(--branco);
  font-size: 16px;
}

section.banner {
  padding: 180px 0 0;
  background-color: var(--verde);
  position: relative;
}
section.banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  opacity: .2;
}
section.banner h1 {
  font-size: 40px;
  line-height: 56px;
  color: var(--branco);
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
section.banner p {
  font-size: 26px;
  color: var(--branco);
  text-align: left;
  max-width: 700px;
  margin: auto;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 35px;
}
section.banner a {
  background-color: var(--whatsapp);
  color: var(--branco);
  gap: 8px;
  border-radius: 12px;
  padding: 10px 15px;  
  width: fit-content;
  margin: auto;
  display: flex;
  align-items: center;
}
section.banner a:last-child {
  background-color: unset;
  border: 1px solid var(--branco);
  margin-top: 10px;
  font-size: 16px;
}
section.banner a:last-child img {
  max-width: 20px;
}

section.banner bee-grid {
  grid-template-columns: 1fr .75fr;
  gap: 50px;
  align-items: center;
}
section.banner form {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: var(--branco);
  margin-bottom: -50px;
  border-radius: 20px;  
  border: 1px solid var(--whatsapp);
  gap: 15px;
}
section.banner form input, section.banner form select {
  padding: 12px 20px;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
}
section.banner form input::placeholder {
  opacity: .75;
  font-size: 16px;
}
section.banner form select option {
  font-size: 18px;
}
section.banner form h2 {
  margin-bottom: -10px;
}
section.banner form p {
  color: var(--preto);
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}
section.banner form label {
  font-size: 14px;
  color: #676767;
  display: flex;
  align-items: center;
  gap: 10px;
}
section.banner form label input {
  width: 30px;
  height: 30px;
}
section.banner form button {
  background-color: var(--whatsapp);
  color: var(--branco);
  gap: 8px;
  border-radius: 12px;
  padding: 10px 15px;  
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
}


section.selos bee-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


section.resibag bee-grid {
  grid-template-columns: 1fr .5fr;
  gap: 40px;
  align-items: center;
}
section.resibag h3 {
  font-size: 28px;
  margin-bottom: 20px;  
}
section.resibag figure {
  position: relative;
}
section.resibag figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-5deg);
  background-color: var(--verde);
  border-radius: 20px;
  z-index: -1;
}




section.produtos bee-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;  
}
section.produtos bee-grid:nth-child(1) {
  margin-bottom: 75px;
}
section.produtos figure {
  width: 30%;
  position: relative;
}
section.produtos figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-5deg);
  background-color: var(--verde);
  border-radius: 20px;
  z-index: -1;
}
section.produtos div {
  width: calc(70% - 50px);
}
section.produtos ul {
  display: flex;
  gap: 15px;
  margin-top: 28px;
}
section.produtos ul li a {
  background-color: var(--whatsapp);
  color: var(--branco);
  gap: 8px;
  border-radius: 12px;
  padding: 10px 15px;
  width: fit-content;
  display: flex;
  align-items: center;  
  min-height: 50px;
}
section.produtos ul li:last-child a {
  background-color: var(--branco);
  color: var(--whatsapp);
  border: 1px solid var(--whatsapp);
}
section.produtos ol {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  background: var(--cinza);
  padding: 20px;
  border-radius: 20px;
  display: none;
}
section.produtos ol.abrir {
  display: grid;
}
section.produtos ol li {
  background: var(--branco);
  padding: 10px;
  border-radius: 12px;
}
section.produtos ol li b {
  font-weight: 600;
}



section.clientes div {
  background-color: var(--verde);
  background-image: url('../img/bg-clientes.png');
  padding: 60px;
  border-radius: 40px;
  position: relative;  
}
section.clientes div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-3deg);
  background-color: var(--whatsapp);
  border-radius: 40px;
  z-index: -1;
}
section.clientes h2 {
  color: var(--branco);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}
section.clientes figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  
}
section.clientes figure img {
  padding: 10px;
}



section.segmentos h2 {
  text-align: center;
}
section.segmentos p {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
section.segmentos div {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 75px;
  align-items: center;
  justify-content: center;
}
section.segmentos figure img {
  margin-bottom: 15px;
}
section.segmentos figure figcaption {
  text-align: center;
}



section.chamada div {
  background-color: var(--verde);
  background-image: url('../img/bg-chamada.png');  
  background-position: bottom;  
  padding: 60px;
  border-radius: 40px;
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr max-content; 
}
section.chamada div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(3deg);
  background-color: var(--whatsapp);
  border-radius: 40px;
  z-index: -1;
}
section.chamada h2 {
  color: var(--branco);
}
section.chamada h2 span {
  display: flex;
  color: var(--branco);
  line-height: 28px;
  max-width: 650px;
  width: 100%;  
  margin-top: 10px;
  font-weight: 300;
}
section.chamada a {
  background-color: var(--branco);
  color: var(--verde);
  gap: 8px;
  border-radius: 12px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}



section.comparativo h2 {
  text-align: center;
}
section.comparativo p {
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 40px;
}
section.comparativo div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;  
  align-items: center;
}
section.comparativo ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
section.comparativo ul li {
  background-color: var(--verde);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px;
  border-radius: 12px;
}
section.comparativo ul li span {
  color: var(--branco);
  font-weight: 300;
}
section.comparativo ul li b {
  font-weight: 700;
  color: inherit;
}



section.duvidas bee-grid {
  grid-template-columns: 1fr .5fr;
  gap: 100px;
  align-items: center;
}
section.duvidas h2 {
  margin-bottom: 40px;  
}
section.duvidas figure {
  position: relative;
  height: fit-content;
}
section.duvidas figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-5deg);
  background-color: var(--verde);
  border-radius: 40px;
  z-index: -1;
}
section.duvidas article {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 2px solid var(--cinza);
}
section.duvidas article.ativo h3 {
  color: var(--verde);
}
section.duvidas article h3 {
  display: grid;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  margin-bottom: 10px;
  cursor: pointer;
  grid-template-columns: 1fr 30px;
}
section.duvidas article h3 i {
  display: flex;
  width: 34px;
  height: 34px;
  background-image: url('../img/mais.png');
}
section.duvidas article.ativo h3 i {
  background-image: url('../img/menos.png');
}
section.duvidas article p {
  padding-right: 60px;
  display: none;
}
section.duvidas article.ativo p {
  display: flex;
}



footer {
  margin-top: 75px;
  padding: 75px 0;
  background-color: var(--verde);
  background-image: url('../img/bg-rodape.png');  
}
footer bee-grid div > img {
  background-color: var(--branco);
  padding: 10px 15px 8px 20px;
  border-radius: 12px;
  margin-bottom: 17px;
}
footer bee-grid {
  grid-template-columns: 1fr .75fr;
  gap: 60px;
  align-items: center;
}
footer strong {
  font-weight: 600;
  font-size: 24px;
  color: var(--branco);
  display: flex;
  margin-bottom: 15px;
}
footer p {
  color: var(--branco);
  font-weight: 300;
}
footer ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer ul li {
  color: var(--branco);
  font-weight: 300;  
  display: flex;
  gap: 10px;
  align-items: center;
}
footer ul li:nth-child(-n+2) a {

}
footer ul li a {
  display: flex;
  color: var(--branco);
  font-weight: 300;
  gap: 10px;
  align-items: center;
}



.creditos {
  padding: 30px 0;
}
.creditos bee-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.creditos p {
  margin-bottom: 0;
}
.creditos a {
  display: flex;
  align-items: center;
  gap: 8px;
}


.lgpd {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 600px;
  width: 100%;
  padding: 30px;
  background: var(--branco);
  border-radius: 15px;
  z-index: 2;  
}
.lgpd h6 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 12px;
}
.lgpd p {
  font-size: 16px;
  color: #676767;
  margin-bottom: 30px;
}
.lgpd div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lgpd div > a {
  font-size: 16px;
  color: var(--verdeEscuro);
  border-bottom: 1px solid var(--verde);
}
.lgpd ul {
  display: flex;
  justify-content: end;
  gap: 10px;
}
.lgpd ul li a {
  font-size: 18px;
  background-color: var(--whatsapp);
  padding: 12px 40px;
  display: flex;
  border-radius: 100px;
  color: var(--branco);
  border: 1px solid var(--whatsapp);
  min-height: 54px;
  align-items: center;
  box-shadow: 0 0 5px 5px rgb(64 195 81 / 15%);     
}
.lgpd ul li a:hover {
  background-color: var(--verde);
  border-color: var(--verde);
  box-shadow: 0 0 10px 10px rgb(64 195 81 / 30%);      
}
.lgpd ul li:first-child a {
  border: 1px solid #676767;
  background-color: var(--branco);
  color: var(--preto);
  font-size: 16px;
  box-shadow: unset; 
} 
.lgpd ul li:first-child a:hover {
  border-color: #ddd;
  color: #ddd;
  box-shadow: unset;  
}
.fundo {
  background-color: rgb(0 0 0 / 85%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}


section.politica {
  padding: 30px;
}
section.politica h2 {
  font-size: 28px;
}
section.politica h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 6px;
}
section.politica p, section.politica ul li {
  font-size: 16px;
  line-height: 26px;
}
section.politica ul {
  margin-bottom: 20px;
}
section.politica ul li {
  list-style: disc;
  margin-left: 20px;
}
section.politica em {
  font-style: italic;
  font-size: 16px;
  background-color: #eee;
  padding: 10px;
  margin-top: 30px;
  display: flex;
  width: fit-content;
}


section.obrigado h2 {
  text-align: center;
}
section.obrigado h3 {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}
section.obrigado em {
  color: #676767;
  font-style: italic;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
section.obrigado em img {
  width: 30px;
}


    
    .input-resibag {
        width: 100%;
        padding: 12px 20px;
        border: 1px solid #ccc;
        border-radius: 12px; /* Arredondado igual ao seu print */
        font-size: 16px;
        color: #555;
        box-sizing: border-box;
        outline: none;
    }

    .input-resibag:focus { border-color: #4CAF50; }

    .error-msg {
        color: #dc3545;
        font-size: 12px;
        margin-top: 5px;
        display: none; /* Escondido por padrão */
    }