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

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: 1rem 1.475rem;
  font-size: 1rem;
  border-radius: 50px;
  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: #9c3a2b;
  color: #fff;
  border-color: #9c3a2b;
  transition: 0.2s all ease-in-out;
}
.boton--primary:hover {
  background: #883325;
  border-color: #883325;
  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: #9c3a2b;
  transition: 0.2s all ease-in-out;
}
.boton--primary-outline:hover {
  background: #883325;
  border-color: #883325;
  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 {
  background: #7a5a3a;
  color: #fff;
  border-color: #7a5a3a;
  transition: 0.2s all ease-in-out;
}
.boton--secondary:hover {
  background: #694d32;
  border-color: #694d32;
  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: #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);
  transform: translateY(-2px);
  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: #4c3ebe;
  border-color: #4c3ebe;
  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: #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);
  transform: translateY(-2px);
  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: #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);
  transform: translateY(-2px);
  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);
  transform: translateY(-2px);
  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);
  transform: translateY(-2px);
  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: #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;
}

.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 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 1.5rem 0 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: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header__left a {
    display: inline-flex;
    align-items: center;
  }
}
.header__contacto {
  margin-top: 7px;
}
.header__logo img.logo-desktop {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header__logo img.logo-desktop {
    display: none;
  }
}
.header__logo img.logo-mobile {
  width: 140px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .header__logo img.logo-mobile {
    display: none;
  }
}
@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;
}
@media screen and (max-width: 991px) {
  .header__right {
    display: none;
  }
}
.header__burger {
  display: flex;
  align-items: center;
  padding-top: 5px;
}
@media (min-width: 992px) {
  .header__burger {
    display: none;
    visibility: hidden;
  }
}
.header__burger a {
  text-decoration: none;
}
.header__burger i {
  font-size: 36px;
  color: #fff;
}
@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;
}

.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 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.hero__imagen img {
  border-radius: 0.625rem;
  width: 100%;
  height: auto;
}
.hero__titulo {
  font-size: 6rem;
  color: #711c0f;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
}
.hero__subtitulo {
  font-size: 3rem;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
}
.hero__actions {
  display: flex;
}
/*# sourceMappingURL=master.css.map */
