.elementor-2169 .elementor-element.elementor-element-1820bde{--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-2169 .elementor-element.elementor-element-2b552b2{--display:flex;}.elementor-2169 .elementor-element.elementor-element-a3818d6 .swiper-button-next{color:#E8E8E8;}.elementor-2169 .elementor-element.elementor-element-a3818d6 .swiper-button-prev{color:#E8E8E8;}.elementor-2169 .elementor-element.elementor-element-bcff40f{--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-2169 .elementor-element.elementor-element-d56a72c{--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-2169 .elementor-element.elementor-element-17f043c{--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-2169 .elementor-element.elementor-element-bcff40f{--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-2169 .elementor-element.elementor-element-2b552b2{--content-width:1501px;}.elementor-2169 .elementor-element.elementor-element-bcff40f{--content-width:1500px;}.elementor-2169 .elementor-element.elementor-element-d56a72c{--width:95%;}.elementor-2169 .elementor-element.elementor-element-17f043c{--width:33.3333%;}}/* Start custom CSS for html, class: .elementor-element-6727cd4 */.fwc-hero {
  position: relative;
  width: 100%;
  min-height: 580px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image:
    linear-gradient(
      90deg,
      rgba(5, 11, 16, 0.92) 0%,
      rgba(5, 11, 16, 0.76) 45%,
      rgba(5, 11, 16, 0.25) 100%
    ),
    url("http://freewalkinginkacusco.com/wp-content/uploads/2026/07/free-tour-cusco-gastronomico.jpg");
  background-size: cover;
  background-position: center;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}

.fwc-hero *,
.fwc-hero *::before,
.fwc-hero *::after {
  box-sizing: border-box;
}

.fwc-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      circle at 20% 45%,
      rgba(147, 37, 50, 0.22),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      rgba(5, 11, 16, 0.04) 0%,
      rgba(5, 11, 16, 0.55) 100%
    );
}

.fwc-hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 60px 24px;
}

.fwc-hero-content {
  max-width: 650px;
  color: #ffffff;
}

.fwc-hero-label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 16px;
  border: 1px solid rgba(231, 189, 104, 0.85);
  border-radius: 40px;
  color: #f2c46b;
  background: rgba(0, 0, 0, 0.32);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.fwc-hero h1 {
  margin: 0 0 20px;
  font-family: Georgia, serif;
  font-size: clamp(38px, 5.5vw, 68px);
  line-height: 0.98;
  font-weight: 900;
  text-transform: uppercase;
  color: #e7bd68;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.82);
}

.fwc-hero p {
  max-width: 610px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.6;
}

.fwc-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.fwc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
}

.fwc-btn-primary {
  color: #ffffff;
  background: #932532;
  box-shadow: 0 10px 24px rgba(147, 37, 50, 0.42);
}

.fwc-btn-primary:hover {
  background: #b52d3d;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(147, 37, 50, 0.55);
}

.fwc-btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.fwc-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-3px);
}

.fwc-hero-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 640px;
}

.fwc-hero-info div {
  padding: 15px 14px;
  border: 1px solid rgba(231, 189, 104, 0.24);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(8px);
}

.fwc-hero-info strong {
  display: block;
  margin-bottom: 5px;
  color: #f2c46b;
  font-size: 16px;
  font-weight: 900;
}

.fwc-hero-info span {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12.5px;
  line-height: 1.4;
}

/* TABLET */
@media (max-width: 992px) {
  .fwc-hero {
    min-height: 560px;
    background-position: center;
  }

  .fwc-hero-container {
    padding: 55px 22px;
  }

  .fwc-hero-content {
    max-width: 620px;
  }

  .fwc-hero p {
    font-size: 15.5px;
  }
}

/* CELULAR */
@media (max-width: 768px) {
  .fwc-hero {
    min-height: 560px;
    align-items: flex-end;
    background-image:
      linear-gradient(
        180deg,
        rgba(5, 11, 16, 0.18) 0%,
        rgba(5, 11, 16, 0.70) 45%,
        rgba(5, 11, 16, 0.98) 100%
      ),
      url(""http://freewalkinginkacusco.com/wp-content/uploads/2026/07/clases-de-cocina-peruana-en-cusco.jpg");
    background-position: center top;
  }

  .fwc-hero-container {
    padding: 80px 14px 34px;
  }

  .fwc-hero-content {
    text-align: center;
    margin: 0 auto;
  }

  .fwc-hero-label {
    font-size: 10.5px;
    padding: 7px 13px;
    margin-bottom: 16px;
  }

  .fwc-hero h1 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 16px;
  }

  .fwc-hero p {
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 24px;
  }

  .fwc-hero-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    margin-bottom: 22px;
  }

  .fwc-btn {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    min-height: 44px;
    padding: 11px 8px;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .fwc-hero-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    max-width: 100%;
  }

  .fwc-hero-info div {
    padding: 10px 6px;
    border-radius: 12px;
  }

  .fwc-hero-info strong {
    font-size: 12.5px;
    line-height: 1.2;
    margin-bottom: 4px;
  }

  .fwc-hero-info span {
    font-size: 10.5px;
    line-height: 1.25;
  }
}

