
body {
    font-family: sans-serif;
}

.orange-line{
    background: #661804;
background: linear-gradient(90deg,rgba(102, 24, 4, 1) 0%, rgba(255, 54, 0, 1) 100%);
}

.orange-text{
    background-image: linear-gradient(90deg,rgba(102, 24, 4, 1) 0%, rgba(255, 54, 0, 1) 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.white-text{
    background-image: linear-gradient(90deg,rgba(255, 249, 249, 1) 0%, rgba(255, 54, 0, 1) 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*
  CSS para Borda Animada em Container do Elementor
*/

.borde-orange {
  position: relative;
  z-index: 1; 
  box-shadow: 0 0 20px #FF360080;
  animation: 
    shadowPulse 3s ease-in-out infinite, 
    colorRotate 10s linear infinite; 
  transition: box-shadow 0.3s ease-in-out;
}

/* Animation for the shadow's pulsation */
@keyframes shadowPulse {
  0% {
    box-shadow: 0 0 10px #FF360020;
  }
  50% {
    box-shadow: 0 0 40px #FF360090; /* Max intensity */
  }
  100% {
    box-shadow: 0 0 10px #FF360000;
  }
}

svg.e-font-icon-svg.e-fab-whatsapp {
    font-size: 19px;
    
}
