@charset "UTF-8";
body {
  background-color: #eceef2;
  font-size: 1rem;
  color: #1e0028;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.6;
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

.bg-secondary-dark {
  background: #c62256 !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: #8ebd9e;
}

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

.color-primary-dark {
  color: #1b475d;
}

.color-secondary {
  color: #ff447f;
}

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --shrink: 0;
}

.header {
  padding: calc((1 - var(--shrink)) * 2.5rem + var(--shrink) * 1.5rem) 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #eceef2;
  transition: none;
  will-change: padding;
}
@media screen and (max-width: 767px) {
  .header {
    padding: calc((1 - var(--shrink)) * 1.5rem + var(--shrink) * 1.5rem * 0.5) 0;
  }
}
.header__container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1399px) {
  .header__container {
    width: 95vw;
  }
}
@media screen and (max-width: 1199px) {
  .header__container {
    width: 95vw;
  }
}
@media screen and (max-width: 991px) {
  .header__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header__container {
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
  }
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  margin-top: -1.5rem;
  transition: none;
}
@media screen and (max-width: 767px) {
  .header__logo {
    margin-top: initial;
  }
}
.header__logo img {
  width: calc((1 - var(--shrink)) * 200px + var(--shrink) * 160px);
  height: auto;
  will-change: width;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: calc((1 - var(--shrink)) * 130px + var(--shrink) * 110px);
  }
}
.footer {
  background-color: #d6f0df;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 2.5rem 0;
  }
}
.footer__container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1399px) {
  .footer__container {
    width: 95vw;
  }
}
@media screen and (max-width: 1199px) {
  .footer__container {
    width: 95vw;
  }
}
@media screen and (max-width: 991px) {
  .footer__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__container {
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
  }
}
.footer__content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .footer__content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.footer__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__col img {
    width: auto;
    height: 80px !important;
  }
}
.footer__col h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .footer__col h3 {
    margin-bottom: 0.5rem;
  }
}
.footer__col p {
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .footer__col p {
    font-size: 0.75rem;
  }
}

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

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

.boton--primary {
  background: #8ebd9e;
  color: #fff;
  border-color: #8ebd9e;
  transition: 0.2s all ease-in-out;
}
.boton--primary:hover {
  background: #7eb490;
  border-color: #7eb490;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  transition: 0.2s all ease-in-out;
}

