.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-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 *//* ================= SCROLL BAR ================= */

/* Chrome, Edge e Safari */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #ffffff; /* FUNDO BRANCO */
}

::-webkit-scrollbar-thumb {
  background-color: #E3877F; /* COR DO SCROLL */
  border-radius: 10px;
  border: 2px solid #E3877F;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #E3877F;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #E3877F #ffffff;
}


/* ================= BOTÃO INSTAGRAM ================= */
.instagram-float {
  position: fixed;
  bottom: 20px;
  right: 25px;
  width: 54px;
  height: 54px;
  background-color: #6D7889; /* COR DO BOTÃO */
  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);
}

/* Ícone */
.instagram-icon {
  width: 28px;
  height: 28px;
}

/* ================= 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);
  }
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .instagram-float {
    width: 56px;
    height: 56px;
    bottom: 16px;
    right: 16px;
  }

  .instagram-icon {
    width: 24px;
    height: 24px;
  }
}


/* ================= SEGUNDA CONFIG INSTAGRAM (SEU CÓDIGO) ================= */
.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;
  }
}


/* ================= ANIMAÇÃO WHATSAPP VIBRAR ================= */
@keyframes vibrar {
  0% { transform: translate(0); }
  20% { transform: translate(-1px, 1px); }
  40% { transform: translate(-1px, -1px); }
  60% { transform: translate(1px, 1px); }
  80% { transform: translate(1px, -1px); }
  100% { transform: translate(0); }
}

.whatsapp-fixo {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
}

.whatsapp-fixo img {
  width: 65px;
  height: auto; /* MUITO IMPORTANTE */
  border-radius: 0; /* REMOVE o corte */
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.4));
  transition: 0.3s;
  animation: vibrar 1.5s infinite; /* VIBRAÇÃO */
}

.whatsapp-fixo img:hover {
  transform: scale(1.15);
}
* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.container, .site, .site-content {
    max-width: 100%;
    width: 100%;
}/* End custom CSS */