@charset "UTF-8";
body {
  background-color: #f5f3ef;
  background-image: linear-gradient(to right, rgba(122, 90, 58, 0.2) 1px, transparent 1px);
  background-size: 400px 100%;
  background-position: center top;
  font-size: 1rem;
  color: #424142;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 767px) {
  body {
    background-size: 200px 100%;
  }
}

a {
  color: #5d50c6;
  transition: 0.2s all ease-in-out;
}
a:hover {
  text-decoration: none;
  transition: 0.2s all ease-in-out;
}

.header-all, .header-6, .header-5, .header-4, .header-3, .header-2, .header-1 {
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 0;
  line-height: 1.4;
}

.header-1 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .header-1 {
    font-size: 2.1875rem;
  }
}

.header-2 {
  font-size: 2.18rem;
}
@media screen and (max-width: 767px) {
  .header-2 {
    font-size: 1.875rem;
  }
}

.header-3 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .header-3 {
    font-size: 1.25rem;
  }
}

.header-4 {
  font-size: 1.25rem;
}

.header-5 {
  font-size: 1rem;
}

.header-6 {
  font-size: 0.87rem;
}

.page-body p {
  font-size: 1rem;
}

.titulos {
  margin-bottom: 4rem;
}
.titulos--center {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .titulos--50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.titulos--light {
  color: #fff;
}

.cursor-pointer {
  cursor: pointer;
}

.bg-primary {
  background: #9c3a2b !important;
}

.bg-primary-light {
  background: #e66a1f !important;
}

.bg-primary-dark {
  background: #711c0f !important;
}

.bg-secondary {
  background: #7a5a3a !important;
}

.bg-secondary-light {
  background: #c2a46d !important;
}

.bg-secondary-dark {
  background: #523514 !important;
}

.bg-accent {
  background: #5d50c6 !important;
}

.bg-accent-light {
  background: rgba(93, 80, 198, 0.1) !important;
}

.bg-accent-dark {
  background: #473d99 !important;
}

.bg-white {
  background: #fff !important;
}

.bg-dark {
  background: #1e0028 !important;
}

.bg-grey-1 {
  background: #262626 !important;
}

.bg-grey-2 {
  background: #424142 !important;
}

.bg-grey-3 {
  background: #7f7f7f !important;
}

.bg-grey-4 {
  background: #b6b6b6 !important;
}

.bg-grey-5 {
  background: #d7d7d7 !important;
}

.bg-grey-6 {
  background: #f5f5f5 !important;
}

.color-primary {
  color: #9c3a2b;
}

.color-primary-light {
  color: #e66a1f;
}

.color-primary-dark {
  color: #711c0f;
}

.color-secondary {
  color: #7a5a3a;
}

.color-secondary-light {
  color: #c2a46d;
}

.color-secondary-dark {
  color: #523514;
}

.color-accent {
  color: #5d50c6;
}

.color-accent-light {
  color: rgba(93, 80, 198, 0.1);
}

.color-accent-dark {
  color: #473d99;
}

.color-white {
  color: #fff;
}

.color-dark {
  color: #1e0028;
}

.color-grey-1 {
  color: #262626;
}

.color-grey-2 {
  color: #424142;
}

.color-grey-3 {
  color: #7f7f7f;
}

.color-grey-4 {
  color: #b6b6b6;
}

.color-grey-5 {
  color: #d7d7d7;
}

.color-grey-6 {
  color: #f5f5f5;
}

.pad-t-0 {
  padding-top: 0px;
}
@media screen and (max-width: 575px) {
  .pad-t-0 {
    padding-top: 0px !important;
  }
}

.mar-t-0 {
  margin-top: 0px;
}
@media screen and (max-width: 575px) {
  .mar-t-0 {
    margin-top: 0px !important;
  }
}

.pad-t-1 {
  padding-top: 1.5rem;
}
@media screen and (max-width: 575px) {
  .pad-t-1 {
    padding-top: 1rem !important;
  }
}

.mar-t-1 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 575px) {
  .mar-t-1 {
    margin-top: 1rem !important;
  }
}

.pad-t-2 {
  padding-top: 2.5rem;
}
@media screen and (max-width: 575px) {
  .pad-t-2 {
    padding-top: 1.6666666667rem !important;
  }
}

.mar-t-2 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 575px) {
  .mar-t-2 {
    margin-top: 1.6666666667rem !important;
  }
}

.pad-t-3 {
  padding-top: 4rem;
}
@media screen and (max-width: 575px) {
  .pad-t-3 {
    padding-top: 2.6666666667rem !important;
  }
}

.mar-t-3 {
  margin-top: 4rem;
}
@media screen and (max-width: 575px) {
  .mar-t-3 {
    margin-top: 2.6666666667rem !important;
  }
}

.pad-t-4 {
  padding-top: 5rem;
}
@media screen and (max-width: 575px) {
  .pad-t-4 {
    padding-top: 3.3333333333rem !important;
  }
}

.mar-t-4 {
  margin-top: 5rem;
}
@media screen and (max-width: 575px) {
  .mar-t-4 {
    margin-top: 3.3333333333rem !important;
  }
}

.pad-t-5 {
  padding-top: 7.5rem;
}
@media screen and (max-width: 575px) {
  .pad-t-5 {
    padding-top: 5rem !important;
  }
}

.mar-t-5 {
  margin-top: 7.5rem;
}
@media screen and (max-width: 575px) {
  .mar-t-5 {
    margin-top: 5rem !important;
  }
}

.pad-b-0 {
  padding-bottom: 0px;
}
@media screen and (max-width: 575px) {
  .pad-b-0 {
    padding-bottom: 0px !important;
  }
}

