body {
  margin: 0;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../assets/fonts/OpenSans-VariableFont_wdth\,wght.ttf')
    format('truetype');
  font-weight: 300 900; /* intervalo suportado */
  font-style: normal;
  font-display: swap;
}

* {
  font-family: 'Poppins', sans-serif !important;
}

.brinquedos_span_exclusivos_lugar {
  color: #000001;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(93deg, #fff200 -4.03%, #f1bc00 99.95%);
}

.ajuste_banner_presentes p {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}

.ajuste_banner_presentes h3 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0px 0px 22px 0px;
}

.birnquedos_exclusivos_conteudo {
  background: linear-gradient(90deg, #fff200 0%, #f1bc00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ajuste_banner_presentes h2 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0px 0px 22px 0px;
}

.ajuste_banner_presentes {
  padding: 180px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}

.item_footer_novo_infos p {
  color: #464646;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
}

.item_footer_novo_infos h2 {
  color: #464646;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.unidade_mapa_footer_novo h2 {
  color: #464646;
  text-align: center;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.unidade_mapa_footer_novo {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.ajuste_mapax_itens_footer_novo_geral {
  display: flex;
  justify-content: space-between;
}

.ajuste_flex_itens_menu_footer_novo {
  display: flex;
  justify-content: space-between;
}

.categorias_slider .slick-prev,
.categorias_slider .slick-next {
  top: 74% !important;
}

.box_infos_geral_footer {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.icon_box_infos_footer {
  display: flex;
  justify-content: center;
  width: 12%;
}

.content_box_infos_footer {
  width: 80%;
}

.infos_contato_area {
  width: 50%;
  padding: 0px 70px;
}

.ajuste_flex_box_mapas_contato {
  width: 50%;
}

.box_info_unidade_footer {
  display: flex;
  align-items: center;
  gap: 20px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.margens_padrao {
  padding: 70px 0;
}

.header_geral_desktop {
  background-repeat: no-repeat;
  background-size: contain;
}

.margens_header {
  padding: 25px 0;
}

.margens_header_conteudo {
  padding: 206px 0;
}

.header_menu_logo_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_menu_logo_area a img {
  width: 100%;
}

.header_menu_logo_area nav {
  width: 60%;
  display: flex;
  justify-content: flex-end;
}

.header_menu_logo_area ul {
  list-style: none;
  display: flex;
  gap: 60px;
  align-items: center;
}

.header_content_area {
  display: flex;
  justify-content: space-between;
}

.header_text_content {
  width: 41%;
  display: flex;
  align-items: center;
}

.image_header_content {
  width: 59%;
}

.header_text_content p {
  color: #fff;
  margin: 0px;
  font-family: 'Open Sans';
  font-size: 55px;
  font-style: italic;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -1.1px;
  text-transform: uppercase;
}

.header_text_content span {
  color: #fff200;
  font-family: 'Open Sans';
  font-size: 55px;
  font-style: italic;
  font-weight: 800;
  line-height: 120%; /* 66px */
  letter-spacing: -1.1px;
  text-transform: uppercase;
}

img {
  width: 100%;
}

.copryright_feito_por_area {
  display: flex;
  justify-content: space-between;
}
.background_cinza {
  background: #d1d3d4;
}

.feito_por_area:hover a {
  color: #fff;
}

.feito_por_area:hover svg {
  fill: #fff;
}

.feito_por_area svg {
  fill: black;
  transition: 0.3s;
}

.feito_por_area a {
  transition: 0.3s;
  text-decoration: none;
  color: #464646;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.copryright_area p {
  color: #464646;
  font-family: 'Open Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer_ajuste_geral {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_box_1 {
  width: 24%;
}

.footer_box_2 {
  width: 30%;
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer_box_3 {
  width: 25%;
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer_box_4 {
  width: 10%;
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer_ajuste_geral p {
  margin: 0px;
}

.footer_box_2 p {
  color: #464646;
  font-family: 'Open Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.5%; /* 25.1px */
}
.footer_box_3 p {
  color: #464646;
  font-family: 'Open Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.5%; /* 25.1px */
}

.footer_box_4 p {
  color: #464646;
  font-family: 'Open Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125.5%; /* 22.59px */
}

.divisor_colorido {
  background-image: url(../assets/images/divisor_image.png);
  padding: 25px;
  background-size: contain;
  background-repeat: repeat;
}

.background_preto {
  background: #464646;
}

.contato_area_geral {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contato_area_vazio {
  width: 50%;
}

.contato_area_form {
  width: 50%;
}

.item_topico_ico_title {
  display: flex;
  align-items: center;
  gap: 20px;
}

.item_topico_content p {
  color: #fff;
  font-family: 'Open Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  margin-bottom: 35px;
}

.item_topico_ico_title h2 {
  color: #fff200;
  font-family: 'Open Sans';
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0px;
}

.contato_area_form h2 {
  color: #464646;
  font-family: 'Open Sans';
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 46.8px */
  margin-top: 0px;
  margin-bottom: 35px;
}

.ajuste_flex_topicos_imagens {
  display: flex;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.7) 2.13%,
    rgba(0, 0, 1, 0.7) 47.69%,
    rgba(0, 0, 0, 0) 83.15%
  );
}

.input_group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.input_group label {
  color: #464646;
  font-family: 'Open Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-top: 30px;
  line-height: 150%; /* 27px */
  text-transform: uppercase;
}

.input_group input {
  border-bottom: 1px solid #464646;
  border-right: 0;
  border-top: 0;
  background: transparent;
  border-left: 0;
  color: #464646;
  font-size: 20px;
  padding-left: 6px;
}

.input_group input:focus {
  border: none;
  border-bottom: 1px solid #464646;
  outline: none;
}

.btn_submit_form_contato {
  margin-top: 20px;
  padding: 15px 71px;
  cursor: pointer;
  margin-top: 50px;
  border-radius: 5px;
  background: #fff200;
  color: #464646;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  border: 1px solid #fff200;
  font-weight: 800;
  line-height: 110.5%;
  border-radius: 30px;
}

.ajuste_imagem_background_form {
  background-image: url(../assets/images/png_carro_contato.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.categorias_area_geral {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 50px;
}

.categoria_button {
  margin-top: 20px;
  cursor: pointer;
  padding: 11px 51px;
  border-radius: 5px;
  background: #fff200;
  color: #464646;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  border: 1px solid #464646;
  font-weight: 600;
  line-height: 110.5%;
  margin-top: 40px;
}

.categoria_unidade_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.categoria_unidade_box p {
  color: #6d6e70;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
  line-height: 140%; /* 22.4px */
}

.categoria_unidade_box h2 {
  margin-top: 30px;
  color: #464646;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 110.5%; /* 24.31px */
  margin-bottom: 20px;
}

.titulo_categorias_ajuste h2 {
  color: #464646;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 32px;
  font-style: normal;
  margin-top: 80px;
  font-weight: 700;
  line-height: 110.5%; /* 39.78px */
  margin-bottom: 10px;
}

.box_sobre_nos_conteudo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sobre_image_area {
  width: 50%;
}

.sobre_conteudo_area {
  width: 48%;
}

.sobre_conteudo_area h2 {
  color: #464646;
  font-family: 'Open Sans';
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 35px;
  line-height: 110.5%; /* 39.78px */
}

.sobre_conteudo_area p {
  color: #6d6e70;
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}

.header_menu_logo_area li {
  font-family: 'Open Sans';
  cursor: pointer;
  color: #fff200;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.text_error_form {
  color: red;
  font-family: 'Open Sans';
  font-size: 12px;
  margin: 0px;
  margin-top: 10px;
  display: none;
}

.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1999;
}

.modal_box {
  position: fixed;
  top: 8%;
  left: 20%;
  width: 1000px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 40px;
  padding: 60px;
  z-index: 1000;
}

.modal_box button {
  margin-top: 12px;
}

.menu_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
}

.menu_mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 70vw;
  max-width: 420px;
  height: 100vh;
  background: #fff;
  z-index: 9999;

  transform: translateX(-100%);
  transition: transform 0.25s ease;

  padding: 22px;
}

.menu_mobile.aberto {
  transform: translateX(0);
}

.menu_fechar {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 10px;
  background: #f2f2f2;
  font-size: 28px;
  line-height: 44px;
  cursor: pointer;
}

.menu_mobile_nav {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.menu_mobile_nav .menu_link {
  text-decoration: none;
  color: #464646;
  font-size: 18px;
  font-weight: 600;
}

.linha_menu_hamburguer {
  border-top: 1px solid white;
  width: 26px;
  margin: 3px 0px;
}
.header_menu_logo_mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu_hamburguer {
  border: 1px solid white;
  width: 50px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.header_menu_logo_mobile {
  display: none;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.whatsapp-float img {
  width: 32px !important;
  height: 32px !important;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}

.modal_box h3 {
  margin-top: 30px;
  color: #464646;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 110.5%;
  margin-bottom: 20px;
}

.modal_box p {
  color: #6d6e70;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
  line-height: 140%;
}

.modal_box button {
  margin-top: 20px;
  cursor: pointer;
  padding: 11px 51px;
  border-radius: 5px;
  background: #fff200;
  color: #464646;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  border: 1px solid #464646;
  font-weight: 600;
  line-height: 110.5%;
  margin-top: 40px;
}

.centralizar_botao_form {
  display: flex;
  justify-content: center;
}

.slider_espaco_images {
  width: 100%;
}

.slider_espaco_images .slick-list {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.slide_unidade_espaco_imagem {
  padding: 0 18px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.slide_unidade_espaco_imagem img {
  width: 83%;
  height: 520px;
  margin: auto;
  object-fit: cover;
  border-radius: 28px;
  display: block;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff200;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 25px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #d9d9d9cc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots {
  bottom: 18px !important;
}

.slick-dots li {
  width: 36px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.categoria_slide_item.slick-slide {
  transform: scale(0.9);
  transition: all 0.3s ease;
}

.slick-center {
  opacity: 1 !important;
  transform: scale(1);
}

.slick-center img {
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
}

.slick-prev,
.slick-next {
  width: 48px;
  height: 48px;
  z-index: 10;
}

.slick-prev {
  left: 15%;
}

.slick-next {
  right: 15%;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slider_espaco_images .slick-prev {
  background: url('../assets/images/Icon.svg') no-repeat center center;
  background-size: contain;
}

.slider_espaco_images .slick-next {
  background: url('../assets/images/Vector.svg') no-repeat center center;
  background-size: contain;
}

.slick-prev {
  background: url('../assets/images/Icon.svg') no-repeat center center;
  background-size: contain;
}

.slick-next {
  background: url('../assets/images/Vector.svg') no-repeat center center;
  background-size: contain;
}

.content_box_infos_footer p {
  color: #464646;
  font-family: 'Open Sans';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#box_categorias_geral {
  padding: 70px 0;
  background: #f3f3f3;
}

.titulo_categorias_ajuste h2 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  color: #464646;
  margin-top: 0;
  margin-bottom: 10px;
}

.categorias_slider_wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.categorias_slider {
  width: 100%;
}

.categorias_slider .slick-list {
  overflow: hidden;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.categorias_slider .slick-track {
  display: flex;
  align-items: flex-start;
}

/* cada slide */
.categoria_slide_item {
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  transition: all 0.35s ease;
}

/* imagem */
.categoria_slide_imagem {
  width: 320px;
  height: 290px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  transition: transform 0.35s ease;
  border-radius: 28px;
  box-shadow: 8px 0 0 #ffe600;
  overflow: hidden;
}

.categoria_slide_imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* remove efeitos globais do slick só nessa área */
.categorias_slider .slick-slide {
  opacity: 1 !important;
  transform: none !important;
  transition: all 0.35s ease;
}

/* laterais: só imagem menor */
.categorias_slider .slick-slide .categoria_slide_imagem {
  transform: scale(0.82);
}

/* centro: imagem maior */
.categorias_slider .slick-center .categoria_slide_imagem {
  transform: scale(1.08);
}

/* escondidos por padrão */
.categoria_slide_item h2,
.categoria_slide_item p,
.categoria_slide_item .categoria_button_link {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: all 0.3s ease;
}

/* mostra só no centro */
.categorias_slider .slick-center h2,
.categorias_slider .slick-center p,
.categorias_slider .slick-center .categoria_button_link {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

/* título do item central */
.categoria_slide_item h2 {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #464646;
  margin-top: 36px;
  margin-bottom: 18px;
}

/* texto do item central */
.categoria_slide_item p {
  max-width: 420px;
  margin: 0 auto 28px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #464646;
}

/* botão do item central */
.categoria_button_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  height: 46px;
  padding: 0 28px;
  border-radius: 999px;
  background: #ffe600;
  color: #464646;
  text-decoration: none;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s;
}

.categoria_button_link:hover {
  transform: translateY(-2px);
}

/* setas */
.categorias_slider .slick-prev,
.categorias_slider .slick-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #ffe600;
  z-index: 20;
  top: 58%;
  transform: translateY(-50%);
}

.categorias_slider .slick-prev {
  left: 210px;
}

.categorias_slider .slick-next {
  right: 210px;
}

.categorias_slider .slick-prev:before,
.categorias_slider .slick-next:before {
  display: none;
}

.categorias_slider .slick-prev::after,
.categorias_slider .slick-next::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-top: 2px solid #464646;
  border-right: 2px solid #464646;
  top: 50%;
  left: 50%;
}

.categorias_slider .slick-prev::after {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.categorias_slider .slick-next::after {
  transform: translate(-65%, -50%) rotate(45deg);
}

.mobile_display {
  display: none !important;
}

@media (max-width: 991px) {
  .categoria_slide_imagem {
    width: 220px;
    height: 220px;
  }

  .categorias_slider .slick-slide .categoria_slide_imagem {
    transform: scale(0.88);
  }

  .categorias_slider .slick-center .categoria_slide_imagem {
    transform: scale(1);
  }

  .categorias_slider .slick-prev {
    left: 20px;
    top: 55%;
  }

  .categorias_slider .slick-next {
    right: 20px;
    top: 55%;
  }

  .categoria_slide_item h2 {
    font-size: 18px;
  }

  .categoria_slide_item p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .ajuste_banner_presentes h2 {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0px 0px 22px 0px;
  }

  .ajuste_banner_presentes {
    padding: 80px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
  }

  .item_topico_content p {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  ks .item_topico_ico_title h2 {
    color: #fff200;
    font-family: 'Open Sans';
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0px;
  }

  .box_mapas {
    display: none;
  }

  .slick-prev,
  .slick-next {
    width: 24px;
    height: 28px;
    z-index: 10;
  }

  .categorias_slider .slick-prev,
  .categorias_slider .slick-next {
    top: 27% !important;
  }

  .mobile_display {
    display: block !important;
  }

  .desktop_display {
    display: none !important;
  }

  #box_sobre_nos {
    background-image: none !important;
  }

  .ajuste_flex_topicos_imagens {
    background: rgba(0, 0, 0, 0.7);
  }

  .topicos_area_content {
    width: 100% !important;
    padding: 80px 20px !important;
  }

  .topicos_area_empty {
    display: none;
  }

  /* .slick-arrow{
  display: none !important;
} */

  .infos_contato_area img {
    width: 100%;
  }

  .infos_contato_area {
    width: 95%;
    padding: 0px;
  }

  .box_info_unidade_footer {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
  }

  .ajuste_flex_box_mapas_contato {
    width: 95%;
  }

  .categoria_slide_item {
    padding: 0 10px;
  }

  .categoria_slide_imagem {
    width: 200px;
    height: 200px;
  }

  .categorias_slider .slick-slide .categoria_slide_imagem,
  .categorias_slider .slick-center .categoria_slide_imagem {
    transform: scale(1);
  }

  .categoria_slide_item h2,
  .categoria_slide_item p,
  .categoria_slide_item .categoria_button_link {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .categorias_slider .slick-prev,
  .categorias_slider .slick-next {
    top: 50%;
  }

  .categorias_slider .slick-prev {
    left: 10px;
  }

  .categorias_slider .slick-next {
    right: 10px;
  }

  .titulo_categorias_ajuste h2 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .slide_unidade_espaco_imagem img {
    height: 320px;
  }

  .slick-prev {
    left: 10px;
  }

  .slick-next {
    right: 10px;
  }
}

@media (max-width: 768px) {
  .slide_unidade_espaco_imagem {
    padding: 0 10px;
  }

  .slide_unidade_espaco_imagem img {
    height: 240px;
    border-radius: 18px;
  }
}

@media (max-width: 1500px) {
  #box_sobre_nos {
    background-image: url(./assets/images/Loja.png);
    background-image: url(./assets/images/Loja.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 70vh !important;
    margin: 29px 0px;
  }
}

@media screen and (min-width: 1800px) {
  .header_geral_desktop {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 750px) {
  .infos_contato_area img {
    width: 65%;
    margin-bottom: 30px;
  }

  .content_box_infos_footer p {
    color: #464646;
    font-family: 'Open Sans';
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .modal_box {
    position: fixed;
    top: 8%;
    left: 3%;
    width: 280px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 40px;
    padding: 60px;
    z-index: 1000;
  }
  .menu_mobile_nav a {
    color: #464646;

    font-family: 'Open Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }

  .header_menu_logo_desktop_ajuste {
    display: none;
  }

  .image_header_content {
    width: 100%;
  }

  .header_text_content {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .header_content_area {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .header_geral_desktop {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .ajuste_imagem_background_form {
    background-image: none;
  }

  .sobre_conteudo_area {
    width: 100%;
  }

  .sobre_image_area {
    width: 100%;
  }

  .box_sobre_nos_conteudo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }

  .copryright_feito_por_area {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }

  .footer_box_1,
  .footer_box_2,
  .footer_box_3,
  .footer_box_4 {
    width: 100%;
  }

  .footer_ajuste_geral {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
  }

  .contato_area_geral {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .contato_area_form {
    width: 100%;
  }

  .categorias_area_geral {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 0px;
  }

  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 80px 20px !important;
  }

  .categorias_slider_wrapper {
    padding: 0px !important;
  }

  .header_menu_logo_mobile {
    display: flex;
    padding: 30px 20px !important;

    border: 1px solid #000;
    background: #464646;
  }
}
