.elementor-18 .elementor-element.elementor-element-47b52db{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-18 .elementor-element.elementor-element-47b52db:not(.elementor-motion-effects-element-type-background), .elementor-18 .elementor-element.elementor-element-47b52db > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#34D6E200;}.elementor-18 .elementor-element.elementor-element-f7b03a1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-18 .elementor-element.elementor-element-f7b03a1.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-18 .elementor-element.elementor-element-95e74cc{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-18 .elementor-element.elementor-element-93f1fd5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-18 .elementor-element.elementor-element-d937c9b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-18 .elementor-element.elementor-element-3134fa6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-18 .elementor-element.elementor-element-f7b03a1{--width:103.351%;}}/* Start custom CSS for html, class: .elementor-element-d3bf2ec */.footer {
  background: linear-gradient(90deg, #34D6E2, #6F00FF, #00FFC3);
  color: #fff;
  padding: 60px 20px 30px;
  text-align: center;
}

.footer .container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 150px;
  margin-bottom: 10px;
}

.footer-slogan {
  font-size: 16px;
  font-style: italic;
  margin-top: 10px;
  color: #f0f0f0;
}

.footer-contact p,
.footer-contact a {
  font-size: 16px;
  color: #fff;
  margin: 5px 0;
  text-decoration: none;
}

.footer-social a {
  font-size: 22px;
  margin: 0 10px;
  color: #fff;
  transition: transform 0.3s;
}

.footer-social a:hover {
  transform: scale(1.2);
}

.footer-bottom {
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  color: #eee;
}

/* Responsivo */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
  }

  .footer-logo img {
    margin-bottom: 20px;
  }

  .footer-contact p {
    margin: 8px 0;
  }
}
/* Animação de entrada */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer {
  animation: fadeUp 1.2s ease forwards;
  background: linear-gradient(90deg, #34D6E2, #6F00FF, #00FFC3);
  background-attachment: fixed; /* Parallax leve */
  background-size: 300% 300%;
  background-position: center;
  color: #fff;
  padding: 60px 20px 30px;
  text-align: center;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0afb985 *//* Container para posicionar o botão */
.container-botao {
  position: fixed;
  bottom: 30px;
  right: 120px; /* Ajuste conforme seu layout, próximo ao chat */
  z-index: 9999;
}

/* Botão de voltar ao topo */
.botao-topo {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #34D6E2, #3b82f6); /* Degradê moderno */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, background 0.5s;
}

/* Ícone setinha */
.botao-topo svg:first-child {
  position: relative;
  z-index: 2;
}

/* Círculo de progresso */
.progresso-circulo {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  transform: rotate(-90deg);
  z-index: 1;
}

.trilha {
  fill: none;
  stroke: transparent;
  stroke-width: 4;
}

.progresso {
  fill: none;
  stroke: rgba(52, 214, 226, 0.7); /* Cor do progresso */
  stroke-width: 4;
  stroke-dasharray: 100, 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 0.2s linear, stroke 0.3s ease-in-out;
}

/* Glow quando carregado 100% */
.botao-topo.glow {
  animation: glow 1s infinite;
}

@keyframes glow {
  0% {
    box-shadow: 0 0 5px rgba(52, 214, 226, 0.7), 0 0 15px rgba(52, 214, 226, 0.7), 0 0 30px rgba(52, 214, 226, 0.7);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 10px rgba(52, 214, 226, 0.7), 0 0 25px rgba(52, 214, 226, 0.7), 0 0 50px rgba(52, 214, 226, 0.7);
    transform: scale(1.1);
  }
  100% {
    box-shadow: 0 0 5px rgba(52, 214, 226, 0.7), 0 0 15px rgba(52, 214, 226, 0.7), 0 0 30px rgba(52, 214, 226, 0.7);
    transform: scale(1);
  }
}

/* Controle de visibilidade do botão */
#botaoTopo {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

#botaoTopo.mostrar {
  opacity: 1;
  pointer-events: auto;
}/* End custom CSS */