.elementor-kit-3{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-rishi1:#3e3c3c;--e-global-color-rishi2:#1b1919;--e-global-color-rishi3:#0583f2;--e-global-color-rishi4:#0554f2;--e-global-color-rishi5:#ffffff;--e-global-color-rishi6:#e6f3fe;--e-global-color-rishi7:#edf7ff;--e-global-color-rishi8:#F9FBFE;--e-global-color-rishi9:var(--paletteColor5);--e-global-color-rishi10:var(--paletteColor5);--e-global-color-rishi11:var(--paletteColor5);--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-3 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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */.whatsapp-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  text-decoration: none;
}

.whatsapp-fixed:hover {
  transform: scale(1.1);
}

.whatsapp-fixed img {
  width: 28px;
  height: 28px;
  filter: invert(1); 
}


html, body {
    max-width: 100%;
    overflow-x: hidden;
}




.phone-fixed {
  position: fixed;
  bottom: 100px; /* Acima do WhatsApp */
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #e53935; /* Vermelho */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  text-decoration: none;
}

.phone-fixed:hover {
  transform: scale(1.1);
}

.phone-fixed img {
  width: 28px;
  height: 28px;
  filter: invert(1); /* Se precisar inverter a cor do ícone para branco */
}


@media (max-width: 480px) {
  .whatsapp-fixed,
  .phone-fixed {
    width: 45px;
    height: 45px;
    bottom: 15px; /* ajustar para caber melhor */
  }

  .whatsapp-fixed img,
  .phone-fixed img {
    width: 20px;
    height: 20px;
  }

  /* Opcional: ajustar a posição do botão de telefone para ficar mais próximo do de WhatsApp */
  .phone-fixed {
    bottom: 70px; /* mantém um espaçamento proporcional */
  }
}/* End custom CSS */