.boton--primary-outline {
  color: #424142;
  border-color: #8ebd9e;
  transition: 0.2s all ease-in-out;
}
.boton--primary-outline:hover {
  background: #7eb490;
  border-color: #7eb490;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  transition: 0.2s all ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

.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: #ff447f !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: #8ebd9e !important;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .page__entry h2,
  .post__entry h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.page__entry h2 strong,
.post__entry h2 strong {
  font-weight: 400;
}
.page__entry h3,
.post__entry h3 {
  font-size: 1.5rem;
  color: #b6b6b6;
}
@media screen and (max-width: 575px) {
  .page__entry h3,
  .post__entry h3 {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.page__entry strong,
.post__entry strong {
  color: #b6b6b6;
}
.page__entry .wp-block-pullquote,
.post__entry .wp-block-pullquote {
  padding: 2rem 0 !important;
  text-align: left !important;
  margin-bottom: 0 !important;
}
.page__entry .wp-block-image,
.post__entry .wp-block-image {
  margin: 2rem 0;
}
@media print {
  .page__entry .wp-block-image,
  .post__entry .wp-block-image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page__entry .wp-block-image img,
.post__entry .wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 0.625rem !important;
  box-shadow: 0px 8px 16px rgba(30, 0, 40, 0.08) !important;
}
.page__entry .wp-block-image figcaption,
.post__entry .wp-block-image figcaption {
  text-align: center;
  font-size: 0.75rem;
}
.page__entry .wp-block-gallery,
.post__entry .wp-block-gallery {
  margin: 1.8rem 0;
}
.page__entry .wp-block-gallery .blocks-gallery-item,
.post__entry .wp-block-gallery .blocks-gallery-item {
  margin-bottom: 0;
}
.page__entry .wp-block-gallery img,
.post__entry .wp-block-gallery img {
  width: 100%;
  height: auto;
}
.page__entry .wp-block-gallery figcaption,
.post__entry .wp-block-gallery figcaption {
  text-align: center;
}
.page__entry .block-wikiloc iframe,
.post__entry .block-wikiloc iframe {
  width: 100%;
  margin-top: 2rem !important;
  margin-bottom: 2rem;
  box-shadow: 0px 8px 16px rgba(30, 0, 40, 0.08) !important;
  border-radius: 0.5rem;
}
.page__entry .block-wikiloc div,
.post__entry .block-wikiloc div {
  display: none;
}

.wpcf7 fieldset {
  margin-bottom: 0.5rem;
}
.wpcf7 .form-label {
  font-size: 0.9rem;
  color: #262626;
}
.wpcf7 .form-label--black {
  font-weight: 600;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .wpcf7-acceptance {
  margin-left: 0px !important;
  font-size: 0.9rem;
  color: #262626;
}
.wpcf7 .wpcf7-acceptance a {
  color: #262626;
  font-weight: 400;
  text-decoration: underline;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .wpcf7-list-item {
  margin: 0.5em 0 0 0;
  font-size: 0.9rem;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.75rem;
}
.wpcf7 .wpcf7-submit {
  width: 100%;
  text-align: center;
  border: none;
  transition: 0.2s all ease-in-out;
}
.wpcf7 .wpcf7-submit[disabled=""] {
  color: #7f7f7f;
  background-color: #d7d7d7;
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-submit {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1.2rem 2rem;
    font-size: 1.2rem;
  }
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label input {
  margin-right: 3px;
}
.wpcf7 .wpcf7-response-output {
  margin: 1em 0 1em !important;
  padding: 0.5em 1em !important;
  border-radius: 8px !important;
}
.wpcf7 p {
  line-height: 1.1;
}
.wpcf7 p small {
  font-size: 10px;
  color: #7f7f7f;
  line-height: 1.1;
}

fieldset legend {
  color: #8ebd9e;
  font-weight: 600;
  font-size: 1.25rem;
}

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

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

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

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

.hero {
  margin-bottom: 1.5rem;
}
.hero__container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1399px) {
  .hero__container {
    width: 95vw;
  }
}
@media screen and (max-width: 1199px) {
  .hero__container {
    width: 95vw;
  }
}
@media screen and (max-width: 991px) {
  .hero__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .hero__container {
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
  }
}
.hero__claim {
  font-size: 6rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .hero__claim {
    font-size: 3rem;
    line-height: 1.1;
  }
}
.hero__content {
  position: relative;
  aspect-ratio: 16/7;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .hero__content {
    aspect-ratio: 1/1;
    padding: 1.5rem;
  }
}
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.hero__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}
.hero__items {
  z-index: 1;
}
.hero__descripcion {
  color: #fff;
  font-size: 0.9rem;
  width: 30%;
  text-wrap: balance;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .hero__descripcion {
    width: 100%;
    font-size: 0.75rem;
  }
}
.servicios {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .servicios {
    margin-bottom: 5rem;
  }
}
.servicios__container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1399px) {
  .servicios__container {
    width: 95vw;
  }
}
@media screen and (max-width: 1199px) {
  .servicios__container {
    width: 95vw;
  }
}
@media screen and (max-width: 991px) {
  .servicios__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .servicios__container {
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
  }
}
.servicios__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .servicios__items {
    display: flex;
    overflow-x: scroll;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-bottom: 1rem;
    gap: 0.75rem;
  }
}
.servicios__item {
  background-color: #fff;
  min-height: 160px;
  padding: 1.5rem;
  border-radius: 0.625rem;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .servicios__item {
    flex: 1;
    min-width: 39%;
    font-size: 0.9rem;
    min-height: 110px;
    padding: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .servicios__item:first-child {
    margin-left: 1rem;
  }
  .servicios__item:last-child {
    margin-right: 1rem;
  }
}
.servicios__icono img {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .servicios__icono img {
    height: 30px;
  }
}
.equipo {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .equipo {
    margin-bottom: 5rem;
  }
}
.equipo__container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1399px) {
  .equipo__container {
    width: 95vw;
  }
}
@media screen and (max-width: 1199px) {
  .equipo__container {
    width: 95vw;
  }
}
@media screen and (max-width: 991px) {
  .equipo__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .equipo__container {
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
  }
}
.section-titulo {
  font-size: 4.35rem;
  font-weight: 600;
  width: 60%;
  line-height: 1.1;
  margin-bottom: 2.5rem;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .section-titulo {
    font-size: 2.18rem;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.section-titulo span {
  background: linear-gradient(0deg, rgb(142, 189, 158) 0%, rgb(214, 240, 223) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.section-descripcion {
  width: 50%;
  font-size: 1.25rem;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .section-descripcion {
    width: 100%;
    font-size: 0.9rem;
    margin-bottom: 4rem;
  }
}

.texto-cards {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .texto-cards {
    margin-bottom: 5rem;
  }
}
.texto-cards__swiper {
  width: calc(100% + 2.5rem);
  margin-right: -2.5rem;
  margin-left: 0;
  padding-left: 0;
  overflow: visible;
}
.texto-cards__swiper::after {
  content: "";
  display: block;
  height: 100%;
  width: 20%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgb(236, 238, 242) 0%, rgb(236, 238, 242) 40%, rgba(236, 238, 242, 0) 90%);
}
@media screen and (max-width: 767px) {
  .texto-cards__swiper::after {
    display: none;
  }
}
.texto-cards__swiper::before {
  content: "";
  display: block;
  height: 100%;
  width: 20%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(-90deg, rgb(236, 238, 242) 0%, rgb(236, 238, 242) 40%, rgba(236, 238, 242, 0) 90%);
}
@media screen and (max-width: 767px) {
  .texto-cards__swiper::before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .texto-cards__swiper {
    width: calc(100% + 1.5rem);
    margin-right: -1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .texto-cards__swiper {
    width: auto;
    margin-right: -1rem;
  }
}
.texto-cards__container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1399px) {
  .texto-cards__container {
    width: 95vw;
  }
}
@media screen and (max-width: 1199px) {
  .texto-cards__container {
    width: 95vw;
  }
}
@media screen and (max-width: 991px) {
  .texto-cards__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .texto-cards__container {
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
  }
}
.texto-cards__container--padding {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .texto-cards__content .section-descripcion {
    margin-bottom: 1.5rem;
  }
}
.texto-cards__item {
  background-color: #fff;
  padding: 2.5rem;
  position: relative;
  margin-top: 5rem;
  border-radius: 0.625rem;
  overflow: hidden;
  z-index: 1;
  aspect-ratio: 16/8;
}
@media screen and (max-width: 767px) {
  .texto-cards__item {
    padding: 1.5rem;
    aspect-ratio: 3/2;
    margin-top: 0;
  }
}
.texto-cards__titulo {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #1b475d;
  width: 60%;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 3;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .texto-cards__titulo {
    font-size: 1.25rem;
    margin-bottom: 0.9rem;
  }
}
.texto-cards__descripcion {
  width: 50%;
  margin-bottom: 4rem;
  position: relative;
  z-index: 3;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .texto-cards__descripcion {
    width: 70%;
    font-size: 0.9rem;
  }
}
.texto-cards__imagen {
  position: absolute;
  right: -12%;
  bottom: -18%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .texto-cards__imagen {
    right: -50%;
    bottom: -10%;
  }
}
.texto-cards__imagen img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .texto-cards__imagen img {
    width: 60%;
  }
}
.texto-cards__bg {
  position: absolute;
  right: -65%;
  bottom: -48%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .texto-cards__bg {
    right: -140%;
    bottom: -80%;
  }
}
.texto-cards__bg img {
  width: 60%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Máscara circular para navegadores modernos */
  -webkit-mask-image: radial-gradient(circle, white 99%, transparent 100%);
  mask-image: radial-gradient(circle, white 99%, transparent 100%);
}

.swiper-container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 100%;
  max-width: 2200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1399px) {
  .swiper-container {
    width: 95vw;
  }
}
@media screen and (max-width: 1199px) {
  .swiper-container {
    width: 95vw;
  }
}
@media screen and (max-width: 991px) {
  .swiper-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .swiper-container {
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
  }
}

.claim {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .claim {
    margin-bottom: 1.5rem;
  }
}
.claim__container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1399px) {
  .claim__container {
    width: 95vw;
  }
}
@media screen and (max-width: 1199px) {
  .claim__container {
    width: 95vw;
  }
}
@media screen and (max-width: 991px) {
  .claim__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .claim__container {
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
  }
}
.claim__content {
  display: flex;
  flex-direction: column;
}
.claim__titulo {
  font-size: 4.35rem;
  color: #1b475d;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 4rem;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .claim__titulo {
    font-size: 2.18rem;
    margin-bottom: 1.5rem;
  }
}
.claim__titulo span {
  color: #8ebd9e;
}
.claim__descripcion {
  display: flex;
  justify-content: flex-end;
  font-size: 1.25rem;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .claim__descripcion {
    justify-content: flex-start;
    font-size: 0.9rem;
    display: none;
  }
}
.claim__descripcion span {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .claim__descripcion span {
    width: 100%;
    margin-bottom: 1.125rem;
  }
}

.full-foto {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .full-foto {
    margin-bottom: 5rem;
  }
}
.full-foto__container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1399px) {
  .full-foto__container {
    width: 95vw;
  }
}
@media screen and (max-width: 1199px) {
  .full-foto__container {
    width: 95vw;
  }
}
@media screen and (max-width: 991px) {
  .full-foto__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .full-foto__container {
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
  }
}
.full-foto__foto img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/8;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}

