.elementor-569 .elementor-element.elementor-element-df5f206{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-569 .elementor-element.elementor-element-494d8f2{--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;--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}.elementor-569 .elementor-element.elementor-element-3cbff8e.elementor-element{--order:99999 /* order end hack */;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-3cbff8e *//* Estilo base do layout dos selects (igual ao site da Calviptur) */
#horario-de-onibus .ho-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px; /* espaçamento entre Origem e Destino */
  align-items: center;
  justify-content: flex-start;
  font-family: Poppins;
  color: #2c2c2c;
}

/* Cada coluna */
#horario-de-onibus .ho-col {
  flex: 1;
  min-width: 250px;
}

/* Label acima do select */
#horario-de-onibus label {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: Poppins;
  color: #2c2c2c;
}

/* Campos select */
#horario-de-onibus select {
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-family: Poppins;
  color: #2c2c2c;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

/* Hover/foco */
#horario-de-onibus select:focus {
  border-color: #999;
  outline: none;
  font-family: Poppins;
  color: #2c2c2c;
}

/* Desativado (Destino inicialmente) */
#horario-de-onibus select:disabled {
  background: #f8f8f8;
  font-family: Poppins;
  color: #2c2c2c;
  cursor: not-allowed;
}
.elementor-569 .elementor-element.elementor-element-3cbff8e h4{
    font-family: Poppins;
    color: #2c2c2c;
    font-size: 18px
}
.elementor-569 .elementor-element.elementor-element-3cbff8e th{
    font-family: Poppins;
    color: #2c2c2c;
    font-size: 14px
}
.elementor-569 .elementor-element.elementor-element-3cbff8e td{
    font-family: Poppins;
    color: #2c2c2c;
    font-size: 12px
}/* End custom CSS */