html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;

  --color-dark-black: #0f1011;
  --collor-light-black: #1c1c1c;
  --color-light-green: #78be20;
  --color-dark-green: #0b7a38;
  --color-yellow: #fed141;
  --color-pink: #e9224d;
  --color-light-pink: #ff4a4f;
  --color-dark-blue: #002f6c;
  --color-light-blue: #0057bb;
  --color-orange: #e4792b;
  --side-bar-color: #62a510;

  --rectangle-blue: #2fa8ff;
  --rectangle-green: #3db74d;
  --rectangle-pink: #f50d4d;
  --rectangle-orange: #f67000;
  --rectangle-purple: #661f7b;
  --rectangle-brown: #cc6831;
}

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #bdbdbd;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #757575;
}

h6,
h5,
h4,
h3,
h2,
h1,
a,
p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

a {
  text-decoration: none;
}

body {
  background-color: #ffffff;
  overflow: hidden;
}

header {
  width: 100%;
  height: 190px;
  background: linear-gradient(to bottom, #e4792b 50%, rgb(255, 255, 255) 50%)
}

.text-black {
  color: var(--color-dark-black);
}

.text-green {
  color: var(--color-light-green);
}

.text-yellow {
  color: var(--color-yellow);
}

.text-blue {
  color: var(--color-dark-blue);
}

.text-white {
  color: #ffffff;
}

.text-orange{
  color: var(--color-orange);
}
.background-black {
  background-color: var(--color-dark-black);
}

.background-green {
  background-color: var(--color-light-green);
}

.background-yellow {
  background-color: var(--color-yellow);
}

.background-pink {
  background-color: var(--color-pink);
}

.background-white {
  background-color: #ffffff;
}

.background-orange{
  background-color: var(--color-orange);
}

#delivery-banner-link {
  position: relative;
}

.btn-pink {
  padding: 11px 62px 13px;
  border-radius: 26px;
  background-color: var(--color-pink);
  font-size: clamp(10px, 8px + 1vw, 15px);
  font-weight: 300;
}

#delivery-banner-link > .big-text,
#delivery-banner-link > .rounded-btn {
  position: absolute;
  left: 4.6vw;
  z-index: 3;
}

#delivery-banner-link > .big-text {
  bottom: 100px;
}

#delivery-banner-link > .rounded-btn {
  font-weight: 400;
  bottom: 40px;
  background-color: #7d3c1e;
  height: 40px;
}

#daniel {
  background-color: #e4792b;
}

.daniel-testimony {
  margin: 3vw 0;
}

.daniel-testimony .section-title {
  font-size: 35px;
}

.daniel-testimony .simple-text {
  font-weight: 200;
  width: 600px;
}

.rectangle {
  width: 350px;
  height: 180px;
  margin: 20px auto;
  border-radius: 22px;
  background-color: #2fa8ff;
}

.rectangle-blue {
  background-color: var(--rectangle-blue);
}

.rectangle-green {
  background-color: var(--rectangle-green);
}

.rectangle-pink {
  background-color: var(--rectangle-pink);
}

.rectangle-orange {
  background-color: var(--rectangle-orange);
}

.rectangle-purple {
  background-color: var(--rectangle-purple);
}

.rectangle-brown {
  background-color: var(--rectangle-brown);
}

.relative {
  position: relative;
}

.rectangle-blue > img {
  position: absolute;
  right: -10px;
  bottom: 0;
  height: 230px;
}

.rectangle-green > img {
  position: absolute;
  right: 12px;
  top: -5px;
  height: 150px;
}

.rectangle-pink > img {
  position: absolute;
  right: -20px;
  top: 15px;
  height: 110px;
}

.rectangle-orange > img {
  position: absolute;
  right: 0;
  top: 20px;
  height: 140px;
}

.rectangle-purple > img {
  position: absolute;
  right: 0;
  top: -15px;
  height: 200px;
}

.rectangle-brown > img {
  position: absolute;
  right: -60px;
  top: 20px;
  height: 80px;
}

.rectangle > .rounded-btn {
  position: absolute;
  bottom: 40px;
  left: 15px;
  margin: 0;
}

.rectangle > .rounded-btn:hover {
  color: var(--color-light-green);
}

.rectangle-title {
  position: absolute;
  font-size: calc(30px + 1vw);
  font-weight: bold;
  color: #ffffff;
  bottom: 70px;
  left: 25px;
}

.simple-text {
  font-size: 15px;
}

.big-text {
  font-size: 22px;
  width: 450px;
}

.delivery-banner {
  position: relative;
  background-color: var(--color-light-green);
  width: 100%;
  height: 180px;
}

.delivery-banner > img,
.delivery-text {
  position: absolute;
}

.delivery-logo {
  bottom: 70px;
  left: 10vw;
}

.delivery-img {
  bottom: 0;
  left: calc(5em + 10vw);
}

.delivery-text {
  top: 50px;
  left: calc(19em + 15vw);
}

.delivery-text h4 {
  width: 340px;
  font-weight: 300;
  font-size: 22px;
  color: #ffffff;
}

.delivery-btn {
  height: 100%;
  margin-top: 30px;
}

.delivery-btn > .rounded-btn {
  padding: 11px 50px 13px;
}

