@charset "UTF-8";
:root {
  --space-left: calc(7.5rem * 2.3);
}

@media (max-width: 1401px) {
  :root {
    --space-left: calc(7.5rem * 1.5);
  }
}
@media (max-width: 768px) {
  :root {
    --space-left: calc(7.5rem * 1);
  }
}
body {
  background-color: #fff;
  font-size: 1rem;
  color: #424142;
  font-weight: 500;
  font-family: "Poppins", 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;
}
@media screen and (max-width: 767px) {
  .titulos {
    margin-bottom: 1.25rem;
  }
}
.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;
}
.titulos--left {
  font-size: 1.25rem;
  font-weight: 600;
  display: inline-block;
  color: #282823;
}
@media screen and (max-width: 1399px) {
  .titulos--left {
    font-size: 1.125rem;
  }
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

.bg-secondary {
  background: #595c56 !important;
}

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

.bg-secondary-dark {
  background: #282823 !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: #e9be5f;
}

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

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

.color-secondary {
  color: #595c56;
}

.color-secondary-light {
  color: #9b9b9b;
}

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

.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: #595c56 !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: #282823 !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: #424142;
}
@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: #262626;
}
.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: 1.125rem;
  border-radius: 50px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  border: solid 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 767px) {
  .boton {
    font-size: 1rem;
  }
}
.boton--square {
  border-radius: 0.625rem;
}
.boton--square.boton--ico-start i, .boton--square.boton--ico-start img, .boton--square.boton--ico-end i, .boton--square.boton--ico-end img {
  border-radius: 0.3rem;
}
.boton--lg {
  padding: 1.125rem 1.9375rem;
}
@media screen and (max-width: 767px) {
  .boton--lg {
    padding: 1rem 1.475rem;
  }
}
.boton--sm {
  padding: 0.425rem 1rem;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .boton--sm {
    padding: 0.3rem 0.8rem;
  }
}
.boton--link {
  padding: 0;
  font-size: 0.9rem;
}
.boton--link i {
  font-weight: 700;
  transition: 0.2s all ease-in-out;
}
.boton--with-icon i,
.boton--with-icon img {
  line-height: 1;
}
.boton--icon-only {
  padding: 0;
  width: 2.75rem;
  height: 2.75rem;
  aspect-ratio: 1;
  gap: 0;
}
.boton--icon-only i,
.boton--icon-only img {
  font-size: 1.25rem;
  margin: 0;
}
.boton--icon-only.boton--sm {
  width: 2rem;
  height: 2rem;
}
.boton--icon-only.boton--sm i,
.boton--icon-only.boton--sm img {
  font-size: 1rem;
}
.boton--icon-only.boton--lg {
  width: 3.25rem;
  height: 3.25rem;
}
.boton--ico-start {
  padding: 0.3rem 1.25rem 0.3rem 0.3rem;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .boton--ico-start {
    padding: 0.1rem 0.8rem 0.1rem 0.1rem;
  }
}
.boton--ico-start i,
.boton--ico-start img {
  font-size: 1.25rem !important;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.4rem;
  box-sizing: content-box;
  color: #282823;
  width: 1em;
  height: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .boton--ico-start i,
  .boton--ico-start img {
    font-size: 1rem !important;
  }
}
.boton--ico-end {
  padding: 0.3rem 0.3rem 0.3rem 1.25rem;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .boton--ico-end {
    padding: 0.1rem 0.1rem 0.1rem 0.8rem;
  }
}
.boton--ico-end i,
.boton--ico-end img {
  font-size: 1.25rem !important;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.4rem;
  box-sizing: content-box;
  color: #282823;
  width: 1em;
  height: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .boton--ico-end i,
  .boton--ico-end img {
    font-size: 1rem !important;
  }
}

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

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

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

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