.mar-b-0 {
  margin-bottom: 0px;
}
@media screen and (max-width: 575px) {
  .mar-b-0 {
    margin-bottom: 0px !important;
  }
}

.pad-b-1 {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 575px) {
  .pad-b-1 {
    padding-bottom: 1rem !important;
  }
}

.mar-b-1 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 575px) {
  .mar-b-1 {
    margin-bottom: 1rem !important;
  }
}

.pad-b-2 {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 575px) {
  .pad-b-2 {
    padding-bottom: 1.6666666667rem !important;
  }
}

.mar-b-2 {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 575px) {
  .mar-b-2 {
    margin-bottom: 1.6666666667rem !important;
  }
}

.pad-b-3 {
  padding-bottom: 4rem;
}
@media screen and (max-width: 575px) {
  .pad-b-3 {
    padding-bottom: 2.6666666667rem !important;
  }
}

.mar-b-3 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 575px) {
  .mar-b-3 {
    margin-bottom: 2.6666666667rem !important;
  }
}

.pad-b-4 {
  padding-bottom: 5rem;
}
@media screen and (max-width: 575px) {
  .pad-b-4 {
    padding-bottom: 3.3333333333rem !important;
  }
}

.mar-b-4 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 575px) {
  .mar-b-4 {
    margin-bottom: 3.3333333333rem !important;
  }
}

.pad-b-5 {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 575px) {
  .pad-b-5 {
    padding-bottom: 5rem !important;
  }
}

.mar-b-5 {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 575px) {
  .mar-b-5 {
    margin-bottom: 5rem !important;
  }
}

.pad-0 {
  padding: 0px 0;
}
@media screen and (max-width: 575px) {
  .pad-0 {
    padding: 0px 0 !important;
  }
}

.mar-0 {
  margin: 0px 0;
}
@media screen and (max-width: 575px) {
  .mar-0 {
    margin: 0px 0 !important;
  }
}

.pad-1 {
  padding: 1.5rem 0;
}
@media screen and (max-width: 575px) {
  .pad-1 {
    padding: 1rem 0 !important;
  }
}

.mar-1 {
  margin: 1.5rem 0;
}
@media screen and (max-width: 575px) {
  .mar-1 {
    margin: 1rem 0 !important;
  }
}

.pad-2 {
  padding: 2.5rem 0;
}
@media screen and (max-width: 575px) {
  .pad-2 {
    padding: 1.6666666667rem 0 !important;
  }
}

.mar-2 {
  margin: 2.5rem 0;
}
@media screen and (max-width: 575px) {
  .mar-2 {
    margin: 1.6666666667rem 0 !important;
  }
}

.pad-3 {
  padding: 4rem 0;
}
@media screen and (max-width: 575px) {
  .pad-3 {
    padding: 2.6666666667rem 0 !important;
  }
}

.mar-3 {
  margin: 4rem 0;
}
@media screen and (max-width: 575px) {
  .mar-3 {
    margin: 2.6666666667rem 0 !important;
  }
}

.pad-4 {
  padding: 5rem 0;
}
@media screen and (max-width: 575px) {
  .pad-4 {
    padding: 3.3333333333rem 0 !important;
  }
}

.mar-4 {
  margin: 5rem 0;
}
@media screen and (max-width: 575px) {
  .mar-4 {
    margin: 3.3333333333rem 0 !important;
  }
}

.pad-5 {
  padding: 7.5rem 0;
}
@media screen and (max-width: 575px) {
  .pad-5 {
    padding: 5rem 0 !important;
  }
}

.mar-5 {
  margin: 7.5rem 0;
}
@media screen and (max-width: 575px) {
  .mar-5 {
    margin: 5rem 0 !important;
  }
}

.pad-0 {
  padding: 0px 0;
}
@media screen and (max-width: 575px) {
  .pad-0 {
    padding: 0px 0 !important;
  }
}

.mar-0 {
  margin: 0px 0;
}
@media screen and (max-width: 575px) {
  .mar-0 {
    margin: 0px 0 !important;
  }
}

.pad-1 {
  padding: 1.5rem 0;
}
@media screen and (max-width: 575px) {
  .pad-1 {
    padding: 1rem 0 !important;
  }
}

.mar-1 {
  margin: 1.5rem 0;
}
@media screen and (max-width: 575px) {
  .mar-1 {
    margin: 1rem 0 !important;
  }
}

.pad-2 {
  padding: 2.5rem 0;
}
@media screen and (max-width: 575px) {
  .pad-2 {
    padding: 1.6666666667rem 0 !important;
  }
}

.mar-2 {
  margin: 2.5rem 0;
}
@media screen and (max-width: 575px) {
  .mar-2 {
    margin: 1.6666666667rem 0 !important;
  }
}

.pad-3 {
  padding: 4rem 0;
}
@media screen and (max-width: 575px) {
  .pad-3 {
    padding: 2.6666666667rem 0 !important;
  }
}

.mar-3 {
  margin: 4rem 0;
}
@media screen and (max-width: 575px) {
  .mar-3 {
    margin: 2.6666666667rem 0 !important;
  }
}

.pad-4 {
  padding: 5rem 0;
}
@media screen and (max-width: 575px) {
  .pad-4 {
    padding: 3.3333333333rem 0 !important;
  }
}

.mar-4 {
  margin: 5rem 0;
}
@media screen and (max-width: 575px) {
  .mar-4 {
    margin: 3.3333333333rem 0 !important;
  }
}

.pad-5 {
  padding: 7.5rem 0;
}
@media screen and (max-width: 575px) {
  .pad-5 {
    padding: 5rem 0 !important;
  }
}

.mar-5 {
  margin: 7.5rem 0;
}
@media screen and (max-width: 575px) {
  .mar-5 {
    margin: 5rem 0 !important;
  }
}

