.fonte_especial {
  font-family: "Poppins", sans-serif;
}

.transicao {
  transition: all 300ms ease-in-out;
}

.cp-site-header,
.cp-site-header * {
  box-sizing: border-box;
}

body.cp-elementor-body,
body {
  font-family: "Roboto", sans-serif;
}

.cp-site-header {
  position: relative;
  z-index: 1030;
  min-height: 120px;
}

.cp-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  border: 0;
  background: linear-gradient(to bottom, rgba(73, 33, 25, 1) 0%, rgba(73, 33, 25, 0) 100%);
  transition: background-color 300ms ease-in-out, min-height 300ms ease-in-out;
  min-height: 120px;
}

.cp-navbar.is-solid {
  background-color: #fff;
}

.cp-navbar.is-scrolled {
  min-height: 78px;
}

.cp-nav-inner {
  width: 100%;
  min-height: 120px;
  margin: 0;
  padding: 0 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  transition: min-height 300ms ease-in-out;
}

.cp-navbar.is-scrolled .cp-nav-inner {
  min-height: 78px;
}

.cp-navbar-brand {
  display: block;
  padding-top: 0;
  flex: 0 0 auto;
  line-height: 0;
}

.cp-logo-variable {
  display: block !important;
  height: 120px !important;
  max-height: 120px !important;
  width: auto !important;
  max-width: 260px !important;
  object-fit: contain;
  transition: height 300ms ease-in-out;
}

.cp-navbar.is-scrolled .cp-logo-variable {
  height: 78px !important;
  max-height: 78px !important;
}

.cp-navbar-collapse {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex: 1;
  min-height: 88px;
  min-width: 0;
  transition: min-height 300ms ease-in-out;
}

.cp-navbar.is-scrolled .cp-navbar-collapse {
  min-height: 78px;
}

.cp-menu {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: nowrap;
}

.cp-menu li {
  margin: 0;
  padding: 0;
}

.cp-menu-link {
  display: block;
  padding: 30px 15px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
}

.cp-navbar.is-scrolled .cp-menu-link {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cp-menu-link:hover,
.cp-menu-link:focus {
  color: #fff;
  background-color: #d96438;
  border-bottom: 3px solid #fff;
  text-decoration: none;
}

.cp-shop-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 16px;
  border-radius: 22px;
  background: #ff6b2f;
  color: #fff !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 18px !important;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(217, 100, 56, 0.35);
}

