.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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 {
  color: #334e5c;
  background-color: #fdfaef;
  font-family: noto-sans, sans-serif;
  font-size: 1.1rem;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  margin-bottom: 0;
  padding-left: 270px;
  padding-right: 270px;
}

.body {
  color: #334e5c;
  background-color: #fdfaef;
  margin-top: 0;
  font-family: noto-sans, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.nav-link {
  color: #334e5c;
  letter-spacing: .125rem;
  padding-top: .8rem;
  padding-left: 25px;
  padding-right: 25px;
  font-family: eb-garamond, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:visited {
  text-decoration: underline;
}

.nav-link.w--current {
  color: #334e5c;
  line-height: 20px;
  text-decoration: underline;
}

.navbarcontainer {
  width: auto;
  height: auto;
  min-width: 80%;
  text-align: left;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  width: 100%;
  mix-blend-mode: normal;
  background-color: rgba(253, 250, 239, .3);
  background-image: linear-gradient(#fdfaef, rgba(253, 250, 239, .74) 55%, rgba(249, 243, 220, 0));
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 20px 24px 10px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.herotop {
  margin-top: 111px;
  position: relative;
}

.statement {
  max-width: none;
  float: none;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: adonis-web, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  display: block;
  position: static;
  top: 60px;
  left: 140px;
}

.paragraph {
  height: auto;
  color: #334e5c;
  letter-spacing: .03rem;
  margin-top: 0;
  margin-bottom: 8rem;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: noto-sans, sans-serif;
  font-weight: 400;
  line-height: 30px;
  position: static;
  top: 0;
}

.paragraph-2 {
  max-width: 460px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding-top: 27px;
  padding-left: 0;
  padding-right: 0;
  line-height: 24px;
  display: block;
}

.quick-stack {
  margin-right: 0;
  padding-left: 0;
  font-family: noto-sans, sans-serif;
  font-weight: 400;
}

.text-ticker_component {
  max-width: 25rem;
  color: #fff;
  flex: 0 auto;
  margin-bottom: 4rem;
  font-size: 2.2rem;
  line-height: 1.25rem;
  display: block;
  position: relative;
}

.statement1 {
  color: #334e5c;
  -webkit-text-stroke-color: #334e5c;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: adonis-web, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.25;
  display: block;
}

.text-ticker_mask {
  height: 3.2rem;
  float: right;
  color: #111;
  padding-left: 1em;
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  position: absolute;
  overflow: hidden;
}

.text-ticker_carousel {
  clear: both;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #ab5e6d;
  flex-flow: column;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.text-ticker_text {
  color: #ab5e6d;
  letter-spacing: -.0375em;
  font-family: adonis-web, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.25;
  display: inline;
}

.text-ticker_mask2 {
  height: 6rem;
  background-color: #32443e;
  position: absolute;
  top: 7rem;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-ticker_mask1 {
  height: 6rem;
  background-color: #32443e;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button {
  color: #334e5c;
  text-align: center;
  text-transform: uppercase;
  background-color: #fdfaef;
  border: 2px solid #334e5c;
  border-radius: 6px;
  font-family: eb-garamond, sans-serif;
  box-shadow: 2px 4px 8px rgba(51, 78, 92, .24);
}

.image-2 {
  width: 100%;
  display: block;
  position: static;
}

.div-block-5 {
  width: 50%;
  max-width: 45rem;
  margin-top: 10rem;
  margin-right: 12rem;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cell {
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding-right: 20rem;
}

.questions {
  letter-spacing: .25rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-family: eb-garamond, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-4 {
  text-align: left;
  letter-spacing: .03rem;
  margin-top: 31px;
  padding-left: 0;
  padding-right: 0;
  line-height: 30px;
}

.cell-2 {
  justify-content: center;
  padding-left: 12rem;
}

.image-3 {
  width: 50%;
}

.cell-3 {
  align-items: center;
}

.quick-stack-3 {
  margin-top: 8rem;
  margin-bottom: 0;
}

.ambitos-de-practica {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 12rem;
  padding-top: 0;
  display: flex;
  position: static;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8rem;
  margin-bottom: 8rem;
  padding-top: 31px;
  padding-bottom: 31px;
  display: flex;
}

.section-title {
  width: 100%;
  max-width: 640px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 0;
  display: flex;
}

.columns {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.card {
  width: 100%;
  max-width: 368px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f9f3dc;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  box-shadow: 4px 4px 18px rgba(51, 78, 92, .12);
}

.info {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f9f3dc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.actions {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 31px;
  display: flex;
}

.image-wrapper {
  width: 100%;
  height: 1340px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #334e5c;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(253, 250, 239, 0);
  border: 2px solid #334e5c;
  border-radius: 6px;
  font-family: eb-garamond, sans-serif;
  box-shadow: 2px 4px 8px rgba(51, 78, 92, .24);
}

.container-4 {
  width: 100%;
  height: 100%;
  max-width: none;
  background-image: url('../images/5_plantas-bottom.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  display: flex;
}

.paragragh-5 {
  text-align: center;
  margin-top: 31px;
  padding-left: 0;
  padding-right: 0;
}

.columns-3 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  padding: 39px 77px;
  display: flex;
}

.text {
  color: #fdfaef;
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
}

.footer-dark {
  width: 100%;
  height: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #334e5c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -220px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: static;
}

.daash_logo_negativo {
  object-fit: cover;
}

.text-2 {
  color: rgba(253, 250, 239, .8);
  text-align: center;
  letter-spacing: 0;
  padding-top: .5rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 100%;
}

.column-4 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-4 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-links {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-7 {
  width: 100%;
  max-width: 280px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.small-columns {
  width: 100%;
  max-width: 600px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 8rem;
  padding-top: 16px;
  display: flex;
}

.copyright {
  width: 100%;
  max-width: none;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 2rem;
  display: flex;
  box-shadow: 0 -1px #e4ebf3;
}

.link {
  color: #fdfaef;
  font-size: .8rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.logo-wrapper {
  width: 60%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 4rem;
  padding-top: 0;
  display: flex;
}

.footer {
  background-color: #334e5c;
}

.image-4 {
  width: 30%;
  max-width: none;
  flex: 1;
}

.brand {
  width: 20%;
  float: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-cards {
  color: #334e5c;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 1rem;
  font-family: noto-sans, sans-serif;
  font-size: 1rem;
}

.image-5 {
  width: 100%;
  max-width: none;
}

.herotop-2 {
  margin-top: 0;
  display: block;
  position: relative;
}

.paragraph-3 {
  max-width: 640px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-top: 2rem;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 24px;
  display: block;
}

.statement-2 {
  max-width: none;
  float: none;
  color: #ab5e6d;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: adonis-web, sans-serif;
  display: block;
  position: static;
  top: 60px;
  left: 140px;
}

.quick-stack-4 {
  padding: 0 0 0 10rem;
}

.cell-4 {
  grid-row-gap: 2rem;
  padding-right: 20rem;
}

.hero-text-div {
  width: 64%;
  max-width: 35rem;
  margin-top: 2rem;
  margin-right: 15rem;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.quick-stack-5 {
  grid-column-gap: 4rem;
  margin-top: 1rem;
  margin-bottom: 10rem;
  padding-left: 0;
}

.cell-5 {
  justify-content: center;
  padding-right: 12rem;
}

.paragraph-copy {
  height: auto;
  color: #334e5c;
  letter-spacing: .03rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: noto-sans, sans-serif;
  font-weight: 400;
  line-height: 30px;
  position: static;
  top: 0;
}

.quick-stack-6 {
  margin-top: 0;
  margin-bottom: 10rem;
  padding-right: 0;
}

.statement1-copy {
  color: #334e5c;
  -webkit-text-stroke-color: #334e5c;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: adonis-web, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.25;
  display: inline;
}

.cell-6 {
  justify-content: center;
  padding-left: 12rem;
}

.image-6 {
  max-width: none;
}

.quick-stack-7 {
  grid-column-gap: 4rem;
  margin-top: 1rem;
  margin-bottom: 10rem;
  padding-left: 0;
}

.quick-stack-8 {
  margin-top: 0;
  margin-bottom: 8rem;
  padding-right: 0;
}

.image-8 {
  width: 80%;
  max-width: none;
  align-self: center;
}

.cell-7 {
  justify-content: center;
  padding-right: 20rem;
}

.cell-8 {
  justify-content: center;
  padding-left: 12rem;
}

.quick-stack-9 {
  grid-column-gap: 4rem;
  margin-top: 1rem;
  margin-bottom: 10rem;
  padding-left: 0;
}

.cell-9 {
  justify-content: center;
  padding-right: 20rem;
}

.image-9 {
  margin-right: 0;
}

.hero-nosotros {
  margin-top: 10rem;
  margin-bottom: 20rem;
  margin-left: 12rem;
}

.cell-1-nos {
  justify-content: center;
}

.cell-10 {
  justify-content: center;
  padding-right: 20rem;
}

.cell-11 {
  align-items: center;
}

.quick-stack-11 {
  margin-top: 12rem;
}

.text-email {
  color: #334e5c;
  margin-top: 4rem;
  font-family: noto-sans, sans-serif;
  font-size: 1.8rem;
}

.text-block {
  color: rgba(51, 78, 92, .8);
  text-align: center;
  margin-top: 8rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.image-10 {
  width: 94%;
  max-width: 70%;
  align-self: center;
  display: block;
}

.quick-stack-12 {
  margin-bottom: -1px;
  padding-bottom: 0;
}

.cell-12 {
  justify-content: flex-end;
  padding-bottom: 0;
  display: flex;
}

.text-pink {
  color: #ab5e6d;
}

.image-11 {
  align-self: center;
}

.link-2 {
  color: #334e5c;
  text-align: center;
  margin-top: 4rem;
  font-family: noto-sans, sans-serif;
  font-size: 1.8rem;
  line-height: 2rem;
}

.cell-13 {
  flex-wrap: wrap;
  align-content: center;
}

@media screen and (max-width: 991px) {
  .herotop {
    margin-top: 0;
  }

  .statement {
    font-size: 32px;
    line-height: 36px;
    display: inline;
  }

  .paragraph {
    margin-bottom: 2rem;
  }

  .paragraph-2 {
    max-width: 360px;
    background-color: rgba(253, 250, 239, .19);
    font-size: 14px;
    display: block;
  }

  .quick-stack {
    margin-top: 2rem;
  }

  .text-ticker_component {
    max-width: 15rem;
    margin-bottom: 1rem;
  }

  .cell {
    padding-right: 4rem;
  }

  .cell-2 {
    padding-left: 2rem;
  }

  .image-3 {
    width: 100%;
  }

  .quick-stack-3 {
    margin-top: 4rem;
  }

  .ambitos-de-practica, .container-3 {
    margin-top: 2rem;
  }

  .f2wf-columns {
    flex-direction: column;
    align-items: center;
  }

  .f2wf-small-columns {
    justify-content: center;
    display: block;
  }

  .content-4, .footer-links {
    align-items: flex-start;
  }

  .column-7 {
    max-width: 46%;
    align-items: flex-end;
  }

  .f2wf-columns-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .hero-text-div {
    max-width: 25rem;
    margin-top: 1rem;
    margin-right: 2rem;
  }

  .image-9 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .statement {
    text-align: left;
    font-size: 24px;
    line-height: 22px;
    display: inline-block;
  }

  .paragraph-2 {
    max-width: 80%;
    padding-top: .25rem;
    font-size: 12px;
    line-height: 22px;
  }

  .text-ticker_mask {
    height: 3.5rem;
    padding-left: .5em;
  }

  .text-ticker_carousel {
    display: flex;
  }

  .text-ticker_text {
    font-size: 2.5rem;
  }

  .cell {
    padding-right: 0;
  }

  .f2wf-small-columns {
    flex-direction: column;
    align-items: center;
  }

  .hero-text-div {
    text-align: left;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .statement {
    font-size: 12px;
    line-height: 12px;
  }

  .paragraph-2 {
    font-size: 8px;
    line-height: 12px;
  }

  .text-ticker_text {
    font-size: 3.052rem;
  }

  .image-2 {
    height: 100%;
  }

  .brand {
    width: 40%;
  }
}

#w-node-_19ca9d55-3696-f473-f56b-af62f8e49b9f-527b6dc6 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-c19c2050-932f-405d-2013-1260e2a9f8c9-527b6dc6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-a4578d11-b713-9bfd-af4a-1cd643a687b7-612cf8e7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#tejiendo.w-node-f3b9f026-a8cf-4957-dca8-38b56162de63-612cf8e7 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#restaura.w-node-_77e41f87-65c1-d854-a950-454f99068251-612cf8e7 {
  grid-template-rows: auto;
  grid-template-columns: 4fr 2fr;
}

#mapeo.w-node-_52f6d1c0-aa49-9c51-baa0-ca02bee7afe8-612cf8e7 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#arte.w-node-_95506ec3-1bd7-c940-6788-cc86d849d681-612cf8e7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#democrat.w-node-_48173bbe-3e5b-d240-c943-f2e94b740ef7-612cf8e7 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_0ccdbf11-80c7-3f7a-ec2c-0250a8bb63b0-f97ddc85 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-_90b449f5-05bb-ccba-1fab-05d8012cfa43-f97ddc85 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_41314f75-773a-0333-cc4c-ce98063e7a08-9c670efc, #w-node-_2cb62b07-a955-34d3-6d20-3acce2b7c2e5-9c670efc {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}


