.elementor-kit-6{--e-global-color-primary:#DDA758;--e-global-color-secondary:#BA730C;--e-global-color-text:#373737;--e-global-color-accent:#BA730C;--e-global-color-2433710:#FFFFFF;--e-global-color-f47b9b0:#754200;--e-global-color-f8d9225:#FFFAF4;--e-global-color-3a6b4e6:#FFF2E2;--e-global-color-7c4b6f7:#847062;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-size:45px;--e-global-typography-secondary-font-weight:800;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-370d5a7-font-family:"Cormorant Garamond";--e-global-typography-370d5a7-font-size:28px;--e-global-typography-370d5a7-font-weight:800;--e-global-typography-607d83e-font-family:"Poppins";--e-global-typography-607d83e-font-size:16px;--e-global-typography-607d83e-font-weight:400;--e-global-typography-c8ac341-font-family:"Poppins";--e-global-typography-c8ac341-font-size:16px;--e-global-typography-c8ac341-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Chrome, Edge e Safari */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fbe2d8; /* fundo mais claro */
}

::-webkit-scrollbar-thumb {
  background-color: #f4a48d;
  border-radius: 10px;
  border: 2px solid #fbe2d8;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #e48c73; /* tom mais escuro no hover */
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #f4a48d #fbe2d8;
}

.instagram-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  background-color: #f4a48d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  animation: instagram-pulse 1.6s infinite;
  transition: transform 0.3s ease;
}

.instagram-float:hover {
  transform: scale(1.1);
}

.instagram-icon {
  width: 10px;   /* ícone menor */
  height: 10px;
}

/* Animação pulse */
@keyframes instagram-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(244, 164, 141, 0.6);
  }
  70% {
    transform: scale(1.08);
    box-shadow: 0 0 0 18px rgba(244, 164, 141, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(244, 164, 141, 0);
  }
}

/* Responsivo mobile */
@media (max-width: 768px) {
  .instagram-float {
    width: 56px;
    height: 56px;
    bottom: 16px;
    right: 16px;
  }

  .instagram-icon {
    width: 13px;
    height: 13px;
  }
}/* End custom CSS */