.page__entry,
.post__entry {
  line-height: 1.7;
}
.page__entry p a,
.page__entry ul a,
.page__entry ol a,
.page__entry blockquote a,
.post__entry p a,
.post__entry ul a,
.post__entry ol a,
.post__entry blockquote a {
  color: #7a5a3a !important;
}
.page__entry h1,
.page__entry h2,
.page__entry h3,
.page__entry h4,
.page__entry h5,
.page__entry h6,
.post__entry h1,
.post__entry h2,
.post__entry h3,
.post__entry h4,
.post__entry h5,
.post__entry h6 {
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.page__entry p,
.page__entry ol,
.page__entry ul,
.post__entry p,
.post__entry ol,
.post__entry ul {
  font-size: 1.1rem;
}
@media print {
  .page__entry p,
  .page__entry ol,
  .page__entry ul,
  .post__entry p,
  .post__entry ol,
  .post__entry ul {
    font-size: 10pt;
  }
}
.page__entry p,
.page__entry ol,
.page__entry ul,
.page__entry blockquote,
.post__entry p,
.post__entry ol,
.post__entry ul,
.post__entry blockquote {
  margin-bottom: 1.5rem;
}
.page__entry ul li,
.post__entry ul li {
  margin-bottom: 10px;
}
.page__entry h2,
.post__entry h2 {
  font-size: 2.2rem;
  color: #9c3a2b !important;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .page__entry h2,
  .post__entry h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.page__entry h2 strong,
.post__entry h2 strong {
  font-weight: 400;
}
.page__entry h3,
.post__entry h3 {
  font-size: 1.5rem;
  color: #b6b6b6;
}
@media screen and (max-width: 575px) {
  .page__entry h3,
  .post__entry h3 {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.page__entry strong,
.post__entry strong {
  color: #b6b6b6;
}
.page__entry .wp-block-pullquote,
.post__entry .wp-block-pullquote {
  padding: 2rem 0 !important;
  text-align: left !important;
  margin-bottom: 0 !important;
}
.page__entry .wp-block-image,
.post__entry .wp-block-image {
  margin: 2rem 0;
}
@media print {
  .page__entry .wp-block-image,
  .post__entry .wp-block-image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page__entry .wp-block-image img,
.post__entry .wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 0.625rem !important;
  box-shadow: 0px 8px 16px rgba(30, 0, 40, 0.08) !important;
}
.page__entry .wp-block-image figcaption,
.post__entry .wp-block-image figcaption {
  text-align: center;
  font-size: 0.75rem;
}
.page__entry .wp-block-gallery,
.post__entry .wp-block-gallery {
  margin: 1.8rem 0;
}
.page__entry .wp-block-gallery .blocks-gallery-item,
.post__entry .wp-block-gallery .blocks-gallery-item {
  margin-bottom: 0;
}
.page__entry .wp-block-gallery img,
.post__entry .wp-block-gallery img {
  width: 100%;
  height: auto;
}
.page__entry .wp-block-gallery figcaption,
.post__entry .wp-block-gallery figcaption {
  text-align: center;
}
.page__entry .block-wikiloc iframe,
.post__entry .block-wikiloc iframe {
  width: 100%;
  margin-top: 2rem !important;
  margin-bottom: 2rem;
  box-shadow: 0px 8px 16px rgba(30, 0, 40, 0.08) !important;
  border-radius: 0.5rem;
}
.page__entry .block-wikiloc div,
.post__entry .block-wikiloc div {
  display: none;
}

.boton {
  padding: 0.7rem 1.475rem;
  font-size: 1rem;
  border-radius: 0.625rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  border: 0;
  transition: 0.2s all ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
}
.boton--lg {
  padding: 1.125rem 1.9375rem;
}
@media screen and (max-width: 767px) {
  .boton--lg {
    padding: 1rem 1.475rem;
  }
}
.boton--sm {
  padding: 0.625rem 1.25em;
  font-size: 0.9rem;
}

.boton--primary {
  background: #e66a1f;
  color: #fff;
  border-color: #e66a1f;
  transition: 0.2s all ease-in-out;
}
.boton--primary:hover {
  background: #cb5a17;
  border-color: #cb5a17;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease-in-out;
}

.boton--primary-outline {
  color: #424142;
  border-color: #e66a1f;
  transition: 0.2s all ease-in-out;
}
.boton--primary-outline:hover {
  background: #d45f18;
  border-color: #d45f18;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease-in-out;
}

.boton--secondary {
  background: #7a5a3a;
  color: #fff;
  border-color: #7a5a3a;
  transition: 0.2s all ease-in-out;
}
.boton--secondary:hover {
  background: #62482e;
  border-color: #62482e;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease-in-out;
}

.boton--secondary-outline {
  color: #424142;
  border-color: #7a5a3a;
  transition: 0.2s all ease-in-out;
}
.boton--secondary-outline:hover {
  background: #694d32;
  border-color: #694d32;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease-in-out;
}

.boton--primary-dark {
  background: #711c0f;
  color: #fff;
  border-color: #711c0f;
  transition: 0.2s all ease-in-out;
}
.boton--primary-dark:hover {
  background: #51140b;
  border-color: #51140b;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease-in-out;
}

.boton--primary-dark-outline {
  color: #424142;
  border-color: #711c0f;
  transition: 0.2s all ease-in-out;
}
.boton--primary-dark-outline:hover {
  background: #5a160c;
  border-color: #5a160c;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease-in-out;
}

.boton--accent {
  background: #5d50c6;
  color: #fff;
  border-color: #5d50c6;
  transition: 0.2s all ease-in-out;
}
.boton--accent:hover {
  background: #493cb7;
  border-color: #493cb7;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease-in-out;
}

.boton--accent-outline {
  color: #5d50c6;
  border-color: #5d50c6;
  transition: 0.2s all ease-in-out;
}
.boton--accent-outline:hover {
  background: #4c3ebe;
  border-color: #4c3ebe;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease-in-out;
}

.boton--white {
  background: #fff;
  color: #424142;
  border-color: #fff;
  transition: 0.2s all ease-in-out;
}
.boton--white:hover {
  background: #ededed;
  border-color: #ededed;
  color: #424142;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease-in-out;
}

.boton--white-outline {
  color: #424142;
  border-color: #fff;
  transition: 0.2s all ease-in-out;
}
.boton--white-outline:hover {
  background: #f2f2f2;
  border-color: #f2f2f2;
  color: #424142;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease-in-out;
}

.boton--dark {
  background: #424142;
  color: #fff;
  border-color: #424142;
  transition: 0.2s all ease-in-out;
}
.boton--dark:hover {
  background: #302f30;
  border-color: #302f30;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease-in-out;
}

.boton--dark-outline {
  color: #7f7f7f;
  border-color: #424142;
  transition: 0.2s all ease-in-out;
}
.boton--dark-outline:hover {
  background: #353435;
  border-color: #353435;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease-in-out;
}

.boton--whatsapp {
  background: #25d366;
  color: #fff;
  border-color: #25d366;
  transition: 0.2s all ease-in-out;
}
.boton--whatsapp:hover {
  background: #20b557;
  border-color: #20b557;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease-in-out;
}

.boton--whatsapp-outline {
  color: #424142;
  border-color: #25d366;
  transition: 0.2s all ease-in-out;
}
.boton--whatsapp-outline:hover {
  background: #21bd5c;
  border-color: #21bd5c;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease-in-out;
}

.wpcf7 {
  margin: 0rem;
}
.wpcf7 .form-group {
  margin-bottom: 1rem;
}
.wpcf7 .form-group .gdpr-text {
  font-size: 11px;
  color: #7f7f7f;
  margin-bottom: 0.75rem;
}
.wpcf7 .form-label {
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 0.2rem !important;
}
.wpcf7 .form-control {
  width: 100%;
  padding: 0.575rem 0.75rem;
  font-size: 0.85rem;
}
.wpcf7 .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.wpcf7 .form-control::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.wpcf7 .wpcf7-submit {
  width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  color: red;
}
.wpcf7 a.boton {
  display: block;
  margin-bottom: 0.9rem;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 0.75rem;
}

.wpcf7-select {
  display: block;
  margin-bottom: 0.75rem;
}

.wpcf7-acceptance {
  font-size: 1rem;
  color: #7f7f7f;
  color: rgba(0, 0, 0, 0.4);
}
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.5em 1em;
  border-radius: 8px;
}

.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  background-color: #398f14;
  color: #f5f3ef;
}

.wpcf7-mail-sent-ng {
  border: 2px solid #ff0000;
  background-color: #ff0000;
  color: #f5f3ef;
}

.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
  background-color: #ffa500;
}

.wpcf7-acceptance-missig {
  border: 2px solid #ffa500 !important;
  background-color: #ffa500 !important;
}

.page-title {
  padding: 1.5rem 0;
  border-top: solid 1px #711c0f;
  border-bottom: solid 1px #711c0f;
}
.page-title__container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1399px) {
  .page-title__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .page-title__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page-title__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.page-title__h {
  font-size: 6rem;
  font-family: "Bebas Neue", sans-serif;
  color: #711c0f;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-title__h {
    font-size: 3.45rem;
  }
}
.page-title__breadcrumbs a {
  text-decoration: none;
  color: #711c0f;
  font-weight: 700;
}

