/* ../FONTS */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Roboto", sans-serif;
}
li {
  list-style-type: none;
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
  text-decoration: none;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}
.depoimentos, .area-entrega, .faq, .banner, footer, .produtos, .sobre-nos{
  scroll-margin-block-start: 100px;
}
/* HEADER */
header {
  padding-bottom: clamp(10px, 3vw, 15px);
  padding-top: clamp(10px, 3vw, 15px);
}
.second-menu {
  position: relative;
  z-index: 9;
}
header ul {
  margin: 0px;
  padding: 0px;
}
.second-menu .main-menu ul li:first-child {
  margin-left: 0;
}

.second-menu .main-menu ul li {
  margin-left: 25px;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
.main-menu ul li a {
  display: block;
  color: #201e1a;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  padding: 20px 0;
  position: relative;
  font-size: 16px;
  transition: all 0.3s;
}
.main-menu ul li:hover > a {
  color: #fb0218;
}
header li {
  list-style: none;
}
.meanmenu-reveal {
  display: block !important; /* Assegura que o ícone seja exibido */
  font-size: 24px !important; /* Ajusta o tamanho do ícone */
  color: #002e5b !important; /* Ajusta a cor do ícone */
  text-indent: 0 !important; /* Remove qualquer indentação */
  line-height: normal !important; /* Ajusta o alinhamento do ícone */
  padding: 10px; /* Ajusta o espaçamento */
  background: transparent !important; /* Garante fundo transparente */
  text-align: center; /* Centraliza o ícone */
}
header a {
  text-decoration: none;
}
.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 9999;
  background: #fff;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
/* BANNER */
.banner {
  background-size: cover;
  background-image: url(../img/fundo.webp);
}
.banner h2 {
  font-size: 65px;
  margin: 0;
  margin-top: 0px;
  line-height: 69px;
  padding-bottom: 28px;
  margin-top: 125px;
  font-family: "Relaway", sans-serif;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  color: #000;
  font-weight: 800;
}
.banner h3 {
  font-size: 36px;
  line-height: 68px;
  color: #000;
  font-weight: 600;
}
.banner p {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  color: #000;
}
.button-main {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.28px;
  color: white;
  background-color: green;
  padding: 14px 24px;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.4s ease;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5.8rem;
  border: none;
}
.button-main:hover {
  background-color: #c42e04;
}
/* SOBRE NÓS */
.sobre-nos {
  padding-bottom: 70px;
  padding-top: 100px;
}
.sobre-nos h2 {
  font-size: 48px;
  padding-bottom: 0;
  margin-bottom: 10px;
  position: relative;
  font-family: "Raleway", sans-serif;
  color: #181e23;
  font-weight: 700;
}
.small-border {
  width: 50px;
  height: 2px;
  background: #002e5b;
  border-left: none;
  border-right: none;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.image-wrap-modern {
  padding-bottom: 60px;
}

.image-wrap-modern {
  position: relative;
  display: inline-block;
  padding-bottom: 50px;
}
.image-with-shadow {
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
}
.image-wrap-modern-decor {
  position: absolute;
  top: 0;
  bottom: 50px;
  left: 0;
  right: 0;
  border: 10px solid #517bc0;
  margin: 40px 40px -40px -40px;
}
/* AREA ENTREGA */
.area-entrega {

  padding-bottom: 70px;
  padding-top: 100px;
}
.area-entrega h2 {
  font-size: 48px;
  padding-bottom: 0;
  margin-bottom: 10px;
  position: relative;
  font-family: "Raleway", sans-serif;
  color: #181e23;
  font-weight: 700;
}
.area-entrega p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: rgb(119 110 107);
}

.ratio > * {
  border-radius: 20px;
}

/* PRODUTOS */
.produtos {
  padding-bottom: 70px;
  padding-top: 100px;
  background-color: #f5f5f5;
}
.produtos h2 {
  font-size: 48px;
  padding-bottom: 0;
  margin-bottom: 10px;
  position: relative;
  font-family: "Raleway", sans-serif;
  color: #181e23;
  font-weight: 700;
}
.ratio > * {
  border-radius: 20px;
}
.produtos p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: rgb(119 110 107);
}
.product {
  margin-bottom: 40px;

  background-color: white;
  border-radius: 20px;
  padding: 24px;
  box-shadow: -1px 0px 9px 1px #afa6a6;
}
  /* the slides */
  .produtos .slick-slide {
    margin: 0 20px;
}