.boton--secondary {
  background: #595c56;
  color: #fff;
  border-color: #595c56;
  transition: 0.2s all ease-in-out;
}
.boton--secondary:hover {
  background: #4c4f4a;
  border-color: #4c4f4a;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

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

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

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

.boton--link {
  background: transparent;
  color: #f5e8b6;
  border-color: transparent;
  transition: 0.2s all ease-in-out;
}

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

.boton--link-dark {
  background: transparent;
  color: #282823;
  border-color: transparent;
  transition: 0.2s all ease-in-out;
}

.boton--link-dark-outline {
  color: #5d50c6;
  border-color: transparent;
  transition: 0.2s all ease-in-out;
}
.boton--link-dark-outline:hover {
  background: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #282823;
  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: #4c3ebe;
  border-color: #4c3ebe;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.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: #f2f2f2;
  border-color: #f2f2f2;
  color: #424142;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.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: #353435;
  border-color: #353435;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

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

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

.cta-contacto {
  margin-top: 5rem;
  padding: 5rem 0;
  background-color: #f5e8b6;
}
@media screen and (max-width: 767px) {
  .cta-contacto {
    padding: 4rem 0;
  }
}
.cta-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) {
  .cta-contacto__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .cta-contacto__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-contacto__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.cta-contacto__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .cta-contacto__inner {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cta-contacto__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }
}
.cta-contacto__texto {
  min-width: 0;
}
.cta-contacto__titulo {
  font-size: 2.18rem;
  font-weight: 600;
  line-height: 1.2;
  color: #282823;
  text-wrap: balance;
  margin: 0 0 0.75rem 0;
}
@media screen and (max-width: 767px) {
  .cta-contacto__titulo {
    font-size: 1.875rem;
  }
}
.cta-contacto__descripcion {
  font-size: 1.25rem;
  color: #282823;
  text-wrap: balance;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .cta-contacto__descripcion {
    font-size: 1.125rem;
  }
}
.cta-contacto__botones {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .cta-contacto__botones {
    justify-content: center;
    gap: 0.75rem;
  }
}

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

.page-title {
  background-color: #282823;
  padding: 5rem 0 4rem 0;
}
@media screen and (max-width: 1399px) {
  .page-title {
    padding: 4rem 0 1.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .page-title {
    padding: 1.5rem 0 1rem 0;
  }
}
body.single-video .page-title {
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 1399px) {
  body.single-video .page-title {
    padding-bottom: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  body.single-video .page-title {
    padding-bottom: 0.5rem;
  }
}
.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 {
  color: #f5e8b6;
  font-size: 4.35rem;
  font-weight: 600;
}
@media screen and (max-width: 1399px) {
  .page-title__h {
    font-size: 3.45rem;
  }
}
@media screen and (max-width: 767px) {
  .page-title__h {
    font-size: 2.18rem;
  }
}
.page-title__breadcrumbs {
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}
@media screen and (max-width: 1399px) {
  .page-title__breadcrumbs {
    font-size: 0.9rem;
  }
}
.page-title__breadcrumbs a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.page-title__breadcrumbs .breadcrumb_last {
  color: #e9be5f;
}

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

.footer {
  background-color: #e9be5f;
  padding: 5rem 0 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1399px) {
  .footer {
    padding-top: 4rem;
  }
}
.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;
  gap: 5rem;
  border-bottom: 1px solid #282823;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .footer__content {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
}
.footer__icono {
  position: absolute;
  right: -4%;
  top: -20%;
  width: 500px;
  height: auto;
  z-index: 0;
  color: #f5e8b6;
  fill: currentColor;
}
.footer__icono path {
  fill: currentColor;
}
@media screen and (max-width: 767px) {
  .footer__icono {
    width: 40%;
    top: -2rem;
    right: -3rem;
  }
}
@media screen and (max-width: 1399px) {
  .footer__item {
    font-size: 0.9rem;
  }
}

.widget-footer__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #282823;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 1399px) {
  .widget-footer__title {
    font-size: 1rem;
  }
}
.widget-footer ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-footer ul.menu li.menu-item a {
  font-size: 1rem;
  color: #282823;
  text-decoration: none;
}
@media screen and (max-width: 1399px) {
  .widget-footer ul.menu li.menu-item a {
    font-size: 0.9rem;
  }
}
.widget-footer img {
  width: 300px;
  height: auto;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1399px) {
  .widget-footer img {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .widget-footer img {
    width: 180px;
  }
}

.widget_nav_menu {
  margin-bottom: 1.5rem;
}

.sub-footer {
  font-size: 0.75rem;
  padding: 1.5rem 0;
  background-color: #e9be5f;
}
.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: #282823;
  text-decoration: none;
}

.header {
  background-color: #282823;
  padding: 1.5rem 0 2.5rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: background-color 0.3s ease, padding 0.3s ease;
}
@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;
  }
}

/* ===========================
   NAV FLOTANTE AL SCROLL (desktop)
=========================== */
@media screen and (min-width: 992px) {
  body.nav-scrolled .header {
    background-color: transparent;
    padding: 1rem 0;
    pointer-events: none;
  }
  body.nav-scrolled .header .header__container {
    max-width: none;
    padding: 0;
  }
  body.nav-scrolled .header .header__content {
    pointer-events: auto;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    background-color: #282823;
    padding: 0.5rem 2.5rem;
    border-radius: 50px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    gap: 0;
    transition: background-color 0.3s ease, padding 0.3s ease, border-radius 0.3s ease;
  }
  body.nav-scrolled .header .header__left {
    display: none;
  }
  body.nav-scrolled .header .header__right {
    margin-left: 0;
  }
  body.nav-scrolled .header .header__content > .boton {
    margin-left: 1.5rem;
  }
}
.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: 2.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: #fff;
  transition: color 0.15s ease;
}
.header-nav__menu > li.menu-item > a:hover, .header-nav__menu > li.menu-item > a:focus-visible {
  color: #e9ab22;
  outline: none;
}
.header-nav__menu > li.menu-item.menu-item-has-children > a::after {
  content: "\e136"; /* ph-caret-down */
  font-family: "Phosphor";
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.7em;
  line-height: 1;
  transform: translateY(-2px);
  transition: transform 0.18s ease;
}
.header-nav__menu > li.menu-item.menu-item-has-children.is-open > a::after {
  transform: translateY(-2px) rotate(180deg);
}
.header-nav__menu > li.menu-item > .sub-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 200px;
  max-width: 80vw;
  margin: 0;
  padding: 0.5rem;
  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::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 1.5rem;
  width: 12px;
  height: 12px;
  background: #fff;
  border-left: 1px solid rgba(40, 40, 35, 0.06);
  border-top: 1px solid rgba(40, 40, 35, 0.06);
  transform: rotate(45deg);
}
.header-nav__menu > li.menu-item > .sub-menu::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
}
.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.5rem 1rem;
  font-size: 1rem;
  white-space: nowrap;
  text-decoration: none;
  color: #282823;
  border-radius: 0.625rem;
  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: #f5e8b6;
  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 > a::after {
  content: "\e13a"; /* ph-caret-right */
  font-family: "Phosphor";
  display: inline-block;
  margin-left: 0.35em;
  font-size: 0.75em;
  line-height: 1;
}

.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: #e9be5f;
}

.offcanvas-nav .offcanvas-header {
  background-color: #282823;
  padding: 2rem 2rem 1rem 1rem;
}
.offcanvas-nav .offcanvas-header button {
  display: flex;
  margin-left: auto;
  border: solid 1px #e9ab22;
  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: #282823;
}
.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: #71e59c;
  padding: 0.75rem 1.5rem;
  border-radius: 1.5rem;
  color: #282823;
}
.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: #e9ab22;
  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;
  }
}

