.elementor-4349 .elementor-element.elementor-element-f6d25df{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-4349 .elementor-element.elementor-element-f6d25df > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4349 .elementor-element.elementor-element-fb0cdad > .elementor-element-populated{padding:10% 25% 10% 25%;}.elementor-4349 .elementor-element.elementor-element-7677cff:not(.elementor-motion-effects-element-type-background), .elementor-4349 .elementor-element.elementor-element-7677cff > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E8E1D3;}.elementor-4349 .elementor-element.elementor-element-7677cff{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:30px 10px 10px 10px;}.elementor-4349 .elementor-element.elementor-element-7677cff > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}body.elementor-page-4349:not(.elementor-motion-effects-element-type-background), body.elementor-page-4349 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://fiorellaeventosmx.com/wp-content/uploads/2025/09/Fondo-contacto1.jpg");}:root{--page-title-display:none;}@media(max-width:767px){.elementor-4349 .elementor-element.elementor-element-f6d25df{padding:150px 0px 150px 0px;}.elementor-4349 .elementor-element.elementor-element-fb0cdad > .elementor-element-populated{padding:0% 5% 0% 5%;}}/* Start custom CSS for html, class: .elementor-element-35953f3 */input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="date"],
textarea {
  border-radius: 0px !important;
}

input[type="date"] {
  color: rgba(34, 31, 30, 0.42);
  font-size: 14px;
  font-weight: 600;
}

.v-form-container {
  padding: 0 40px 0 40px;
}

.v-form-row {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 16px;
  color: #221f1e;
  flex-wrap: nowrap;
}

.v-greeting-row {
    justify-content: center;
}

.v-greeting {
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}

.v-label-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  white-space: nowrap;
  margin-right: 8px;
}

.v-form-input {
  background: transparent;
  border: none !important;
  border-bottom: 1px solid #221f1e !important;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #221f1e;
  padding: 2px 8px !important;
  outline: none;
  text-align: center;
  min-width: 100px;
  flex-grow: 1;
  margin: 0 4px;
}

.v-form-input::placeholder {
  color: rgba(34, 31, 30, 0.42);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.v-form-input:focus {
  border-bottom-color: #a38e7b;
}

.v-email-input {
  min-width: 200px;
}

.v-phone-input {
  min-width: 150px;
}

.v-name-input {
  min-width: 120px;
}

.v-location-input {
  min-width: 150px;
}

.v-date-input {
  min-width: 100px;
}

.v-guests-input {
  min-width: 80px;
}

.v-budget-input {
  min-width: 120px;
}

.v-textarea-container {
  width: 100%;
  margin: 20px 0;
}

.v-form-textarea {
  width: 100%;
  min-height: 150px;
  background: transparent;
  border: 2px solid #a38e7b;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #221f1e;
  padding: 12px;
  margin-top: 20px;
  outline: none;
  resize: vertical;
  font-weight: 600;
}

.v-form-textarea::placeholder {
  color: rgba(34, 31, 30, 0.42);
  font-size: 14px;
}

.v-form-textarea:focus {
  border-color: #221f1e;
}

.v-submit-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.v-submit-btn {
  background-color: #221f1e;
  color: #e8e1d3;
  border: none;
  padding: 20px 50px;
  font-family: "Roboto Mono", sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.v-submit-btn:hover {
  background-color: #2d2926;
}

.v-submit-btn:active {
  background-color: #1a1816;
}

/* Diseño responsivo para móviles */
@media (max-width: 676px) {
  .v-form-container {
    padding: 20px;
  }

  .v-form-row {
    display: block;
    margin-bottom: 15px;
    line-height: 1.6;
  }

  .v-mobile-label {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #221f1e;
    margin-bottom: 8px;
    text-align: left;
  }

  .v-mobile-input {
    display: block;
    width: 100%;
    background: transparent;
    border: none !important;
    border-bottom: 1px solid #221f1e !important;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #221f1e;
    padding: 8px 0 !important;
    outline: none;
    margin-bottom: 20px;
  }

  .v-mobile-input::placeholder {
    color: rgba(34, 31, 30, 0.42);
    font-size: 14px;
  }

  .v-mobile-input:focus {
    border-bottom-color: #a38e7b;
  }

  .v-mobile-textarea {
    display: block;
    width: 100%;
    min-height: 180px;
    background: transparent;
    border: 2px solid #a38e7b;
    border-radius: 4px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #221f1e;
    padding: 12px;
    outline: none;
    resize: vertical;
    margin-bottom: 20px;
  }

  .v-mobile-textarea::placeholder {
    color: rgba(34, 31, 30, 0.42);
    font-size: 14px;
  }

  .v-mobile-textarea:focus {
    border-color: #221f1e;
  }

  .v-mobile-greeting {
    font-family: "Cormorant Garamond", serif;
    font-size: 42px;
    font-weight: 600;
    font-style: italic;
    color: #221f1e;
    margin-bottom: 20px;
    display: block;
  }

  .v-mobile-text {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #221f1e;
    margin-bottom: 8px;
    display: block;
    text-align: left;
  }

  /* Ocultar elementos desktop en móvil */
  .v-desktop-only {
    display: none;
  }
}

/* Ocultar elementos móvil en desktop */
.v-mobile-only {
  display: none;
}

@media (max-width: 676px) {
  .v-mobile-only {
    display: block;
  }
}/* End custom CSS */