.elementor-2073 .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-2073 .elementor-element.elementor-element-543578a{--display:flex;}.elementor-2073 .elementor-element.elementor-element-e988159 .swiper-button-next{color:#E8E8E8;}.elementor-2073 .elementor-element.elementor-element-e988159 .swiper-button-prev{color:#E8E8E8;}.elementor-2073 .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-2073 .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-2073 .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-2073 .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-2073 .elementor-element.elementor-element-543578a{--content-width:1501px;}.elementor-2073 .elementor-element.elementor-element-b7cba59{--content-width:1500px;}.elementor-2073 .elementor-element.elementor-element-a8a7065{--width:95%;}.elementor-2073 .elementor-element.elementor-element-b5c264d{--width:33.3333%;}}/* Start custom CSS for html, class: .elementor-element-0f264fd */.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/02/cusco-free-walking-tour-portada3.png");
  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/02/cusco-free-walking-tour-portada3.png");
    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-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 */