.cta {
  padding: 7.5rem 0;
  background-color: #1b475d;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 4rem 0;
  }
}
.cta__container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1399px) {
  .cta__container {
    width: 95vw;
  }
}
@media screen and (max-width: 1199px) {
  .cta__container {
    width: 95vw;
  }
}
@media screen and (max-width: 991px) {
  .cta__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cta__container {
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
  }
}
.cta__content {
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .cta__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .cta__left {
    order: 2;
  }
}
.cta__titulo {
  font-size: 4.35rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .cta__titulo {
    font-size: 2.18rem;
    margin-bottom: 1rem;
  }
}
.cta__descripcion {
  font-size: 1.25rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .cta__descripcion {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cta__action a {
    display: block;
  }
}
.cta__right {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .cta__right {
    order: 1;
  }
}
.cta__image img {
  height: 350px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .cta__image img {
    height: 100px;
  }
}

.offcanvas-title {
  font-size: 1.5rem;
}
.offcanvas-contact {
  margin-top: 2.5rem;
  background: #f5f5f5;
  padding: 1.5rem;
  border-radius: 0.3rem;
}
.offcanvas-contact__title {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.offcanvas-contact__item {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #b6b6b6;
}
.offcanvas-contact__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.offcanvas-contact__link a {
  display: inline-block;
  color: #262626;
  text-decoration: none;
  text-align: right;
}
.offcanvas-contact__link a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=map/master.css.map */