.cp-shop-button:hover,
.cp-shop-button:focus {
  background: #f4d3b2;
  color: #492119 !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

.cp-search-trigger {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  outline: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.cp-search-trigger img {
  display: block;
  width: 22px;
  max-width: 22px;
  height: auto;
}

.cp-search-trigger:hover,
.cp-search-trigger:focus {
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

.cp-menu-phone {
  margin-left: 0;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  background-color: #d96438;
  padding: 6px 12px;
  border-radius: 20px;
  white-space: nowrap;
}

.cp-menu-phone img {
  width: 20px;
  vertical-align: middle;
}

.cp-navbar-toggle {
  display: none !important;
  width: 44px;
  height: 40px;
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.95);
}

@media (min-width: 768px) {
  .cp-navbar-toggle {
    display: none !important;
  }

  .cp-navbar-collapse {
    display: flex !important;
  }
}

.cp-navbar-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: #492119;
}

.cp-search-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1050;
  background: rgba(74, 74, 74, 0.41);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cp-search-modal.is-open {
  display: flex;
}

.cp-search-box {
  width: min(600px, 100%);
  border: 2px solid #333;
  border-radius: 24px;
  background: #fff;
  padding: 20px;
}

.cp-search-close {
  float: right;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
}

.cp-search-title {
  font-size: 16px;
  margin: 0 0 18px;
}

.cp-search-box input {
  width: 100%;
  height: 36px;
  margin-bottom: 10px;
  padding: 8px 12px;
  border: 1px solid #ccc;
}

.btn,
.btn-empresa1,
.btn-empresa2,
.btn-empresa3,
.btn-empresa4 {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  cursor: pointer;
}

.btn-empresa1,
.btn-empresa2,
.btn-empresa3 {
  color: #fff;
  background-color: #c76e4f;
  border: 0;
  border-radius: 2px;
  padding: 8px 14px;
}

.btn-empresa1:hover,
.btn-empresa2:hover,
.btn-empresa3:hover,
.btn-empresa1:focus,
.btn-empresa2:focus,
.btn-empresa3:focus {
  color: #fff;
  background-color: #6d2200;
  box-shadow: 0 0 10px #a2a2a2;
}

.container,
.container-fluid {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  max-width: 1300px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

[class*="col-"] {
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-6 {
  width: 50%;
}

.col-md-12,
.col-xs-12 {
  width: 100%;
}

.col-sm-8 {
  width: 66.6667%;
}

.col-sm-offset-2 {
  margin-left: 16.6667%;
}

.col-md-offset-3 {
  margin-left: 25%;
}

.cp-banner-topo {
  margin-top: -120px;
  min-height: 820px;
  display: flex;
  align-items: flex-start;
  padding-top: 120px;
  background-size: cover;
  background-color: #0000003d;
  background-blend-mode: multiply;
  background-position: top;
}

.cp-area-flex {
  margin-top: 80px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.cp-banner-topo .cp-area-flex {
  margin-top: 0;
  align-items: flex-start;
}

.cp-hero-box {
  width: 48%;
  min-height: 330px;
  padding: 20px;
  border: 3px solid #d96438;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.cp-hero-box h1 {
  color: #fff;
  font-size: 55px;
  line-height: 1.1;
  margin: 0 0 15px;
  text-align: left;
  font-weight: 900;
}

.cp-hero-box p {
  color: #eee;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  margin: 0 0 10px;
}

.cp-hero-box .btn-empresa3 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-top: 22px;
  padding: 14px 28px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  background: linear-gradient(135deg, #f24405 0%, #d96438 58%, #8c2e10 100%);
  color: #fff !important;
  font-size: 22px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: 0 18px 36px rgba(52, 14, 13, 0.42), 0 0 0 5px rgba(255, 255, 255, 0.16);
}

.cp-hero-box .btn-empresa3:hover,
.cp-hero-box .btn-empresa3:focus {
  background: #f4d3b2;
  color: #492119 !important;
  border-color: #fff;
  box-shadow: 0 22px 42px rgba(52, 14, 13, 0.48), 0 0 0 6px rgba(244, 211, 178, 0.32);
  transform: translateY(-2px);
}

.cp-hero-box .btn-empresa3:focus-visible {
  outline: 3px solid #f4d3b2;
  outline-offset: 4px;
}

.cp-solucoes {
  padding: 80px 0;
  margin-top: -200px;
}

.cp-products-line {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.cp-product-card {
  width: 35%;
  min-width: 200px;
  margin: 20px;
  padding: 15px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 5px 5px 15px #0000004d;
  text-align: center;
}

.cp-product-card p {
  width: 100%;
  margin: 0;
  text-align: center !important;
}

.cp-product-card img {
  display: block;
  width: auto;
  max-width: 90%;
  height: auto;
  margin: 20px auto;
}

.cp-product-card h3 {
  color: #f24405;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  margin: 10px auto 8px;
  text-align: center !important;
}

.cp-area-doces {
  position: relative;
  z-index: 2;
  height: auto;
  padding: 50px 0 70px;
  margin-bottom: 0;
  background-attachment: inherit;
  background-size: cover;
  background-position: center;
  overflow: visible;
}

.elementor-widget-cp_quality_band,
.elementor-widget-cp_quality_band > .elementor-widget-container,
.cp-overflow-visible {
  overflow: visible !important;
}

.elementor-widget-cp_quality_band,
.cp-overflow-visible {
  position: relative;
  z-index: 2;
}

.cp-area-doces .container {
  position: relative;
  z-index: 3;
  max-width: 1170px;
}

.cp-area-doces h2 {
  color: #ec7b53 !important;
  font-size: 35px !important;
  line-height: 40px !important;
  font-family: "Poppins", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  margin: 45px 0 20px !important;
  text-align: left !important;
}

.cp-area-doces h2 p,
.cp-area-doces h2 strong,
.cp-area-doces h2 em,
.cp-area-doces h2 span {
  display: inline !important;
  font-family: "Poppins", sans-serif !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: inherit !important;
}

.cp-area-doces h2 p,
.cp-area-doces h2 strong,
.cp-area-doces h2 em {
  color: #ec7b53 !important;
}

.cp-area-doces h2 span {
  color: #d96438 !important;
}

.cp-area-doces p {
  color: #3d1401 !important;
  font-size: 18px !important;
  line-height: 25px !important;
  text-align: left !important;
}

.cp-area-doces .trufa1,
.cp-area-doces .brigadeiro1,
.cp-area-doces .coco1,
.cp-area-doces .brigadeiro2,
.cp-area-doces .white {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  will-change: transform;
}

.cp-area-doces .trufa1 img,
.cp-area-doces .brigadeiro1 img,
.cp-area-doces .coco1 img,
.cp-area-doces .brigadeiro2 img,
.cp-area-doces .white img {
  display: block;
}

.cp-area-doces .trufa1 { top: 120px; left: 22px; }
.cp-area-doces .brigadeiro1 { top: 270px; left: 140px; }
.cp-area-doces .coco1 { top: 370px; left: -55px; }
.cp-area-doces .brigadeiro2 { top: 660px; left: 35px; }
.cp-area-doces .white { top: 1040px; left: -31px; }

.cp-quem-somos {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}

.cp-quem-somos .cp-area-flex {
  justify-content: center;
  margin-top: 0;
}

.cp-about-box {
  width: 100%;
  padding: 30px;
  text-align: center;
}

.cp-about-box img {
  width: 250px;
  max-width: 100%;
}

.cp-about-box p {
  color: #000;
  font-size: 17px;
  line-height: 25px;
  text-align: justify;
  text-align-last: center;
}

.cp-about-button {
  margin-top: 15px;
  font-size: 18px;
}

.cp-area-bebidas {
  position: relative;
  min-height: 360px;
  padding: 50px 0 70px;
  background-size: cover;
  background-position: center;
}

.cp-area-bebidas h2 {
  color: #672006;
  font-size: 55px;
  line-height: 60px;
  font-weight: 400;
  margin: 50px 0 20px;
  text-align: left;
}

.cp-area-bebidas h2 span {
  color: #340e0d;
}

.cp-area-bebidas p {
  color: #333;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.cp-area-fornecedores {
  background-color: #fff;
  padding: 80px 0;
}

.cp-area-fornecedores h3 {
  color: #672006;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 35px;
}

.cp-client-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.cp-client-card {
  width: 110px;
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp-client-card img {
  max-width: 100%;
  height: auto;
  transition: transform 300ms ease-in-out;
}

.cp-client-card:hover img {
  transform: scale(1.08);
}

.cp-client-card img,
.hoverzoom img {
  transition: transform 300ms ease-in-out;
}

[data-cp-parallax-bg] {
  will-change: background-position;
}

.cp-form-contato {
  margin-top: 220px;
  padding-bottom: 100px;
  background-size: cover;
  background-color: #333;
  background-position: bottom;
}

.cp-form-contato .cp-area-flex {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.cp-form-box {
  width: 80%;
  margin-top: -130px;
  padding: 60px;
  background-color: #eee;
  border-radius: 30px;
  box-shadow: 8px 8px 20px #0000004d;
}

.cp-form-box h2 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 15px;
  text-align: center;
}

.cp-form-box p {
  color: #555;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.cp-form-box label {
  display: inline-block;
  color: #333;
  margin: 10px 0;
  font-size: 18px;
  text-align: center;
}

.form-control,
.campo_formularios {
  width: 100%;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  color: #333;
}

.cp-form-box textarea {
  min-height: 105px;
}

.cp-form-box .btn-empresa2 {
  width: 150px;
  margin-top: 15px;
  font-size: 16px;
}

.cp-form-feedback {
  min-height: 22px;
  margin: 12px 0 0;
  color: #333;
  font-size: 14px;
}

.cp-page-hero {
  margin-top: -120px;
  display: flex;
  align-items: center;
  padding-top: 100px;
  background-size: cover;
  background-position: center;
  background-color: var(--cp-page-overlay, #00000096);
  background-blend-mode: soft-light;
}

.cp-page-hero h1 {
  color: #fff;
  margin: 0 0 30px;
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
}

.cp-contato-banner {
  height: 600px;
  margin-top: -120px;
  background-size: cover;
  background-position: center;
}

.cp-maps-wrap {
  position: relative;
  height: 300px;
  width: 100%;
  overflow: hidden;
}

.cp-maps-wrap iframe {
  width: 100%;
  height: 450px;
  display: block;
}

.cp-page-title-wrap {
  padding-bottom: 25px;
  text-align: center;
}

.titulo_paginas {
  color: #333;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 20px;
}

.cp-hp-formulario {
  height: auto;
  margin-bottom: 0;
  background-size: cover;
  background-position: center;
}

.cp-hp-formulario .coluna_1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cp-hp-formulario .col-sm-8.col-md-6 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.cp-hp-formulario .campo {
  margin-top: 6px;
  margin-bottom: 15px;
}

.cp-hp-formulario label {
  width: 100%;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.cp-hp-formulario .campo_formularios {
  height: 36px;
  padding: 15px;
  border: 1px dotted #666;
  color: #333;
  font-size: 15px;
}

.cp-hp-formulario .inputs_ok {
  display: none;
  text-align: center;
}

.cp-hp-formulario .inputs_ok p {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  margin-top: 20px;
}

.cp-hp-formulario .inputs_contato {
  text-align: center;
}

.cp-contact-shortcode {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.cp-contact-shortcode form {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.cp-contact-shortcode label,
.cp-contact-shortcode p {
  text-align: center;
}

.cp-contact-shortcode input,
.cp-contact-shortcode textarea,
.cp-contact-shortcode select {
  max-width: 100%;
}

.cp-hp-formulario .btn-envia {
  font-size: 16px;
  padding: 7px 40px;
}

.cp-sistema-rodape {
  background-color: #d96438;
  color: #f3ecdc;
  padding-top: 44px;
  padding-bottom: 40px;
}

.cp-footer-grid {
  display: grid;
  grid-template-columns: 300px 1fr 1fr;
  grid-template-areas: "logo about contact";
  column-gap: 15px;
  justify-items: center;
}

.cp-footer-grid h2 {
  color: #f3ecdc;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 15px 0 5px;
}

.cp-footer-grid h3 {
  color: #f3ecdc;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 5px 0 45px;
}

.cp-footer-grid h3 img {
  width: 35px;
  vertical-align: middle;
}

.cp-footer-grid h4 {
  color: #f3ecdc;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.cp-footer-grid p {
  color: #f3ecdc;
  opacity: 0.8;
  font-size: 14px;
}

.cp-footer-grid a {
  color: #f3ecdc;
  font-size: 14px;
  text-decoration: none;
  transition: all 400ms linear;
}

.cp-footer-grid a:hover {
  color: #f3ecdc;
}

.cp-footer-grid .img-column {
  grid-area: logo;
  width: 100%;
}

.cp-footer-grid .img-column img {
  width: 280px;
  max-width: 100%;
}

.cp-footer-grid .about-column {
  grid-area: about;
  display: flex;
  width: 100%;
  gap: 35px;
}

.cp-footer-grid .contact-column {
  grid-area: contact;
}

.cp-sistema-rodape-copyright {
  background-color: #d96438;
  color: #f3ecdc;
  margin-bottom: 0;
  padding: 14px 0;
  font-size: 18px;
  text-align: center;
}

.cp-caixa-wapp {
  position: fixed;
  z-index: 1040;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
}

.cp-caixa-wapp img {
  width: 50px;
}

.cp-caixa-icones-sociais {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 100px;
  right: 10px;
  z-index: 1040;
}

body.elementor-editor-active .cp-site-header,
.elementor-editor-active .cp-site-header {
  min-height: auto !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

body.elementor-editor-active .cp-navbar,
.elementor-editor-active .cp-navbar {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

body.elementor-editor-active .cp-site-header .elementor-widget-container,
.elementor-editor-active .cp-site-header .elementor-widget-container {
  pointer-events: auto !important;
}

body.elementor-editor-active .cp-search-modal,
.elementor-editor-active .cp-search-modal {
  display: none !important;
}

body.elementor-editor-active .cp-caixa-wapp,
body.elementor-editor-active .cp-caixa-icones-sociais,
.elementor-editor-active .cp-caixa-wapp,
.elementor-editor-active .cp-caixa-icones-sociais {
  position: absolute !important;
  z-index: 1 !important;
  pointer-events: none !important;
  opacity: 0.45;
}

body.elementor-editor-active [data-cp-animate],
body.elementor-editor-active .wow,
.elementor-editor-active [data-cp-animate],
.elementor-editor-active .wow,
.elementor-editor-preview [data-cp-animate],
.elementor-editor-preview .wow {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
}

.cp-caixa-icones-sociais img {
  width: 40px;
  cursor: pointer;
}

[data-cp-animate] {
  opacity: 0;
}

[data-cp-animate].animated {
  opacity: 1;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translate3d(0, 40px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes zoomIn {
  from { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; }
  to { opacity: 1; transform: scale3d(1, 1, 1); }
}

@keyframes pulse {
  from { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
  to { transform: scale3d(1, 1, 1); }
}

@keyframes fadeOutDown {
  from { opacity: 1; transform: translate3d(0, 0, 0); }
  to { opacity: 0; transform: translate3d(0, 100%, 0); }
}

@keyframes gira {
  to { transform: rotate(360deg); }
}

.fadeInUp { animation-name: fadeInUp; }
.zoomIn { animation-name: zoomIn; }
.fadeOutDown { animation-name: fadeOutDown; }
.animated { animation-duration: 1000ms; animation-fill-mode: both; }
.pulse { animation-name: pulse; animation-duration: 1s; animation-fill-mode: both; }
.infinite { animation-iteration-count: infinite; }
.horario { animation: gira 2s linear infinite; }

@media (max-width: 1850px) {
  .cp-area-doces .trufa1 { top: 110px; left: -15px; }
  .cp-area-doces .brigadeiro1 { top: 280px; left: 30px; }
  .cp-area-doces .coco1 { top: 400px; left: -75px; }
  .cp-area-doces .brigadeiro2 { top: 720px; left: -75px; }
  .cp-area-doces .white { top: 1140px; left: -50px; }
  .cp-area-doces p,
  .cp-area-doces h2 {
    margin-left: 120px !important;
  }
}

@media (max-width: 973px) {
  .cp-site-header,
  .cp-navbar {
    min-height: 50px;
  }

  .cp-nav-inner {
    min-height: 50px;
    align-items: center;
    gap: 10px;
  }

  .cp-logo-variable,
  .cp-navbar.is-scrolled .cp-logo-variable {
    height: 50px !important;
    max-height: 50px !important;
    max-width: 120px !important;
  }

  .cp-navbar-toggle {
    display: none !important;
  }

  .cp-navbar-collapse {
    display: flex !important;
    min-height: 50px;
    gap: 8px;
  }

  .cp-menu {
    display: flex !important;
  }

  .cp-menu-link {
    padding: 15px 8px;
    text-align: center;
  }

  .cp-shop-button {
    min-height: 32px;
    padding: 7px 11px;
    font-size: 12px !important;
  }

  .cp-menu-phone {
    display: none;
  }
}

@media (max-width: 767px) {
  .cp-navbar-toggle {
    display: block !important;
  }

  .cp-navbar-collapse {
    display: none !important;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    min-height: 0;
    padding: 0 15px 15px;
    background: #492119;
    flex-direction: column;
    align-items: stretch;
  }

  .cp-navbar-collapse.is-open {
    display: flex !important;
  }

  .cp-menu {
    display: block !important;
    width: 100%;
  }

  .cp-menu-link {
    padding: 15px !important;
    text-align: center;
  }

  .cp-shop-button {
    width: 100%;
    margin-top: 8px;
  }

  .col-md-6,
  .col-sm-8 {
    width: 100%;
  }

  .col-sm-offset-2,
  .col-md-offset-3 {
    margin-left: 0;
  }

  .cp-banner-topo,
  .cp-page-hero {
    margin-top: -50px;
    padding-top: 100px;
    min-height: 500px;
  }

  .cp-area-flex {
    flex-flow: column;
  }

  .cp-hero-box {
    width: 100%;
    padding: 23px;
    align-items: center;
  }

  .cp-hero-box h1 {
    font-size: 35px;
    text-align: center;
  }

  .cp-hero-box p {
    text-align: center;
  }

  .cp-hero-box .btn-empresa3 {
    min-height: 50px;
    padding: 12px 20px;
    font-size: 18px;
  }

  .cp-solucoes {
    margin-top: -175px;
  }

  .cp-product-card {
    min-width: 300px;
    max-width: 100%;
    padding: 20px;
  }

  .cp-product-card img {
    max-width: 100%;
    margin: 0 auto 15px;
  }

  .cp-area-doces .trufa1,
  .cp-area-doces .brigadeiro1,
  .cp-area-doces .coco1,
  .cp-area-doces .brigadeiro2,
  .cp-area-doces .white {
    display: none;
  }

  .cp-area-doces {
    padding: 10px 0 30px;
  }

  .cp-area-doces h2 {
    color: #f3ecdc !important;
    font-size: 26px !important;
    line-height: 34px !important;
    text-align: center !important;
    margin: 30px 0 20px !important;
  }

  .cp-area-doces p {
    margin-left: 0 !important;
    text-align: center !important;
  }

  .cp-about-box {
    padding: 15px 30px;
  }

  .cp-area-bebidas {
    padding: 10px 0 30px;
  }

  .cp-area-bebidas h2 {
    color: #f3ecdc;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    margin-top: 30px;
  }

  .cp-area-bebidas p {
    text-align: center;
  }

  .cp-form-box {
    width: 100%;
    padding: 30px;
  }

  .cp-contato-banner {
    height: 500px;
    margin-top: -50px;
  }

  .cp-hp-formulario .col-sm-8.col-md-6 {
    width: 100%;
  }

  .cp-footer-grid {
    display: block;
    text-align: center;
  }

  .cp-footer-grid .about-column {
    display: block;
  }

  .cp-footer-grid h3,
  .cp-footer-grid h4,
  .cp-footer-grid p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cp-product-card h3 {
    font-size: 32px;
  }
}
