/* Start custom CSS for section, class: .elementor-element-3157a8f */.arvoreBox{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.arvoreNumero{
  font-size:52px;
  font-weight:800;
  color:#1b5e20;
  line-height:1;
}

.arvoreSVG{
  width:90px;
  height:90px;
  animation: float 3s ease-in-out infinite;
  filter: drop-shadow(0 10px 15px rgba(0,0,0,0.15));
}

.arvoreLabel{
  font-size:14px;
  color:#2e7d32;
  font-weight:600;
  text-align:center;
  max-width:160px;
}

@keyframes float{
  0%{ transform: translateY(0px); }
  50%{ transform: translateY(-6px); }
  100%{ transform: translateY(0px); }
}/* End custom CSS */