/* CELULAR PEQUEÑO */
@media (max-width: 420px) {
  .fwc-hero {
    min-height: 530px;
  }

  .fwc-hero-container {
    padding: 70px 10px 30px;
  }

  .fwc-hero h1 {
    font-size: 32px;
  }

  .fwc-hero p {
    font-size: 13.5px;
  }

  .fwc-hero-buttons {
    gap: 6px;
  }

  .fwc-btn {
    font-size: 11px;
    padding: 10px 6px;
    min-height: 42px;
  }

  .fwc-hero-info {
    gap: 5px;
  }

  .fwc-hero-info div {
    padding: 9px 4px;
    border-radius: 10px;
  }

  .fwc-hero-info strong {
    font-size: 11.5px;
  }

  .fwc-hero-info span {
    font-size: 9.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f15d188 *//* =====================================================
   FORMULARIO DE RESERVA AISLADO DEL TEMA Y CONTACT FORM 7
===================================================== */

body #responsive-form {
  display: block;
  width: 100%;
  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", Arial, sans-serif;
  color: #3a1823;
}

body #responsive-form,
body #responsive-form *,
body #responsive-form *::before,
body #responsive-form *::after {
  box-sizing: border-box;
}

/* Evita márgenes agregados por WordPress o Contact Form 7 */
body #responsive-form p {
  margin: 0 !important;
  padding: 0 !important;
}

body #responsive-form br {
  display: none;
}

body #responsive-form label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: inherit;
  color: #3a1823;
}

/* =====================================================
   FILAS Y COLUMNAS
===================================================== */

body #responsive-form .form-row {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  gap: 18px;
  margin: 0 0 18px;
  padding: 0;
}

body #responsive-form .form-row:last-child {
  margin-bottom: 0;
}

body #responsive-form .column-half {
  display: block;
  flex: 0 0 calc(50% - 9px);
  width: calc(50% - 9px);
  max-width: calc(50% - 9px);
  margin: 0;
  padding: 0;
}

body #responsive-form .column-full {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* Envolturas creadas por Contact Form 7 */
body #responsive-form .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
  width: 100% !important;
  margin: 0;
  padding: 0;
}

/* =====================================================
   CAMPOS GENERALES
===================================================== */

body #responsive-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
body #responsive-form select,
body #responsive-form textarea {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: 14px 16px !important;

  border: 1.5px solid rgba(147, 31, 64, 0.22) !important;
  border-radius: 12px !important;
  outline: none !important;

  background-color: rgba(147, 31, 64, 0.05) !important;
  color: #3a1823 !important;

  font-family: "Balsamiq Sans", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.4 !important;

  box-shadow: none;
  text-transform: none;
  letter-spacing: normal;

  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

/* Evita que el tema altere la altura de los campos */
body #responsive-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
body #responsive-form select {
  min-height: 50px !important;
  height: auto;
}

/* =====================================================
   ESTADOS FOCUS
===================================================== */

body #responsive-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
body #responsive-form select:focus,
body #responsive-form textarea:focus {
  border-color: #931f40 !important;
  background-color: rgba(147, 31, 64, 0.02) !important;
  box-shadow: 0 0 0 4px rgba(147, 31, 64, 0.12) !important;
  outline: none !important;
}

/* =====================================================
   PLACEHOLDERS
===================================================== */

body #responsive-form input::placeholder,
body #responsive-form textarea::placeholder {
  color: rgba(147, 31, 64, 0.62) !important;
  opacity: 1;
}

body #responsive-form input::-webkit-input-placeholder,
body #responsive-form textarea::-webkit-input-placeholder {
  color: rgba(147, 31, 64, 0.62) !important;
  opacity: 1;
}

/* =====================================================
   TEXTAREA
===================================================== */

body #responsive-form textarea {
  min-height: 130px !important;
  resize: vertical;
  overflow: auto;
}

/* =====================================================
   SELECT
===================================================== */

body #responsive-form select {
  padding-right: 46px !important;
  cursor: pointer;

  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;

  background-image:
    linear-gradient(45deg, transparent 50%, #931f40 50%),
    linear-gradient(135deg, #931f40 50%, transparent 50%) !important;

  background-position:
    calc(100% - 21px) calc(50% - 3px),
    calc(100% - 15px) calc(50% - 3px) !important;

  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
}

body #responsive-form select::-ms-expand {
  display: none;
}

/* =====================================================
   CAMPO DE FECHA
===================================================== */

body #responsive-form input[type="date"] {
  appearance: auto;
  -webkit-appearance: auto;
  color-scheme: light;
}