.scolor__item {
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.scolor__item div {
  width: 100px;
  height: 100px;
  border-radius: 0.3rem;
  border: 1px solid #b6b6b6;
}
.scolor small {
  font-size: 0.7rem !important;
}

.sespacio {
  display: flex;
  justify-content: center;
  align-items: center;
}

.trail-thumb-card {
  margin-bottom: 2.5rem;
}
.trail-thumb-card__title {
  font-size: 3.45rem;
  color: #711c0f;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .trail-thumb-card__title {
    font-size: 3.45rem;
    margin-bottom: 0.75rem;
  }
}
.trail-thumb-card__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  background-color: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .trail-thumb-card__grid {
    grid-template-columns: 1fr;
    gap: 0.375rem;
  }
}
.trail-thumb-card__left {
  height: 100%;
}
.trail-thumb-card__thumbnail {
  height: 100%;
}
.trail-thumb-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.625rem 0 0 0.625rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .trail-thumb-card__thumbnail img {
    border-radius: 0.625rem 0 0;
  }
}
.trail-thumb-card__right {
  padding: 2.5rem 2.5rem 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .trail-thumb-card__right {
    padding: 1.5rem;
  }
}
.trail-thumb-card__fechas {
  font-size: 1.5rem;
  color: #9c3a2b;
  font-family: "Bebas Neue", sans-serif;
  text-wrap: balance;
  line-height: 1.1;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .trail-thumb-card__fechas {
    margin-bottom: 0.75rem;
  }
}
.trail-thumb-card__fecha {
  display: block;
  margin-bottom: 0.46875rem;
}
.trail-thumb-card__localizacion {
  color: #c2a46d;
  font-size: 4.35rem;
  font-family: "Bebas Neue", sans-serif;
}
@media screen and (max-width: 767px) {
  .trail-thumb-card__localizacion {
    font-size: 3rem;
    line-height: 1;
  }
}
.trail-thumb-card__resumen {
  font-size: 1.125rem;
  text-wrap: balance;
  border-bottom: solid 1px #523514;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .trail-thumb-card__resumen {
    font-size: 0.9rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.trail-thumb-card__detalles {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .trail-thumb-card__detalles {
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.9rem;
    gap: 1rem;
  }
}
.trail-thumb-card__actions {
  display: flex;
  gap: 0.75rem;
}
.thumb-moto {
  padding: 1.5rem 0 7.5rem 0;
}
.thumb-moto__container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1399px) {
  .thumb-moto__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .thumb-moto__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .thumb-moto__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.thumb-moto__titulo {
  font-size: 6rem;
  color: #711c0f;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .thumb-moto__titulo {
    font-size: 3.45rem;
    margin-bottom: 0.75rem;
  }
}
.thumb-moto__subtitulo {
  font-size: 2.18rem;
  color: #9c3a2b;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .thumb-moto__subtitulo {
    font-size: 1.5rem;
  }
}
.thumb-moto__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .thumb-moto__content {
    grid-template-columns: 1fr;
  }
}
.thumb-moto__card {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 1.5rem 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .thumb-moto__card {
    padding: 1.5rem;
  }
}
.thumb-moto__imagen {
  margin-bottom: 0.75rem;
  height: 220px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .thumb-moto__imagen {
    height: 150px;
  }
}
.thumb-moto__imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.thumb-moto__logo {
  height: 30px;
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.thumb-moto__logo img {
  height: 100%;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.thumb-moto__datos {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  color: #424142;
}
.thumb-moto__item {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #424142;
  padding-bottom: 0.375rem;
  margin-bottom: 0.375rem;
}
.thumb-moto__label {
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
}
.thumb-moto__data {
  display: flex;
  justify-content: flex-end;
}
.thumb-moto__precio {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #e66a1f;
  margin-bottom: 1.5rem;
}
.thumb-moto__price {
  font-size: 2.18rem;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
}
.thumb-moto__action {
  grid-column: 1/-1;
  align-self: end;
}
.thumb-moto__action a {
  display: block;
}

.footer {
  padding: 4rem 0 1.5rem 0;
}
.footer__container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1399px) {
  .footer__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .footer__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.footer__content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 5rem;
  padding-bottom: 2.5rem;
  border-bottom: solid 1px #c2a46d;
}
@media screen and (max-width: 767px) {
  .footer__content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.footer__item {
  text-wrap: balance;
  font-size: 1.125rem;
}
.footer__item ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__item ul.menu li.menu-item a {
  font-size: 1rem;
  color: #1e0028;
  text-decoration: none;
}
@media screen and (max-width: 1399px) {
  .footer__item ul.menu li.menu-item a {
    font-size: 0.9rem;
  }
}
.footer__item .widget_custom_html a {
  text-decoration: none;
  color: #1e0028;
  display: block;
}
.footer__item .widget_custom_html a.boton {
  color: #fff;
  display: inline-flex;
  margin-top: 0.5rem;
}

.widget-footer__title {
  font-size: 1.5rem;
  color: #711c0f;
  font-family: "Bebas Neue", sans-serif;
}
.widget-footer .textwidget {
  font-size: 0.9rem;
}

.sub-footer {
  font-size: 0.75rem;
  padding: 0 0 1.5rem 0;
}
.sub-footer__container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1399px) {
  .sub-footer__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .sub-footer__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sub-footer__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.sub-footer__content {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sub-footer__content {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.sub-footer__logos {
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sub-footer__logos {
    justify-content: flex-start;
  }
}
.sub-footer .logo-plan img {
  width: auto;
  height: 30px;
}
.sub-footer__copyright p {
  margin-bottom: 0.25rem;
}
.sub-footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sub-footer__menu ul {
    flex-direction: column;
    gap: 0.1rem;
  }
}
.sub-footer__menu ul li.menu-item a {
  font-size: 0.75rem;
  color: #523514;
  text-decoration: none;
}

.header {
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 1.5rem 0;
  }
}
.header__container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1399px) {
  .header__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .header__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  .header__left {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .header__left a {
    display: inline-flex;
    align-items: center;
  }
}
.header__contacto {
  margin-top: 7px;
}
.header__logo {
  display: inline-block;
}
.header__logo svg {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header__logo svg {
    width: 140px;
  }
}
@media screen and (min-width: 992px) {
  .header__actions {
    display: none;
  }
}
.header__right {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
  gap: 1.5rem;
}
.header__burger {
  display: flex;
  align-items: center;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .header__burger {
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  .header__burger {
    display: none;
    visibility: hidden;
  }
}
.header__burger a {
  text-decoration: none;
}
.header__burger i {
  font-size: 36px;
  color: #523514;
}
@media (max-width: 575px) {
  .header__burger i {
    font-size: 32px;
  }
}

.header-nav {
  display: inline-block;
  position: relative;
}
@media (max-width: 991px) {
  .header-nav {
    display: none;
  }
}
.header-nav__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
  margin: 0;
  padding-left: 0;
  list-style: none;
  font-size: 1.125rem;
  /* MOSTRAR SUBMENÚ (clase activada por JS) */
}
.header-nav__menu > li.menu-item {
  position: relative;
  /* SUBMENÚ PRIMER NIVEL */
}
.header-nav__menu > li.menu-item > a {
  display: inline-block;
  padding: 1.5rem 0;
  line-height: 1;
  text-decoration: none;
  color: #711c0f;
  font-weight: 600;
  transition: color 0.15s ease;
}
.header-nav__menu > li.menu-item > a:hover, .header-nav__menu > li.menu-item > a:focus-visible {
  color: #e66a1f;
  outline: none;
}
.header-nav__menu > li.menu-item > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  max-width: 80vw;
  margin: 0;
  padding-left: 0;
  list-style: none;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(40, 40, 35, 0.06);
  box-shadow: 0 10px 20px rgba(40, 40, 35, 0.08);
  border-radius: 0.625rem;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  /* ITEMS DEL SUBMENÚ */
}
.header-nav__menu > li.menu-item > .sub-menu > li {
  position: relative;
}
.header-nav__menu > li.menu-item > .sub-menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  font-size: 1.125rem;
  white-space: nowrap;
  text-decoration: none;
  color: #523514;
  transition: background 0.15s ease, color 0.15s ease;
}
.header-nav__menu > li.menu-item > .sub-menu > li > a:hover, .header-nav__menu > li.menu-item > .sub-menu > li > a:focus-visible {
  background: rgba(40, 40, 35, 0.06);
  outline: none;
}
.header-nav__menu > li.menu-item.is-open > .sub-menu,
.header-nav__menu > li.menu-item-has-children.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* ===========================
   MOSTRAR SUBMENÚ (.is-open)
