.elementor-1860 .elementor-element.elementor-element-ddb57b5{--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:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1860 .elementor-element.elementor-element-543578a{--display:flex;}.elementor-1860 .elementor-element.elementor-element-e988159 .swiper-button-next{color:#E8E8E8;}.elementor-1860 .elementor-element.elementor-element-e988159 .swiper-button-prev{color:#E8E8E8;}.elementor-1860 .elementor-element.elementor-element-b7cba59{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1860 .elementor-element.elementor-element-a8a7065{--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-1860 .elementor-element.elementor-element-b5c264d{--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;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1860 .elementor-element.elementor-element-b7cba59{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-1860 .elementor-element.elementor-element-543578a{--content-width:1501px;}.elementor-1860 .elementor-element.elementor-element-b7cba59{--content-width:1500px;}.elementor-1860 .elementor-element.elementor-element-a8a7065{--width:95%;}.elementor-1860 .elementor-element.elementor-element-b5c264d{--width:33.3333%;}}/* Start custom CSS for html, class: .elementor-element-a04a658 */#responsive-form {
  max-width: 920px;
  margin: 0 auto;
  padding: 28px;
  background: #ffffff;
  border: 1px solid rgba(147, 31, 64, 0.16);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(147, 31, 64, 0.10);
  font-family: 'Balsamiq Sans', sans-serif;
}

#responsive-form * {
  box-sizing: border-box;
}

#responsive-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 18px;
}

#responsive-form .column-half {
  width: calc(50% - 9px);
}

#responsive-form .column-full {
  width: 100%;
}

/* CF7 a veces envuelve campos en spans */
#responsive-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

#responsive-form input,
#responsive-form select,
#responsive-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid rgba(147, 31, 64, 0.22);
  border-radius: 12px;
  background: rgba(147, 31, 64, 0.05);
  color: #3a1823;
  font-size: 15px;
  line-height: 1.4;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, transform 0.15s ease;
  font-family: 'Balsamiq Sans', sans-serif;
  appearance: none;
  -webkit-appearance: none;
}

#responsive-form input:focus,
#responsive-form select:focus,
#responsive-form textarea:focus {
  border-color: #931F40;
  background: rgba(147, 31, 64, 0.02);
  box-shadow: 0 0 0 4px rgba(147, 31, 64, 0.12);
}

#responsive-form textarea {
  min-height: 130px;
  resize: vertical;
}

#responsive-form input::placeholder,
#responsive-form textarea::placeholder {
  color: rgba(147, 31, 64, 0.62);
}

/* Select más limpio */
#responsive-form select {
  padding-right: 42px;
  background-image:
    linear-gradient(45deg, transparent 50%, #931F40 50%),
    linear-gradient(135deg, #931F40 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(50% - 3px),
    calc(100% - 14px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* Botón */
#responsive-form input[type="submit"],
#responsive-form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #931F40, #b8325a);
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 15px 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  min-width: 220px;
  box-shadow: 0 8px 18px rgba(147, 31, 64, 0.22);
  transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.25s ease;
  font-family: 'Balsamiq Sans', sans-serif;
}

#responsive-form input[type="submit"]:hover,
#responsive-form .wpcf7-submit:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #7d1936, #a62b50);
  box-shadow: 0 10px 20px rgba(147, 31, 64, 0.26);
}

#responsive-form input[type="submit"]:active,
#responsive-form .wpcf7-submit:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(147, 31, 64, 0.18);
}

/* Estados de validación CF7 */
#responsive-form .wpcf7-not-valid {
  border-color: #d63638 !important;
  box-shadow: 0 0 0 3px rgba(214, 54, 56, 0.10);
}

#responsive-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
  color: #d63638;
}

#responsive-form .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.45;
}

#responsive-form .wpcf7-spinner {
  margin-top: 10px;
}

/* Tablet */
@media (max-width: 768px) {
  #responsive-form {
    padding: 20px;
    border-radius: 16px;
  }

  #responsive-form .form-row {
    gap: 14px;
    margin-bottom: 14px;
  }

  #responsive-form .column-half {
    width: 100%;
  }

  #responsive-form .column-full {
    width: 100%;
  }

  #responsive-form input,
  #responsive-form select,
  #responsive-form textarea {
    padding: 13px 13px;
    font-size: 14px;
  }

  #responsive-form input[type="submit"],
  #responsive-form .wpcf7-submit {
    width: 100%;
    min-width: 100%;
  }
}

/* Celulares pequeños */
@media (max-width: 480px) {
  #responsive-form {
    padding: 16px;
  }

  #responsive-form textarea {
    min-height: 110px;
  }
}

/* Estilo de mensaje gracias  */
/* Mensaje flotante después de enviar reserva */
#reserva-toast {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 999999;
  max-width: 360px;
  padding: 16px 18px;
  background: #ffffff;
  color: #3a1823;
  border-left: 5px solid #931F40;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  font-family: 'Balsamiq Sans', sans-serif;
  font-size: 15px;
  line-height: 1.45;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

#reserva-toast.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#reserva-toast strong {
  display: block;
  color: #931F40;
  font-size: 16px;
  margin-bottom: 3px;
}

/* Oculta mensaje nativo de Contact Form 7 si no lo quieres ver */
#responsive-form .wpcf7-response-output {
  display: none !important;
}

@media (max-width: 480px) {
  #reserva-toast {
    top: 18px;
    left: 16px;
    right: 16px;
    max-width: none;
    font-size: 14px;
  }
}/* End custom CSS */