footer {
  background-color: var(--color-light-green);
}

.footer-espaco {
  font-size: 20px;
  font-weight: 300;
}
.footer-endereco {
  margin-top: 50px;
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
}

.footer-atendimento {
  margin: 30px 0;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
}

.footer-horarios {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
}

.footer-horarios > p {
  font-weight: 300;
  margin-bottom: 0.5rem;
}

.footer-horarios-titulo {
  font-weight: 300;
  margin-bottom: 2rem;
}

.footer-fone {
  margin-top: 2rem;
  font-size: 22px;
}

.social-media {
  font-size: 50px;
  margin-bottom: 50px;
  padding-top: 2rem;
}

.social-media a {
  color: #ffffff;
  margin: 5px;
}

.carousel {
  width: 100%;
  z-index: 2;
}

#images-section {
  width: 100%;
}

#images-section img {
  height: 500px;
  object-fit: cover;
  margin-top: 20px;
}

.image-logo {
  position: relative;
  width: fit-content;
}

.image-logo > .logo {
  padding: 0 10px;
}

#thaina {
  height: 350px;
}
.content-links {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  padding-top: 1.3rem;
}
.nav-content {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
}

#header-side-bar-button {
  display: none;
}

#header-logo,
#header-links {
  display: inline-block;
}

#header-logo,
#header-links,
#header-side-bar-button {
  margin: auto 0;
}

#header-links > ul > li {
  display: inline-block;
}

#header-links > ul > li a {
  text-decoration: none;
}

.menu-item {
  margin: 0 clamp(1em, 0.5em + 1.5vw, 3em);
  color: #ffffff;
}

.menu-item a {
  font-size: 12px;
  font-weight: 600;
}

.menu-item .header-items{
  display: flex; 
  border-radius: 50%; 
  width: 107px; 
  height: 107px;
  align-items: center; 
  flex-direction: column; 
  background-color: #e4792b;
}

.header-items img{
  height: 45px;
  margin-top: 12px;
}

.menu-item:hover,
.menu-item a:hover {
  color: rgb(241, 241, 241);
}



.rounded-btn {
  padding: 11px 72px 13px;
  border-radius: 26px;
  font-size: clamp(10px, 8px + 1vw, 15px);
  font-weight: 500;
}

.rounded-btn:hover {
  color: var(--color-light-blue);
}

.btn-min {
  padding: 6px 16px 7px;
}

.rounded-btn-bottom {
  margin: 30px 20px;
}

.rounded-btn-bottom > .rounded-btn {
  padding: 11px 50px 13px;
}

.logo {
  height: 95px;
  padding: 10px 0;
}

.section-title {
  font-size: 40px;
  line-height: 1.18;
  color: #0b0b0b;
}

.section-title {
  font-size: clamp(1em, 2em + 1vw, 3em);
}

#shake-banner-section {
  position: relative;
  height: calc(13em + 20vw);
  background-color: #FFB812;
}

.shake {
  position: absolute;
  z-index: 2;
  height: calc(15em + 20vw);
  right: calc(10em + 20vw);
  top: 0;
}

#notification {
  position: absolute;
  right: 0;
  top: 30px;
  width: 300px;
  z-index: 2;
}

#strawberry {
  position: absolute;
  right: calc(2em + 5vw);
  bottom: 5px;
  z-index: 1;
  width: calc(2em + 17vw);
}

#shake-message {
  position: absolute;
  height: calc(1em + 20vw);
  margin: 60px 83px 100px calc(1em + 6vw);
  object-fit: contain;
  z-index: 3;
}

.shake-logo {
  position: absolute;
  height: 100px;
  bottom: 55px;
  left: calc(18em + 24vw);
}
.products-box {
  display: block;
  width: 280px;
  padding-bottom: 20px;
}
.products-box img {
  padding-bottom: 10px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.products-box a {
  display: flex;
  width: 280px;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}

.mobile-banner {
  display: none;
}

.qrs img{
  height: 200px;
}

.qrs{
  text-align: center;
}
.qrs p{
  font-size: 24px;
  padding: 0.6rem;
  color: #fff;
}

.side-qrs-logo img{
  height: 350px;
  padding-right: 4rem;
  margin-top: 2.7rem;
}

.right-infos{
  border-left: 3px solid #f18e37;
  padding-left: 2rem;
}

.bolder{
  font-weight: 600;
}

.header-socials i{
  font-size: 28px;
  color: #78be20;
}

.header-socials{

  width: auto;
  height: 50px;
  text-align: center;
  border-radius: 20px;
  padding: 11px 60px;
  border-radius: 16px;  
}

#linha-section{
  display: flex;
  align-items: center;
}

.products-line{
  display: flex; 
  align-items: center; 
  width: 100%; 
  max-width: 490px; 
  margin-left: 2.3rem;
}

.space-txt{
  width: 440px; margin-left: 6rem; font-size: 18px;
}

.center-text{
  margin: 0 auto;
}

.line-complete-btn{
  border: 0 solid; 
  background-color: var(--color-light-green); 
  color: #fff; 
  max-width: 490px; 
  border-radius: 0.6rem; 
  font-size: 22px;
}
