body {
  background-color: #eeece3;
  font-size: 1rem;
  color: #424142;
  font-weight: 400;
  font-family: "Work Sans";
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: #724558;
  transition: 0.2s all ease-in-out;
  text-decoration: none;
}
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: 600;
  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: #aa9a8d !important;
}

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

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

.bg-secondary {
  background: #656d4a !important;
}

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

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

.bg-accent {
  background: #724558 !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: #aa9a8d;
}

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

.color-primary-dark {
  color: #524642;
}

.color-secondary {
  color: #656d4a;
}

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

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

.color-accent {
  color: #724558;
}

.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: #656d4a !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: #aa9a8d !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.6rem 1.475rem;
  font-size: 1rem;
  border-radius: 0.625rem;
  font-weight: 500;
  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: #aa9a8d;
  color: #fff;
  border-color: #aa9a8d;
  transition: 0.2s all ease-in-out;
}
.boton--primary:hover {
  background: #9f8d7e;
  border-color: #9f8d7e;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  transition: 0.2s all ease-in-out;
}

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

.boton--secondary {
  background: #656d4a;
  color: #fff;
  border-color: #656d4a;
  transition: 0.2s all ease-in-out;
}
.boton--secondary:hover {
  background: #575e40;
  border-color: #575e40;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  transition: 0.2s all ease-in-out;
}

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

.boton--accent {
  background: #724558;
  color: #fff;
  border-color: #724558;
  transition: 0.2s all ease-in-out;
}
.boton--accent:hover {
  background: #623b4c;
  border-color: #623b4c;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  transition: 0.2s all ease-in-out;
}

.boton--accent-outline {
  color: #724558;
  border-color: #724558;
  transition: 0.2s all ease-in-out;
}
.boton--accent-outline:hover {
  background: #623b4c;
  border-color: #623b4c;
  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: #f2f2f2;
  border-color: #f2f2f2;
  color: #424142;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  transition: 0.2s all ease-in-out;
}

.boton--white-outline {
  color: #fff;
  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: #353435;
  border-color: #353435;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  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: #128c7e;
  color: #fff;
  border-color: #128c7e;
  transition: 0.2s all ease-in-out;
}
.boton--whatsapp:hover {
  background: #0f756a;
  border-color: #0f756a;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  transition: 0.2s all ease-in-out;
}

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

.wpcf7 {
  margin: 0rem 0 2rem;
}
.wpcf7 .form-group {
  margin-bottom: 1rem;
}
.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-not-valid-tip {
  font-size: 12px;
  color: red;
}

.wpcf7-acceptance {
  font-size: 0.6rem;
  color: #7f7f7f;
  color: rgba(0, 0, 0, 0.4);
}
.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: #fff;
}

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

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

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

.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;
}

.header {
  padding: 1.5rem 0;
  background-color: #524642;
}
@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: #414833;
}
@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;
}
.header-nav__menu a {
  color: #fff;
}
.header-nav__menu a:hover {
  color: #d7ccc4;
}

.offcanvas-nav .offcanvas-header {
  background-color: #d7ccc4;
  padding: 2rem 2rem 1rem 1rem;
}
.offcanvas-nav .offcanvas-header button {
  display: flex;
  margin-left: auto;
  border: solid 1px #524642;
  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: #d7ccc4;
}
.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: #524642;
  font-weight: 500;
  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;
  }
}

.hero {
  position: relative;
  min-height: 40vh;
  overflow: hidden;
}
.hero__background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.hero__background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(82, 70, 66, 0.7);
  mix-blend-mode: multiply;
}
.hero__container {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  align-items: center;
  padding-block: 4rem;
  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 {
  max-width: 650px;
}
.hero__titulo {
  font-size: 4.35rem;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.5rem;
  text-wrap: balance;
}
.hero__descripcion {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 2.5rem;
  text-wrap: balance;
}
.hero__actions {
  display: flex;
  gap: 1rem;
}
/*# sourceMappingURL=master.css.map */