.cta {
  padding: 0 0 7.5rem 0;
  position: relative;
  overflow: hidden;
  border-bottom: solid 1px #282823;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1399px) {
  .cta {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 0 0 4rem 0;
  }
}
.cta__content {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cta__content {
    display: flex;
    flex-direction: column;
  }
}
.cta__contenido {
  display: grid;
  grid-template-columns: var(--space-left) 1fr;
}
@media screen and (max-width: 991px) {
  .cta__contenido {
    grid-template-columns: 1fr;
  }
}
.cta__icono {
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  width: 400px;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .cta__icono {
    width: 40%;
    top: -2rem;
    right: -3rem;
  }
}
.cta__left .cta__title {
  margin-bottom: 0;
}
.cta__title {
  color: #282823;
}
.cta__right {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cta__right {
    flex-direction: column;
  }
}
.cta__titulo {
  font-size: 2.18rem;
  line-height: 1.3;
  text-wrap: balance;
  color: #282823;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cta__titulo {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
}
.cta__descripcion {
  text-wrap: balance;
  font-size: 1.25rem;
}
.cta__descripcion p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cta__descripcion {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .cta__actions {
    display: flex;
    gap: 1.5rem;
  }
}
.cta__action .action {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 0.8rem 3rem;
  text-decoration: none;
  font-size: 1.5rem;
  color: #282823;
  font-weight: 600;
  background-color: #fff;
  border-radius: 0.625rem;
  word-wrap: normal;
}
@media screen and (max-width: 1399px) {
  .cta__action .action {
    font-size: 1.25rem;
    padding: 0.6rem 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .cta__action .action {
    padding: 0.4rem 2rem;
  }
}

.contacto {
  padding: 5rem 0 2.5rem 0;
}
@media screen and (max-width: 1399px) {
  .contacto {
    padding: 4rem 0 0 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__titulo {
  font-size: 2.18rem;
  color: #282823;
  font-weight: 600;
  text-wrap: balance;
  line-height: 1.4;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1399px) {
  .contacto__titulo {
    font-size: 2.18rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .contacto__titulo {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
}
.contacto__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7.5rem;
}
@media screen and (max-width: 767px) {
  .contacto__content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.contacto__descripcion {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contacto__descripcion {
    margin-bottom: 1.5rem;
  }
}
.contacto__datos {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .contacto__datos {
    display: block;
  }
}
.contacto__mapa {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .contacto__mapa {
    margin-top: 2.5rem;
  }
}
.contacto__mapa iframe {
  border-radius: 0.625rem;
  filter: grayscale(100%);
}

.dato {
  background-color: #f5e8b6;
  padding: 1rem;
  border-radius: 0.625rem;
  flex: 0 0 calc(50% - 1.5rem / 2);
  color: #282823;
  aspect-ratio: 5/2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .dato {
    flex-direction: column;
    flex: 1;
    aspect-ratio: 3/1;
    margin-bottom: 1rem;
  }
}
.dato:last-child {
  background-color: #71e59c;
}
.dato__icono {
  font-size: 2em;
  line-height: 1;
}
.dato__titulo {
  font-size: 1.125rem;
  font-weight: 600;
}
.dato__descripcion {
  font-size: 0.9rem;
}

.xxss {
  padding: 1.5rem 0;
  border-top: solid 1px #282823;
  border-bottom: solid 1px #282823;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1399px) {
  .xxss {
    padding: 0.9rem 0;
  }
}
@media screen and (max-width: 767px) {
  .xxss {
    padding: 0.75rem 0;
    margin-bottom: 1.5rem;
  }
}
.xxss__titulo {
  font-size: 1.25rem;
  font-weight: 600;
}
.xxss__iconos {
  display: flex;
  gap: 0.5rem;
}
.xxss__iconos a {
  background: #282823;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.xxss__icono {
  text-decoration: none;
  font-size: 1.5rem;
  color: #282823;
  transition: color 0.3s ease;
}
.xxss__icono:hover {
  color: #e9ab22;
}

.social-icon::before {
  font-size: 1.5rem;
}

.wpcf7 {
  margin: 0rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .wpcf7 {
    padding: 0;
    margin: 0;
  }
}
.wpcf7 .col,
.wpcf7 .form-group {
  margin-bottom: 1rem;
}
.wpcf7 .form-label {
  font-weight: 500;
  font-size: 0.9rem;
  font-weight: 600;
  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;
}

.gdpr-text {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.6rem;
  color: #7f7f7f;
  color: rgba(0, 0, 0, 0.5);
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  font-size: 0.9rem;
}
.wpcf7-acceptance .wpcf7-list-item a {
  color: #262626;
  text-decoration: underline;
  font-weight: 600;
}

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

@keyframes hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
.hero {
  padding: 4rem 0 7.5rem 0;
  background-color: #282823;
}
.hero[data-hero-anim] [data-hero-fade],
.hero[data-hero-anim] .hero__word {
  opacity: 0;
  will-change: transform, opacity, filter;
}
.hero[data-hero-anim].is-ready [data-hero-fade],
.hero[data-hero-anim].is-ready .hero__word {
  animation: hero-fade-up 1.3s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--d, 0ms);
}
.hero__word {
  display: inline-block;
  white-space: pre;
}
@media screen and (max-width: 1399px) {
  .hero {
    padding: 2.5rem 0 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 7.5rem 0;
  }
}
.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 {
  margin-left: var(--space-left);
}
@media screen and (max-width: 1399px) {
  .hero__content {
    margin-left: auto;
  }
}
.hero__pretitle {
  font-size: 1.25rem;
  color: #e9ab22;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .hero__pretitle {
    font-size: 1.125rem;
  }
}
.hero__title {
  font-size: 6rem;
  color: #f5e8b6;
  font-weight: 600;
  text-wrap: balance;
  line-height: 1.4;
  width: 98%;
}
@media screen and (max-width: 1399px) {
  .hero__title {
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .hero__title {
    font-size: 2.18rem;
  }
}
.hero__actions {
  margin-top: 2.5rem;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .hero__actions {
    margin-top: 1.5rem;
    gap: 1rem;
  }
}

.home-servicios {
  background-color: #282823;
}
.home-servicios__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-servicios__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .home-servicios__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .home-servicios__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.home-servicios__content {
  display: grid;
  grid-template-columns: var(--space-left) 1fr;
  padding: 7.5rem 0;
  border-top: solid 1px #f5e8b6;
  border-bottom: solid 1px #f5e8b6;
}
@media screen and (max-width: 1399px) {
  .home-servicios__content {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 991px) {
  .home-servicios__content {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .home-servicios__content {
    padding: 4rem 0;
  }
}
.home-servicios__title {
  color: #e9ab22;
}
.home-servicios__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 5rem;
}
@media screen and (max-width: 1399px) {
  .home-servicios__items {
    gap: 2.5rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .home-servicios__items {
    grid-template-columns: 1fr;
  }
}
.home-servicios__item {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .home-servicios__item {
    width: 100%;
  }
}
.home-servicios__item-title a {
  color: #f5e8b6;
  text-decoration: none;
  font-size: 2.18rem;
  font-weight: 600;
}
@media screen and (max-width: 1399px) {
  .home-servicios__item-title a {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .home-servicios__item-title a {
    font-size: 1.5rem;
  }
}
.home-servicios__item-descripcion {
  color: #fff;
  font-size: 1rem;
  text-wrap: balance;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1399px) {
  .home-servicios__item-descripcion {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .home-servicios__item-descripcion {
    margin-bottom: 1rem;
  }
}

.home-solucion {
  padding: 7.5rem 0;
  background-color: #282823;
}
@media screen and (max-width: 1399px) {
  .home-solucion {
    padding: 4rem 0;
  }
}
.home-solucion__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-solucion__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .home-solucion__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .home-solucion__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.home-solucion__content {
  display: flex;
  gap: 7.5rem;
  margin-left: var(--space-left);
}
@media screen and (max-width: 1399px) {
  .home-solucion__content {
    flex-direction: column;
    gap: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .home-solucion__content {
    margin-left: 0;
  }
}
.home-solucion__title {
  font-size: 3.45rem;
  color: #f5e8b6;
  font-weight: 600;
  width: 40%;
  text-wrap: balance;
}
@media screen and (max-width: 1399px) {
  .home-solucion__title {
    font-size: 3.45rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home-solucion__title {
    font-size: 2.18rem;
  }
}
.home-solucion__action .action {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 0.8rem 3rem;
  text-decoration: none;
  font-size: 1.5rem;
  color: #282823;
  font-weight: 600;
  background-color: #fff;
  border-radius: 0.625rem;
  word-wrap: normal;
}
@media screen and (max-width: 1399px) {
  .home-solucion__action .action {
    font-size: 1.25rem;
    padding: 0.6rem 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .home-solucion__action .action {
    padding: 0.4rem 2rem;
  }
}

.home-about {
  padding: 5rem 0 7.5rem 0;
}
@media screen and (max-width: 1399px) {
  .home-about {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .home-about {
    padding: 4rem 0;
  }
}
.home-about__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-about__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .home-about__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .home-about__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.home-about__content {
  display: grid;
  grid-template-columns: var(--space-left) 1fr;
}
@media screen and (max-width: 767px) {
  .home-about__content {
    grid-template-columns: 1fr;
  }
}
.home-about__title {
  font-size: 3rem;
  line-height: 1.3;
  text-wrap: balance;
  color: #282823;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1399px) {
  .home-about__title {
    margin-bottom: 1.5rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .home-about__title {
    font-size: 1.5rem;
  }
}
.home-about__info {
  display: flex;
  gap: 15rem;
}
@media screen and (max-width: 767px) {
  .home-about__info {
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
  }
}
.home-about__descripcion {
  flex: 1;
  font-size: 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1399px) {
  .home-about__descripcion {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .home-about__descripcion {
    margin-bottom: 1rem;
  }
}
.home-about__galeria {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 1399px) {
  .home-about__galeria {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .home-about__galeria {
    gap: 1rem;
  }
}
.home-about__galeria a {
  display: block;
}
.home-about__galeria a img {
  border-radius: 0.625rem;
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-about__galeria a:nth-child(3) {
  grid-column: 1/-1;
}
.home-about__galeria a:nth-child(3) img {
  width: 100%;
  aspect-ratio: 16/6;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.servicios {
  background-color: #282823;
}
.servicios__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) {
  .servicios__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .servicios__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .servicios__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.servicios__content {
  display: grid;
  gap: 5rem;
  grid-template-columns: var(--space-left) 1fr;
  padding: 7.5rem 0;
}
@media screen and (max-width: 1399px) {
  .servicios__content {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .servicios__content {
    padding: 4rem 0;
    grid-template-columns: 1fr;
  }
}
.servicios__left h2 {
  color: #fff;
}
.servicios__descripcion {
  color: #d7d7d7;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0.9rem;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .servicios__descripcion {
    font-size: 0.9rem;
  }
}
.servicios__items {
  gap: 5rem 5rem;
  margin-bottom: 7.5rem;
}
.servicios__items a {
  color: #f5e8b6;
  text-decoration: none;
  font-size: 2.18rem;
}
@media screen and (max-width: 767px) {
  .servicios__items a {
    font-size: 1.5rem;
  }
}
.servicios__items i {
  font-size: 3rem;
  font-weight: 400;
  color: #f5e8b6;
}
@media screen and (max-width: 767px) {
  .servicios__items i {
    display: none;
  }
}
@media screen and (max-width: 1399px) {
  .servicios__items {
    gap: 2.5rem 5rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .servicios__items {
    grid-template-columns: 1fr;
  }
}
.servicios__item {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 1.65rem 1.5rem;
  margin-bottom: 0;
  border-bottom: solid 1px #9b9b9b;
  position: relative;
  line-height: 1;
  transition: background-color 0.35s ease, padding-left 0.35s ease, border-color 0.35s ease;
}
.servicios__item-title {
  transition: transform 0.35s ease, color 0.35s ease;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .servicios__item-title {
    font-weight: 600;
  }
}
.servicios__item i {
  transition: transform 0.35s ease, color 0.35s ease;
}
.servicios__item:hover {
  background-color: #f5f5f5;
  padding-left: 3rem;
  border-bottom-color: #e9be5f;
}
.servicios__item:hover .servicios__item-title {
  color: #c1870a;
}
.servicios__item:hover i {
  transform: translateX(0.6rem);
  color: #c1870a;
}
@media screen and (max-width: 767px) {
  .servicios__item {
    width: 100%;
    padding-bottom: 1.125rem;
    margin-bottom: 1.125rem;
  }
}
.servicios__imagen img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .servicios__imagen img {
    min-height: 250px;
    max-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.servicio__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) {
  .servicio__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .servicio__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .servicio__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.servicio__descripcion {
  padding-top: 5rem;
  font-size: 1.25rem;
  font-weight: 400;
  margin-left: var(--space-left);
  text-wrap: balance;
  line-height: 1.9;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1399px) {
  .servicio__descripcion {
    padding-top: 4rem;
    font-size: 1rem;
    line-height: inherit;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .servicio__descripcion {
    margin-left: 0;
    padding-top: 2.5rem;
  }
}
.servicio__content {
  display: grid;
  grid-template-columns: var(--space-left) 1fr;
}
@media screen and (max-width: 1399px) {
  .servicio__content {
    padding: 2.5rem 0 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .servicio__content {
    grid-template-columns: 1fr;
    padding: 0.6rem 0 2.5rem 0;
  }
}
.servicio__left {
  width: var(--space-left);
  text-wrap: balance;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .servicio__left {
    width: 100%;
  }
}
.servicio__campos {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  gap: 1.5rem 2.5rem;
}
@media screen and (max-width: 1399px) {
  .servicio__campos {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .servicio__campos {
    gap: 1rem;
  }
}
.servicio__campo {
  font-size: 1.25rem;
  font-weight: 600;
  text-wrap: balance;
  line-height: 1.7;
}
@media screen and (max-width: 1399px) {
  .servicio__campo {
    font-size: 1.125rem;
  }
}
.servicio__campo span {
  background: #f5e8b6;
  padding: 0.75rem 1.5rem;
  border-radius: 0 0.3rem 0.3rem 0;
  display: inline-block;
  border-left: 5px solid #282823;
}
@media screen and (max-width: 767px) {
  .servicio__campo span {
    padding: 0.4rem 1.125rem;
  }
}
.servicio__proceso {
  display: flex;
  flex-direction: column;
}
.servicio__paso {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.5rem;
  padding: 2.5rem 0;
  position: relative;
  border-bottom: 1px solid rgba(40, 40, 35, 0.08);
}
.servicio__paso:first-child {
  padding-top: 0;
}
.servicio__paso:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .servicio__paso {
    gap: 1.5rem;
    padding: 1.5rem 0;
  }
}
.servicio__paso-numero {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  color: #e9be5f;
  font-variant-numeric: tabular-nums;
  min-width: 4ch;
  transition: color 0.25s ease, transform 0.25s ease;
}
@media screen and (max-width: 767px) {
  .servicio__paso-numero {
    font-size: 2.5rem;
    min-width: 3ch;
  }
}
.servicio__paso:hover .servicio__paso-numero {
  color: #e9ab22;
  transform: translateX(4px);
}
.servicio__paso-body {
  padding-top: 0.5rem;
}
.servicio__paso-titulo {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.75rem 0;
  color: #282823;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .servicio__paso-titulo {
    font-size: 1.25rem;
  }
}
.servicio__paso-descripcion {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  color: #282823;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .servicio__paso-descripcion {
    font-size: 1rem;
  }
}

.servicios-relacionados {
  overflow-x: clip;
  background: #f5f5f5;
  padding: 7.5rem 0;
}
.servicios-relacionados__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) {
  .servicios-relacionados__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .servicios-relacionados__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .servicios-relacionados__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.servicios-relacionados__content {
  display: grid;
  grid-template-columns: var(--space-left) minmax(0, 1fr);
}
@media screen and (max-width: 1399px) {
  .servicios-relacionados__content {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .servicios-relacionados__content {
    padding: 4rem 0 0 0;
    grid-template-columns: minmax(0, 1fr);
  }
}
.servicios-relacionados__content > * {
  min-width: 0;
}
.servicios-relacionados__carousel {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.servicios-relacionados__carousel .swiper {
  width: 100%;
  max-width: 100%;
}
.servicios-relacionados__carousel .swiper-slide {
  height: auto;
}
.servicios-relacionados__controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
}
.servicios-relacionados__controls .swiper-button-prev,
.servicios-relacionados__controls .swiper-button-next {
  position: static;
  margin: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #282823;
  border-radius: 50%;
  color: #282823;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.servicios-relacionados__controls .swiper-button-prev::after,
.servicios-relacionados__controls .swiper-button-next::after {
  font-size: 1rem;
  font-weight: 700;
}
.servicios-relacionados__controls .swiper-button-prev:hover,
.servicios-relacionados__controls .swiper-button-next:hover {
  background: #282823;
  color: #fff;
}
.servicios-relacionados__controls .swiper-button-prev.swiper-button-disabled,
.servicios-relacionados__controls .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.servicios-relacionados__controls .swiper-pagination {
  position: static;
  width: auto;
  flex: 1;
  text-align: right;
}
.servicios-relacionados__controls .swiper-pagination-bullet {
  width: 16px;
  height: 8px;
  border-radius: 10px;
  background: #282823;
  opacity: 0.3;
  transition: width 0.3s ease, background 0.2s ease, opacity 0.2s ease;
}
.servicios-relacionados__controls .swiper-pagination-bullet-active {
  width: 36px;
  background: #e9ab22;
  opacity: 1;
}
.servicios-relacionados__item {
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 1rem;
  background: #fff;
  padding: 2.5rem;
  border-radius: 0.625rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.servicios-relacionados__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.servicios-relacionados__item-icono {
  width: 56px;
  height: 56px;
  border-radius: 0.625rem;
  background: #f5e8b6;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.servicios-relacionados__item-icono i {
  font-size: 1.75rem;
  line-height: 1;
  color: #e9ab22;
}
.servicios-relacionados__item-title {
  margin: 0;
  margin-bottom: 0.45rem;
  color: #282823;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.servicios-relacionados__item-descripcion {
  flex: 1;
  color: #7f7f7f;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0.45rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
.servicios-relacionados__imagen img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .servicios-relacionados__imagen img {
    min-height: 250px;
    max-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/* =========================
   SERVICIO · ÁREAS MÁS CONSULTADAS
========================= */
.servicio-areas {
  background-color: #fefbee;
  padding: 4rem 0 0 0;
}
@media screen and (max-width: 1399px) {
  .servicio-areas {
    padding: 2.5rem 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .servicio-areas {
    padding: 1.5rem 0 0 0;
  }
}
.servicio-areas__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) {
  .servicio-areas__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .servicio-areas__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .servicio-areas__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.servicio-areas__titulo {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #c1870a;
  margin-bottom: 1.5rem;
}
.servicio-areas__lista {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 1399px) {
  .servicio-areas__lista {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .servicio-areas__lista {
    grid-template-columns: 1fr;
  }
}
.servicio-areas__item {
  background-color: #fff;
  border-top: 4px solid #e9be5f;
  border-radius: 0 0 0.3rem 0.3rem;
  padding: 1.5rem 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.servicio-areas__item-icono {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.9rem;
}
.servicio-areas__item-icono img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.servicio-areas__item-titulo {
  font-size: 1.25rem;
  font-weight: 600;
  color: #282823;
  line-height: 1.3;
  margin: 0 0 0.25rem 0;
}
.servicio-areas__item-subtitulo {
  font-size: 0.9rem;
  color: #7f7f7f;
  margin: 0;
}

/* =========================
   SERVICIO · FASES / OTRAS ÁREAS
========================= */
.servicio-listas {
  position: relative;
  background-color: #fefbee;
  padding: 1.5rem 0 0 0;
}
@media screen and (max-width: 1399px) {
  .servicio-listas {
    padding: 1.5rem 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .servicio-listas {
    padding: 1.5rem 0 0 0;
  }
}
.servicio-listas::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 5rem;
  background-color: #fefbee;
}
.servicio-listas__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  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) {
  .servicio-listas__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .servicio-listas__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .servicio-listas__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .servicio-listas__container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.servicio-listas__col {
  background-color: #fff;
  border-radius: 0 0 0.3rem 0.3rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .servicio-listas__col {
    padding: 1.5rem 1rem;
  }
}
.servicio-listas__titulo {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #c1870a;
  padding-bottom: 0.9rem;
  margin-bottom: 0.9rem;
  border-bottom: 2px solid #f5e8b6;
}
.servicio-listas__lista {
  list-style: none;
  margin: 0;
  padding: 0;
}
.servicio-listas__item {
  position: relative;
  padding: 0.75rem 0 0.75rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #282823;
  text-wrap: balance;
  border-bottom: 1px solid #f5f5f5;
  transition: 0.2s all ease-in-out;
}
.servicio-listas__item:last-child {
  border-bottom: 0;
  padding-bottom: 0.25rem;
}
.servicio-listas__item:first-child {
  padding-top: 0.25rem;
}
.servicio-listas__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #e9be5f;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s all ease-in-out;
}
.servicio-listas__item:hover {
  color: #c1870a;
  padding-left: calc(1.5rem + 4px);
}
.servicio-listas__item:hover::before {
  background-color: #c1870a;
}
@media screen and (max-width: 767px) {
  .servicio-listas__item {
    font-size: 1rem;
  }
}

/* =========================
   NOSOTROS INFO
========================= */
.nosotros-info {
  padding: 5rem 0;
  /* Columna izquierda (nombres + linkedin) */
  /* Columna derecha (contenido WP) */
}
@media screen and (max-width: 1399px) {
  .nosotros-info {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .nosotros-info {
    padding: 2.5rem 0;
  }
}
.nosotros-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) {
  .nosotros-info__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .nosotros-info__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .nosotros-info__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.nosotros-info__content {
  display: grid;
  grid-template-columns: var(--space-left) 1fr;
  align-items: start;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .nosotros-info__content {
    gap: 1.5rem;
  }
}
.nosotros-info__content:first-child {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .nosotros-info__content:first-child {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .nosotros-info__content {
    grid-template-columns: 1fr;
  }
}
.nosotros-info__left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .nosotros-info__left {
    order: 2;
  }
}
.nosotros-info__descripcion {
  font-size: 1.25rem;
  line-height: 1.8;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .nosotros-info__descripcion {
    order: 1;
  }
}
.nosotros-info__descripcion h2 {
  font-size: 2.18rem;
}
@media screen and (max-width: 767px) {
  .nosotros-info__descripcion h2 {
    font-size: 2.18rem;
    font-weight: 600;
    text-wrap: initial;
  }
}
.nosotros-info__descripcion p:first-of-type {
  border-bottom: solid 1px #282823;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .nosotros-info__descripcion p:first-of-type {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1399px) {
  .nosotros-info__descripcion {
    font-size: 1.125rem;
    line-height: inherit;
  }
}
.nosotros-info__nombre {
  color: #282823;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 1399px) {
  .nosotros-info__nombre {
    font-size: 1.125rem;
  }
}

/* =========================
   NOSOTROS CLAIM
========================= */
.nosotros-claim {
  padding: 5rem 0;
}
@media screen and (max-width: 1399px) {
  .nosotros-claim {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .nosotros-claim {
    padding: 2.5rem 0;
  }
}
.nosotros-claim__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) {
  .nosotros-claim__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .nosotros-claim__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .nosotros-claim__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.nosotros-claim__content {
  display: grid;
  grid-template-columns: var(--space-left) 1fr;
}
@media screen and (max-width: 767px) {
  .nosotros-claim__content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.nosotros-claim__titulo {
  font-size: 3rem;
  color: #282823;
  font-weight: 600;
  text-wrap: balance;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1399px) {
  .nosotros-claim__titulo {
    font-size: 2.18rem;
  }
}
@media screen and (max-width: 767px) {
  .nosotros-claim__titulo {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.nosotros-claim__subtitulo {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #424142;
  max-width: 900px;
}
.nosotros-claim__subtitulo p {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1399px) {
  .nosotros-claim__subtitulo {
    font-size: 1rem;
    line-height: 1.7;
  }
}

/* =========================
   NOSOTROS CARACTERÍSTICAS
========================= */
.nosotros-caract {
  background-color: #f5f5f5;
  padding: 4rem 0 5rem 0;
}
@media screen and (max-width: 1399px) {
  .nosotros-caract {
    padding: 2.5rem 0 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .nosotros-caract {
    padding: 1.5rem 0 2.5rem 0;
  }
}
.nosotros-caract__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) {
  .nosotros-caract__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .nosotros-caract__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .nosotros-caract__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.nosotros-caract__carousel {
  position: relative;
}
.nosotros-caract__carousel .swiper-wrapper {
  align-items: stretch;
}
.nosotros-caract__item {
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 1rem;
  padding: 2.5rem;
  border-radius: 0.625rem;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.nosotros-caract__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.nosotros-caract__item.swiper-slide {
  display: grid;
}
.nosotros-caract__item-icono {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  background-color: #f5e8b6;
  color: #e9ab22;
  font-size: 1.75rem;
  line-height: 1;
}
.nosotros-caract__item-title {
  color: #282823;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.nosotros-caract__item-texto {
  color: #7f7f7f;
  font-size: 0.9rem;
  line-height: 1.5;
  text-wrap: balance;
  margin: 0;
}
.nosotros-caract__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .nosotros-caract__controls {
    margin-top: 1.5rem;
  }
}
.nosotros-caract__controls .swiper-button-prev,
.nosotros-caract__controls .swiper-button-next {
  position: static;
  width: 40px;
  height: 40px;
  margin: 0;
  border: 1px solid #282823;
  border-radius: 50%;
  background-color: transparent;
  color: #282823;
  transition: 0.2s all ease-in-out;
}
.nosotros-caract__controls .swiper-button-prev::after,
.nosotros-caract__controls .swiper-button-next::after {
  font-size: 1rem;
  font-weight: 700;
}
.nosotros-caract__controls .swiper-button-prev:hover,
.nosotros-caract__controls .swiper-button-next:hover {
  background-color: #282823;
  color: #fff;
}
.nosotros-caract__controls .swiper-button-prev.swiper-button-disabled,
.nosotros-caract__controls .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.nosotros-caract__controls .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.nosotros-caract__controls .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 8px;
  border-radius: 10px;
  background-color: #282823;
  opacity: 0.3;
  transition: width 0.3s ease, background 0.2s ease, opacity 0.2s ease;
}
.nosotros-caract__controls .swiper-pagination .swiper-pagination-bullet-active {
  width: 36px;
  background-color: #e9ab22;
  opacity: 1;
}

/* =========================
   NOSOTROS CTA
========================= */
.nosotros-cta {
  position: relative;
  padding: 12rem 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1399px) {
  .nosotros-cta {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 767px) {
  .nosotros-cta {
    padding: 6.4rem 0;
  }
}
.nosotros-cta__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(40, 40, 35, 0.75);
}
.nosotros-cta__container {
  position: relative;
  z-index: 1;
  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) {
  .nosotros-cta__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .nosotros-cta__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .nosotros-cta__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.nosotros-cta__content {
  max-width: 700px;
}
.nosotros-cta__titulo {
  font-size: 3.45rem;
  font-weight: 600;
  color: #fff;
  text-wrap: balance;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1399px) {
  .nosotros-cta__titulo {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .nosotros-cta__titulo {
    font-size: 2.18rem;
  }
}
.nosotros-cta__subtitulo {
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .nosotros-cta__subtitulo {
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }
}
.nosotros-cta__actions {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

/* =========================
   NOSOTROS EQUIPO
========================= */
.nosotros-equipo {
  padding: 7.5rem 0;
}
@media screen and (max-width: 1399px) {
  .nosotros-equipo {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .nosotros-equipo {
    padding: 4rem 0;
  }
}
.nosotros-equipo__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) {
  .nosotros-equipo__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .nosotros-equipo__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .nosotros-equipo__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.nosotros-equipo__header {
  margin-bottom: 2.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .nosotros-equipo__header {
    margin-bottom: 1.5rem;
  }
}
.nosotros-equipo__titulo {
  font-size: 3rem;
  color: #282823;
  font-weight: 600;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 767px) {
  .nosotros-equipo__titulo {
    font-size: 2.18rem;
  }
}
.nosotros-equipo__subtitulo {
  color: #7f7f7f;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .nosotros-equipo__subtitulo {
    font-size: 1rem;
  }
}
.nosotros-equipo__lista {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (min-width: 992px) {
  .nosotros-equipo__lista {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .nosotros-equipo__lista {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.nosotros-equipo__miembro {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.nosotros-equipo__foto {
  width: 100%;
}
.nosotros-equipo__foto img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.625rem;
  display: block;
}
.nosotros-equipo__cargo {
  color: #c1870a;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 0.25rem;
}
.nosotros-equipo__nombre {
  color: #282823;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.nosotros-equipo__descripcion {
  color: #424142;
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 0.9rem;
}
.nosotros-equipo__descripcion p {
  margin-bottom: 0.5rem;
}
.nosotros-equipo__social {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #282823;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  transition: 0.2s all ease-in-out;
}
.nosotros-equipo__social i {
  font-size: 1.25rem;
}
.nosotros-equipo__social:hover {
  color: #5d50c6;
}

.equipo-imagen {
  padding: 5rem 0;
}
@media screen and (max-width: 1399px) {
  .equipo-imagen {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .equipo-imagen {
    padding-bottom: 2.5rem;
  }
}
.equipo-imagen__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) {
  .equipo-imagen__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .equipo-imagen__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .equipo-imagen__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.equipo-imagen__content {
  margin-left: var(--space-left);
}
@media screen and (max-width: 767px) {
  .equipo-imagen__content {
    margin-left: 0;
  }
}
.equipo-imagen__destacada img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/8;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.625rem;
}
@media screen and (max-width: 1399px) {
  .equipo-imagen__destacada img {
    aspect-ratio: 16/6;
  }
}
@media screen and (max-width: 767px) {
  .equipo-imagen__destacada img {
    aspect-ratio: 16/8;
  }
}

.equipo-curriculum {
  padding: 0 0 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .equipo-curriculum {
    padding: 0;
  }
}
.equipo-curriculum__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) {
  .equipo-curriculum__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .equipo-curriculum__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .equipo-curriculum__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.equipo-curriculum__content {
  display: grid;
  grid-template-columns: var(--space-left) 1fr;
  gap: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .equipo-curriculum__content {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .equipo-curriculum__right {
    margin-bottom: 0.9rem;
  }
}
.equipo-curriculum__descripcion {
  text-wrap: balance;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .equipo-curriculum__descripcion {
    font-size: 0.9rem;
  }
}

.equipo-contacto {
  padding: 0 0 7.5rem 0;
}
@media screen and (max-width: 1399px) {
  .equipo-contacto {
    padding: 0 0 4rem 0;
  }
}
.equipo-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) {
  .equipo-contacto__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .equipo-contacto__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .equipo-contacto__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.equipo-contacto__content {
  display: grid;
  grid-template-columns: var(--space-left) 1fr;
  gap: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .equipo-contacto__content {
    grid-template-columns: 1fr;
    gap: 0.3rem 0;
  }
}
.equipo-contacto__info {
  margin-bottom: 0.75rem;
}
.equipo-contacto__info i {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

.legal {
  padding: 5rem 0;
}
.legal__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) {
  .legal__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .legal__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .legal__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.videos {
  padding: 5rem 0;
}
@media screen and (max-width: 1399px) {
  .videos {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .videos {
    padding-bottom: 2.5rem;
  }
}
.videos__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) {
  .videos__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .videos__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .videos__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 576px) {
  .video-grid {
    grid-template-columns: 1fr;
  }
}

.video-item__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.video-item__image {
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
}
.video-item__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: 0.2s all ease-in-out;
}
.video-item__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #fff;
  color: #282823;
  font-size: 1.5rem;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease-in-out;
}
.video-item__play i {
  margin-left: 3px;
}
.video-item__title {
  margin-top: 1.5rem;
  color: #282823;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  transition: 0.2s all ease-in-out;
}
.video-item__link:hover .video-item__image img {
  transform: scale(1.05);
}
.video-item__link:hover .video-item__play {
  background-color: #e9be5f;
}
.video-item__link:hover .video-item__title {
  color: #c1870a;
}

.video-single {
  background-color: #282823;
  padding: 0.75rem 0 5rem 0;
}
@media screen and (max-width: 1399px) {
  .video-single {
    padding: 0.75rem 0 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .video-single {
    padding: 0.5rem 0 2.5rem 0;
  }
}
.video-single__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) {
  .video-single__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .video-single__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .video-single__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.video-single__player {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0px 8px 16px rgba(30, 0, 40, 0.08) !important;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .video-single__player {
    margin-bottom: 1.5rem;
  }
}
.video-single__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.video-single__title {
  color: #f5e8b6;
  font-size: 3.45rem;
  font-weight: 600;
  text-wrap: balance;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1399px) {
  .video-single__title {
    font-size: 2.18rem;
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .video-single__title {
    font-size: 1.5rem;
  }
}
.video-single__descripcion {
  color: #fff;
  font-size: 1rem;
  line-height: 1.9;
  text-wrap: balance;
  max-width: 900px;
}
@media screen and (max-width: 1399px) {
  .video-single__descripcion {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.video-single__descripcion p {
  margin-bottom: 1rem;
}

/* =========================
   VIDEOS RELACIONADOS (slider, mismo aspecto que
   .servicios-relacionados en _servicio.scss)
========================= */
.videos-relacionados {
  overflow-x: clip;
  background-color: #f5f5f5;
  padding: 7.5rem 0;
}
@media screen and (max-width: 1399px) {
  .videos-relacionados {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .videos-relacionados {
    padding: 4rem 0;
  }
}
.videos-relacionados__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) {
  .videos-relacionados__container {
    max-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .videos-relacionados__container {
    max-width: 100vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .videos-relacionados__container {
    max-width: 100vw;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.videos-relacionados__content {
  display: grid;
  grid-template-columns: var(--space-left) minmax(0, 1fr);
}
@media screen and (max-width: 767px) {
  .videos-relacionados__content {
    grid-template-columns: minmax(0, 1fr);
  }
}
.videos-relacionados__content > * {
  min-width: 0;
}
.videos-relacionados__carousel {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.videos-relacionados__carousel .swiper {
  width: 100%;
  max-width: 100%;
}
.videos-relacionados__carousel .swiper-slide {
  height: auto;
}
.videos-relacionados__controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
}
.videos-relacionados__controls .swiper-button-prev,
.videos-relacionados__controls .swiper-button-next {
  position: static;
  margin: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #282823;
  border-radius: 50%;
  color: #282823;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.videos-relacionados__controls .swiper-button-prev::after,
.videos-relacionados__controls .swiper-button-next::after {
  font-size: 1rem;
  font-weight: 700;
}
.videos-relacionados__controls .swiper-button-prev:hover,
.videos-relacionados__controls .swiper-button-next:hover {
  background-color: #282823;
  color: #fff;
}
.videos-relacionados__controls .swiper-button-prev.swiper-button-disabled,
.videos-relacionados__controls .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.videos-relacionados__controls .swiper-pagination {
  position: static;
  width: auto;
  flex: 1;
  text-align: right;
}
.videos-relacionados__controls .swiper-pagination-bullet {
  width: 16px;
  height: 8px;
  border-radius: 10px;
  background-color: #282823;
  opacity: 0.3;
  transition: width 0.3s ease, background 0.2s ease, opacity 0.2s ease;
}
.videos-relacionados__controls .swiper-pagination-bullet-active {
  width: 36px;
  background-color: #e9ab22;
  opacity: 1;
}
.videos-relacionados__item {
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 0.625rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.videos-relacionados__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.videos-relacionados__item:hover .videos-relacionados__item-imagen img {
  transform: scale(1.05);
}
.videos-relacionados__item:hover .videos-relacionados__item-play {
  background-color: #e9be5f;
}
.videos-relacionados__item-imagen {
  position: relative;
  overflow: hidden;
}
.videos-relacionados__item-imagen img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: 0.2s all ease-in-out;
}
.videos-relacionados__item-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fff;
  color: #282823;
  font-size: 1.25rem;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease-in-out;
}
.videos-relacionados__item-play i {
  margin-left: 2px;
}
/*# sourceMappingURL=master.css.map */
