:root {
  --p100: #f5edeb;
  --n900: #524b4a;
  --s700: #38506c;
  --s600: #446285;
  --p50: #faf7f5;
  --n700: #706765;
  --p300: #e3cac5;
  --p400: #cea39b;
  --n300: #d4cecd;
  --s500: #587b9f;
  --n500: #9f9492;
  --p200: #eeddda;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--p100);
  color: var(--n900);
  font-family: Baires Alliance Font \- Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

h1 {
  color: var(--s700);
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 32px;
  margin-left: -4px;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.5rem;
}

h2 {
  color: var(--s700);
  text-align: left;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 16px;
  margin-left: -4px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.75rem;
}

h3 {
  color: var(--s700);
  margin-top: 0;
  margin-bottom: 16px;
  margin-left: -2px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}

h4 {
  color: var(--s700);
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: -1px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

h5 {
  letter-spacing: 1.75px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}

h6 {
  color: var(--s600);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
}

p {
  color: var(--n900);
  margin-bottom: 1rem;
  font-weight: 400;
}

a {
  color: var(--s600);
  cursor: pointer;
  font-style: italic;
  text-decoration: none;
  transition: font-variation-settings .3s, color .3s;
}

a:hover {
  color: var(--s700);
  font-weight: 600;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 16px;
}

li {
  margin-bottom: 8px;
}

label {
  margin-bottom: 4px;
  font-size: .9rem;
  font-weight: 700;
  display: block;
}

.body {
  font-weight: 400;
}

.heading.h1 {
  letter-spacing: -1.5px;
  font-size: 3.75rem;
  line-height: 4.5rem;
}

.heading.h1.small {
  font-size: 3rem;
  line-height: 3.75rem;
}

.heading.h2 {
  letter-spacing: -1.5px;
  font-size: 3rem;
  line-height: 3.75rem;
}

.heading.h2.small {
  margin-left: -3px;
  font-size: 2.5rem;
  line-height: 3rem;
}

.heading.h2.light {
  color: var(--p50);
}

.heading.h3 {
  font-size: 2rem;
  line-height: 2.5rem;
}

.heading.h3.small {
  margin-left: -1px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.heading.h3.light {
  color: var(--p100);
}

.heading.h3.profile {
  margin-bottom: 8px;
}

.heading.h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.heading.h4.small {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.heading.h4.light {
  color: var(--p100);
}

.heading.h4.card-profile {
  margin-bottom: 0;
}

.heading.h4.profile {
  border-left: 3px solid var(--s600);
  color: var(--s600);
  padding-left: 12px;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.heading.h5 {
  color: var(--n700);
  letter-spacing: 1.75px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.heading.h5.small {
  font-size: 1rem;
}

.heading.h5.small.light {
  color: var(--p300);
}

.heading.h6 {
  color: var(--s600);
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.link {
  color: var(--s600);
  font-size: 1rem;
  line-height: 1.5rem;
}

.paragraph {
  font-style: normal;
}

.paragraph.w--current {
  color: var(--n900);
  font-weight: 600;
}

.paragraph.small {
  color: var(--n700);
  font-size: .875rem;
  line-height: 1.25rem;
}

.paragraph.small.light {
  align-self: center;
  margin-bottom: 8px;
}

.paragraph.small.islas {
  width: 42ch;
}

.paragraph.small.sigua {
  width: 30ch;
}

.paragraph.large {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.paragraph.large.mobile {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.paragraph.large.hero {
  max-width: 450px;
}

.paragraph.quote {
  color: var(--p100);
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2rem;
}

.paragraph.light {
  color: var(--p300);
  display: block;
}

.paragraph.light.partner {
  text-align: justify;
}

.paragraph.center {
  text-align: center;
}

.paragraph.footer {
  color: var(--p100);
  text-decoration: none;
}

.paragraph.f-l {
  margin-bottom: 0;
}

.column {
  min-height: 50px;
  flex-flow: column;
  flex: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-1 {
  width: 8.33%;
}

.column.desk-2 {
  width: 16.66%;
}

.column.desk-3 {
  width: 25%;
}

.column.desk-4 {
  width: 33.33%;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-6 {
  width: 50%;
}

.column.desk-7 {
  width: 58.33%;
}

.column.desk-8 {
  width: 66.66%;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-10 {
  width: 83.33%;
}

.column.desk-11 {
  width: 91.66%;
}

.column.desk-12 {
  width: 100%;
}

.ds-nav {
  width: 240px;
  border-right: 1px solid var(--p400);
  background-color: var(--p50);
  padding-top: 40px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: auto;
}

.ds__nav-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ds__menu {
  width: 100%;
  flex-direction: column;
  margin-top: 48px;
  display: flex;
}

.ds__nav-links {
  color: var(--n700);
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 28px;
  font-style: normal;
  font-weight: 400;
  transition: background-color .2s;
}

.ds__nav-links.w--current {
  background-color: var(--p100);
  color: var(--n900);
  font-weight: 600;
}

.ds__content {
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 240px;
  display: flex;
  position: relative;
}

.ds__wrapper {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.ds__section {
  padding: 64px 64px 48px;
  position: relative;
}

.ds__section.bgp300 {
  background-color: var(--p300);
}

._12-columns {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.flexh {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

._12-columns.left {
  justify-content: flex-start;
}

.ds__content-box {
  min-height: 50px;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.ds__content-box.h {
  flex-direction: row;
}

.spacer._32 {
  width: 33px;
  height: 32px;
}

.spacer._48 {
  width: 48px;
  height: 48px;
  display: none;
}

.spacer._48.hero, .spacer._48.view {
  display: block;
}

.spacer._16 {
  width: 16px;
  height: 16px;
}

.spacer._64 {
  width: 64px;
  height: 64px;
}

.spacer._24 {
  width: 24px;
  height: 24px;
}

.spacer._8 {
  width: 8px;
  height: 8px;
}

.spacer._56 {
  width: 56px;
  height: 56px;
}

.spacer._96 {
  width: 96px;
  height: 96px;
}

.lista.lv2 {
  padding-left: 32px;
}

.titleslist {
  border-left: 3px solid var(--s600);
  margin-bottom: 8px;
  padding-left: 12px;
}

.horizontalline {
  width: 100%;
  height: 1px;
  background-color: var(--n300);
  margin-bottom: 36px;
  position: relative;
  bottom: -80px;
}

.ds__color {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.ds__color.p50 {
  background-color: var(--p50);
}

.ds__color.p100 {
  border: 1px solid var(--p400);
  background-color: var(--p100);
}

.ds__color.p300 {
  background-color: var(--p300);
}

.ds__color.p400 {
  background-color: var(--p400);
}

.ds__color.s500 {
  background-color: var(--s500);
}

.ds__color.s600 {
  background-color: var(--s600);
}

.ds__color.s700 {
  background-color: var(--s700);
}

.ds__color.n300 {
  background-color: var(--n300);
}

.ds__color.n500 {
  background-color: var(--n500);
}

.ds__color.n700 {
  background-color: var(--n700);
}

.ds__color.n900 {
  background-color: var(--n900);
}

.button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--s500);
  background-color: var(--s700);
  color: var(--p100);
  cursor: pointer;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.5rem;
  font-style: normal;
  font-weight: 400;
  transition: background-color .3s, color .2s;
  display: flex;
}

.button:hover {
  border-color: var(--s700);
  background-color: var(--s600);
  color: var(--p50);
}

.button.secundario {
  border-color: var(--p400);
  background-color: var(--p300);
  color: var(--s700);
  align-self: center;
}

.button.secundario:hover {
  color: var(--s600);
  background-color: rgba(227, 202, 197, .8);
}

.button.secundario.nosotros, .button.secundario.cta {
  align-self: flex-start;
}

.button.terciario {
  width: 100%;
  grid-column-gap: 12px;
  border-width: 2px;
  border-color: var(--p300);
  color: var(--p300);
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  transition: background-color .3s, border-color .3s, color .3s;
}

.button.terciario:hover {
  border-color: var(--p100);
  background-color: var(--p300);
  color: var(--s700);
}

.button.large {
  padding: 16px 32px;
  font-size: 1.125rem;
}

.button.small {
  grid-column-gap: 8px;
  padding: 8px 16px;
}

.button.center {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.icon._24px {
  width: 24px;
  height: 24px;
  min-width: 24px;
  align-self: flex-start;
}

.icon._20px {
  width: 20px;
  height: 20px;
  min-width: 20px;
}

.icon._80px {
  width: 80px;
  height: 80px;
}

.icon._80px.light {
  color: var(--p100);
}

.icon._64px {
  width: 64px;
  height: 64px;
}

.icon._64px.service {
  opacity: .5;
}

.icon._32px {
  width: 32px;
  height: 32px;
  min-width: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon._32px.menu {
  display: none;
}

.ds__column-style {
  width: 100%;
  height: 40px;
  background-color: var(--p200);
  border-radius: 8px;
}

.div-box {
  min-height: 50px;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: block;
  position: relative;
  overflow: visible;
}

.div-box.menu-service {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: var(--p300);
  background-color: var(--p50);
  border-radius: 12px;
  padding: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 132px;
}

.div-box.menu-service.mobile {
  border-bottom-width: 2px;
  position: relative;
  top: auto;
}

.div-box.menu-links.mobile {
  z-index: 1;
  border: 2px solid var(--p300);
  background-color: var(--p50);
  border-radius: 12px;
  margin-top: -16px;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.div-box.menu-mobile {
  display: none;
}

.section {
  z-index: 0;
  position: relative;
}

.section.p100 {
  z-index: 1;
  background-color: var(--p100);
}

.section.p100.banner {
  z-index: 2;
}

.section.p100.lg-padding {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
}

.section.p100.lg-padding.quienes {
  z-index: 2;
  overflow: visible;
}

.section.p100.lg-padding.nosotros {
  padding-top: 12rem;
}

.section.p100.lg-padding.profile {
  z-index: 0;
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.section.p100.lg-padding.service {
  z-index: 2;
  overflow: visible;
}

.section.p100.lg-padding.service.update {
  padding-top: 2rem;
}

.section.p100.lg-padding.contactar {
  z-index: 2;
  padding-bottom: 1rem;
}

.section.p100.lg-padding.update {
  padding-top: 2rem;
}

.section.hero {
  height: 100svh;
  margin-bottom: -56px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section.hero.small {
  height: 35svh;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.section.hero.small.profile {
  z-index: 0;
  height: 50svh;
  position: relative;
  overflow: hidden;
}

.section.hero.small.serviceupdate, .section.hero.small.update {
  position: relative;
  top: auto;
}

.section.hero.small {
  height: 35svh;
}

.section.hero.small.mask {
  height: 35svh;
  margin-bottom: 0;
}

.section.s700 {
  background-color: var(--s700);
}

.section.s700.lg-padding {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
}

.section.s700.lg-padding.divider {
  z-index: 1;
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.section.div, .section.div.reverse {
  z-index: 2;
}

.section.div.first {
  margin-top: 12.5rem;
}

.section.footer {
  background-color: var(--s700);
  padding-top: 48px;
  padding-bottom: 12px;
}

.section.profile {
  width: 100%;
  background-color: var(--p100);
  justify-content: center;
  display: flex;
}

.container {
  z-index: 1;
  max-width: 1240px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: flex;
  position: relative;
}

.container.nav {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container.hero {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
  top: 20%;
  left: auto;
}

.container.flexv {
  flex-direction: column;
  position: relative;
}

.container.flexv.center {
  align-items: center;
}

.container.cta {
  margin-left: 0;
}

.container.grid2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.container.profile {
  width: 100%;
  max-width: 840px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container.service-container {
  width: 100%;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.text-box {
  grid-column-gap: 8px;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.text-box.banner {
  color: var(--s600);
  flex: 1;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .875rem;
  font-style: normal;
  line-height: 1.125rem;
  text-decoration: none;
}

.text-box.light {
  color: var(--p100);
  align-items: flex-start;
  margin-bottom: 8px;
}

.text-box.light.footer {
  color: var(--p100);
  align-self: flex-start;
  font-style: normal;
}

.text-box.profile {
  margin-bottom: 12px;
}

.text-box.profile.f-l {
  margin-bottom: 0;
}

.text-box.popup {
  margin-bottom: 16px;
}

.text-box.link-menu {
  justify-content: space-between;
  align-items: center;
}

.text-box.link-menu--wrapper {
  color: var(--s600);
  cursor: pointer;
  background-color: rgba(245, 237, 235, 0);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 8px 8px;
  transition: font-variation-settings .3s, color .3s, background-color .3s;
}

.text-box.link-menu--wrapper:hover {
  color: var(--s700);
  background-color: #f5edeb;
  font-weight: 700;
}

.text-box.align-center {
  align-items: center;
}

.text-box.align-center.contactar {
  flex: 1;
}

.content-box {
  min-height: 50px;
  flex: 1;
  position: relative;
}

.content-box.banner {
  grid-column-gap: 24px;
  flex: 0 auto;
  display: flex;
}

.content-box.flexh {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.content-box.flexh.footer {
  align-items: flex-start;
  margin-bottom: 56px;
}

.content-box.flexh.aligntop {
  align-items: flex-start;
}

.content-box.flexh.centerv {
  align-items: center;
}

.content-box.flexh.centerv.quienes {
  margin-bottom: 64px;
}

.content-box.flexh.centerh {
  justify-content: center;
}

.content-box.flexv {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-box.flexv.center {
  align-self: center;
  align-items: center;
}

.content-box.flexv.left {
  max-width: 560px;
  align-self: flex-start;
}

.content-box.flexv.hero {
  margin-left: auto;
  margin-right: auto;
}

.content-box.flexv.cards {
  width: 100%;
  align-items: stretch;
}

.content-box.flexv.hero-small {
  text-align: center;
  align-items: center;
  margin-top: 150px;
  display: flex;
}

.content-box.flexv.hero-small.service {
  display: none;
}

.content-box.flexv.profile {
  align-items: center;
}

.content-box.flexv.contactar {
  align-self: center;
  align-items: center;
}

.content-box.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.content-box.title__cards {
  height: 100%;
  grid-column-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.content-box.body__cards {
  height: 60%;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}

.content-box.cta-container {
  max-width: 1240px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-box._4col {
  width: 30%;
  min-height: 50px;
  flex: 0 auto;
}

.content-box._8col {
  width: 70%;
  min-height: 50px;
  flex: 0 auto;
}

.content-box._8col.flexv-32gap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.content-box.copyright {
  border-top: 1px solid var(--s600);
  justify-content: space-between;
  padding-top: 16px;
  display: flex;
}

.content-box.copyright.profile {
  align-items: center;
  padding-bottom: 16px;
}

.content-box._2grid {
  min-height: 50px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-box._3grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-box._3grid.quienessomos {
  margin-top: 48px;
}

.content-box.p50 {
  background-color: var(--p50);
  border-radius: 12px;
  padding: 1.25rem;
}

.content-box.card-quienes {
  height: 100%;
  border: 2px solid var(--p300);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem;
  display: flex;
}

.content-box.wrapper-content {
  width: 100%;
  flex: 0 auto;
  overflow: hidden;
}

.content-box._2col {
  z-index: 1;
  width: 100%;
  background-color: var(--p300);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  padding-right: 4px;
  display: flex;
}

.content-box.description-card {
  z-index: 0;
  border-right: 1px solid var(--p300);
  border-bottom: 1px solid var(--p300);
  border-left: 1px solid var(--p300);
  background-color: var(--p50);
  border-radius: 0 0 12px 12px;
  padding: 28px 16px 16px;
  display: block;
  top: -10px;
}

.content-box.service-left {
  z-index: 2;
  width: 25%;
  flex: none;
  position: relative;
  top: 0;
}

.content-box.service-right {
  z-index: 1;
  width: 75%;
  flex: none;
  padding-left: 48px;
}

.content-box.dropdown-menu {
  z-index: 2;
  width: 100%;
  border: 2px solid var(--p300);
  background-color: var(--p50);
  border-radius: 8px;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.content-box.civil, .content-box.mercantil, .content-box.maritimo, .content-box.patentes {
  flex-direction: column;
  display: none;
}

.content-box.gallery-pic {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.content-box.notarial, .content-box.admin, .content-box.laboral, .content-box.registral, .content-box.tributario, .content-box.penal {
  flex-direction: column;
  display: none;
}

.img-brand-mobile {
  display: none;
}

.dropdown-list {
  border: 1px solid var(--p400);
  background-color: var(--p100);
  color: var(--n900);
  border-radius: 8px;
  display: none;
}

.dropdown-toggle {
  grid-column-gap: 8px;
  color: var(--s600);
  font-weight: 400;
  display: flex;
  top: auto;
  right: auto;
}

.dropdown-link {
  color: var(--n900);
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1), font-variation-settings .3s, color .3s;
}

.dropdown-link:hover {
  background-color: var(--p300);
  color: var(--n900);
}

.navlink {
  height: 100%;
  color: var(--s600);
  align-items: center;
  font-style: normal;
  font-weight: 600;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), font-variation-settings .3s, color .3s;
  display: flex;
}

.navlink:hover {
  color: var(--s700);
  transform: translate(0, -4px);
}

.navlink.w--current {
  color: var(--s700);
  align-self: center;
  text-decoration: underline;
}

.content-navbar {
  height: 56px;
  grid-column-gap: 12px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.btn__info {
  border: 2px solid var(--s600);
  color: var(--s600);
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  padding: 12px;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.btn__info:hover {
  border-color: var(--s700);
  color: var(--s700);
}

.content-dropdown {
  flex: 1;
  display: inline-block;
}

.section-test {
  height: 50vh;
  background-color: var(--p300);
  display: none;
  position: relative;
}

.navbar {
  z-index: 888;
  background-color: rgba(250, 247, 245, 0);
  border-bottom: 1px solid rgba(227, 202, 197, 0);
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.img__bg-container {
  height: 100%;
  padding-top: 56.26%;
  position: absolute;
  top: -105px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img__bg-container.mobile {
  padding-top: 160%;
  display: none;
}

.img__bg-container.cta {
  width: 100%;
  background-image: linear-gradient(to right, var(--s700) 45%, transparent 77%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img__bg-container.profile {
  width: 100%;
  padding-top: 56.26%;
  position: absolute;
  top: 0;
  overflow: visible;
}

.img__hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main {
  z-index: 0;
  min-height: 100vh;
  position: relative;
  overflow: visible;
}

.shape-glass {
  width: 140px;
  height: 140px;
  border: 1px solid var(--p400);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(227, 202, 197, .5);
  border-radius: 12px;
  position: absolute;
  top: 40%;
}

.shape-glass._2 {
  top: 90%;
  left: 60%;
}

.shape-glass._2.small {
  width: 6rem;
  height: 6rem;
  color: var(--s700);
  padding: 20px;
  top: 74%;
  left: 49%;
}

.shape-glass._3 {
  top: 10%;
  left: 80%;
}

.shape-glass._3.horizontal {
  top: -3%;
  left: 68%;
}

.shape-glass._4 {
  width: 6rem;
  height: 6rem;
  top: -23%;
  left: 110px;
}

.shape-glass._4.icon {
  color: var(--s700);
  padding: 20px;
  top: -15%;
  left: 92px;
}

.shape-glass.horizontal {
  width: 10.25rem;
  height: 6.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 87%;
}

.shape-glass._5 {
  top: 10%;
  left: 80%;
}

.shape-glass._5.horizontal {
  top: -68%;
  left: 68%;
}

.autor-quote {
  color: var(--p300);
  margin-bottom: 0;
}

.image {
  opacity: .45;
  filter: blur(6px);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slider__wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.mask__slider {
  width: 25rem;
  height: auto;
  overflow: visible;
}

.left-arrow__slider {
  width: 3rem;
  height: 3rem;
  background-color: var(--p50);
  color: var(--s600);
  border-radius: 50%;
  top: 0%;
  bottom: 0%;
  left: -28px;
  right: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}

.right-arrow__slider {
  width: 3rem;
  height: 3rem;
  background-color: var(--p50);
  border-radius: 50%;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -36px;
  box-shadow: 4px 0 8px rgba(0, 0, 0, .2);
}

.nav__slider {
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card__services {
  background-color: var(--s700);
  border-radius: 12px;
  margin-right: 2rem;
  padding-top: 130%;
  position: relative;
  overflow: hidden;
}

.card__services.servicio-card {
  margin-right: 0;
}

.image__card {
  width: 100%;
  height: 100%;
  opacity: .8;
  mix-blend-mode: multiply;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card__container {
  background-color: rgba(56, 80, 108, 0);
  padding: 24px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card__content {
  height: 100%;
  border: 1px solid var(--p300);
  border-radius: 8px;
  padding: 20px;
  overflow: hidden;
}

.icon-2 {
  font-size: 1.75rem;
}

.icon-3 {
  color: var(--s600);
  font-size: 1.75rem;
}

.img__cta--bg {
  z-index: 0;
  width: 60%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 25%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.img__cta--container {
  z-index: 0;
  padding-top: 56.6%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.img-divider {
  width: 100svw;
  margin-top: -2px;
  position: relative;
}

.img-divider.first {
  margin-top: 0;
  margin-bottom: -8px;
}

.tag-offices {
  border: 1px solid var(--p50);
  background-color: var(--p300);
  color: var(--s700);
  border-radius: 8px;
  padding: 0 8px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: inline-block;
}

.form-box {
  width: 100%;
  height: 100%;
}

.text__field--form {
  border: 1px solid var(--p300);
  background-color: var(--p50);
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 1.5rem 1rem;
}

.text__field--form:hover {
  border-color: var(--p400);
}

.text__field--form::-ms-input-placeholder {
  color: var(--n500);
}

.text__field--form::placeholder {
  color: var(--n500);
}

.text__field--form.multyline {
  height: 6.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.form-container {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.content-form {
  flex: 1;
  position: relative;
}

.content-form.flexv {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-form._8col {
  width: 70%;
  min-height: 50px;
  flex: 0 auto;
}

.content-form._8col.flexv {
  justify-content: space-between;
  align-self: stretch;
}

.submit-button {
  background-color: var(--s700);
  cursor: pointer;
  border-radius: 8px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: background-color .3s;
  display: block;
}

.submit-button:hover {
  background-color: var(--s600);
}

.success-message {
  background-color: var(--p50);
  border-radius: 8px;
}

.tile__footer {
  width: 100%;
  border-bottom: 1px solid var(--s600);
  color: var(--p300);
  font-size: 1.125rem;
  line-height: 2.5rem;
}

.nav-link__footer {
  color: var(--p50);
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 400;
}

.nav-link__footer:hover {
  color: var(--p300);
  font-weight: 600;
}

.nav-link__footer.w--current {
  color: var(--p300);
}

.hero-wrapper {
  width: 100%;
  margin-bottom: -100svh;
  position: relative;
  overflow: visible;
}

.hero-wrapper.small {
  z-index: 0;
  margin-bottom: -35svh;
}

.hero-wrapper.small.serviceupdate, .hero-wrapper.small.update {
  margin-bottom: -10svh;
}

.section__hero {
  z-index: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section__hero.p100 {
  z-index: 1;
  background-color: var(--p100);
}

.section__hero.p100.banner {
  z-index: 2;
}

.section__hero.p100.lg-padding {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
}

.section__hero.hero {
  height: 100svh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section__hero.s700 {
  background-color: var(--s700);
}

.section__hero.s700.lg-padding {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
}

.section__hero.s700.lg-padding.divider {
  z-index: 1;
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.section__hero.div, .section__hero.div.reverse {
  z-index: 2;
}

.section__hero.div.first {
  margin-top: -18.75rem;
}

.section__hero.footer {
  background-color: var(--s700);
  padding-top: 48px;
  padding-bottom: 12px;
}

.numbers {
  color: var(--s700);
  margin-bottom: .25rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-numbers {
  margin-bottom: 0;
}

.img-wrapper {
  width: 50%;
  aspect-ratio: 3 / 2;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
  overflow: hidden;
}

.img-nuestra_directora {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.right-content {
  width: 50%;
  background-color: var(--s700);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 128px 64px;
  display: flex;
}

.img__bg-historia {
  width: 100%;
  opacity: .1;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-bg__wrapper {
  max-width: 1240px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 76px 115px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-profile {
  width: 160px;
  height: 160px;
  border: 1px solid var(--p100);
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 32px;
}

.menu-profile {
  width: auto;
  height: auto;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border: 1px solid var(--p400);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(227, 202, 197, .45);
  border-radius: 12px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
  top: -56px;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}

.menu-profile__item {
  color: var(--s700);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  transition: border-color .3s, box-shadow .3s, background-color .3s, font-variation-settings .3s, color .3s;
  display: flex;
}

.menu-profile__item:hover {
  border: 1px solid var(--p100);
  background-color: var(--p300);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}

.menu-profile__textlink {
  font-style: normal;
}

.dropdown {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.dropdown-list-profile {
  border: 1px solid var(--p400);
  background-color: var(--p100);
  color: var(--n900);
  border-radius: 8px;
  display: none;
}

.dropdown-list-profile.w--open {
  display: block;
  top: 72px;
  right: 28px;
}

.dropdown-profile {
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.btn__action-profile {
  color: var(--s700);
  padding: 12px;
}

.mi-encabezado {
  flex: 1;
  position: relative;
}

.mi-encabezado.banner {
  grid-column-gap: 24px;
  flex: 0 auto;
  display: flex;
}

.mi-encabezado.flexh {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.mi-encabezado.flexh.footer {
  align-items: flex-start;
  margin-bottom: 56px;
}

.mi-encabezado.flexh.aligntop {
  align-items: flex-start;
}

.mi-encabezado.flexh.centerv {
  align-items: center;
}

.mi-encabezado.flexh.centerv.quienes {
  margin-bottom: 64px;
}

.mi-encabezado.flexv {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mi-encabezado.flexv.center {
  align-self: center;
  align-items: center;
}

.mi-encabezado.flexv.left {
  max-width: 560px;
  align-self: flex-start;
}

.mi-encabezado.flexv.hero {
  margin-left: auto;
  margin-right: auto;
}

.mi-encabezado.flexv.cards {
  width: 100%;
  align-items: stretch;
}

.mi-encabezado.flexv.hero-small {
  text-align: center;
  align-items: center;
  margin-top: 150px;
}

.mi-encabezado.flexv.profile {
  align-items: center;
}

.mi-encabezado.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.mi-encabezado.title__cards {
  height: 100%;
  grid-column-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.mi-encabezado.body__cards {
  height: 60%;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}

.mi-encabezado.cta-container {
  max-width: 1240px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mi-encabezado._4col {
  width: 30%;
  min-height: 50px;
  flex: 0 auto;
}

.mi-encabezado._8col {
  width: 70%;
  min-height: 50px;
  flex: 0 auto;
}

.mi-encabezado._8col.flexv-32gap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.mi-encabezado.copyright {
  border-top: 1px solid var(--s600);
  justify-content: space-between;
  padding-top: 16px;
  display: flex;
}

.mi-encabezado._2grid {
  min-height: 50px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mi-encabezado._3grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mi-encabezado.p50 {
  background-color: var(--p50);
  border-radius: 12px;
  padding: 1.25rem;
}

.mi-encabezado.card-quienes {
  border: 2px solid var(--p300);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  display: flex;
}

.mi-encabezado.wrapper-content {
  width: 100%;
  max-width: 680px;
  flex: 0 auto;
  overflow: hidden;
}

.mi-encabezado._2col {
  z-index: 1;
  width: 100%;
  background-color: var(--p300);
  cursor: pointer;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 4px 8px 16px;
  display: flex;
}

.mi-encabezado.description-card {
  z-index: 0;
  border-right: 1px solid var(--p300);
  border-bottom: 1px solid var(--p300);
  border-left: 1px solid var(--p300);
  background-color: var(--p50);
  border-radius: 0 0 12px 12px;
  padding: 20px 16px 16px;
  display: block;
}

.list-item.f-l {
  margin-bottom: 0;
}

.list-item.service {
  margin-bottom: 16px;
}

.list-item.service.lv2 {
  margin-left: 16px;
  list-style-type: disc;
}

.bold-text {
  font-weight: 700;
}

.popup__wrapper {
  z-index: 999;
  height: 100dvh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup__container {
  width: 100%;
  height: 100dvh;
  max-width: 375px;
  background-color: var(--p50);
  padding: 32px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
  box-shadow: -4px 0 8px rgba(0, 0, 0, .15);
}

.popup__content {
  flex-direction: column;
  margin-top: 56px;
  display: flex;
}

.title {
  color: var(--s600);
  margin-bottom: 16px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.title.underline {
  border-bottom: 2px solid var(--s600);
  padding-bottom: 4px;
}

.title.menu-service {
  width: 100%;
  border-bottom: 2px solid var(--p300);
  color: var(--n700);
  padding-bottom: 8px;
  font-weight: 600;
}

.title.menu-service.no-line {
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 0;
}

.tilte-box {
  width: 100%;
  border-bottom: 2px solid var(--s600);
  padding-bottom: 4px;
}

.btn__close--popup {
  width: 48px;
  height: 48px;
  color: var(--s600);
  cursor: pointer;
  padding: 12px;
  transition: color .3s;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: 16px;
  right: auto;
}

.btn__close--popup:hover {
  color: var(--s700);
}

.gallerery-pic__container {
  padding-top: 166.6%;
  position: relative;
}

.img__gallery-pic {
  width: 100%;
  height: 100%;
  opacity: .75;
  object-fit: cover;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.border__gallery-pic {
  border: 1px solid var(--p400);
  object-fit: fill;
  border-radius: 8px;
  margin: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.map__container {
  width: 100%;
  background-color: var(--p50);
  border-radius: 12px;
  padding: 16px;
}

.html-embed {
  width: 100%;
  height: 100%;
  border: 2px solid var(--p300);
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.map__wrapper {
  padding-top: 56.25%;
  position: relative;
}

.address-wrapper {
  width: 100%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.text-block-2 {
  display: block;
}

.paragraph_nosotros, .paragraph_history {
  text-align: justify;
}

.expresiones {
  box-shadow: inset 0 -1px 0 0 var(--p300);
  color: var(--p100);
  font-style: normal;
  text-decoration: none;
  transition: box-shadow .3s, font-variation-settings .3s, color .3s;
}

.expresiones:hover {
  box-shadow: inset 0 -20px 0 0 var(--p300);
  color: var(--s700);
}

@media screen and (min-width: 1440px) {
  .section.p100.banner {
    z-index: 4;
  }

  .section.hero {
    top: 0;
  }

  .section.s700.lg-padding.divider {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .img-divider.first {
    height: 100%;
    margin-bottom: 0;
  }

  .hero-wrapper {
    width: 100%;
    position: relative;
  }

  .section__hero.p100.banner {
    z-index: 4;
  }

  .section__hero.hero {
    top: 0;
  }

  .section__hero.s700.lg-padding.divider {
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .img__bg-historia {
    align-self: center;
  }

  .img-bg__wrapper {
    justify-content: center;
  }
}

@media screen and (min-width: 1920px) {
  .section.s700.lg-padding.divider {
    margin-top: -236px;
    margin-bottom: -236px;
  }

  .container {
    max-width: 1312px;
  }

  .img__cta--bg {
    height: 100%;
    object-position: 50% 20%;
  }

  .img__cta--container {
    padding-top: 40%;
    overflow: hidden;
  }

  .section__hero.s700.lg-padding.divider {
    margin-top: -236px;
    margin-bottom: -236px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    text-align: left;
  }

  .heading {
    max-width: none;
    text-align: center;
    font-size: 3rem;
    line-height: 3.75rem;
  }

  .heading.h1 {
    text-align: center;
    font-size: 3rem;
    line-height: 3.75rem;
  }

  .heading.h2 {
    text-align: left;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .heading.h3 {
    text-align: left;
  }

  .heading.h3.light {
    text-align: left;
    align-self: flex-start;
  }

  .heading.h4 {
    text-align: left;
  }

  .heading.h4.form {
    text-align: center;
  }

  .heading.h5 {
    text-align: left;
    font-size: 1rem;
  }

  .heading.h5.small {
    font-size: .75rem;
    line-height: 1.5rem;
  }

  .heading.h5.small.light {
    align-self: flex-start;
  }

  .heading.h6 {
    text-align: left;
  }

  .paragraph.small.light.footer {
    max-width: 240px;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph.small.islas, .paragraph.small.sigua {
    width: auto;
  }

  .paragraph.large {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .paragraph.large.hero {
    max-width: 416px;
  }

  .paragraph.light {
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.light.cta {
    max-width: 46ch;
    margin-left: 0;
    margin-right: 0;
  }

  .column {
    width: 728px;
  }

  .ds-nav {
    z-index: 10;
    width: 100%;
    padding-top: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    overflow: visible;
  }

  .ds__nav-container {
    flex-direction: row;
    justify-content: space-between;
    display: block;
  }

  .ds__content {
    margin-left: 0;
  }

  .ds__section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .ds__content-box.h {
    flex-wrap: wrap;
  }

  .button {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .button.secundario.nosotros {
    margin-left: 0;
    margin-right: 0;
  }

  .button.secundario.cta {
    align-self: stretch;
  }

  .button.secundario.cta.footer {
    margin-left: auto;
    margin-right: auto;
  }

  .button.mobilemenu {
    margin-left: 32px;
    margin-right: 32px;
  }

  .icon._24px.form {
    align-self: center;
  }

  .div-box {
    width: 100%;
  }

  .div-box.menu-service {
    display: none;
  }

  .div-box.menu-mobile {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 132px;
  }

  .section.p100.banner {
    display: none;
  }

  .section.p100.lg-padding {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .section.p100.lg-padding.nosotros {
    padding-top: 9rem;
  }

  .section.hero {
    top: 0;
    overflow: hidden;
  }

  .section.hero.small {
    display: flex;
  }

  .section.s700.lg-padding.divider {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .section.div.first {
    margin-top: 3.4rem;
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.nav {
    z-index: 2;
    border-bottom: 1px solid var(--p400);
    background-color: var(--p50);
  }

  .container.hero {
    text-align: center;
    flex-direction: column;
    top: 8%;
  }

  .container.cta {
    justify-content: flex-start;
    margin-top: 8rem;
    margin-left: 1.25rem;
    margin-right: auto;
  }

  .container.herosmall {
    height: auto;
    justify-content: center;
    align-items: center;
  }

  .container.grid2 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .container.service-container {
    grid-row-gap: 64px;
  }

  .text-box.form {
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-box.flexh.form-container, .content-box.flexh.footer, .content-box.flexh.centerv.quienes, .content-box.flexh.centerh.contactar {
    flex-direction: column;
  }

  .content-box.flexv {
    align-items: center;
  }

  .content-box.flexv.left {
    align-self: center;
    align-items: flex-start;
    margin-top: 15%;
  }

  .content-box.flexv.footer {
    align-items: flex-start;
  }

  .content-box.flexv.cards {
    margin-left: 24px;
  }

  .content-box.flexv.hero-small {
    justify-content: center;
    align-self: center;
  }

  .content-box.flexv.alignleft, .content-box.flexv.inicio {
    align-items: flex-start;
  }

  .content-box._4col {
    width: 100%;
  }

  .content-box._4col.form-info {
    order: 1;
  }

  .content-box._8col.flexv-32gap.footer, .content-box.copyright {
    width: 100%;
  }

  .content-box._3grid {
    grid-template-columns: 1fr 1fr;
  }

  .content-box.service-left {
    width: 100%;
  }

  .content-box.service-right {
    width: 100%;
    padding-left: 0;
  }

  .img-brand-desk {
    display: none;
  }

  .img-brand-mobile {
    display: inline-block;
  }

  .brand-box.w--current {
    z-index: 2;
    flex: 1;
    position: relative;
  }

  .navlink {
    height: auto;
    justify-content: center;
    align-self: stretch;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navlink.w--current {
    align-self: stretch;
  }

  .content-navbar {
    height: 100svh;
    background-color: var(--p50);
    padding-top: 20px;
    padding-bottom: 100px;
    display: flex;
    overflow: auto;
  }

  .btn__info {
    margin-right: 16px;
  }

  .content-dropdown {
    z-index: 2;
    display: flex;
    position: relative;
  }

  .menu-button {
    background-color: var(--s700);
    color: var(--p100);
    border-radius: 8px;
    padding: 14px;
  }

  .menu-button.w--open {
    background-color: var(--s700);
    color: var(--p300);
    border-radius: 8px;
    padding: 14px;
  }

  .img__bg-container {
    padding-top: 66%;
    display: none;
  }

  .img__bg-container.mobile {
    display: block;
  }

  .img__bg-container.cta {
    background-image: linear-gradient(to right, var(--s700) 56%, transparent 91%);
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .shape-glass {
    width: 6.5rem;
    height: 6.5rem;
    left: -6%;
  }

  .shape-glass._3, .shape-glass._5 {
    left: 76%;
  }

  .right-arrow__slider {
    right: 32px;
  }

  .img__cta--bg {
    object-position: 75% 50%;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: -12%;
  }

  .img__cta--container {
    padding-top: 96%;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .content-form.flexv {
    align-items: center;
  }

  .content-form._8col.flexv {
    width: 100%;
  }

  .nav-link__footer {
    padding: 12px 8px;
  }

  .section__hero.p100.banner {
    display: none;
  }

  .section__hero.p100.lg-padding {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .section__hero.hero {
    top: 0;
    overflow: hidden;
  }

  .section__hero.s700.lg-padding.divider {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .img-wrapper {
    width: 100%;
    aspect-ratio: 3 / 2;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
  }

  .right-content {
    width: 100%;
    height: 50%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    padding: 64px 32px;
    overflow: hidden;
  }

  .img-bg__wrapper {
    padding: 32px;
  }

  .mi-encabezado.flexh.form-container, .mi-encabezado.flexh.footer, .mi-encabezado.flexh.centerv.quienes {
    flex-direction: column;
  }

  .mi-encabezado.flexv {
    align-items: center;
  }

  .mi-encabezado.flexv.left {
    align-self: center;
    align-items: flex-start;
    margin-top: 15%;
  }

  .mi-encabezado.flexv.footer {
    align-items: flex-start;
  }

  .mi-encabezado.flexv.cards {
    margin-left: 24px;
  }

  .mi-encabezado.flexv.hero-small {
    justify-content: center;
    align-self: center;
  }

  .mi-encabezado._4col {
    width: 100%;
  }

  .mi-encabezado._4col.form-info {
    order: 1;
  }

  .mi-encabezado._8col.flexv-32gap.footer, .mi-encabezado.copyright {
    width: 100%;
  }

  .mi-encabezado._3grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .heading.h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .heading.h3.light.historia, .heading.h5.small.light.historia {
    align-self: center;
  }

  .paragraph.small.light.footer {
    margin-bottom: 16px;
  }

  .paragraph.small.light.footer.profile {
    margin-top: 24px;
  }

  .paragraph.light.footer {
    text-align: center;
  }

  .ds__section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .spacer._64.form {
    width: 48px;
    height: 48px;
  }

  .button.secundario.nosotros {
    margin-left: auto;
    margin-right: auto;
  }

  .section.s700.lg-padding.divider {
    margin-top: -5rem;
    margin-bottom: -5rem;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .container.cta {
    margin-top: 0;
    margin-left: 0;
  }

  .text-box.light.footer {
    margin-left: auto;
    margin-right: auto;
  }

  .content-box.flexh {
    flex-direction: column;
  }

  .content-box.flexh.form-first {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .content-box.flexv.footer {
    width: 100%;
  }

  .content-box.flexv.inicio {
    align-items: center;
  }

  .content-box.center {
    margin-left: auto;
    margin-right: auto;
  }

  .content-box.form {
    align-self: stretch;
  }

  .content-box.copyright {
    flex-direction: column;
  }

  .content-box._2grid {
    grid-template-columns: 1fr;
  }

  .content-box.footer {
    width: 100%;
  }

  .content-box._3grid {
    grid-template-columns: 1fr;
  }

  .btn__info {
    margin-left: 8px;
    margin-right: 8px;
  }

  .shape-glass._3, .shape-glass._5 {
    left: 84%;
  }

  .img__cta--bg {
    object-position: 75% 50%;
  }

  .img__cta--container {
    padding-top: 120%;
  }

  .tile__footer {
    text-align: center;
  }

  .nav-link__footer {
    margin-left: auto;
    margin-right: auto;
  }

  .section__hero.s700.lg-padding.divider {
    margin-top: -5rem;
    margin-bottom: -5rem;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .menu-profile {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 16px;
  }

  .mi-encabezado.flexh {
    flex-direction: column;
  }

  .mi-encabezado.flexh.form-first {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .mi-encabezado.flexv.footer {
    width: 100%;
  }

  .mi-encabezado.center {
    margin-left: auto;
    margin-right: auto;
  }

  .mi-encabezado.form {
    align-self: stretch;
  }

  .mi-encabezado.copyright {
    flex-direction: column;
  }

  .mi-encabezado._2grid {
    grid-template-columns: 1fr;
  }

  .mi-encabezado.footer {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .heading.h1 {
    margin-bottom: 24px;
  }

  .heading.h2.center, .heading.h2.historia {
    text-align: center;
    align-self: center;
  }

  .heading.h3.light {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .heading.h3.profile {
    margin-bottom: 0;
  }

  .heading.h4.light {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .heading.h4.center, .heading.h5 {
    text-align: center;
  }

  .heading.h5.small {
    align-self: flex-start;
  }

  .heading.h5.small.center, .heading.h5.small.historia {
    align-self: center;
  }

  .paragraph.small.islas {
    width: 27ch;
  }

  .paragraph.small.sigua {
    width: 25ch;
  }

  .column.desk-7, .column.desk-8 {
    flex: 1;
  }

  .spacer._32 {
    width: 1rem;
    height: 1rem;
  }

  .spacer._48 {
    display: block;
  }

  .spacer._48.hero {
    width: 32px;
    height: 32px;
  }

  .spacer._64 {
    width: 1rem;
    height: 1rem;
  }

  .spacer._64.form {
    width: 32px;
    height: 32px;
  }

  .spacer._64.service {
    width: 64px;
    height: 64px;
  }

  .spacer._24 {
    display: none;
  }

  .button.secundario {
    margin-left: 0;
    margin-right: 0;
  }

  .button.terciario {
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.mobilemenu {
    margin-left: 16px;
    margin-right: 16px;
  }

  .icon._80px.light {
    width: 48px;
    height: 48px;
  }

  .section.p100.lg-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.p100.lg-padding.nosotros {
    padding-top: 6rem;
  }

  .section.p100.lg-padding.profile {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .section.hero {
    height: 100svh;
    top: 0;
  }

  .section.hero.small {
    height: 45svh;
  }

  .section.s700.lg-padding.divider {
    margin-top: -3rem;
    margin-bottom: -3rem;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .section.div.first {
    margin-top: 0;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.hero {
    height: 100%;
    top: 0%;
  }

  .container.profile {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-box.flexv {
    order: 1;
  }

  .content-box.flexv.center.aboutus, .content-box.flexv.center.first, .content-box.flexv.footer {
    order: -1;
  }

  .content-box.flexv.form {
    text-align: center;
    order: -1;
    align-self: center;
  }

  .content-box.flexv.service {
    order: -1;
  }

  .content-box.flexv.hero {
    flex: 0 auto;
    order: 1;
  }

  .content-box.flexv.cards {
    margin-left: 8px;
  }

  .content-box.flexv.hero-small {
    margin-top: 0;
  }

  .content-box.flexv.servicio {
    order: -1;
  }

  .content-box.flexv.alignleft.consulta-form {
    order: 0;
  }

  .content-box.flexv.inicio {
    align-self: center;
    align-items: center;
  }

  .content-box._4col.flexv.footer-header {
    order: -1;
  }

  .content-box._2grid {
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
  }

  .content-box.lottie {
    height: auto;
    flex: 0 auto;
  }

  .content-box._3grid.quienessomos {
    margin-top: 0;
  }

  .content-box.card-quienes {
    text-align: center;
  }

  .content-box.gallery-pic {
    grid-template-columns: 1fr;
  }

  .dropdown-list.profile.w--open {
    top: 56px;
    right: 3px;
  }

  .dropdown-toggle {
    padding-left: 4px;
    padding-right: 36px;
  }

  .btn__info {
    width: 48px;
    height: 48px;
  }

  .img__bg-container.mobile {
    padding-top: 78%;
    top: -8%;
  }

  .img__bg-container.cta {
    background-image: linear-gradient(to right, var(--s700) 38%, transparent);
  }

  .shape-glass {
    width: 5rem;
    height: 5rem;
    left: -3%;
  }

  .shape-glass._2.small {
    width: 4rem;
    height: 4rem;
    padding: 8px;
    top: 86%;
    left: 75%;
  }

  .shape-glass._3 {
    left: 80%;
  }

  .shape-glass._3.horizontal {
    width: 6.5rem;
    height: 6rem;
    top: -29%;
    left: 64%;
  }

  .shape-glass._4.icon {
    width: 4rem;
    height: 4rem;
    padding: 8px;
    top: -30%;
    left: 29px;
  }

  .shape-glass.horizontal {
    width: 6.5rem;
    height: 6rem;
    top: 90%;
    left: 0%;
  }

  .shape-glass._5 {
    left: 80%;
  }

  .mask__slider {
    width: 18.75rem;
  }

  .left-arrow__slider {
    width: 2.5rem;
    height: 2.5rem;
    left: -12px;
  }

  .right-arrow__slider {
    width: 2.5rem;
    height: 2.5rem;
    right: 0;
  }

  .card__services {
    margin-right: 1rem;
    padding-top: 130%;
  }

  .card__services.servicio-card {
    padding-top: 100%;
  }

  .card__container {
    padding: 16px;
  }

  .card__content {
    padding: 1rem 1.25rem;
  }

  .img__cta--bg {
    width: 90%;
    height: 150%;
    object-fit: cover;
    object-position: 100% 20%;
    top: -20%;
    bottom: 0%;
    left: auto;
    right: -23%;
  }

  .img__cta--container {
    padding-top: 176%;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: hidden;
  }

  .text__field--form.multyline {
    height: 200px;
  }

  .lottie-animation {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-wrapper.small {
    margin-bottom: -45svh;
  }

  .hero-wrapper.small.serviceupdate, .hero-wrapper.small.update {
    margin-bottom: -5svh;
  }

  .section__hero.p100.lg-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section__hero.hero {
    height: 100svh;
    top: 0;
  }

  .section__hero.s700.lg-padding.divider {
    margin-top: -3rem;
    margin-bottom: -3rem;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .section__hero.div.first {
    margin-top: 0;
  }

  .img-wrapper {
    aspect-ratio: 1 / 1;
  }

  .right-content {
    padding: 32px 16px;
  }

  .img-bg__wrapper {
    padding: 16px;
  }

  .img-profile {
    margin-bottom: 24px;
  }

  .menu-profile {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    top: -36px;
  }

  .menu-profile__item {
    justify-content: center;
    padding: 12px;
  }

  .menu-profile__textlink {
    display: none;
  }

  .mi-encabezado.flexv {
    order: 1;
  }

  .mi-encabezado.flexv.center.aboutus, .mi-encabezado.flexv.center.first, .mi-encabezado.flexv.footer {
    order: -1;
  }

  .mi-encabezado.flexv.form {
    text-align: center;
    order: -1;
    align-self: center;
  }

  .mi-encabezado.flexv.service {
    order: -1;
  }

  .mi-encabezado.flexv.hero {
    flex: 0 auto;
    order: 1;
  }

  .mi-encabezado.flexv.cards {
    margin-left: 8px;
  }

  .mi-encabezado.flexv.hero-small {
    margin-top: 0;
  }

  .mi-encabezado._4col.flexv.footer-header {
    order: -1;
  }

  .mi-encabezado._2grid {
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
  }

  .mi-encabezado.lottie {
    height: auto;
    flex: 0 auto;
  }

  .mi-encabezado.card-quienes {
    text-align: center;
  }

  .gallerery-pic__container {
    padding-top: 100%;
  }

  .map__wrapper {
    padding-top: 125%;
  }
}

#w-node-_39131c87-991c-9a92-628c-72e101ac7c0b-01ac7bed, #w-node-_39131c87-991c-9a92-628c-72e101ac7c14-01ac7bed, #w-node-c5b06b5d-d65c-ab86-f5cc-4fc62b582225-ea0e237c, #w-node-_9d0130a9-5640-3229-9002-5eedc5c69eeb-ea0e237c, #w-node-f54fc110-8d99-155e-c46d-0439912838c6-ea0e237c, #w-node-_197246ba-cf26-15b4-88aa-a651a4fed3a4-ea0e237c, #w-node-_197246ba-cf26-15b4-88aa-a651a4fed3a7-ea0e237c, #w-node-_197246ba-cf26-15b4-88aa-a651a4fed3aa-ea0e237c, #w-node-d42dc0ad-5ed1-18e9-80d8-167fbea7ac51-ea0e237c, #w-node-d42dc0ad-5ed1-18e9-80d8-167fbea7ac54-ea0e237c, #w-node-d42dc0ad-5ed1-18e9-80d8-167fbea7ac57-ea0e237c, #w-node-e6c2c200-85e9-60d0-963b-cd0e8548f44f-ea0e237c, #w-node-e6c2c200-85e9-60d0-963b-cd0e8548f452-ea0e237c, #w-node-e6c2c200-85e9-60d0-963b-cd0e8548f455-ea0e237c, #w-node-_98fcdf02-9ff5-2b4f-1e5a-7f1ad2db02b1-ea0e237c, #w-node-_98fcdf02-9ff5-2b4f-1e5a-7f1ad2db02b4-ea0e237c, #w-node-_98fcdf02-9ff5-2b4f-1e5a-7f1ad2db02b7-ea0e237c, #w-node-_7181f149-d75e-7f32-d284-5efd2cae8a14-ea0e237c, #w-node-_7181f149-d75e-7f32-d284-5efd2cae8a17-ea0e237c, #w-node-_7181f149-d75e-7f32-d284-5efd2cae8a1a-ea0e237c, #w-node-_8da4ff06-aa0f-4dd6-44ac-2e709758ce48-ea0e237c, #w-node-_8da4ff06-aa0f-4dd6-44ac-2e709758ce4b-ea0e237c, #w-node-_8da4ff06-aa0f-4dd6-44ac-2e709758ce4e-ea0e237c, #w-node-_078e0497-2224-a257-bdbe-ce5eba1e5ecf-ea0e237c, #w-node-_078e0497-2224-a257-bdbe-ce5eba1e5ed2-ea0e237c, #w-node-_078e0497-2224-a257-bdbe-ce5eba1e5ed5-ea0e237c, #w-node-a9aef227-f2fb-9028-4868-bc39e5379378-ea0e237c, #w-node-a9aef227-f2fb-9028-4868-bc39e537937b-ea0e237c, #w-node-a9aef227-f2fb-9028-4868-bc39e537937e-ea0e237c, #w-node-b0471eb7-36e1-0977-fc22-5660bb4e215b-ea0e237c, #w-node-b0471eb7-36e1-0977-fc22-5660bb4e215e-ea0e237c, #w-node-b0471eb7-36e1-0977-fc22-5660bb4e2161-ea0e237c, #w-node-_1fdad0be-05fa-e351-802a-1f2bec9255a3-ea0e2382, #w-node-_2320ff40-ea5d-ee44-f829-d405936b8ee2-ea0e2382, #w-node-_523727f8-9029-8077-827b-95c27ae7b93e-ea0e2382, #w-node-_2a880252-edb8-e133-b899-26b7ef86a2ba-ea0e2382, #w-node-_1be784c3-666d-39d5-eae1-8fe1f2acd90b-ea0e2382, #w-node-_4ffc9a23-62e7-7668-31ef-88ad1be8f009-ea0e2382 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Baires Alliance Font - Lato';
  src: url('../fonts/Lato-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baires Alliance Font - Lato';
  src: url('../fonts/Lato-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baires Alliance Font - Lato';
  src: url('../fonts/Lato-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baires Alliance Font - Lato';
  src: url('../fonts/Lato-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baires Alliance Font - Lato';
  src: url('../fonts/Lato-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Latoos';
  src: url('../fonts/Lato-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}