.elementor-1254 .elementor-element.elementor-element-d987ff2{--display:flex;--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-1254 .elementor-element.elementor-element-40140cb{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1254 .elementor-element.elementor-element-4cfda06 > .elementor-widget-container{padding:10px 10px 10px 10px;}.elementor-1254 .elementor-element.elementor-element-4cfda06{text-align:justify;font-family:"Roboto", Sans-serif;font-weight:400;color:#000000;}.elementor-1254 .elementor-element.elementor-element-e19d250{--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;--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-1254 .elementor-element.elementor-element-e19d250:not(.elementor-motion-effects-element-type-background), .elementor-1254 .elementor-element.elementor-element-e19d250 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1254 .elementor-element.elementor-element-ac24a1f{text-align:center;}.elementor-1254 .elementor-element.elementor-element-ac24a1f .elementor-heading-title{font-family:"Outfit", Sans-serif;font-weight:600;color:#068D34;}.elementor-1254 .elementor-element.elementor-element-bf9bd54{--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-1254 .elementor-element.elementor-element-af34e1c{--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-1254 .elementor-element.elementor-element-5a5a869{--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-1254 .elementor-element.elementor-element-46227e5 > .elementor-widget-container{margin:0px 0px 0px 76px;}.elementor-1254 .elementor-element.elementor-element-724e897{--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-1254 .elementor-element.elementor-element-3b0557b{--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;}@media(max-width:767px){.elementor-1254 .elementor-element.elementor-element-ac24a1f .elementor-heading-title{font-size:20px;}.elementor-1254 .elementor-element.elementor-element-bf9bd54{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1254 .elementor-element.elementor-element-dda309e > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-1254 .elementor-element.elementor-element-46227e5 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-dda309e */.ocultar-tipo-reserva {
  display: none !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-bf9bd54 */.step-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.step {
  background: #009999;
  color: white;
  padding: 1px 15px;
  border-radius: 50%;
  font-weight: bold;
  transition: all 0.3s ease;
}

.step.active {
  background: #A2478A;
  transform: scale(1.2);
}

.connector {
  width: 50px;
  height: 4px;
  background: #ccc;
  margin: 0 10px;
}

.form-wrapper {
  max-width: 900px;
  margin: 0 auto;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-col {
  flex: 1 1 45%;
  min-width: 250px;
}

label {
  display: block;
  margin-bottom: -19px;
  margin-top: 20px;
  font-weight: bold;
  color: #333;
}

button.next-btn{
    background-color: #068D34;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 20px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
button.prev-btn{
    background-color: #262B40;
    color: white;
    padding: 10px 20px;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 20px;
    font-weight: bold;
    transition: background-color 0.3s ease;   
}
button.submit-btn {
  background-color: #068D34;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 20px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #D5D5D5;
}


.button-row {
  display: flex;
  justify-content: right;
  gap: 10px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  /* Reorganizar el step-indicator para vista vertical */
  .step-indicator {
    display: none;
  }

  .form-col {
    min-width: 100%;
  }

  /* Botones grandes, full width, y más espacio entre ellos */
  button {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    margin-top: 15px;
  }

  button.prev-btn {
    background: #ddd;
    color: #333;
  }
  
    .button-row {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .button-row .prev-btn {
    order: 2;
  }

  .button-row .next-btn,
  .button-row .submit-btn {
    order: 1;
  }
}/* End custom CSS */