/* the parent */
.produtos .slick-list {
    margin: 0 -20px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.produtos .slick-track
{
    display: flex !important;
}

.produtos .slick-slide
{
    height: inherit !important;
}
.product__img {
  position: relative;
}
.product__content {
  margin-top: 30px;
}
.product__content h4 {
  font-family: "Raleway", sans-serif;
  color: #181e23;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 12px;
}
.product p {
  color: #181e23;
  font-size: 15px;
  display: inline-block;
  margin: 0 5px;
}
.product-active .slick-dots {
  text-align: center;
  position: relative;
  width: 100%;
  margin-top: 25px;
}
.product-active .slick-dots li {
  display: inline-block;
  margin: 0 0px;
}
.product-active .slick-dots .slick-active button {
  border-radius: 5px;
  background-color: #c42e04;
}
.product-active .slick-dots li button {
  text-indent: -99999px;
  border: none;
  padding: 0;
  margin-left: 10px;
  z-index: 1;
  cursor: pointer;
  background: no-repeat;
  transition: 0.3s;
  background-color: #002e5b;
  height: 6px;
  width: 15px;
  border-radius: 5px;
}
/* FAQ*/
.faq {
  background-color: #002e5b;
  padding-bottom: 70px;
  padding-top: 100px;
}
.faq h2 {
  font-size: 48px;
  padding-bottom: 0;
  margin-bottom: 10px;
  position: relative;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-weight: 700;
}
.faq_right_bg {
  text-align: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.question {
  border: 1px solid #ebebeb;
  background: #f5f5f5;
}

.question span {
  display: block;
  font-size: 1rem;
  color: #c42e04;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Hind", sans-serif;
  cursor: pointer;
  position: relative;
  line-height: 0.89;
  padding: 1.6rem 1.67rem;
}

.question span::after {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  right: 20px;
  top: 50%;
  font-size: 0.72rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.question span.collapsed {
  color: #000;
}

.question span.collapsed.collapsed::after {
  content: "\f067";
}

.ans_body {
  padding: 1.67rem;
  border: 1px solid #ebebeb;
  background: #fff;
  font-size: 0.89rem;
  color: #737373;
}

.ask_ans,
.ans_body {
  margin-top: -1px;
}
/* DEPOIMENTOS */
.depoimentos {
  background-image: url(../img/fundo-depoimentos.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.depoimentos h2 {
  font-size: 48px;
  padding-bottom: 0;
  margin-bottom: 10px;
  position: relative;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-weight: 700;
}
.single-testimonial-bg {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 15px #0000001a;
  border-radius: 10px;
  width: 85%;
  float: right;
  padding: 30px 50px 100px 150px;
  margin: 20px;
  color: #525c7b;
}
.testimonial-active .slick-slide {
  position: relative;
  border-radius: 20px;
  background-color: rgb(255, 245, 244);
  padding: 50px;
  margin: 0 15px;
}

.testimonial-active .testi-img {
  float: left;
  margin-bottom: 20px;
  position: absolute;
  left: 0;
  top: 80px;
}
.testimonial-active .ta-info {
  overflow: hidden;
  float: left;
  margin-left: 15px;
}
.testimonial-active .ta-info span {
  color: #dfdfdf;
  font-size: 14px;
}
.testimonial-active .ta-info h6 {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #201e1a;
}
.testimonial-active p {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 40px;
}
.testimonial-active .com-icon {
  position: absolute;
  right: 50px;
  top: 45px;
}
.testimonial-active .slick-dots {
  text-align: center;
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.testimonial-active .slick-dots li {
  display: inline-block;
  margin: 0 0px;
}
.testimonial-active .slick-dots li button {
  text-indent: -99999px;
  border: none;
  padding: 0;
  margin-left: 10px;
  z-index: 1;
  cursor: pointer;
  background: no-repeat;
  transition: 0.3s;
  background-color: #282f35;
  height: 6px;
  width: 30px;
  border-radius: 5px;
}
.single-testimonial img{
  width: 400px;
}
.testimonial-active2.slick-initialized .slick-slide{
  display: flex;
  justify-content: center;
}
.testimonial-active .slick-dots .slick-active button {
  width: 40px;
  border-radius: 5px;
  background-color: rgb(250, 162, 146);
}
.testimonial-active .qt-img {
  position: absolute;
  right: 30px;
  bottom: 13px;
}

.testimonial-active2 .qt-img {
  margin-bottom: 30px;
}
.testimonial-active2 .qt-img img {
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(15%) sepia(50%) saturate(7500%)
    hue-rotate(24deg) brightness(98%) contrast(97%);
}
.testimonial-active2 .slider-nav {
  float: right;
  width: 100%;
}
.slider-nav .slick-list.draggable {
  width: 233px;
  float: right;
}

.testimonial-active2 .slick-arrow {
  position: absolute;
  top: -140px;
  left: -82px;
  border: none;
  background: none;
  padding: 0;
  font-size: 24px;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  transition: 0.3s;
}

.testimonial-active2 .slick-next {
  left: inherit;
  right: -82px;
}
.testimonial-active2 .slick-arrow:hover {
  color: #c42e04;
}
.testimonial-avatar.p-relative {
  min-height: 455px;
  display: block;
  overflow: hidden;
}
.testimonial-active2 .slick-next.slick-arrow i,
.testimonial-active2 .slick-arrow i {
  background: #c42e04;
  padding: 12px 15px;
}

.testimonial-active2 .ta-info span {
  color: #dfdfdf;
  font-size: 14px;
}
.testimonial-active2 .ta-info h6 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #fff;
}
.com-icon {
  position: absolute;
  right: 0;
  top: 20px;
}
.testimonial-item img {
  width: 80px;
  cursor: pointer;
}

.testimonial-active2 .testi-author img {
  float: none;
  margin-bottom: 0;
  display: inline-block;
}
.testimonial-active2 .slick-dots li {
  display: inline-block;
  margin: 0 0px;
}
.testimonial-active2 .slick-dots {
  text-align: center;
  position: relative;
  width: 100%;
  margin-top: 25px;
}
.testimonial-active2 .slick-dots li button {
  text-indent: -99999px;
  border: none;
  padding: 0;
  margin-left: 10px;
  z-index: 1;
  cursor: pointer;
  background: no-repeat;
  transition: 0.3s;
  background-color: #fff;
  height: 6px;
  width: 12px;
  border-radius: 5px;
}
.testimonial-active2 .ta-info {
  overflow: hidden;
  margin-top: 20px;
}
.testimonial-active2 .single-testimonial p {
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
  color: white;
}
.testimonial-active2 .slick-dots .slick-active button {
  width: 12px;
  border-radius: 5px;
  background-color: #c42e04;
}
.testimonial-area .test-an-01 {
  position: absolute;
  bottom: 0;
  animation: alltuchtopdown 3s infinite;
  -webkit-animation: alltuchtopdown 3s infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-delay: 1s;
}
.testimonial-area .test-an-02 {
  position: absolute;
  top: 0;
  right: 0;
}
.test-line {
  margin-top: 30px;
  margin-bottom: 30px;
}
.test-line img {
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(15%) sepia(50%) saturate(7500%)
    hue-rotate(24deg) brightness(98%) contrast(97%);
}
.fa-star {
  color: #f4d118;
}
.depoimentos .small-border {
  background-color: white;
}
/* FOOTER */
.footer-bg {
  color: #a2a2a2;
  background: #222;
}
.footer-top {
  padding-bottom: 40px;

  padding-top: 70px;
}
.footer-widget {
  margin-bottom: 30px;
}
.f-cta-area.gray-bg {
  background: #f4f4fe;
  border-top: 3px solid #c42e04;
}
.footer-text p {
  color: #ddd;
  margin-bottom: 0;
}
.footer-social span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;

  display: inline-block;
  margin-right: 20px;
}
.footer-social a {
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  height: 35px;
  width: 35px;
  background: #002e5b;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  color: #fff !important;
}
.footer-social a:hover {
  background: #c42e04;
  color: #fff !important;
}

.footer-link ul li i {
  color: #c42e04;
  margin-right: 5px;
}
.footer-link ul li a {
  color: #a2a2a2;
  display: inline-block;
}
.footer-link ul li a:hover {
  padding-left: 5px;
  color: #c42e04;
}
.footer-link ul li {
  margin-bottom: 15px;
}
.footer-link ul li:last-child {
  margin-bottom: 0;
}
.copyright-wrap {
  background: #002e5b;
  padding: 15px 0;
  color: #fff;
  font-size: 15px;
}
.logo-footer{
  filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(3279%) hue-rotate(51deg) brightness(113%) contrast(112%);
}
.f-contact {
  display: flex;
  }
  .f-contact a{
      color: #fff !important;
  }
  .f-contact a:hover{
      color: #c42e04 !important;
  }
  .footer-top-heiding .col-lg-4 {
      border-right: 2px solid #20282E;
  }
  .footer-top-heiding .col-lg-4:last-child{
      border-right: none;
  }
  .f-contact .icon{
      margin-right: 20px;
  }
  .f-contact span{
      color: #fff;
      display: block;
      font-size: 15px;
  }
  .f-contact h3 {
      color: #fff;
      font-size: 24px;
  }

footer .f-widget-title h2 {
  font-size: 20px;
  margin-bottom: 30px;
  position: relative;
  color: #fff;
}
footer ul{
  margin: 0;
  padding: 0;
}
.mt-30{
  margin-top: 30px;
}
.f-contact i {
  width: 40px;
  height: 40px;
  background: #002e5b;
  line-height: 40px;
  color: #fff !important;
  text-align: center;
  border-radius: 50%;
  float: left;
}

.f-contact li {
  float: left;
  margin-bottom: 20px !important;
  width: 100%;
}
.f-contact li:last-child{
  margin-bottom: 0px !important;
}
/* MOBILE */
@media (max-width: 767px) {
  .second-menu {
    margin-bottom: 0;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
  }
  /* hide the link until viewport size is reached */
  a.meanmenu-reveal {
    display: none;
  }

  /* when under viewport size, .mean-container is added to body */
  .mean-container .mean-bar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
    z-index: 99;
  }
  .mean-container .mean-nav {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin-top: 15px;
    width: 100%;
    position: absolute;
  }
  .mean-container a.meanmenu-reveal {
    border: 1px solid #002e5b;
    color: #002e5b;
    cursor: pointer;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    margin-top: -37px;
    padding: 8px 9px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 22px;
  }
  .mean-container a.meanmenu-reveal span {
    background: #002e5b none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin-top: 3px;
  }

  .mean-nav {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin-top: 15px;
    width: 100%;
    position: absolute;
  }

  .mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
  }

  .mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
  }

  .mean-container .mean-nav ul li a {
    border-top: 1px solid #002e5b2a;
    color: #000;
    display: block;
    float: left;
    margin: 0;
    padding: 10px 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
    font-size: 14px;
    font-weight: 500;
  }

  .mean-container .mean-nav ul li li a {
    border-top: 1px solid #002e5b2a;
    opacity: 0.75;
    padding: 10px 10%;
    text-shadow: none;
    visibility: visible;
    width: 80%;
  }

  .mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
  }

  .mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
  }

  .mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
  }

  .mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
  }

  .mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1);
  }
  .mean-container .mean-bar {
    min-height: 0;
    padding: 0;
  }
  .mean-container .mean-nav ul li a.mean-expand {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2)
      rgba(255, 255, 255, 0.4);
    border-image: none;
    border-style: none none solid solid;
    border-width: medium medium 1px 1px;
    font-weight: 700;
    height: 27px;
    margin-top: 1px;
    padding: 5px 12px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 26px;
    z-index: 2;
  }

  .mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgb(250, 162, 146);
  }

  .mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
  }

  .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  /* Fix for box sizing on Foundation Framework etc. */
  .mean-container .mean-bar,
  .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  .mean-remove {
    display: none !important;
  }

  .transparent-header .mean-container a.meanmenu-reveal {
    border: 1px solid #fff;
    color: #fff;
  }
  .transparent-header .mean-container a.meanmenu-reveal span {
    background: #fff;
  }

  .header-2 .mean-container a.meanmenu-reveal {
    border: 1px solid #fff;
    color: #fff;
  }
  .header-2 .mean-container a.meanmenu-reveal span {
    background: #fff;
  }
  .mean-container a.meanmenu-reveal {
    margin-top: -67px;
  }
  .meanmenu-reveal {
    display: block !important; /* Assegura que o ícone de menu seja exibido */
    font-size: 24px; /* Ajusta o tamanho do ícone */
    padding: 10px; /* Ajusta o padding */
  }
  /* BANNER */

  .banner h2 {
    font-size: 36px;
    line-height: 44px;
    padding-bottom: 28px;
    margin-top: 32px;
    text-align: center;
  }
  .banner h3 {
    font-size: 22px;
    line-height: 35px;
    text-align: center;
  }
  .banner p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .button-main {
    margin-bottom: 30px;
  }

  /* SOBRE NÓS */
  .image-wrap-modern {
    position: relative;
    display: inline-block;
    padding-bottom: 50px;
  }
  .sobre-nos {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .sobre-nos h2 {
    font-size: 32px;
    letter-spacing: -1px;
  }
  .sobre-nos p {
    font-size: 16px;
    line-height: 26px;
  }
  /* ÁREA DE ENTREGA */
  .area-entrega {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .area-entrega h2 {
    font-size: 32px;
    letter-spacing: -1px;
  }
  .area-entrega p {
    font-size: 16px;
    line-height: 26px;
  }
  /* PRODUTOS */
  .produtos {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .produtos h2 {
    font-size: 32px;
    letter-spacing: -1px;
  }
  .produtos h4{
    font-size: 18px;
  }
  .produtos p {
    font-size: 14px;
    line-height: 24px;
  }
  .product-active .slick-dots {
    margin-top: 0;
  }
  .product {
    border-radius: 12px;
    padding: 5px;
  }
    /* the slides */
    .produtos .slick-slide {
      margin: 0 5px;
  }
  
  /* the parent */
  .produtos .slick-list {
      margin: 0 -5px;
      padding-top: 20px;
      padding-bottom: 20px;
  }
  /* FAQ */
  .faq {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .faq h2 {
    font-size: 32px;
    letter-spacing: -1px;
  }
  .faq p {
    font-size: 16px;
    line-height: 26px;
  }
  .question span {
    padding: 0;
    font-size: 14px;
  }
  .question {
    padding: 1rem;
  }
  .question span {
    line-height: 1.5;
  }
  .question span:after,
  .question span:before {
    display: none;
  }
  #accordion {
    margin-bottom: 2.5rem;
  }
  .ans_body {
    padding: 1rem;
  }
  /* DEPOIMENTOS */
  .depoimentos h2 {
    font-size: 32px;
    letter-spacing: -1px;
  }
}