body #responsive-form input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.75;
}

/* =====================================================
   AUTOCOMPLETADO DEL NAVEGADOR
===================================================== */

body #responsive-form input:-webkit-autofill,
body #responsive-form input:-webkit-autofill:hover,
body #responsive-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #3a1823 !important;
  -webkit-box-shadow:
    0 0 0 1000px #fbf5f7 inset !important;
  box-shadow:
    0 0 0 1000px #fbf5f7 inset !important;
  transition: background-color 9999s ease-in-out 0s;
}

/* =====================================================
   BOTÓN DE ENVÍO
===================================================== */

body #responsive-form input[type="submit"],
body #responsive-form .wpcf7-submit {
  display: block !important;
  width: auto;
  min-width: 220px;
  min-height: 52px;
  margin: 0 !important;
  padding: 15px 28px !important;

  border: none !important;
  border-radius: 12px !important;

  background: linear-gradient(135deg, #931f40, #b8325a) !important;
  color: #ffffff !important;

  font-family: "Balsamiq Sans", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;

  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;

  box-shadow: 0 8px 18px rgba(147, 31, 64, 0.22) !important;

  transition:
    transform 0.2s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

body #responsive-form input[type="submit"]:hover,
body #responsive-form .wpcf7-submit:hover {
  background: linear-gradient(135deg, #7d1936, #a62b50) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(147, 31, 64, 0.26) !important;
}

body #responsive-form input[type="submit"]:active,
body #responsive-form .wpcf7-submit:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(147, 31, 64, 0.18) !important;
}

body #responsive-form input[type="submit"]:focus,
body #responsive-form .wpcf7-submit:focus {
  outline: none !important;
  box-shadow:
    0 8px 18px rgba(147, 31, 64, 0.22),
    0 0 0 4px rgba(147, 31, 64, 0.15) !important;
}

/* Evita que el botón deshabilitado parezca normal */
body #responsive-form input[type="submit"]:disabled,
body #responsive-form .wpcf7-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed !important;
  transform: none;
}

/* =====================================================
   CHECKBOX Y RADIO, SI LOS UTILIZAS
===================================================== */

body #responsive-form input[type="checkbox"],
body #responsive-form input[type="radio"] {
  width: 18px !important;
  height: 18px !important;
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  accent-color: #931f40;
  vertical-align: middle;
}

body #responsive-form .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 0 16px 8px 0 !important;
}

/* =====================================================
   VALIDACIÓN CONTACT FORM 7
===================================================== */

body #responsive-form .wpcf7-not-valid {
  border-color: #d63638 !important;
  box-shadow: 0 0 0 3px rgba(214, 54, 56, 0.10) !important;
}

body #responsive-form .wpcf7-not-valid-tip {
  display: block;
  margin: 6px 0 0 !important;
  padding: 0;
  color: #d63638 !important;
  font-family: inherit;
  font-size: 13px !important;
  line-height: 1.4;
}

body #responsive-form .wpcf7-response-output {
  display: none !important;
}

body #responsive-form .wpcf7-spinner {
  display: inline-block;
  margin: 10px 0 0 12px !important;
  vertical-align: middle;
}

/* =====================================================
   MENSAJE FLOTANTE
===================================================== */

#reserva-toast {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 999999;

  width: calc(100% - 48px);
  max-width: 360px;
  padding: 16px 18px;

  background: #ffffff;
  color: #3a1823;
  border: none;
  border-left: 5px solid #931f40;
  border-radius: 14px;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);

  font-family: "Balsamiq Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateY(-12px);

  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
}

#reserva-toast.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

#reserva-toast strong {
  display: block;
  margin: 0 0 3px;
  color: #931f40;
  font-size: 16px;
  line-height: 1.3;
}

/* =====================================================
   TABLET Y CELULAR
===================================================== */

@media screen and (max-width: 768px) {
  body #responsive-form {
    width: 100%;
    padding: 20px;
    border-radius: 16px;
  }

  body #responsive-form .form-row {
    display: flex !important;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 14px;
  }

  body #responsive-form .column-half,
  body #responsive-form .column-full {
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100% !important;
  }

  body #responsive-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
  body #responsive-form select,
  body #responsive-form textarea {
    padding: 13px !important;
    font-size: 16px !important;
  }

  /*
   16 px evita que Safari haga zoom automático
   al tocar los campos en iPhone.
  */

  body #responsive-form input[type="submit"],
  body #responsive-form .wpcf7-submit {
    width: 100% !important;
    min-width: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  body #responsive-form {
    padding: 16px;
    border-radius: 14px;
  }

  body #responsive-form textarea {
    min-height: 110px !important;
  }

  #reserva-toast {
    top: 18px;
    right: 16px;
    left: 16px;
    width: auto;
    max-width: none;
    font-size: 14px;
  }
}/* End custom CSS */