=========================== */
.header-nav .header-nav__menu > li.is-open > .sub-menu,
.header-nav .header-nav__menu > li.menu-item-has-children.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* ===========================
   SUBMENÚ DESBORDA DERECHA
   (flip automático con JS)
=========================== */
.header-nav__menu > li.align-right > .sub-menu {
  left: auto;
  right: 0;
  text-align: left;
}

/* ===========================
   SUB-SUBMENÚS (nivel 3)
=========================== */
.header-nav .header-nav__menu > li > .sub-menu .menu-item-has-children > .sub-menu {
  top: 0;
  right: 100%; /* cae a la derecha del submenú padre */
  left: auto;
  font-size: 1rem;
  /* oculto inicialmente */
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  background: #fff;
  border: 1px solid rgba(40, 40, 35, 0.06);
  box-shadow: 0 10px 20px rgba(40, 40, 35, 0.08);
}

/* mostrar sub-submenú */
.header-nav .header-nav__menu > li > .sub-menu .menu-item-has-children.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* ===========================
   ACCESIBILIDAD / FOCUS
=========================== */
.header-nav a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* ===========================
   HOVER PRINCIPAL
=========================== */
.header-nav .header-nav__menu > li:hover > a {
  color: #e66a1f;
}

.offcanvas-nav .offcanvas-header {
  background-color: #e66a1f;
  padding: 2rem 2rem 1rem 1rem;
}
.offcanvas-nav .offcanvas-header button {
  display: flex;
  margin-left: auto;
  border: solid 1px #711c0f;
  border-radius: 50px;
  font-size: 1rem;
  line-height: 0;
  text-align: right;
  opacity: 1;
}
.offcanvas-nav .offcanvas-header button:hover {
  opacity: 0.8;
}
.offcanvas-nav .offcanvas-header button i {
  color: #fff;
  transition: 0.2s all ease-in-out;
}
.offcanvas-nav .offcanvas-header button i:hover {
  color: #f5f5f5;
  transition: 0.2s all ease-in-out;
}
.offcanvas-nav .offcanvas-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #e66a1f;
}
.offcanvas-nav__navbar {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.offcanvas-nav__navbar .whatsapp {
  display: block;
  margin-top: 1.5rem;
  list-style: none;
  text-decoration: none;
  background-color: #25d366;
  padding: 0.75rem 1.5rem;
  border-radius: 1.5rem;
  color: #fff;
}
.offcanvas-nav__navbar .whatsapp i {
  font-size: 1.25rem;
  margin-right: 0.375rem;
}
@media screen and (max-width: 575px) {
  .offcanvas-nav__navbar {
    margin-top: 0;
    padding-top: 0;
  }
}
.offcanvas-nav__nav {
  justify-content: flex-start;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 1rem;
}
.offcanvas-nav__menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-left: 0.9rem;
}
.offcanvas-nav__menu > li.menu-item {
  margin-bottom: 0.7rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.offcanvas-nav__menu > li.menu-item > a {
  font-size: 1.125rem;
  color: #711c0f;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
}
.offcanvas-nav__menu > li.menu-item > a:hover {
  color: #fff;
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 767px) {
  .offcanvas-nav__menu > li.menu-item > a {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .offcanvas-nav__menu > li.menu-item > a {
    font-size: 1.75rem;
  }
}
.offcanvas-nav__menu > li.menu-item ul.sub-menu {
  margin-top: 1rem;
  list-style: none;
  padding-left: 1.5rem;
  border-left: solid 1px #fff;
}
.offcanvas-nav__menu > li.menu-item ul.sub-menu li {
  padding: 10px 0;
}
.offcanvas-nav__menu > li.menu-item ul.sub-menu li a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .offcanvas-nav__menu > li.menu-item ul.sub-menu li a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .offcanvas-nav__menu > li.menu-item ul.sub-menu li a {
    font-size: 1.125rem;
  }
}

.contacto {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .contacto {
    padding-bottom: 0;
  }
}
.contacto__container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1399px) {
  .contacto__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .contacto__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .contacto__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.contacto__grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 10rem;
}
.contacto__titulo {
  font-size: 3rem;
  color: #711c0f;
  font-family: "Bebas Neue", sans-serif;
}
.contacto__descripcion {
  margin-bottom: 2.5rem;
}
.contacto__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2.5rem;
  grid-auto-rows: max-content;
  margin-bottom: 1.5rem;
  background-color: #fff;
  padding: 2.5rem;
  border-radius: 0.625rem;
}
.contacto__titular {
  color: #7a5a3a;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
}
.contacto__dato a {
  text-decoration: none;
  color: #262626;
}
.contacto__imagen img {
  border-radius: 0.625rem;
  aspect-ratio: 16/8;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta {
  padding: 5rem 0;
  background-color: #e66a1f;
}
.cta__container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1399px) {
  .cta__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .cta__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cta__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.cta__pretitulo {
  font-size: 2.18rem;
  color: #523514;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.2;
}
.cta__titulo {
  font-size: 6rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .cta__titulo {
    font-size: 4.35rem;
    margin-bottom: 0.75rem;
  }
}
.cta__descripcion {
  color: #fff;
  font-size: 1.25rem;
  width: 70%;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .cta__descripcion {
    width: 100%;
    font-size: 1rem;
  }
}
.cta__actions {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .cta__actions {
    flex-direction: column;
    margin-top: 1.5rem;
    gap: 0.45rem;
  }
}
.cta__action .boton--white-outline {
  color: #fff;
}

.cta-reserva {
  padding: 5rem 0;
  background-color: #711c0f;
}
.cta-reserva__container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1399px) {
  .cta-reserva__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .cta-reserva__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-reserva__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.cta-reserva__titulo {
  font-size: 6rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .cta-reserva__titulo {
    font-size: 4.35rem;
    margin-bottom: 0.75rem;
  }
}
.cta-reserva__descripcion {
  color: #fff;
  font-size: 1.25rem;
  width: 70%;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .cta-reserva__descripcion {
    width: 100%;
    font-size: 1rem;
  }
}
.cta-reserva__actions {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .cta-reserva__actions {
    flex-direction: column;
    margin-top: 1.5rem;
    gap: 0.45rem;
  }
}
.cta-reserva__action .boton--white-outline {
  color: #fff;
}

.hero {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .hero {
    padding-bottom: 1.5rem;
  }
}
.hero__container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1399px) {
  .hero__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .hero__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .hero__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.hero__content {
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero__content {
    position: initial;
  }
}
.hero__wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .hero__wrapper {
    flex-direction: column;
  }
}
.hero__imagen {
  width: 80%;
}
.hero__imagen img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .hero__imagen img {
    aspect-ratio: 16/12;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .hero__imagen {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.hero__info {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .hero__info {
    position: inherit;
    transform: none;
  }
}
.hero__titulo {
  font-size: 6rem;
  color: #711c0f;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .hero__titulo {
    font-size: 3.45rem;
    text-wrap: balance;
  }
}
.hero__subtitulo {
  font-size: 2.18rem;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .hero__subtitulo {
    line-height: 1;
  }
}
.hero__actions {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.home-info {
  padding: 2.5rem 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .home-info {
    padding-bottom: 2.5rem;
  }
}
.home-info__container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1399px) {
  .home-info__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .home-info__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .home-info__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.home-info__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .home-info__content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .home-info__left {
    order: 2;
  }
}
.home-info__titulo {
  font-size: 3.45rem;
  color: #711c0f;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
  width: 100%;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .home-info__titulo {
    line-height: 1;
    margin-bottom: 0.375rem;
  }
}
.home-info__subtitulo {
  font-size: 2.18rem;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .home-info__subtitulo {
    line-height: 1;
    text-wrap: balance;
  }
}
.home-info__descripcion {
  margin-bottom: 1.5rem;
  text-wrap: balance;
}
.home-info__caracteristica {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .home-info__caracteristica {
    margin-bottom: 0.75rem;
  }
}
.home-info__icono img {
  width: 100%;
  height: auto;
}
.home-info__titular {
  font-size: 1.5rem;
  color: #7a5a3a;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .home-info__right {
    order: 1;
  }
}
.home-info__imagen img {
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .home-info__imagen img {
    aspect-ratio: 16/12;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.home-destacado {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .home-destacado {
    padding-top: 0;
  }
}
.home-destacado__container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1399px) {
  .home-destacado__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .home-destacado__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .home-destacado__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.home-destacado__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .home-destacado__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.home-destacado__pretitulo {
  font-size: 2.18rem;
  color: #9c3a2b;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .home-destacado__pretitulo {
    font-size: 1.5rem;
  }
}
.home-destacado__titulo {
  font-size: 6rem;
  color: #711c0f;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .home-destacado__titulo {
    font-size: 3.45rem;
    margin-bottom: 0.75rem;
  }
}
.home-destacado__descripcion {
  margin-bottom: 1.5rem;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .home-destacado__descripcion {
    margin-bottom: 0.75rem;
  }
}
.home-destacado__action {
  margin-bottom: 2.5rem;
}
.home-destacado__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .home-destacado__right {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.home-destacado__caracteristica {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.home-destacado__icono img {
  width: 100%;
  height: auto;
}
.home-destacado__titular {
  font-size: 1.5rem;
  color: #7a5a3a;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1.2;
}
.home-destacado__imagen img {
  aspect-ratio: 16/7;
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .home-destacado__imagen img {
    aspect-ratio: 16/12;
  }
}

.home-proceso {
  padding: 0 0 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .home-proceso {
    padding-bottom: 5rem;
  }
}
.home-proceso__container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1399px) {
  .home-proceso__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .home-proceso__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .home-proceso__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.home-proceso__titulo {
  font-size: 3.45rem;
  color: #523514;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
}
@media screen and (max-width: 767px) {
  .home-proceso__titulo {
    text-align: left;
    line-height: 1;
  }
}
.home-proceso__subtitulo {
  font-size: 2.18rem;
  color: #9c3a2b;
  text-align: center;
  margin-bottom: 2.5rem;
  font-family: "Bebas Neue", sans-serif;
}
@media screen and (max-width: 767px) {
  .home-proceso__subtitulo {
    margin-bottom: 1.5rem;
    text-align: left;
    line-height: 1;
  }
}

.home-pasos {
  position: relative;
}
.home-pasos__content {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .home-pasos__content {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.home-pasos__content::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 12.5%;
  width: 75%;
  height: 3px;
  background-color: #9c3a2b;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .home-pasos__content::before {
    left: 19px;
    top: 25px;
    width: 3px;
    height: auto;
    bottom: 45px;
  }
}
.home-pasos__paso {
  flex: 1;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-pasos__paso {
    display: flex;
    align-items: flex-start;
    text-align: left;
    gap: 1.5rem;
  }
}
.home-pasos__numero {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 2.18rem;
  font-family: "Bebas Neue", sans-serif;
  background: #9c3a2b;
  color: #f5f3ef;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .home-pasos__numero {
    width: 40px;
    height: 40px;
    margin: 0;
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 1;
  }
}
.home-pasos__titulo {
  font-size: 2.18rem;
  color: #711c0f;
  font-family: "Bebas Neue", sans-serif;
}
@media screen and (max-width: 767px) {
  .home-pasos__titulo {
    font-size: 2.18rem;
    margin-bottom: 0;
    line-height: 1;
  }
}
.home-pasos__descripcion {
  text-wrap: balance;
  margin: 0 auto;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .home-pasos__descripcion {
    margin: 0;
    font-size: 1rem;
  }
}

.home-incluido__imagen {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.home-incluido__imagen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-incluido__imagen::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(30, 0, 40, 0.5);
  z-index: 1;
}
.home-incluido__wrapper {
  position: relative;
}
.home-incluido__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1399px) {
  .home-incluido__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .home-incluido__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .home-incluido__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.home-incluido__content {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .home-incluido__content {
    padding: 4rem 0;
  }
}
.home-incluido__pretitulo {
  font-size: 3.45rem;
  color: #c2a46d;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .home-incluido__pretitulo {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
}
.home-incluido__titulo {
  font-size: 4.35rem;
  color: #f5f3ef;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .home-incluido__titulo {
    font-size: 3rem;
  }
}
.home-incluido__grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .home-incluido__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.home-incluido__descripcion {
  color: #f5f3ef;
  width: 70%;
  text-wrap: balance;
  font-size: 1.125rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .home-incluido__descripcion {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.home-incluido__right {
  display: flex;
  align-items: flex-end;
}
.home-incluido__destacados {
  border-left: solid 3px #c2a46d;
  padding-left: 1.5rem;
}
.home-incluido__destacado {
  color: #c2a46d;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
}

.home-experiencias {
  padding: 1.5rem 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .home-experiencias {
    padding-bottom: 2.5rem;
  }
}
.home-experiencias__container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1399px) {
  .home-experiencias__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .home-experiencias__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .home-experiencias__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.home-experiencias__content {
  margin-bottom: 2.5rem;
}
.home-experiencias__pretitulo {
  font-size: 2.18rem;
  color: #9c3a2b;
  font-family: "Bebas Neue", sans-serif;
}
.home-experiencias__titulo {
  font-size: 6rem;
  color: #711c0f;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .home-experiencias__titulo {
    font-size: 3.45rem;
  }
}
.home-experiencias__grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .home-experiencias__grid {
    grid-template-columns: 1fr;
    margin-top: 1rem;
    gap: 1.5rem;
  }
}
.home-experiencias__left {
  font-size: 1.125rem;
  text-wrap: balance;
}
.home-experiencias__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .home-experiencias__right {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.home-experiencias__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.home-experiencias__descripcion {
  color: #7a5a3a;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
}

.trail {
  padding: 4rem 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .trail {
    padding: 1.5rem 0;
  }
}
.trail__container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1399px) {
  .trail__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .trail__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .trail__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.trail__grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 7.5rem;
}
@media screen and (max-width: 767px) {
  .trail__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.trail__titulo {
  font-size: 3rem;
  color: #9c3a2b;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  margin-bottom: 1rem;
}
.trail__titulo--min {
  color: #c2a46d;
  font-size: 2.18rem;
  margin-bottom: 0.9rem;
}
.trail__info {
  text-wrap: balance;
  font-size: 1rem;
  line-height: 1.8;
}
.trail__info h4 {
  font-size: 1.25rem;
  color: #e66a1f;
  font-weight: bold;
  display: inline-flex;
}
.trail__info h3 {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
}
.trail__info .wp-block-group {
  margin: 1.5rem 0;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1.5rem;
  border-radius: 0.625rem;
  font-size: 0.9rem;
}
.trail__info .wp-block-group ul {
  padding-left: 0;
  list-style: none;
}
.trail__info .wp-block-group li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.9em;
}
.trail__info .wp-block-group li::before {
  content: "\e02e";
  font-family: "Phosphor";
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 1.15em;
  height: 1.15em;
  font-size: 1.15em;
}
.trail__right a {
  text-decoration: none;
}
.trail__destacados {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 1.5rem;
  border-bottom: solid 1px #424142;
  padding-bottom: 1.5rem;
}
.trail__destacado {
  padding: 6px 1rem;
  border-radius: 0.625rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: #c2a46d;
}
@media screen and (max-width: 767px) {
  .trail__destacado {
    font-size: 0.75rem;
    border-radius: 0.3125rem;
  }
}
.trail__form {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 0.625rem;
}

.trail-galeria__galeria {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .trail-galeria__galeria {
    grid-template-columns: repeat(3, 1fr);
  }
}
.trail-galeria__galeria img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  -o-object-fit: cover;
  object-fit: cover;
}

.trails {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .trails {
    padding-bottom: 0;
  }
}
.trails__container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1399px) {
  .trails__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .trails__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .trails__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
/*# sourceMappingURL=master.css.map */
