body {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: Montserrat;
}

html,
body {
  overflow-x: hidden;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../assets/fonts/OpenSans-VariableFont_wdth\,wght.ttf')
    format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hantepy Qablema';
  src: url('../assets/fonts/hantepy-qablema.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Duera';
  src: url('../assets/fonts/Duera-NormThin-PERSONAL.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Duera';
  src: url('../assets/fonts/Duera-NormLigh-PERSONAL.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Duera';
  src: url('../assets/fonts/Duera-NormMedi-PERSONAL.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Duera';
  src: url('../assets/fonts/Duera-NormBold-PERSONAL.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Duera';
  src: url('../assets/fonts/Duera-NormBlac-PERSONAL.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Duera Condensed';
  src: url('../assets/fonts/Duera-CondThin-PERSONAL.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Duera Condensed';
  src: url('../assets/fonts/Duera-CondLigh-PERSONAL.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Duera Condensed';
  src: url('../assets/fonts/Duera-CondMedi-PERSONAL.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Duera Condensed';
  src: url('../assets/fonts/Duera-CondBold-PERSONAL.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Duera Condensed';
  src: url('../assets/fonts/Duera-CondBlac-PERSONAL.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Duera Expanded';
  src: url('../assets/fonts/Duera-ExpaThin-PERSONAL.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Duera Expanded';
  src: url('../assets/fonts/Duera-ExpaLigh-PERSONAL.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Duera Expanded';
  src: url('../assets/fonts/Duera-ExpaMedi-PERSONAL.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Duera Expanded';
  src: url('../assets/fonts/Duera-ExpaBold-PERSONAL.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Duera Expanded';
  src: url('../assets/fonts/Duera-ExpaBlac-PERSONAL.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

img {
  max-width: 100%;
  height: auto;
}

.slide_hero_dot {
  display: none;
}

.image_produtos_conteudo_tab {
  overflow: hidden;
  line-height: 0;
}

.image_produtos_conteudo_tab img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  margin: 0;
  padding: 0;
  border: 0;
}

.cabecalho_item_detalhe {
  margin-top: 12px;
}

.desktop_item {
  display: block;
}

.container {
  width: stretch;
}

.margens_padrao,
.container_conteudo_padrao {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  box-sizing: border-box;
}

.container_conteudo_padrao {
  padding: 80px 0px;
}

.conteudo_footer_titulo_pedido_online {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_buttons_pedido_online {
  gap: 30px;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.footer_button_unidade_online {
  display: flex;
  width: fit-content;
  padding: 11px 20.126px 11.167px 20px;
  justify-content: center;
  align-items: center;
  gap: 8.967px;
  border-radius: 100px;
  background: #d12c8b;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.45px;
}

.header_menu_content a {
  text-decoration: none;
}

.header_box_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu_mobile_btn,
.menu_mobile_fechar {
  display: none;
  background: none;
  border: none;
  font-size: 34px;
  cursor: pointer;
}

.imagem_insta_unidade {
  width: 23%;
}

.sobre_conteudo_ajuste h2 {
  color: #d12c8b;
  margin: 0px;
  font-family: 'Duera Expanded', sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.sobre_conteudo_ajuste p {
  color: #d12c8b;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sobre_conteudo_ajuste {
  width: 50%;
}

.imagens_container_fotos {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 0px;
  justify-content: space-between;
}

.fotos_item_geral_container {
  border-radius: 15px;
  background: #fff;
  box-shadow: 1px 0 50px -10px rgba(228, 126, 185, 0.5);
  padding: 50px;
}

.titulo_container_fotos h2 {
  color: #d12c8b;
  text-align: center;
  font-family: 'Duera Expanded', sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  margin: 0px;
  line-height: normal;
}

.titulo_container_fotos p {
  color: #aa8354;
  text-align: center;
  font-family: Montserrat;
  margin-bottom: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner_footer_pedido_online {
  background-image: url(../assets/images/footer_banner_pedidos_online.png);
  padding: 40px 0px;
  background-size: cover;
  background-repeat: no-repeat;

  background-position: center;
  border-radius: 40px;
  width: 50%;
  margin-left: auto;
}

.botoes_pedido_online_ajuste {
  display: flex;
  width: 80%;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

.banner_footer_pedido_online h2 {
  color: #d12c8b;
  font-family: 'Duera Expanded', sans-serif;
  font-size: 35px;
  margin-bottom: 10px;
  font-style: normal;
  margin-top: 0px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.btn_ajuste_unidade_pedido_online {
  border-radius: 10px;
  background: #f8cb97;
  display: flex;
  width: fit-content;
  padding: 18px 0px;
  align-items: center;
  width: 30%;
  gap: 9px;
  color: #442000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.48px;
  justify-content: center;
}

.box_nossa_loja_conteudo h2 {
  margin-top: 0px;
  color: #442000;
  font-family: 'Hantepy Qablema';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}

.box_geral_endrececos_horarios {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.box_endereco_unidade {
  display: flex;
  gap: 20px;
}

.conteudo_area_endereco_conteudo p {
  margin: 0px;
  color: #442000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.button_nossa_loja_map {
  margin-top: 40px;
  margin-left: 10%;
  display: flex;
  padding: 9px 29px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid #fd5497;
  color: #442000;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.45px;
}

.box_nossa_loja_imagem {
  width: 50%;
}

.box_nossa_loja_conteudo {
  width: 50%;
  padding: 45px 55px;
  border-radius: 40px 0px 0px 0px;
  background: #fff6fa;
}

.box_nossa_loja_imagem_geral {
  display: flex;
  align-items: center;
}

.imagens_galeria_ajuste img {
  width: 24%;
}

.conteudo_banner_sobre_nos h2 {
  color: #442000;
  font-family: 'Hantepy Qablema';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 25px;
}

.conteudo_banner_sobre_nos p {
  color: #442000;
  margin-bottom: 0px;
  text-align: justify;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

.banner_sobre_nos {
  border-radius: 40px 40px 0 40px;
  background: #fff6fa;
}

.imagem_banner_sobre_nos {
  width: 50%;
}

.conteudo_banner_sobre_nos {
  width: 50%;
  display: flex;
  justify-content: center;
}

.banner_sobre_nos {
  display: flex;
  align-items: center;
}

.logos_itens_empresas_parceiras {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tabs_abas_experiencias_conteudo_geral {
  width: 89%;
  margin: auto;
}

.tab_experiencias_conteudo_unidade {
  display: flex;
  align-items: center;
}

.tabs_botoes_experiencias_geral {
  display: flex;
  margin-top: 46px;
  margin-bottom: 83px;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.tab_experiencias_unidade {
  color: #442000;
  leading-trim: both;
  border: 1px solid #f8cb97;
  text-edge: cap;
  font-family: Montserrat;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 16px;
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.48px;
  display: flex;
  width: 25%;
  padding: 16px;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #f8cb97;
  box-shadow: 0 0 4px 0 #f8b9d4;
}

.item_sabor_unidade:hover {
  color: #442000;
  border-bottom: 1px solid #fd5497;
}

.conteudo_sabor_geral_container {
  display: flex;
  gap: 20px 0px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item_sabor_unidade {
  cursor: pointer;
  border-bottom: 1px solid #f8b9d4;
  display: flex;
  width: 24%;
  padding: 16px 0px;
  justify-content: center;
  align-items: center;
  gap: 8px 20px;
  color: #8c725d;
  text-align: center;
  box-shadow: 0 6px 8px -8px rgba(248, 185, 212, 0.8);
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.42px;
  transition: all 0.3s ease;
}

.header_itens_sabor h2 {
  color: #442000;
  text-align: center;
  font-family: 'Hantepy Qablema';
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 12px;
}

.header_itens_sabor p {
  color: #442000;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 16px;
}

.header_itens_sabor {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.content_produtos_conteuto_tab {
  width: 60%;
  display: flex;
  border-radius: 0 40px 0 0;
  border-left: 0px !important;

  justify-content: center;
  padding: 56px 0px;
}

.ajuste_flex_conteudo_tabs_tamanho {
  width: 88%;
}

.botao_produtos_conteudo_tab:hover {
  background: #d12c8b;
  box-shadow: 0 0 4px 0 #f8b9d4;
  border: 1px solid #d12c8b;
}

.botao_produtos_conteudo_tab {
  color: #fff;
  display: flex;
  cursor: pointer;
  background: #d12c8b;
  padding: 10px 25px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.39px;
  border-radius: 10px;
  border: 1px solid #fd5497;
  box-shadow: 0 0 4px 0 #d12c8b;
  width: fit-content;
}

.ajuste_flex_conteudo_tabs_tamanho svg {
  margin-bottom: 35px;
}

.content_produtos_conteuto_tab h2 {
  color: #d12c8b;
  font-size: 22px;
  font-style: normal;
  margin-top: 0px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 8px;
}

.content_produtos_conteuto_tab p {
  color: #442000;
  font-family: Montserrat;
  margin-top: 0px;
  margin-bottom: 36px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.tabs_abas_produtos_conteudo_geral {
  width: 89%;
  margin: auto;
}

.image_produtos_conteudo_tab {
  width: 40%;
  border-radius: 40px 40px 0 40px;
  overflow: hidden;
}

.tab_produtos_conteudo_unidade {
  display: flex;
  align-items: center;
  border-radius: 15px;
  background: #fff;
  box-shadow: 1px 0 50px -10px rgba(30, 30, 30, 0.4);
  overflow: hidden;
  border-radius: 43px;
}

.tabs_botoes_produtos_geral {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 55px;
  margin: 50px 0 70px;
}

.tab_produtos_unidade {
  position: relative;
  width: auto;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;

  color: #e47eb9;
  font-family: 'Duera Expanded', sans-serif;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;

  transition: 0.3s;
}

.tab_produtos_unidade:hover,
.tab_produtos_unidade.ativo {
  color: #d12c8b;
}

.tab_produtos_unidade::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -18px;

  width: 72px;
  height: 18px;

  background: url('../assets/images/Forma.svg') center/contain no-repeat;

  transform: translateX(-50%) translateY(8px);

  opacity: 0;

  transition: 0.3s;
}

.tab_produtos_unidade:hover::after,
.tab_produtos_unidade.ativo::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.tabs_botoes_produtos_geral {
  display: flex;
  margin-top: 46px;
  margin-bottom: 83px;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}

.produtos_cabecalho_item p {
  color: #442000;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ajuste_flex_cabecalho_produtos_tab {
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: flex-start;
}

.ajuste_flex_cabecalho_produtos_tab h2 {
  color: #d12c8b;
  text-align: center;
  font-family: 'Duera Expanded', sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
}

.slide_hero_itens .slick-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.slide_hero_itens .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.slide_hero_itens .slick-dots li button {
  display: none;
}

.slide_hero_dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.5;
  transition: 0.3s ease;
  cursor: pointer;
}

.slide_hero_itens .slick-dots li.slick-active .slide_hero_dot {
  background: #fff;
  opacity: 1;

  border-radius: 20px;
}

.slide_hero_item_unidade img {
  width: -webkit-fill-available;
}

.slide_hero_item_unidade {
  width: 100%;
}

.footer_box_content_geral a {
  color: #8c725d;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 178.571% */
}

.footer_box_content_geral h2 {
  color: #d12c8b;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 13px;
}

.footer_conteudo_1 {
  width: 31%;
}

.footer_conteudo_2 {
  width: 10%;
}

.footer_conteudo_3 {
  width: 10%;
}

.footer_conteudo_4 {
  width: 12%;
}

.menu_footer_itens {
  display: flex;
  flex-direction: column;
}

.footer_box_content_geral {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.feito_por_area a {
  color: #fff;
  text-align: right;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.separator_footer_ajuste {
  height: 10px;
  border: 1px solid #fff;
  margin: 0px 10px;
}

.copyright_area a {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.copyright_area {
  display: flex;
  display: flex;
  align-items: center;
}

.footer_box_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_menu_content li:not(.header_menu_content_button) a {
  position: relative;
  display: inline-flex;
}

.header_menu_content li:not(.header_menu_content_button) a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -23px;
  width: 81px;
  height: 19px;
  background: url('../assets/images/Forma.svg') center/contain no-repeat;
  transform: translateX(-50%) translateY(6px);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.header_menu_content li:not(.header_menu_content_button) a:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.header_menu_content_button a:hover {
  background: #fff;
  border: 1px solid #fd5497;
  color: #d12c8b;
}

.header_menu_content_button a {
  border-radius: 30px;
  background: #d12c8b;
  display: flex;
  border: 1px solid #d12c8b;
  padding: 6px 22px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.39px;
  transition: all 0.3s ease;
}

.header_menu_content ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_box_content_logo {
  width: 30%;
}

.header_menu_content {
  width: 57%;
}

.header_box_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_menu_content li {
  cursor: pointer;
  color: #442000;
  text-align: center;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.mobile_item {
  display: none;
}

@media (max-width: 768px) {
  .sobre_conteudo_ajuste {
    width: 100%;
    margin-bottom: 300px;
    text-align: center;
  }

  .sobre_conteudo_ajuste p {
    color: #d12c8b;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
  }

  .imagem_Sobre_ajuste_mobile {
    background-size: contain;
  }

  .sobre_conteudo_ajuste {
    width: 100%;
    margin-bottom: 300px;
  }

  .imagens_container_fotos {
    position: relative;
    width: 100%;
    min-height: 300px;
  }

  .imagens_container_fotos .imagem_insta_unidade {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .imagens_container_fotos .imagem_insta_unidade.ativo {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .imagem_insta_unidade img {
    display: block;
    width: 100%;
    height: auto;
  }

  .fotos_item_geral_container {
    border-radius: 15px;
    background: transparent;
    box-shadow: none;
    padding: 0px;
  }

  .footer_box_content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .footer_box_content {
    flex-direction: column;
    gap: 20px;
  }

  .footer_conteudo_4 {
    width: 100%;
  }

  .footer_conteudo_3 {
    width: 100%;
  }

  .footer_conteudo_2 {
    width: 100%;
  }

  .footer_conteudo_1 {
    width: 100%;
    display: none !important;
  }

  .footer_box_content_geral {
    flex-direction: column;
  }

  .footer_button_unidade_online {
    width: 100%;
  }

  .footer_buttons_pedido_online {
    flex-direction: column;
  }

  .banner_footer_pedido_online img {
    display: none;
  }

  .banner_footer_pedido_online {
    background-image: none;
    padding: 40px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 40px;
    width: 100%;
    margin-left: auto;
  }

  .ajuste_flex_cabecalho_produtos_tab p {
    display: none;
  }

  .desktop_item {
    display: none;
  }

  .mobile_item {
    display: block;
  }

  .container,
  .container_conteudo_padrao,
  .margens_padrao {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }

  .btn_ajuste_unidade_pedido_online {
    border-radius: 10px;
    background: #f8cb97;
    display: flex;
    width: fit-content;
    padding: 18px 0px;
    align-items: center;
    width: 100%;
    gap: 9px;
    color: #442000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.48px;
    justify-content: center;
  }

  .botoes_pedido_online_ajuste {
    display: flex;
    width: 80%;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    flex-direction: column;
    gap: 30px;
  }

  .box_nossa_loja_imagem {
    width: 100%;
  }

  .box_nossa_loja_conteudo {
    width: 100%;
    padding: 0px;
    border-radius: 40px 0px 0px 0px;
    background: #fff6fa;
  }

  .box_nossa_loja_imagem_geral {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .conteudo_banner_sobre_nos p {
    color: #442000;
    margin-bottom: 0px;
    text-align: justify;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
  }

  .conteudo_banner_sobre_nos h2 {
    color: #442000;
    font-family: 'Hantepy Qablema';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: center;
  }

  .conteudo_banner_sobre_nos > div {
    width: 100% !important;
  }

  .conteudo_banner_sobre_nos {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .imagem_banner_sobre_nos {
    width: 100%;
  }

  .banner_sobre_nos {
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }

  .logos_itens_empresas_parceiras_mobile {
    position: relative;
    padding: 20px 35px;
  }

  .logos_itens_empresas_parceiras_mobile .slick-slide > div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logos_itens_empresas_parceiras_mobile img {
    max-width: 180px;
    margin: 0 auto;
    display: block;
  }

  .slick-logo-prev,
  .slick-logo-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
  }

  .slick-logo-prev {
    left: 0;
  }

  .slick-logo-next {
    right: 0;
  }

  .logos_itens_empresas_parceiras_mobile .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 8px;
    padding: 0;
    margin-top: 20px;
    list-style: none;
  }

  .logos_itens_empresas_parceiras_mobile .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
  }

  .logos_itens_empresas_parceiras_mobile .slick-dots li button {
    display: none;
  }

  .slide_logo_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d9d9d9;
    transition: 0.3s ease;
  }

  .logos_itens_empresas_parceiras_mobile
    .slick-dots
    li.slick-active
    .slide_logo_dot {
    background: #fd5497;
  }

  .slide_experiencias_mobile {
    position: relative;
  }

  .slick-exp-prev,
  .slick-exp-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
  }

  .slick-exp-prev {
    left: -23px;
  }

  .slick-exp-next {
    right: -23px;
  }

  .slide_experiencias_mobile .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 8px;
    padding: 0;
    margin-top: 20px;
    list-style: none;
  }

  .slide_experiencias_mobile .slick-dots li button {
    display: none;
  }

  .slide_experiencias_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d9d9d9;
  }

  .slide_experiencias_mobile
    .slick-dots
    li.slick-active
    .slide_experiencias_dot {
    background: #fd5497;
  }

  .conteudo_sabor_geral_container {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 55px;
  }

  .conteudo_sabor_geral_container .slick-slide > div {
    width: 100%;
  }

  .conteudo_sabor_geral_container .item_sabor_unidade {
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-height: 82px;
    padding: 16px 0;
    text-align: center;
  }

  .slick-sabor-prev,
  .slick-sabor-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 10;
    background: transparent;
    border: 0;
    padding: 0;
  }

  .slick-sabor-prev {
    left: 15px;
  }

  .slick-sabor-next {
    right: 15px;
  }

  .conteudo_sabor_geral_container .slick-dots {
    margin: auto;
    width: -webkit-fill-available;
    margin-left: -43px;
    margin-bottom: -20px;
  }

  .conteudo_sabor_geral_container .slick-dots button {
    display: none;
  }

  .slide_sabor_dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #442000;
  }

  .conteudo_sabor_geral_container .slick-dots li.slick-active .slide_sabor_dot {
    background: #fd5497;
  }

  .slide_produtos_mobile {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  .slide_produtos_mobile .slick-list {
    overflow: hidden;
  }

  .slide_produtos_mobile .slick-slide {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .slick-prod-prev,
  .slick-prod-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 5;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
  }

  .slick-prod-prev {
    left: -10px;
  }

  .slick-prod-next {
    right: -10px;
  }

  .slide_produtos_mobile .slick-dots {
    display: flex !important;
    bottom: -36px;
    justify-content: center;
    gap: 14px;
    padding: 0;
    margin: 35px 0 0;
    list-style: none;
  }

  .slide_produtos_mobile .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
  }

  .slide_produtos_mobile .slick-dots button {
    display: none;
  }

  .slide_produtos_dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #442000;
  }

  .slide_produtos_mobile .slick-dots li.slick-active .slide_produtos_dot {
    background: #fd5497;
  }

  .container_conteudo_padrao {
    padding: 60px 20px;
  }

  .cabecalho_item_detalhe svg {
    width: 54px;
  }

  .ajuste_flex_conteudo_tabs_tamanho {
    width: 88%;
    text-align: center;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .content_produtos_conteuto_tab {
    width: 100%;
    display: flex;

    justify-content: center;
    padding: 46px 0px;
    border-radius: 0 0 40px 0;

    margin-top: -38px;
    border-top: 0px;
  }

  .image_produtos_conteudo_tab {
    width: 100%;
    border-radius: 40px 40px 30px 40px;
    overflow: hidden;
    border: 1px solid #fff;
    z-index: 999999;
    border-bottom: 0px;
  }

  .menu_mobile_btn {
    display: block;
    color: #fd5497;
  }

  .header_menu_content {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    padding: 80px 25px 25px;
    transition: 0.3s ease;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  }

  .header_menu_content.ativo {
    right: 0;
  }

  .menu_mobile_fechar {
    display: block;
    position: absolute;
    top: 20px;
    right: 25px;
    color: #fd5497;
  }

  .header_menu_content ul {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .header_menu_content a {
    font-size: 18px;
    text-decoration: none;
    color: #333;
  }

  .header_menu_content_button a {
    display: inline-block;
    background: #fd5497;
    color: #fff;
    padding: 12px 18px;
    border-radius: 30px;
  }

  .slide_produtos_mobile .slick-dots,
  .slide_experiencias_mobile .slick-dots,
  .conteudo_sabor_geral_container .slick-dots,
  .logos_itens_empresas_parceiras_mobile .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
    margin: auto !important;
    width: -webkit-fill-available !important;
    margin-left: -43px !important;
    margin-bottom: -20px !important;
  }

  .slide_produtos_mobile .slick-dots li,
  .slide_experiencias_mobile .slick-dots li,
  .conteudo_sabor_geral_container .slick-dots li,
  .logos_itens_empresas_parceiras_mobile .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
  }

  .slide_produtos_mobile .slick-dots li button,
  .slide_experiencias_mobile .slick-dots li button,
  .conteudo_sabor_geral_container .slick-dots li button,
  .logos_itens_empresas_parceiras_mobile .slick-dots li button {
    display: none;
  }

  .slide_produtos_dot,
  .slide_experiencias_dot,
  .slide_sabor_dot,
  .slide_logo_dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #442000;
    transition: 0.3s ease;
    cursor: pointer;
  }

  .slide_produtos_mobile .slick-dots li.slick-active .slide_produtos_dot,
  .slide_experiencias_mobile
    .slick-dots
    li.slick-active
    .slide_experiencias_dot,
  .conteudo_sabor_geral_container .slick-dots li.slick-active .slide_sabor_dot,
  .logos_itens_empresas_parceiras_mobile
    .slick-dots
    li.slick-active
    .slide_logo_dot {
    background: #fd5497;
  }
}
