/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 29 2025 | 19:56:11 */
.jet-nav--horizontal {
    justify-content: center !important;
    text-align: left;
    gap: 10px 0;
}

#form-unico input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

#form-unico input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}

.galeria-roteiro,
.galeria-roteiro-2 {
  visibility: hidden;
  opacity: 0;
}

.galeria-roteiro.initialized,
.galeria-roteiro-2.initialized {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
}

#form-unico .elementor-field-option input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
