:root {
  --black: #0b0b1f;
  --blue: #302dd7;
  --white: white;
  --blue-hover: #211fb9;
  --light-grey: #e9f0f1;
  --dark-slate-grey: #363636;
  --error-red: #ff5771;
  --aquamarine: #adf8de;
  --turquoise: #82e5ce;
  --royal-blue: #0065b5;
  --yellow-green: #9fc53d;
  --verde-bimbando: #c1fc31;
  --medium-blue: #211fb921;
  --khaki: #fff386;
  --royal-blue-2: #06f;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--black);
  font-family: Ubuntu custom, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  transition: color .25s;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .5rem;
  font-weight: 600;
  display: block;
}

blockquote {
  border-left: .125rem solid var(--black);
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.7;
}

figure {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

figcaption {
  text-align: center;
  margin-top: .5rem;
  font-size: .875rem;
  font-weight: 500;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.button {
  background-color: var(--blue);
  color: var(--white);
  flex: none;
  padding: .75rem 2rem;
  font-weight: 600;
  transition: background-color .25s;
}

.button:hover {
  background-color: var(--blue-hover);
  color: var(--white);
}

.button.button-fullwidth {
  width: 100%;
}

.background-color-black {
  background-color: var(--black);
}

.team1_list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-color-lightgrey {
  background-color: var(--light-grey);
}

.button-white {
  background-color: var(--white);
  color: var(--black);
  padding: .75rem 2rem;
  font-weight: 600;
  transition: color .25s, background-color .25s;
}

.button-white:hover {
  background-color: var(--blue);
  color: #fff;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-size-medium.slide-in-up.text-color-grey {
  color: #0b0b1fc2;
}

.max-width-small {
  max-width: 40rem;
}

.max-width-medium {
  max-width: 48rem;
}

.max-width-large {
  max-width: 80rem;
}

.max-width-xlarge {
  max-width: 90rem;
}

.max-width-xsmall {
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxsmall {
  max-width: 24rem;
}

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

.text-align-center.estatico-movil {
  position: sticky;
  top: 305px;
}

.team2_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team3_list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team3_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nav5_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.nav_menu-icon {
  line-height: 1;
}

.social_link {
  background-color: var(--light-grey);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: color .25s;
  display: flex;
}

.social_link:hover {
  color: var(--blue);
}

.social_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.footer4_component {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.line_divider {
  background-color: var(--light-grey);
  width: 100%;
  height: 1px;
}

.line_divider.line-divider-mobile {
  display: none;
}

.footer5_right {
  align-items: center;
  display: flex;
}

.footer1_column {
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

.footer1_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer1_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 22.5rem;
  margin-right: 2.5rem;
  display: grid;
}

.form_input {
  border: .125rem solid var(--light-grey);
  background-color: var(--white);
  color: var(--black);
  height: 3.25rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  transition: background-color .25s, border-color .25s;
}

.form_input:focus {
  border-color: #dae5e7;
}

.form_input::placeholder {
  color: #0b0b1f80;
}

.form_input.is-message {
  height: 7.5rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.form_input.is-message.is-white {
  border-style: none;
}

.form_input.is-white {
  border-color: var(--white);
  border-radius: 100rem;
}

.form_input.is-white:focus {
  background-color: #f3f7f8;
  border-color: #f3f7f8;
}

.form_input.is-grey {
  background-color: var(--light-grey);
  border-radius: 100rem;
}

.fs-styleguide_divider {
  color: #fff;
  letter-spacing: .2rem;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 2rem;
  font-size: .6875rem;
  font-weight: 700;
  display: flex;
}

.contact1_form {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_checkbox-wrapper {
  margin-bottom: 0;
  padding-left: 1.75rem;
  font-size: .875rem;
}

.form_checkbox-label {
  margin-bottom: .25rem;
  font-weight: 500;
}

.contact2_image-wrapper {
  justify-content: center;
  align-items: center;
}

.contact2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  align-items: center;
}

.contact4_form {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_color-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-color-primary {
  background-color: var(--blue);
}

.button-outline {
  border: .125rem solid var(--blue);
  color: var(--blue);
  background-color: #fff0;
  padding: .625rem 1.875rem;
  font-weight: 600;
  transition: color .25s, background-color .25s;
}

.button-outline:hover {
  background-color: var(--blue);
  color: #fff;
}

.layout16_component {
  grid-column-gap: 3.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--black);
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 4rem;
  display: block;
}

.cms1_list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cms1_image-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative;
}

.read-more_icon {
  width: 1rem;
  margin-left: .5rem;
  line-height: 0;
}

.read-more_wrapper {
  align-items: center;
  display: flex;
}

.read-more_link-wrapper {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 600;
  display: inline-block;
}

.cms2_list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cms3_content-wrapper {
  background-color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem 2rem 1.5rem;
  display: flex;
}

.cms3_image-wrapper {
  height: 16rem;
  position: relative;
}

.layout28_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.layout20_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center stretch;
  display: grid;
}

.layout22_item {
  background-color: #fff;
  padding: 2.5rem;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-color-dark-grey {
  color: var(--dark-slate-grey);
}

.layout23_component {
  background-color: #ddd0;
  height: auto;
  display: flex;
}

.layout23_slide-nav {
  bottom: -.5rem;
}

.layout23_arrow-circle {
  border: .125rem solid var(--black);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.layout23_slide-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.layout23_slide-left {
  align-items: center;
  display: flex;
}

.layout23_mask {
  height: auto;
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.layout23_slide {
  margin-bottom: 2.5rem;
}

.layout21_client {
  align-items: center;
  display: flex;
}

.layout21_client-image-wrapper {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 1rem;
  overflow: hidden;
}

.layout1_component {
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.layout1_content {
  max-width: 37.5rem;
}

.layout2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  align-items: center;
}

.layout4_image-wrapper {
  justify-content: center;
  align-items: center;
}

.team1_image-wrapper {
  justify-content: center;
  align-items: center;
  height: 24rem;
  margin-bottom: 1.5rem;
}

.faq2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.faq_explander-horizontal {
  background-color: var(--black);
  width: 1.25rem;
  height: .125rem;
}

.faq_explander-vertical {
  background-color: var(--black);
  width: .125rem;
  height: 1.25rem;
  position: absolute;
}

.faq_expander {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .25rem;
  margin-left: 2.5rem;
  display: flex;
  position: relative;
}

.faq_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq_answer {
  overflow: hidden;
}

.layout18_lightbox {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.layout19_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.layout29_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
}

.layout6_icon-wrapper {
  flex: none;
  margin-right: 1.5rem;
}

.layout7_image-wrapper {
  justify-content: center;
  align-items: center;
}

.layout9_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.layout9_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 2.5rem;
  display: grid;
}

.layout10_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout10_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.pricing1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
}

.pricing1_item {
  background-color: var(--white);
  text-align: center;
  padding: 2.5rem 2rem 2rem;
}

.pricing1_cost {
  margin-top: 1.5rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
}

.pricing1_value-tag {
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
}

.pricing2_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
}

.pricing2_cost {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.pricing2_icon-wrapper {
  background-color: var(--light-grey);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.button-lightgrey {
  background-color: var(--light-grey);
  color: var(--black);
  padding: .75rem 2rem;
  font-weight: 600;
  transition: color .25s, background-color .25s;
}

.button-lightgrey:hover {
  background-color: var(--black);
  color: #fff;
}

.pricing3_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing3_item {
  border: .125rem solid var(--light-grey);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 2rem 2rem;
  display: flex;
}

.button-black {
  background-color: var(--black);
  color: #fff;
  padding: .75rem 2rem;
  font-weight: 600;
  transition: background-color .25s;
}

.button-black:hover {
  background-color: var(--blue);
  color: var(--white);
}

.button-black.button-fullwidth {
  width: 100%;
}

.footer4_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header5_content {
  max-width: 37.5rem;
}

.layout5_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  height: 100vh;
}

.footer5_component {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.footer2_column {
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

.footer2_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer5_content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form_error-message {
  border-left: .125rem solid var(--error-red);
  color: var(--error-red);
  background-color: #e72f3c1a;
  margin-top: .5rem;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
}

.form_success-message {
  background-color: var(--light-grey);
  text-align: left;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
}

.form_success-message.large {
  padding: 1.5rem 2rem;
  font-size: .9375rem;
}

.form_success-message.large.white {
  background-color: var(--white);
}

.team2_list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout18_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.layout7_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.layout7_content {
  max-width: 37.5rem;
  padding-right: 3.5rem;
}

.layout8_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  align-items: center;
}

.layout8_image-wrapper {
  justify-content: center;
  align-items: center;
}

.layout8_content {
  max-width: 37.5rem;
  padding-left: 3.5rem;
}

.pricing2_item {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 2rem 2rem;
  display: flex;
}

.pricing3_cost {
  margin-top: 1.25rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
}

.cms2_image-wrapper {
  margin-bottom: 1.5rem;
  position: relative;
}

.cms3_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout27_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.layout22_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.protected_wrap {
  background-image: linear-gradient(to bottom, var(--aquamarine), #fff0 33%);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.protected_content {
  text-align: center;
  flex-direction: column;
  width: 22.5rem;
  margin-bottom: 0;
}

.footer4_menu {
  text-align: right;
  font-weight: 600;
}

.layout2_form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout14_form {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.protected_form {
  flex-direction: column;
  align-items: stretch;
}

.password_grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-columns: 1fr;
  justify-items: stretch;
  margin-top: 1.5rem;
}

.not-found_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 24rem;
  margin-bottom: 0;
  display: flex;
}

.not-found_wrap {
  background-image: linear-gradient(to bottom, var(--aquamarine), #fff0 19%);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.fs-styleguide_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 16rem 1fr;
  margin-bottom: 5rem;
}

.fs-styleguide_grid.fs-styleguide_grid-last {
  margin-bottom: 0;
}

.fs-styleguide_color {
  width: 100%;
}

.color {
  width: 100%;
  height: 5rem;
  margin-bottom: .5rem;
}

.color.is-primary {
  background-color: var(--blue);
}

.color.is-primary-hover {
  background-color: var(--blue-hover);
}

.color.is-black {
  background-color: var(--black);
}

.color.is-lightgrey {
  background-color: var(--light-grey);
}

.color.is-white {
  background-color: var(--white);
}

.color.is-turquoise {
  background-color: var(--turquoise);
}

.color.is-red {
  background-color: var(--error-red);
}

.fs-styleguide_button-div {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.fs-styleguide_space-label {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 1px;
  align-items: center;
  height: 1.75rem;
  padding: .25rem .75rem .25rem .5rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.6;
  display: block;
}

.fs-styleguide_space-wrapper {
  background-color: var(--light-grey);
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.fs-styleguide_grid-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_button-padding {
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.fs-styleguide_box-shadow {
  box-shadow: 0 0 24px #eff4f5;
}

.faq_answer-margin {
  margin-top: 1rem;
}

.fs-styleguide_header {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6rem 2.5rem;
  display: flex;
}

.social_icon {
  width: 1rem;
  line-height: 0;
}

.fs-styleguide_nav {
  z-index: 99999999;
}

.nav1_component {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #211fb95e;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.nav2_component {
  background-color: var(--white);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.nav3_component {
  background-color: var(--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.nav4_component, .nav5_component {
  background-color: var(--white);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.afflpro_nav-menu-wrapper {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.fs-styleguide_nav-fixed {
  z-index: 1001;
  position: fixed;
  inset: 0% 0% auto;
}

.nav1_menu {
  align-content: space-between;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.nav1_link {
  padding: .5rem 1rem;
  transition: color .25s;
}

.nav1_link:hover {
  color: var(--blue);
}

.nav1_link.w--current {
  color: var(--black);
}

.nav1_link.w--current:hover {
  color: var(--blue);
}

.nav1_dropdown-list {
  background-color: var(--light-grey);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.nav1_dropdown-toggle {
  padding: .5rem 2.25rem .5rem 1rem;
}

.nav1_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.nav2_menu {
  place-content: space-between;
  font-weight: 600;
  display: flex;
}

.nav2_link {
  color: var(--black);
  padding: .5rem 1rem;
  transition: color .25s;
}

.nav2_link:hover {
  color: var(--blue);
}

.nav2_link.w--current {
  color: var(--black);
}

.nav2_link.w--current:hover {
  color: var(--blue);
}

.nav2_dropdown-list {
  background-color: var(--light-grey);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.nav2_dropdown-toggle {
  padding: .5rem 2.25rem .5rem 1rem;
}

.nav2_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.nav3_menu {
  flex: 1;
  place-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  margin-right: auto;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-weight: 600;
  display: flex;
}

.nav3_link {
  color: var(--black);
  padding: .5rem 1rem;
  transition: color .25s;
}

.nav3_link:hover {
  color: var(--blue);
}

.nav3_link.w--current {
  color: var(--black);
}

.nav3_link.w--current:hover {
  color: var(--blue);
}

.nav3_dropdown-toggle {
  padding: .5rem 2.25rem .5rem 1rem;
}

.nav3_dropdown-list {
  background-color: var(--light-grey);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.nav3_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.nav3_button-wrapper {
  text-align: left;
}

.nav4_menu {
  align-content: space-between;
  align-items: center;
  margin-right: -1rem;
  font-weight: 600;
  display: flex;
}

.nav4_link {
  color: var(--black);
  padding: .5rem 1rem;
  transition: color .25s;
}

.nav4_link:hover {
  color: var(--blue);
}

.nav4_link.w--current {
  color: var(--black);
}

.nav4_link.w--current:hover {
  color: var(--blue);
}

.nav4_dropdown-toggle {
  padding: .5rem 2.25rem .5rem 1rem;
}

.nav4_dropdown-list {
  background-color: var(--light-grey);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.nav4_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.afflpro_menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-content: space-between;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.nav5_link {
  color: var(--black);
  padding: .5rem 1rem;
  transition: color .25s;
}

.nav5_link:hover {
  color: var(--blue);
}

.nav5_link.w--current {
  color: var(--black);
}

.afflpro_social-mobile {
  float: left;
  text-align: left;
  padding: .75rem 2.5rem 1rem;
  display: none;
}

.footer1_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: color .25s;
}

.footer1_link:hover {
  color: var(--blue);
}

.footer1_logo {
  max-height: 1.5rem;
}

.footer1_bottom-text-link {
  transition: color .25s;
}

.footer1_bottom-text-link:hover {
  color: var(--blue);
}

.footer2_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: color .25s;
}

.footer2_link:hover {
  color: var(--blue);
}

.footer2_info {
  max-width: 22.5rem;
  margin-right: 2.5rem;
}

.footer2_logo {
  max-height: 1.5rem;
}

.footer2_bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.footer2_bottom-text-link {
  text-decoration: none;
  transition: color .25s;
}

.footer2_bottom-text-link:hover {
  color: var(--blue);
}

.footer3_nav-menu {
  text-align: center;
  font-weight: 600;
}

.footer3_link {
  padding: .5rem 1rem;
  text-decoration: none;
  transition: color .25s;
  display: inline-block;
}

.footer3_link:hover {
  color: var(--blue);
}

.footer3_logo {
  max-height: 1.5rem;
}

.footer4_text-link {
  text-decoration: none;
  transition: color .25s;
}

.footer4_text-link:hover {
  color: var(--blue);
}

.footer4_link {
  margin-left: 1.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: color .25s;
  display: inline-block;
}

.footer4_link:hover {
  color: var(--blue);
}

.footer5_text-link {
  text-decoration: none;
  transition: color .25s;
}

.footer5_text-link:hover {
  color: var(--blue);
}

.footer5_link-wrapper {
  font-weight: 600;
}

.footer5_link {
  margin-right: 1.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: color .25s;
  display: inline-block;
}

.footer5_link:hover {
  color: var(--blue);
}

.footer2_title {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.layout1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout4_image {
  object-fit: cover;
}

.layout5_image-wrapper {
  justify-content: center;
  align-items: center;
}

.layout5_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.layout6_image {
  object-fit: cover;
}

.layout6_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  align-items: center;
}

.layout6_features-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr;
}

.layout6_feature {
  align-items: flex-start;
  display: flex;
}

.layout6_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 22.5rem;
}

.layout7_image, .layout8_image {
  object-fit: cover;
}

.team1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team2_image-wrapper {
  height: 16rem;
  margin-bottom: 1.5rem;
}

.team3_image-wrapper {
  height: 12rem;
  margin-bottom: 1.5rem;
}

.layout18_play-circle {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
}

.layout18_video-image {
  object-fit: cover;
}

.layout18_play-icon {
  width: .75rem;
  margin-left: .25rem;
}

.layout19_play-circle {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
}

.layout19_play-icon {
  width: .75rem;
  margin-left: .25rem;
}

.layout19_video-image {
  object-fit: cover;
}

.cms1_image {
  object-fit: cover;
  width: 100%;
  height: 16rem;
}

.cms2_text-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cms2_image {
  object-fit: cover;
  width: 100%;
  height: 20rem;
}

.cms3_link {
  color: var(--black);
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
}

.cms3_link:hover {
  color: var(--black);
}

.cms3_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout20_logo {
  filter: grayscale();
  max-height: 2.5rem;
  transition: filter .25s;
}

.layout20_logo:hover {
  filter: grayscale(0%);
}

.layout22_logo {
  height: 2rem;
  line-height: 0;
}

.layout23_logo {
  max-height: 2.5rem;
  line-height: 0;
}

.layout28_image {
  object-fit: cover;
  width: 100%;
  height: 17.5rem;
}

.layout27_image {
  object-fit: cover;
  width: 100%;
  max-height: 16rem;
}

.contact4_component, .contact1_component {
  margin-bottom: 0;
}

.form_checkbox {
  border-width: .125rem;
  border-color: var(--light-grey);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-left: -1.75rem;
  margin-right: .5rem;
  transition: border-color .25s;
}

.form_checkbox:hover {
  border-color: #e1e9eb;
}

.form_checkbox.w--redirected-checked {
  border-color: var(--turquoise);
  background-color: var(--turquoise);
  background-size: .875rem .875rem;
}

.form_checkbox.w--redirected-focus {
  box-shadow: none;
}

.form_checkbox.is-white {
  border-style: none;
}

.contact2_image {
  object-fit: cover;
}

.contact2_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav1_logo-link, .nav2_logo-link, .nav3_logo-link, .nav4_logo-link, .afflpro_logo-link {
  line-height: 0;
}

.footer4_logo, .nav5_logo, .nav4_logo, .nav3_logo, .nav2_logo {
  max-height: 1.5rem;
}

.nav1_logo {
  height: 100%;
  max-height: 1.5rem;
}

.layout2_image {
  object-fit: cover;
}

.layout23_arrow {
  width: 1.15rem;
  font-size: 0;
  line-height: 0;
}

.layout23_arrow.is-rotated {
  transform: rotate(180deg);
}

.layout21_client-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cms1_title-link, .cms1_title-link:hover, .cms2_title-link, .cms2_title-link:hover {
  color: var(--black);
}

.layout11_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  align-items: center;
}

.layout11_image {
  object-fit: cover;
}

.layout11_list-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.layout11_list-item {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout12_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout12_right {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  align-items: start;
  margin-top: 1rem;
}

.layout12_number {
  color: #0b0b1f54;
  font-weight: 600;
}

.layout12_item {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team4_list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.team4_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team4_image-wrapper {
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.team4_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout17_component {
  background-color: var(--white);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  padding: 4rem;
}

.pricing4_table-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--light-grey);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pricing4_table-cta {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding-top: 2rem;
}

.pricing4_checkmark {
  color: var(--turquoise);
  width: 1rem;
  display: inline-block;
}

.pricing4_crossmark {
  color: #0b0b1f54;
  width: .75rem;
  display: inline-block;
}

.pricing4_table-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--light-grey);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  padding-bottom: 2rem;
}

.pricing4_table-title-wrapper {
  align-items: center;
  display: flex;
}

.pricing4_help-circle {
  background-color: var(--light-grey);
  color: #0b0b1f54;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
}

.pricing4_help-wrapper {
  flex: 1;
  margin-left: .5rem;
  position: relative;
}

.pricing4_help-textbox {
  background-color: var(--light-grey);
  width: 12.5rem;
  margin-top: .5rem;
  padding: .5rem .75rem;
  display: none;
  position: absolute;
}

.contact3_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  align-items: start;
}

.contact3_content {
  max-width: 32rem;
}

.contact3_contact-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr;
}

.contact3_contact {
  align-items: center;
  display: flex;
}

.contact_icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: .75rem;
  display: flex;
}

.contact3_form {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact3_form-wrapper {
  margin-bottom: 0;
}

.layout24_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout24_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr;
}

.layout24_item {
  background-color: var(--white);
  padding: 2.5rem;
}

.layout24_rating-icon {
  color: #ecb76c;
  width: 1.25rem;
  margin-right: .25rem;
  display: inline-block;
}

.layout24_rating-wrapper {
  margin-bottom: 1.5rem;
}

.layout26_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  align-items: start;
}

.layout26_logo-list {
  flex-wrap: wrap;
  display: flex;
}

.layout26_logo {
  filter: grayscale();
  max-height: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-right: 3rem;
  line-height: 0;
  transition: filter .25s;
}

.layout26_logo:hover {
  filter: grayscale(0%);
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text h4, .text-rich-text h3, .text-rich-text h6, .text-rich-text h5 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text a {
  color: var(--blue);
  font-weight: 600;
}

.text-rich-text a:hover {
  color: var(--blue-hover);
}

.layout31_component {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout31_text-link {
  color: #ffffffbf;
}

.layout31_text-link:hover {
  color: var(--white);
}

.layout32_component {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.layout32_close-icon {
  color: var(--white);
  width: .75rem;
  font-size: 0;
  line-height: 0;
}

.layout32_text-link {
  color: #ffffffbf;
}

.layout32_text-link:hover {
  color: var(--white);
}

.layout32_close {
  margin-right: -1rem;
  padding: 1rem;
}

.cms1_empty-state {
  background-color: var(--white);
  height: 0;
  padding: 0;
}

.heading_style-h1 {
  font-size: 4rem;
  line-height: 1.25;
}

.blog-title_category-link {
  background-color: var(--black);
  color: var(--white);
  border-radius: 4rem;
  margin-bottom: 1.5rem;
  padding: .25rem 1rem;
  font-size: .875rem;
  font-weight: 600;
}

.blog-title_category-link:hover {
  color: var(--white);
}

.blog-header_image {
  width: 100%;
}

.cms3_list-wrapper {
  justify-content: start;
}

.cms3_item:hover {
  color: var(--black);
}

.cms1_category-link {
  background-color: var(--black);
  color: var(--white);
  border-radius: 1.25rem;
  padding: .25rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  position: absolute;
  bottom: .75rem;
  left: .75rem;
}

.cms1_category-link:hover {
  color: var(--white);
}

.cms1_image-link, .cms2_image-link {
  width: 100%;
}

.pricing1_checkmark {
  color: var(--turquoise);
  width: 1rem;
  margin-top: .5rem;
  margin-right: .5rem;
  font-size: 0;
  line-height: 0;
  display: inline-block;
}

.pricing1_feature {
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.pricing1_crossmark {
  color: #0b0b1f54;
  width: .75rem;
  margin-top: .5rem;
  margin-right: .5rem;
  font-size: 0;
  line-height: 0;
}

.pricing4_mobile {
  display: none;
}

.pricing4_mobile-table-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.pricing4_mobile-table-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pricing4_mobile-table-cta {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding-top: 2rem;
}

.layout25_client {
  align-items: center;
  display: flex;
}

.cms3_image-overlay {
  background-color: var(--black);
  opacity: .25;
  position: absolute;
  inset: 0%;
}

.layout17_form, .footer1_form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.team1_item, .team3_item {
  text-align: center;
}

.form_radio-button {
  border: .125rem solid var(--light-grey);
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .25rem;
  margin-left: -1.75rem;
}

.form_radio-wrapper {
  margin-bottom: 0;
  padding-left: 1.75rem;
  font-size: .875rem;
}

.form_radio-label {
  margin-bottom: .25rem;
  font-weight: 500;
}

.form_checkbox-button {
  border-width: 2px;
  border-color: var(--light-grey);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 0;
  width: 1.375rem;
  height: 1.375rem;
  margin: .125rem 0 0 -1.75rem;
  transition: border-color .25s;
}

.form_checkbox-button:hover {
  border-color: #e1e9eb;
}

.form_checkbox-button.w--redirected-checked {
  border-color: var(--turquoise);
  background-color: var(--turquoise);
  background-size: 14px 14px;
}

.form_checkbox-button.w--redirected-focus {
  box-shadow: none;
}

.form_password-text {
  margin-top: .75rem;
  font-size: .875rem;
  font-weight: 600;
}

.lightbox_play {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.nav2_button-wrapper {
  flex: none;
  justify-content: flex-end;
  width: 11rem;
  display: flex;
}

.faq_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading_style-h3 {
  font-size: 2.25rem;
  line-height: 1.5;
}

.heading_style-h4 {
  font-size: 1.75rem;
  line-height: 1.5;
}

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

.container-large {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  width: 100%;
  max-width: 87vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-xsmall {
  width: 100%;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.footer1_form-wrapper, .layout2_form-wrapper, .layout14_form-wrapper {
  margin-bottom: 0;
}

.faq1_line-divider {
  background-color: var(--light-grey);
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.faq2_line-divider {
  background-color: var(--light-grey);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.layout17_form-wrapper {
  margin-bottom: .5rem;
}

.nav1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav2_container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 11rem auto;
  grid-auto-columns: auto;
  justify-content: stretch;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.nav3_container {
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav3_link-wrapper {
  align-items: center;
  display: flex;
}

.nav4_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: -4.75rem;
  display: flex;
}

.layout17_form-bottom {
  flex-direction: column;
  align-items: center;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-group {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  display: flex;
}

.icon_1x1-medium {
  width: 2rem;
  height: 2rem;
}

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

.text-weight-bold.text-color-afflpro {
  color: var(--royal-blue);
}

.text-weight-bold.text-color-green {
  color: var(--yellow-green);
}

.pricing3_features {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.team1_social-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-large {
  font-size: 1.5rem;
}

.pricing4_cost {
  font-size: 2rem;
  font-weight: 700;
}

.fs-styleguide_nav-background {
  height: 4.75rem;
}

.nav5_social-wrapper, .footer5_social-wrapper, .footer3_social-wrapper, .footer2_social-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.text-style-quote {
  border-left: .125rem solid var(--black);
  color: var(--black);
  text-align: left;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
}

.text-style-italic {
  font-style: italic;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

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

.text-align-right {
  text-align: right;
}

.text-weight-normal {
  color: var(--white);
  font-family: Nerkoone, sans-serif;
  font-size: 5.7rem;
  font-weight: 400;
  line-height: .7;
}

.text-weight-light {
  font-weight: 300;
}

.heading_style-h2 {
  font-size: 3rem;
  line-height: 1.35;
}

.heading_style-h2.text-weight-normal {
  font-family: Abecedary, sans-serif;
  font-weight: 400;
}

.heading_style-h2.text-weight-normal.negro {
  color: var(--black);
  font-family: Nerkoone, sans-serif;
}

.heading_style-h2.text-weight-normal.negro.centro {
  text-align: center;
}

.heading_style-h2.text-weight-normal.negro.centro.blanco {
  color: var(--white);
}

.text-size-tiny {
  font-size: .75rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-muted {
  opacity: .4;
}

.text-style-link {
  color: var(--blue);
  font-weight: 600;
}

.text-style-link:hover {
  color: var(--blue-hover);
}

.text-color-primary {
  color: var(--blue);
}

.fs-styleguide_text-color-wrapper {
  width: 100%;
}

.text-color-black {
  color: var(--black);
}

.text-color-white {
  color: var(--white);
}

.text-color-white.text-weight-medium.heading_style-h3.fade-in {
  color: var(--black);
  font-family: Nerkoone, sans-serif;
  font-size: 2.8rem;
}

.text-color-grey {
  color: #0b0b1fa8;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.max-width-full {
  max-width: none;
}

.icon_small {
  height: 1rem;
}

.fs-styleguide_icon-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.fs-styleguide_icon-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon_1x1-small {
  width: 1rem;
  height: 1rem;
}

.icon_1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.fs-styleguide_icons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: auto;
  margin-top: 1rem;
  display: grid;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.z-2 {
  z-index: 2;
  position: relative;
}

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

.layer {
  position: absolute;
  inset: 0%;
}

.fs-styleguide_relative {
  height: 5rem;
  position: relative;
}

.clickable-off {
  cursor: none;
}

.clickable-on {
  cursor: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.max-width-xxlarge {
  max-width: 98rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-large {
  padding: 3rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-0-all {
  margin: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-large {
  align-self: stretch;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-0-all {
  padding: 0;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: visible;
}

.nav2_link-wrapper {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon_large {
  height: 2.5rem;
}

.icon_medium {
  height: 2rem;
}

.text-size-regular.slide-in-up.text-color-grey {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.text-size-regular.slide-in-up.text-color-grey.cdntro {
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}

.text-size-regular.slide-in-up.text-color-white.text-align-center-tablet {
  color: var(--black);
}

.heading_style-h5 {
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-nowrap {
  white-space: nowrap;
}

.button-wrapper {
  margin: .5rem;
}

.nav1_button-wrapper {
  margin-left: 1rem;
}

.button-text {
  color: var(--blue);
  background-color: #fff0;
  padding: .75rem 2rem;
  font-weight: 600;
  transition: color .25s;
}

.button-text:hover {
  color: var(--blue-hover);
}

.cms3_content {
  flex: 1;
}

.pricing2_content {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.padding-section-large {
  padding: 3rem 0;
}

.padding-section-huge {
  padding: 6rem 0;
}

.padding-section-xlarge {
  border-radius: 50px;
  padding: 4rem;
}

.padding-section-xlarge.movil {
  flex-flow: column;
  height: 2000px;
  display: flex;
  position: relative;
}

.padding-section-xlarge.flex-centro {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.padding-section-xlarge.flex-centro.mas {
  margin-top: 0;
}

.cms2_category-link {
  background-color: var(--black);
  color: var(--white);
  border-radius: 1.25rem;
  padding: .25rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  position: absolute;
  bottom: .75rem;
  left: .75rem;
}

.cms2_category-link:hover {
  color: var(--white);
}

.section-kristallmatte {
  padding-top: 6.1rem;
  padding-bottom: 6.1rem;
}

.kristallmatte-image {
  mix-blend-mode: normal;
  object-fit: cover;
  background-color: #302dd70f;
  transition: all .45s;
}

.kristallmatte-image:hover {
  transform: scale(1.1);
}

.section_home-afflpro {
  z-index: 2;
  background-image: linear-gradient(163deg, #ffffff36 20%, #fff0 51%, #ffffff47), url('../images/FONDO-BUENO.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 98vh;
  transition: all .5s cubic-bezier(.95, .05, .795, .035);
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-image-wrapper {
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.product-image-wrapper.surfboard-1 {
  position: sticky;
  top: 9.1rem;
  box-shadow: 0 2px 5px #0003;
}

.product-image-wrapper.kristallmatte {
  object-fit: none;
  position: sticky;
  top: 9.1rem;
}

.product-image-wrapper.kristallmatte.overflow-none {
  object-fit: contain;
  overflow: hidden;
}

.product-image-wrapper.dhd {
  position: sticky;
  top: 9.1rem;
  box-shadow: 0 2px 5px #0003;
}

.cdl-image {
  mix-blend-mode: normal;
  object-fit: cover;
  background-color: #eeefda;
  transition: all .45s;
}

.cdl-image:hover {
  transform: scale(1.1);
}

.layout-right-content {
  max-width: none;
  padding-left: 3.5rem;
}

.layout-right-content.tama-omovil {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 34vw;
  padding-left: 0;
  display: flex;
  position: static;
  inset: 6vw auto auto 0%;
}

.layout-right-content.tama-omovil._2 {
  justify-content: flex-start;
  align-items: center;
  width: 34vw;
  max-width: 400px;
  inset: auto auto 3.8vw 0%;
}

.layout-right-content.tama-omovil._3 {
  width: 34vw;
  max-width: 400px;
  inset: 6vw 0% auto auto;
}

.layout-right-content.tama-omovil._4 {
  width: 34vw;
  max-width: 400px;
  inset: auto 0% 3.8vw auto;
}

.layout-right-content.tama-omovil._1 {
  width: 34vw;
  max-width: 400px;
}

.layout-right-content.tama-omovil {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  max-width: 400px;
  padding-left: 0;
  display: flex;
}

.layout-right-content.tama-omovil.derecha {
  align-self: flex-end;
}

.hero-headline-wrapper.overflow-hidden {
  margin-top: -136px;
}

.afflpro-button {
  color: #099590;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 11px;
  flex: none;
  padding: .75rem 2rem;
  font-family: Firsttimewriting, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3;
  transition: all .4s cubic-bezier(.23, 1, .32, 1);
}

.afflpro-button:hover {
  color: #099590;
  transform: scale(1.1);
}

.afflpro-button.button-fullwidth {
  width: 100%;
}

.afflpro-button.slide-in-up-2 {
  background-image: linear-gradient(#00000024, #00000024), linear-gradient(90deg, #25cfbe, #00ffc4);
  border-radius: .5rem;
  font-family: Firsttimewriting, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  transition-property: all;
}

.afflpro-button.slide-in-up-2:hover {
  transform: scale(1.1);
}

.afflpro-button.slide-in-up-2.color3 {
  color: var(--royal-blue);
  background-color: #fff;
}

.afflpro-button.slide-in-up-2.espacio {
  background-image: linear-gradient(#00000024, #00000024), linear-gradient(90deg, #25cfbe, #00ffc4);
  margin-top: 20px;
}

.afflpro-button.color2 {
  background-color: var(--royal-blue);
}

.afflpro-button.fade-in-2 {
  transition-property: all;
}

.afflpro-button.fade-in-2:hover {
  transform: none;
}

.fade-in.cdl-text {
  font-family: Nerkoone, sans-serif;
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1.4;
}

.fade-in.cdl-text.tama-o2 {
  color: #000;
  font-family: Nunito, sans-serif;
  font-size: 1vw;
  font-weight: 900;
  line-height: .9;
}

.fade-in.cdl-text.tama-o2._2 {
  letter-spacing: -1px;
  font-size: 1.9rem;
  font-weight: 700;
}

.fade-in.cdl-text.tama-o2 {
  color: #000;
  font-size: 2.4rem;
  line-height: .9;
}

.lottie-animation {
  width: 6.7rem;
}

.div-block {
  margin-left: auto;
  margin-right: auto;
}

.hero-lotti-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.afflpro_nav-fixed-copy {
  z-index: 1001;
  position: fixed;
  inset: 0% 0% auto;
}

.blue-water-shp-partnr-wrapper {
  grid-column-gap: 1rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #e9f0f187;
  border-radius: .75rem;
  align-items: center;
  padding: .3rem 1.1rem;
  display: flex;
  position: absolute;
  inset: auto auto 3% -29%;
}

.blue-water-shp-partnr-wrapper.afflpro-nature-gradient {
  padding: 1.3rem;
  position: static;
  inset: 0% auto auto 0%;
}

.section-cdl {
  background-color: #f1f1f1;
  padding-top: 6.1rem;
  padding-bottom: 6.1rem;
}

.rechtliches-textteil {
  grid-column-gap: 3.5rem;
  grid-row-gap: 2.5rem;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 1.5rem 4rem 4rem;
  display: block;
}

.rechtliches-hero {
  padding-top: 2.9rem;
}

.section {
  background-color: #feb3b3;
  width: 1600px;
  height: 1000px;
  min-height: 100vh;
}

.div-block-2 {
  background-color: #a45757;
  width: 1000px;
  height: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  width: 26.6rem;
  height: 82px;
  margin-bottom: 7px;
  margin-left: 22px;
  margin-right: -27px;
  padding: 45px 45px 45px 97px;
  display: inline;
}

.div-block-3 {
  background-color: #f16e6e;
  width: 165px;
  height: 33px;
  display: inline;
}

.paragraph {
  margin-left: 15px;
  margin-right: -9px;
  padding-left: 0;
  padding-right: 0;
  display: inline;
}

.text-block-2 {
  width: 977px;
  height: 61px;
  display: inline;
}

.color1 {
  background-color: var(--blue-hover);
}

.color2 {
  background-color: #a04c4c;
}

.color3 {
  background-color: #b13333;
}

.color4 {
  background-color: #ef8787;
}

.div-block-4 {
  width: 20%;
  height: 300px;
}

.afflpro-nav-centered {
  z-index: 2147483647;
  opacity: 1;
  background-color: #43938f;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  height: 92px;
  max-height: 19vh;
  padding-top: 1.35rem;
  padding-bottom: 1.36rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.afflpro-nav-link {
  color: var(--black);
  padding: .5rem 1rem;
  font-size: .9rem;
  font-weight: 700;
  transition: all .25s;
}

.afflpro-nav-link:hover {
  color: #ffffffb3;
  transform: scale(1.05);
}

.afflpro-nav-link.w--current {
  color: var(--white);
  text-shadow: 0 1px 14px #0006;
  background-image: url('../images/RAYA-HEADER-2.png');
  background-position: 50% 17px;
  background-repeat: no-repeat;
  background-size: 72%;
  border-radius: 6px;
  padding-top: .3rem;
  padding-bottom: .3rem;
}

.afflpro-nav-link.nav-button {
  color: #25cfbe;
  border: 2px solid #25cfbe;
  border-radius: .5rem;
  padding: .5rem 1.8rem;
  font-weight: 500;
  transition-property: all;
}

.afflpro-nav-link.nav-button.blanco {
  color: #fff;
  border-color: #fff;
  font-weight: 500;
}

.afflpro-nav-link.nav-button.descargar {
  background-color: #f19bc3;
  border-color: #f19bc3;
}

.afflpro-nav-link.invisible {
  display: none;
}

.afflpro-nav-link.sr2.w--current {
  background-image: url('../images/subrayado2.png');
}

.afflpro-nav-link.sr3.w--current {
  background-image: url('../images/subrayado3.png');
}

.afflpro-nav-link.sr4.w--current {
  background-image: url('../images/subrayado4.png');
}

.afflpro-nav-link._2 {
  display: none;
}

.afflpro-nav-link.planes.w--current {
  background-image: url('../images/raya-planes.png');
  background-position: 50% 21px;
}

.afflpro-logo-hero {
  max-width: none;
  height: auto;
  max-height: 2.9rem;
}

.section-home-affiliate-links {
  background-image: linear-gradient(#00fff733, #fff0 47%);
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.section-home-affiliate-links.overflow-hidden {
  z-index: 2;
  background-image: none;
  position: relative;
}

.section-home-affiliate-links.overflow-hidden.no {
  position: static;
}

.text-color-afflpro-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#00000047, #00000047), linear-gradient(83deg, #25cfbe, #00ffc4);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
}

.text-color-afflpro-gradient._2 {
  background-image: linear-gradient(83deg, #a5fff6, #00ffc4);
  font-family: Nerkoone, sans-serif;
  font-size: 5.8rem;
  font-weight: 400;
}

.affiliate-links-wrapper {
  background-image: linear-gradient(to top, #000, #fff0), url('../images/Lost-image_1Lost-image.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 1.2rem;
  justify-content: center;
  align-items: flex-end;
  height: 11.4rem;
  padding: 1.2rem 1.2rem .6rem;
  transition-property: all;
  display: flex;
  position: relative;
  overflow: hidden;
}

.affiliate-links-wrapper:hover {
  transform: scale(1.02);
}

.affiliate-links-wrapper.big-image {
  background-image: linear-gradient(0deg, #000, #0000 30%), url('../images/2148203898.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 44.25rem;
  box-shadow: 0 2px 5px #0003;
}

.affiliate-links-wrapper.lost {
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/2151488655.jpg');
  box-shadow: 0 2px 5px #0003;
}

.affiliate-links-wrapper.dhd {
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/2148199884.jpg');
  background-position: 0 0, 50%;
  box-shadow: 0 2px 5px #0003;
}

.affiliate-links-wrapper.pukas {
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/2150447189.jpg');
  box-shadow: 0 2px 5px #0003;
}

.affiliate-links-wrapper.album {
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/2148876007.jpg');
  box-shadow: 0 2px 5px #0003;
}

.affiliate-links_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ausgew-hlte-links-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.heading {
  position: relative;
}

.text-size-x-large {
  font-size: 2.6rem;
}

.text-size-x-large.text-color-white {
  font-family: PT Sans, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
}

.products-home_component {
  grid-column-gap: 3.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: center;
}

.products-home_component.image-right {
  grid-template-columns: 1fr 1fr;
}

.products-home_component.image-right.kristallmatte {
  grid-column-gap: 1.75rem;
  grid-template-columns: 1fr .75fr;
}

.keywords-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.keyword-button {
  border: 2px solid #25cfbe;
  border-radius: .5rem;
  flex: 0 auto;
  padding: .7rem 1.5rem;
}

.section-home-products-left {
  z-index: 2;
  background-color: #00ffc4;
  background-image: linear-gradient(#ffffff82, #ffffff82), linear-gradient(270deg, #fff 34%, #fff0), url('../images/fondo-2.png'), url('../images/textura-malla-linea-cuadricula-geometrica-abstracta-fondo-blanco.png'), url('../images/2199254_8453.jpg');
  background-position: 0 0, 0 0, 50%, 0 0, 0 0;
  background-size: auto, auto, cover, cover, cover;
  background-attachment: scroll, scroll, fixed, fixed, fixed;
  padding-top: 6.1rem;
  padding-bottom: 6.1rem;
  position: relative;
}

.section-home-products-left.relativ {
  position: relative;
}

.section-home-products-left.relativ.overflow-hidden {
  overflow: visible;
}

.home-product-images {
  mix-blend-mode: normal;
  object-fit: contain;
  width: auto;
  height: 29rem;
  transition: all .45s;
}

.home-product-images:hover {
  transform: scale(1.1);
}

.home-product-images.cdl {
  width: 100%;
  max-width: none;
  height: 100%;
}

.home-product-images.kristallmatte {
  object-fit: fill;
  max-width: none;
  height: auto;
}

.home-product-images.dhd {
  height: 23.1rem;
}

.section-home-products-right {
  padding-top: 6.1rem;
  padding-bottom: 6.1rem;
}

.section-home-products-right.right.blue-background {
  z-index: 2;
  background-color: #099590;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  position: relative;
}

.image-2 {
  z-index: -1;
  margin-top: -18.8125rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.section-afflpro-cta {
  z-index: 2;
  background-color: #fff;
  border-radius: 1.2rem;
  margin-top: -1.75rem;
  padding-top: 6.1rem;
  padding-bottom: 6.1rem;
  position: relative;
}

.afflpro_cta {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #bfffe9;
  background-image: linear-gradient(270deg, #fff0, #fff 70%);
  border-radius: 1.2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 4.2rem;
  padding-right: 4.2rem;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.afflpro-cta-image {
  mix-blend-mode: normal;
  object-fit: cover;
  border-radius: .25rem;
  max-width: none;
  height: 27.2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  transition: all .45s;
}

.afflpro-cta-image:hover {
  transform: scale(1.1);
}

.afflpro-content {
  width: 83%;
  max-width: none;
}

.section-afflpro-footer {
  z-index: 0;
  background-image: linear-gradient(#fff0, #bfffe9);
  margin-top: -14.6rem;
  padding-top: 37.6rem;
  padding-bottom: 1rem;
  position: sticky;
  inset: 20rem 0% 0%;
}

.section-afflpro-footer.footer {
  padding-bottom: 1rem;
}

.afflpro-footer_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-content-wrapper {
  flex-direction: column;
  display: flex;
}

.footer-content-wrapper.padding-small {
  z-index: 20;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  position: static;
}

.footer-logo {
  height: 3.4rem;
}

.afflprofooter-link {
  padding-top: .35rem;
  padding-bottom: .35rem;
}

.afflprofooter-link.text-color-dark-grey {
  color: var(--dark-slate-grey);
}

.afflpro-nav-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.afflpro-footer-divider {
  border-top: .5px solid var(--dark-slate-grey);
}

.afflpro-footer-copyright_component-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.headline-wrapper-overflow-hidden {
  overflow: hidden;
}

.hero-content-block {
  z-index: 15;
  position: sticky;
  top: 32.9rem;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lrgal_component {
  grid-column-gap: 3.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--royal-blue);
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 4rem;
  display: block;
}

.afflpro_menu-copy {
  align-content: space-between;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.first {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #201b16;
  text-align: center;
  background-color: #fa9c30;
  border: 2px solid #fa9c30;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .35s;
}

.button-2:hover {
  transform: scale(.97);
}

.home_pricing_content-item {
  display: flex;
}

.home_pricing_plan-content {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.margin-bottom-2, .margin-bottom-2.margin-small, .margin-bottom-2.margin-xxlarge, .margin-bottom-2.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-2.margin-xxsmall {
  margin: 0 0 .25vw;
}

.home_pricing_content-top {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home_pricing_content-top._2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.heading-style-h1 {
  color: #000;
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: .9vw;
  font-weight: 900;
  line-height: 1;
}

.heading-style-h1._2 {
  font-size: 2.5rem;
}

.heading-style-h1._2.s {
  font-size: 2vw;
}

.heading-style-h1.mas {
  font-size: .6vw;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.home_pricing_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.heading-style-h5 {
  font-size: 1.4vw;
  font-weight: 900;
  line-height: 1.4;
}

.heading-style-h5._2 {
  text-align: right;
}

.home_pricing_content-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.padding-global-2 {
  color: var(--white);
  background-image: linear-gradient(#43938f, #43938f), url('../images/BIMBANDO---Fondos.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.home_pricing_feature {
  display: flex;
}

.home_pricing_plan {
  background-color: #f8f5ea;
  border-radius: 2rem;
  padding: 2rem;
}

.home_pricing_plan.shadow-small {
  color: var(--black);
  background-color: #f8f5ea00;
  background-image: url('../images/marco-planes-1.png');
  background-position: 50%;
  background-size: 100% 100%;
  border-radius: 20px;
  padding: 4.1rem 2.4rem 3.5rem 2.6rem;
}

.home_pricing_plan.shadow-small._2 {
  background-image: url('../images/Mesa-de-trabajo-3.png');
  background-position: 0 0;
  background-size: 100% 100%;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 3vw;
  display: flex;
}

.home_pricing_plan.shadow-small._2._3 {
  background-image: url('../images/Mesa-de-trabajo-4.png');
  padding: 3vw;
}

.home_pricing_plan.shadow-small._2._4 {
  background-image: url('../images/Mesa-de-trabajo-6.png');
  justify-content: center;
  align-items: flex-start;
}

.home_pricing_plan.shadow-small._2._5 {
  background-image: url('../images/Mesa-de-trabajo-5.png');
}

.section_home_pricing {
  background-color: #00ffc4;
  background-image: linear-gradient(#ffffff82, #ffffff82), linear-gradient(270deg, #fff0, #fff 59%), url('../images/fondo-2.png'), url('../images/textura-malla-linea-cuadricula-geometrica-abstracta-fondo-blanco.png'), url('../images/2199254_8453.jpg');
  background-position: 0 0, 0 0, 50%, 50%, 50%;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, cover, cover, cover;
  background-attachment: scroll, scroll, fixed, fixed, fixed;
}

.home_pricing_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.home_pricing_feature-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.home_pricing_divider {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pricing4_top-right {
  background-image: url('../images/Fichier-7.png');
  background-position: 50%;
  background-size: 100% 100%;
  padding: 2vw 3vw;
  font-size: 1vw;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.home_pricing_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1.5rem;
}

.icon-embed-xsmall {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall.blanco {
  color: #fff;
}

.icon-embed-xsmall.tick {
  color: #43938f;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  color: #0b0b1fa8;
}

.div-block-5 {
  flex-flow: column;
  display: flex;
}

.text-block-3 {
  color: var(--white);
  text-transform: none;
  background-color: #25cfbe;
  background-image: linear-gradient(#00000024, #00000024), linear-gradient(45deg, #25cfbe, #00ffc4);
  border-radius: .5rem;
  align-self: flex-end;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-family: Firsttimewriting, sans-serif;
}

.div-block-6 {
  flex-flow: column;
  display: flex;
}

.div-block-6.bajo {
  margin-bottom: 1vw;
}

.div-block-6._2 {
  align-self: flex-end;
}

.div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.bold-text {
  font-family: Holidays Homework, sans-serif;
}

.bold-text-2 {
  font-family: PT Sans, sans-serif;
  font-weight: 700;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-family: PT Sans, sans-serif;
}

.footer_link {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition-property: all;
}

.footer_link:hover {
  transform: scale(1.05);
}

.footer_link.w--current {
  font-weight: 600;
}

.padding-vertical-2 {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-2.padding-xxlarge {
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.footer_component {
  z-index: 2;
  position: relative;
}

.footer_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  display: grid;
}

.footer_bottom-wrapper.lados {
  justify-content: space-between;
}

.footer_social-link {
  color: #000;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.line-divider {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.footer_legal-link {
  color: #fff;
  font-size: .875rem;
  text-decoration: none;
}

.footer_top-wrapper {
  grid-column-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  justify-content: space-between;
  align-items: center;
}

.logo-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #201b16;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  padding-left: 0;
  font-size: 1.5rem;
  font-weight: 800;
  display: flex;
}

.logo-image {
  height: 2rem;
}

.footer_credit-text {
  font-size: .875rem;
}

.padding-bottom-2, .padding-bottom-2.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center end;
  display: grid;
}

.footer_bottom_credits-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.padding-top-2, .padding-top-2.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.body {
  font-family: Nunito, sans-serif;
  overflow: visible;
}

.body.pavo {
  background-image: url('../images/FONDO-FINAL.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
}

.body.sincuadros {
  background-color: #fff;
  background-image: none;
  overflow: visible;
}

.bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  font-family: Scandia, sans-serif;
}

.image-4 {
  position: absolute;
  inset: auto auto 12% 9%;
}

.image-5 {
  position: absolute;
  inset: 17% 15% auto auto;
}

.image-6 {
  position: absolute;
  top: 91px;
  left: 152px;
  transform: rotate(-20deg);
}

.image-7 {
  position: absolute;
  inset: auto 11% 13% auto;
  transform: rotate(-26deg);
}

.link-block {
  background-color: var(--verde-bimbando);
  border: 2px solid #000;
  border-radius: 1.9rem;
  padding: 5px;
  transition: all .2s, color .25s;
}

.link-block:hover {
  transform: scale(1.05);
}

.link-block.boton {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--verde-bimbando);
  box-shadow: none;
  color: var(--white);
  border: 2px solid #000;
  border-radius: 1.9rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-weight: 900;
  transition: all .2s, color .25s;
  display: flex;
}

.link-block.boton:hover {
  transform: scale(1.05);
}

.link-block.bola {
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.text-block-4 {
  margin-top: 4px;
  margin-left: 6px;
  line-height: 1;
}

.text-block-4.negro {
  color: var(--black);
}

.image-8 {
  margin-right: 5px;
}

.div-block-8 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 70px;
}

.image-9 {
  width: 15vw;
}

.section-2 {
  padding: 9vw 0 3vw;
}

.section-2.liso {
  background-color: #fff;
}

.section-2.sin {
  padding-top: 8vw;
  padding-bottom: 0;
}

.section-2.fondoo {
  background-image: url('../images/Fondo-baldo-y-petra.png');
  background-position: 0 0;
  background-size: 100% 100%;
}

.section-2.foooondo {
  background-image: url('../images/Fondo-moviles.png');
  background-position: 0 0;
  background-size: 100% 100%;
}

.div-block-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 20%;
}

.div-block-11 {
  z-index: 8;
  flex-flow: column;
  justify-content: space-between;
  height: 100rem;
  padding-bottom: 226px;
  display: flex;
  position: relative;
}

.div-block-12 {
  align-self: flex-start;
}

.grid {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  background-image: none;
  background-size: auto;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  align-self: flex-start;
  place-items: flex-start center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2vw;
  display: grid;
  position: relative;
  overflow: visible;
}

.div-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-13.rot-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  background-image: url('../images/Grupo-12362.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  transition: all .2s;
  position: relative;
}

.div-block-13.rot-1:hover {
  transform: scale(1.02)rotate(-1deg);
}

.div-block-13.rot-1._3 {
  background-image: url('../images/3.png');
}

.div-block-13.rot-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffffbf;
  background-image: url('../images/Grupo-12362.png');
  background-position: 31% 38%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  min-width: 300px;
  height: 300px;
  min-height: 300px;
  transition: all .2s;
  position: relative;
  box-shadow: 5px 7px #000;
}

.div-block-13.rot-2:hover {
  transform: scale(1.02)rotate(1deg);
}

.div-block-13.rot-2._2 {
  box-shadow: none;
  background-color: #fff0;
  background-image: url('../images/2.png');
  border-style: none;
  border-width: 5px;
  border-radius: 0;
  width: 12vw;
  min-width: 12vw;
  height: 12vw;
  min-height: 12vw;
}

.div-block-13.rot-2._4 {
  box-shadow: none;
  background-color: #fff0;
  background-image: url('../images/4.png');
  border-style: none;
  border-width: 5px;
  border-radius: 0;
  width: 12vw;
  min-width: 12vw;
  height: 12vw;
  min-height: 12vw;
}

.image-10 {
  opacity: 1;
  margin-top: 0;
}

.heading-2 {
  color: #000;
  align-self: flex-start;
  font-family: Nerkoone, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}

.image-11 {
  margin-bottom: 10px;
}

.section-3 {
  justify-content: center;
  align-items: center;
  height: 500px;
  padding: 20px;
  display: flex;
}

.button-3 {
  color: var(--black);
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  box-shadow: 6px 7px red;
}

.div-block-14 {
  border: 4px solid #000;
  border-radius: 16px;
  width: 100%;
  max-width: 900px;
  height: 200px;
  position: relative;
}

.div-block-15 {
  background-image: url('../images/paw.svg');
  background-position: 0 0;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: -10% -18px auto auto;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-16 {
  background-image: url('../images/rb_4168.png');
  background-position: 23% 100%;
  background-size: cover;
  width: 200px;
  height: 250px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-16._2 {
  background-image: url('../images/rb_31361.png');
  background-position: 36% 100%;
}

.paragraph-5 {
  color: #0b0b1f96;
  font-weight: 500;
}

.div-block-17 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-18 {
  background-image: linear-gradient(90deg, #fff, #fff0 1% 99%, #fff);
  position: absolute;
  inset: 0%;
}

.heading-3 {
  text-align: center;
  font-size: 1.7vw;
  font-weight: 900;
  line-height: 1;
}

.div-block-19 {
  margin-top: 20px;
}

.text-block-5 {
  text-align: center;
  font-size: 1.2vw;
  font-weight: 600;
}

.navbar-no-shadow {
  background-color: #43938f;
  border-bottom: 3px solid #000;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.heading-4 {
  z-index: 1;
  align-self: flex-start;
  font-size: 2.7vw;
  font-weight: 900;
  line-height: 1;
  position: relative;
}

.heading-4.peque-o {
  font-size: 2vw;
}

.heading-4.centro {
  align-self: center;
}

.heading-4.titulocentro {
  text-align: center;
  align-self: center;
}

.text-span, .text-span-2, .text-span-3 {
  color: var(--error-red);
  font-weight: 900;
}

.section-4 {
  height: 60vh;
}

.section-4.arriba {
  background-image: url('../images/Fichier-13.svg'), url('../images/Fichier-11.svg');
  background-position: 65% 42%, 35% 95%;
  background-repeat: no-repeat, no-repeat;
  background-size: 5vw, 7vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: -200px;
  padding-top: 220px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.div-block-21 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  margin-bottom: 2vw;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-21._3 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-22 {
  border-radius: 20px;
  flex: 1;
  align-self: stretch;
  margin-top: 0;
  padding: 1.3rem 0 0;
}

.div-block-22.normal {
  flex: 0 auto;
  align-self: center;
}

.div-block-22.normal.sticky.filtros {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  max-width: 1200px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-22.normal.sticky._67 {
  max-width: 69%;
}

.div-block-22.especio {
  margin-top: 1vw;
}

.div-block-23 {
  flex-flow: column;
  align-self: center;
  margin-bottom: .5vw;
  display: flex;
  position: relative;
}

.div-block-23.der {
  align-self: flex-start;
}

.div-block-23.centro {
  align-self: center;
}

.div-block-24 {
  background-image: url('../images/Calque_1-2-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px;
  align-self: flex-end;
  width: 257px;
  height: 50px;
  margin-top: -13px;
}

.div-block-24._2 {
  align-self: flex-end;
}

.div-block-24.centroo {
  align-self: center;
}

.div-block-24.circulo {
  background-image: url('../images/Fichier-70Circulos.png');
  background-size: 100% 100%;
  flex: 0 auto;
  width: 11vw;
  height: 4vw;
  margin-top: 0;
  position: absolute;
  inset: -49% 0% 0% auto;
}

.div-block-24.subrayado {
  background-image: url('../images/Calque_1-2.svg');
  background-size: 250px;
  height: 2vw;
  margin-top: -7px;
}

.div-block-24.subrayado.centroo {
  align-self: center;
}

.div-block-24.subrayado.centroo._2 {
  background-size: cover;
  align-self: auto;
  width: 18vw;
  height: 2.4vw;
  margin-top: -.5vw;
  margin-left: 15vw;
}

.div-block-24.subrayado.tama-o {
  width: 18vw;
  height: 3vw;
  margin-top: -.7vw;
}

.text-span-4 {
  font-weight: 500;
}

.text-span-4.entero {
  font-weight: 900;
}

.text-span-4.entero.tituloo {
  font-size: 2vw;
}

.paragraph-6 {
  text-align: center;
  margin-top: 0;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.4;
}

.paragraph-6.der, .paragraph-6.izq {
  text-align: left;
}

.text-span-5 {
  font-weight: 900;
}

.heading-5 {
  color: #43938f;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 900;
}

.heading-5.izq {
  color: #000;
  text-align: left;
  font-size: 3.4rem;
}

.heading-5.izq.titulo {
  align-self: flex-start;
  font-size: 2.3rem;
}

.heading-5.izq.peque-o {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1;
}

.heading-5.izq.peque-o.grande {
  font-size: 3rem;
}

.heading-5.izq.peque-o.titulo {
  text-align: center;
  font-size: 3vw;
}

.heading-5.izq.rojo {
  color: var(--black);
  font-size: 2.6rem;
}

.heading-5.izq.rojo._2 {
  text-align: right;
}

.heading-5.der {
  color: #000;
  text-align: right;
  font-size: 3.4rem;
}

.heading-5.der.rojo {
  color: var(--error-red);
}

.heading-6 {
  text-align: center;
  line-height: 1;
  position: relative;
}

.text-span-6 {
  color: #bddb10;
  cursor: pointer;
  font-family: Nerkoone, sans-serif;
  font-size: 5.1rem;
}

.div-block-25 {
  background-color: var(--white);
  border: 3px solid #000;
  border-radius: 20px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: absolute;
  inset: auto 0%;
}

.div-block-25.b {
  z-index: 2;
  bottom: auto;
  left: 0%;
}

.div-block-25.criando {
  z-index: 2;
}

.div-block-25.mente {
  z-index: 2;
  left: 0%;
}

.paragraph-7 {
  font-size: 1.2rem;
  font-weight: 600;
}

.heading-7 {
  color: #3b9181;
  font-weight: 900;
}

.heading-7.b {
  color: #bddb10;
}

.heading-7.mente {
  color: var(--error-red);
}

.text-span-7 {
  font-weight: 900;
}

.text-span-8 {
  cursor: pointer;
}

.div-block-26 {
  flex-flow: column;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.text-block-6 {
  text-align: center;
  font-weight: 800;
}

.text-span-9 {
  cursor: pointer;
}

.link {
  color: var(--error-red);
  font-weight: 900;
  text-decoration: underline;
}

.text-span-10 {
  font-weight: 900;
}

.text-span-11 {
  color: #43938f;
  font-weight: 900;
}

.text-span-12 {
  font-weight: 900;
}

.div-block-27 {
  border: 3px solid #000;
  border-radius: 20px;
  min-height: 500px;
}

.paragraph-8 {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
}

.paragraph-8._2 {
  text-align: right;
}

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

.paragraph-8._3 {
  text-align: justify;
  font-size: 13px;
  line-height: 1.6em;
}

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

.div-block-28 {
  align-self: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-29 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-8 {
  color: #0b0b1f;
  text-align: center;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
}

.heading-8.izq, .heading-8.der {
  text-align: center;
}

.heading-8.blanci {
  color: #fff;
}

.div-block-30 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #e4fffd;
  border: 5px solid #000;
  border-radius: 20px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.div-block-30._2 {
  background-color: #fff8c0;
}

.grid-3 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: block;
}

.grid-4 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  place-items: center;
}

.div-block-31 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.div-block-31.lado {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: #8d8d8d;
  border: 3px solid #8d8d8d;
  flex-flow: row;
}

.div-block-32 {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.div-block-33 {
  grid-column-gap: .2vw;
  grid-row-gap: .2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 179px;
  display: flex;
}

.text-block-7 {
  color: #000;
  text-align: center;
  font-size: 1vw;
  font-weight: 800;
  line-height: 1.2;
}

.text-block-7.espacio {
  color: #000;
  margin-top: 10px;
}

.text-block-7.espacio.servicios {
  font-size: 1vw;
}

.text-block-7.blanco {
  color: #fff;
}

.text-block-8 {
  color: #0b0b1fa1;
  text-align: center;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-8.servicios {
  font-size: .9vw;
}

.text-block-8.blanco {
  color: #ffffffd6;
}

.div-block-34 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
  position: relative;
}

.div-block-34.centro {
  justify-content: flex-start;
  align-items: center;
}

.image-12 {
  flex: none;
  align-self: stretch;
  width: auto;
  height: 26vw;
  transform: rotate(4deg);
}

.image-12._2 {
  border: 5px solid #000;
  border-radius: 20px;
  flex: 1;
  align-self: stretch;
  min-width: auto;
  max-width: none;
}

.text-span-13, .text-span-14 {
  font-weight: 900;
}

.text-span-15 {
  color: #43938f;
  font-weight: 900;
}

.text-span-16 {
  font-weight: 900;
}

.div-block-35 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 1vw;
  display: flex;
  position: relative;
}

.div-block-36 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 20vw;
  height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-36._3 {
  background-image: url('../images/cuadro.png');
  background-position: 0 0;
  background-size: 100% 0%;
}

.div-block-37 {
  position: relative;
}

.text-span-17 {
  color: #43938f;
}

.text-span-18 {
  color: var(--error-red);
}

.text-span-18.azul {
  color: #43938f;
}

.div-block-38 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: flex;
}

.button-4 {
  text-align: center;
  background-color: #43938f;
  border: 2px solid #000;
  border-radius: 50px;
  font-weight: 800;
  display: block;
}

.button-4.blanco {
  color: var(--black);
  text-transform: uppercase;
  background-color: #43938f00;
  border-width: 3px;
  margin-top: 1vw;
  font-size: .7vw;
  line-height: 1.5;
}

.button-4.blanco.relleno {
  color: var(--white);
  background-color: #019c93;
  border-width: 2px;
}

.button-4.blanco.azul {
  color: var(--black);
  background-color: #c1fc31;
  font-size: .7rem;
}

.button-4.blanco.azul.nuevo {
  color: var(--black);
  text-transform: none;
  background-color: #c1fc31;
  border-width: 2px;
  border-radius: 50rem;
  font-size: 1rem;
  font-weight: 900;
}

.button-4.blanco.azul.nuevo.pagina1 {
  background-color: #099590;
}

.button-4.blanco.azul.nuevo.pagina1.white {
  color: var(--white);
}

.button-4.blanco.azul.nuevo.porciento {
  width: 80%;
}

.button-4.blanco.azul.nuevo.porciento.uevoo {
    width: auto;
    min-width: 40%;
}

.button-4.blanco.azul.nuevo.sinarriba {
  margin-top: 0;
}

.button-4.blanco.azul.nuevo.sinarriba.ciento {
  width: 30%;
}

.button-4.blanco.azul.nuevo.sinarriba.ciento._100 {
  width: 100%;
}

.button-4.blanco.azul.nuevo.tama-o {
  width: 200px;
}

.button-4.blanco {
  color: #0b0b1f;
  text-transform: uppercase;
  background-color: #43938f00;
  border-width: 3px;
  margin-top: 20px;
}

.button-4.blanco.relleno {
  color: #fff;
  background-color: #019c93;
}

.text-block-9 {
  color: #43938f;
  font-weight: 800;
}

.image-13 {
  width: 13vw;
  margin-top: 0;
  transform: rotate(-7deg);
}

.div-block-39 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.image-14 {
  width: 13vw;
  margin-top: 0;
  transform: rotate(9deg);
}

.div-block-40 {
  background-image: url('../images/post-it-2.png');
  background-position: 50% 58%;
  background-size: 800px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 50px 30px;
  display: flex;
  position: absolute;
  inset: auto auto -33% -50%;
  transform: rotate(9deg);
}

.div-block-40._2 {
  background-image: url('../images/post-it-3.png');
  background-position: 50% 40%;
  background-size: 795px;
  bottom: -35%;
  left: 18%;
  transform: rotate(-9deg);
}

.div-block-41 {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.div-block-42 {
  background-image: url('../images/blank-photo-frame-with-soft-shadows-yellow-scotch-tape-isolated-white-paper-background.png');
  background-position: 50%;
  background-size: 550px;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 600px;
  display: flex;
}

.div-block-42._1 {
  transform: rotate(-4deg);
}

.div-block-42._2 {
  transform: rotate(4deg);
}

.grid-5 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}

.grid-6 {
  flex-flow: column;
  display: flex;
}

.div-block-43 {
  flex-flow: column;
  margin-top: 2vw;
  display: flex;
}

.div-block-44 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-10 {
  color: #0b0b1f7d;
  font-size: .8vw;
  font-weight: 700;
  line-height: 1.4;
}

.text-block-10.cms2_image-link, .text-block-10._2 {
  text-align: right;
}

.text-block-10.oscuro {
  color: #000;
  font-size: 1vw;
}

.text-block-11 {
  font-weight: 900;
}

.div-block-45 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.image-16 {
  align-self: center;
  width: 52%;
  margin-top: 70px;
  margin-left: 210px;
  transform: rotate(-153deg);
}

.div-block-46 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-47 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-self: stretch;
  padding-top: 0;
  display: flex;
}

.div-block-48 {
  flex: 0 auto;
}

.div-block-49 {
  flex: 1;
}

.image-17 {
  border: 5px solid #000;
  border-radius: 20px;
}

.image-17.blanco {
  background-color: #fff;
  position: sticky;
  top: 40px;
}

.div-block-50 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.heading-9 {
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 14px #0003;
  font-family: Nunito, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
}

.heading-10 {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--black);
  text-shadow: 0 0 10px #0003;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 1;
}

.text-span-19 {
  color: var(--verde-bimbando);
  font-family: Nerkoone, sans-serif;
  font-size: 4.1rem;
}

.heading-11 {
  margin-top: 2rem;
  margin-bottom: .5rem;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
}

.heading-11.espacio {
  margin-top: 2rem;
}

.text-block-12 {
  color: var(--error-red);
  font-weight: 800;
}

.image-18 {
  margin-bottom: 40px;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #8b8b8b;
  background-color: #fff;
  border: 1px solid #8b8b8b;
  border-radius: 50px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 7px 16px;
  transition: all .2s;
  display: flex;
}

.div-block-51:hover {
  color: #1c3d3b;
  background-color: #96dcd2;
  border-color: #000;
}

.div-block-51.seleccionado {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #1c3d3b;
  background-color: #96dcd2;
  border-width: 1px;
  border-color: #000;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 7px 16px;
  display: flex;
}

.text-block-13 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.image-19 {
  width: 6vw;
}

.image-20, .image-21 {
  width: 19px;
}

.image-22 {
  width: 16px;
}

.image-23, .image-24, .image-25, .image-26 {
  width: 19px;
}

.image-27 {
  width: 17px;
}

.image-28 {
  align-self: center;
  width: 35vw;
  position: absolute;
  inset: 0% auto 0% -16.6vw;
}

.div-block-52 {
  z-index: 1;
  background-image: url('../images/petra-paz.png');
  background-position: 50% 0;
  background-size: 40vw;
  align-self: center;
  width: 20vw;
  height: 35vw;
  position: absolute;
  inset: 0% auto 0% -9.2vw;
}

.div-block-53 {
  background-image: url('../images/Mesa-de-trabajo-9.png');
  background-position: 0 0;
  background-size: 100% 100%;
  width: 10vw;
  height: 4vw;
  position: absolute;
  left: 13.5vw;
  transform: rotate(18deg);
}

.div-block-53._2 {
  background-image: url('../images/Mesa-de-trabajo-9.png');
  align-self: flex-start;
  bottom: auto;
  left: 33.6vw;
  transform: rotate(26deg);
}

.div-block-53._3 {
  width: 9vw;
  height: 3vw;
  top: -1.3vw;
  left: auto;
  right: 8.3vw;
  transform: rotate(-7deg);
}

.div-block-54 {
  background-image: url('../images/petra-amor.png');
  background-position: 50%;
  background-size: 33vw;
  width: 42vw;
  height: 39vw;
}

.div-block-55 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 4vw;
  display: flex;
  position: relative;
}

.div-block-56 {
  background-image: url('../images/CUADRADO-ICONO.png');
  background-position: 50%;
  background-size: 100% 100%;
  padding: 2vw;
  position: absolute;
  inset: -1.1vw auto auto 0%;
}

.div-block-56._2 {
  inset: auto auto -10.4vw 22.7vw;
}

.div-block-56._3 {
  inset: auto 0 -2.8vw auto;
}

.limite {
  max-width: 14vw;
}

.limite._2 {
  max-width: 21vw;
}

.div-block-57 {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.div-block-58 {
  background-image: url('../images/Fichier-1.png');
  background-position: 0 0;
  background-size: 100% 100%;
  width: 2vw;
  height: 4vw;
  position: absolute;
  bottom: -2.4vw;
  left: 32vw;
}

.div-block-58._2 {
  background-image: url('../images/Fichier-3.png');
  width: 8vw;
  height: 3vw;
  bottom: 5.3vw;
  left: 18.7vw;
}

.div-block-58._2._3 {
  background-image: url('../images/Fichier-2.png');
  width: 5vw;
  height: 4vw;
  bottom: 1.6vw;
  left: auto;
  right: 18.5vw;
  transform: rotate(31deg);
}

.image-29 {
  width: 22vw;
}

.construccion {
  background-color: #019c93;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.heading-12 {
  color: var(--white);
  text-align: center;
  align-self: center;
  margin-top: 1rem;
  font-family: Nerkoone, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.div-block-59 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-60 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-61 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-62 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-63 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-31 {
  margin-top: 20px;
}

.div-block-64 {
  background-image: url('../images/FOTO-BEBE.png');
  background-position: 0 0;
  background-size: cover;
  width: 34vw;
  height: 21vw;
  position: absolute;
  top: 30.4vw;
}

.div-block-65 {
  flex: 1;
  align-self: stretch;
  padding: 20px;
  display: flex;
}

.div-block-65.centro {
  justify-content: center;
  align-items: center;
}

.div-block-66 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-66._2 {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
}

.div-block-67 {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.div-block-68 {
  flex: 1;
}

.image-32 {
  transform: rotate(-4deg);
}

.image-33 {
  transform: rotate(-18deg);
}

.image-34 {
  transform: rotate(4deg);
}

.div-block-69 {
  display: flex;
}

.div-block-70 {
  margin-bottom: 2vw;
}

.div-block-70.espacio {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-71 {
  background-color: #fdf7c9;
  background-image: url('../images/Fichier-8.svg');
  background-position: 7vw 1vw;
  background-repeat: no-repeat;
  background-size: 5vw;
  flex: 1;
  padding: 20px;
  display: flex;
}

.div-block-71._2 {
  background-color: #b7f2e9;
  background-image: url('../images/Fichier-9.svg');
  background-position: 3vw 20vw;
}

.div-block-72 {
  background-image: url('../images/petra-amor.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21vw;
  flex: 0 auto;
  width: 12vw;
  margin-bottom: -76px;
}

.div-block-72._2 {
  background-image: url('../images/baldo-alegria.png');
  background-size: 21vw;
  width: 14vw;
  height: 29vw;
}

.div-block-73 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-74 {
  background-color: #f8c17f;
  border: 3px solid #767361;
  border-radius: 20px;
  padding: .4vw .9vw .6vw;
}

.div-block-74.v {
  background-color: #e8d2f8;
}

.paragraph-9, .paragraph-10 {
  font-size: 1vw;
}

.div-block-75 {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  min-height: 20vw;
  display: flex;
  overflow: hidden;
}

.div-block-76 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 38px 10px 10px;
  display: flex;
}

.text-block-14 {
  text-align: center;
  font-weight: 800;
}

.heading-13 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
}

.div-block-77 {
  flex-flow: column;
  flex: 1;
  padding: 1vw;
  display: flex;
}

.div-block-78 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.div-block-79 {
  position: relative;
}

.div-block-80 {
  transform-style: preserve-3d;
  background-image: url('../images/Fichier-6.svg');
  background-position: 0 0;
  background-size: cover;
  width: 16vw;
  height: 4vw;
  position: absolute;
  inset: auto auto 1.1vw 28.8vw;
  transform: rotateX(0)rotateY(-180deg)rotateZ(28deg);
}

.section-5 {
  background-image: url('../images/Fondo4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 20px;
  display: flex;
}

.section-5.fondo {
  background-color: #fff;
  background-image: linear-gradient(#27b2aa1f, #27b2aa1f);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 0;
}

.section-5.fondo.nuevo {
  background-image: url('../images/Iconos-decoracion.png'), linear-gradient(#27b2aa70, #27b2aa70);
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  padding-top: 0;
}

.section-5.fondo.nuevo._2 {
  background-image: url('../images/Iconos-decoracion-3.png'), linear-gradient(#27b2aa70, #27b2aa70);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  height: 89vh;
}

.section-5.fondo.nuevo._2.sin {
  background-image: url('../images/Iconos-decoracion-nuevos-colores-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 89vh;
  position: relative;
}

.section-5.fondo.nuevo._2.sin._40 {
  background-image: url('../images/FONDO-FINAL.png');
  background-size: cover;
  height: 91vh;
  padding-right: 40px;
}

.section-5.fondo.nuevo._2.sin._40.cuadros {
  background-color: #fffcf7;
  background-image: linear-gradient(#fffcf773, #fffcf773), url('../images/FONDO-FINAL.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, 1200px;
  min-height: 830px;
  height: auto;
  padding-left: 40px;
}

.div-block-81 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.div-block-82 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-82.limitado {
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
}

.div-block-82.limitado.no {
  align-self: stretch;
  max-width: none;
}

.div-block-82.limitado.norma {
  justify-content: center;
  align-items: flex-start;
}

.div-block-82.limitado.norma.espacio {
  margin-right: 0;
}

.div-block-83 {
  z-index: 990;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-14 {
  z-index: 1;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.heading-14.centroo {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.heading-14.centroo.nuevopizq {
  text-align: left;
}

.heading-14.centroo.nuevopizq.sinarriba {
  margin-top: 0;
  line-height: 1;
}

.heading-14.centroo.sin-espacio {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-14.centroo.sin-espacio.planes {
  font-size: 1.8rem;
  font-weight: 700;
}

.heading-14.centroo.sin-espacio.planes.bold {
  font-weight: 700;
}

.heading-14.centroo.sin-espacio.planes.postit {
  font-size: 28px;
}

.heading-14.grande {
  font-size: 4.4rem;
  font-weight: 800;
  line-height: .9;
}

.heading-14.famili {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: .9;
}

.text-span-20 {
  color: #43938f;
}

.paragraph-11 {
  font-size: 1.1rem;
}

.paragraph-11.medio {
  text-align: center;
  max-width: 994px;
  line-height: 1.6;
}

.paragraph-11.medio.nuevoopizq {
  text-align: left;
}

.paragraph-11.medio.peque-o {
  color: #6c6c6c;
  font-size: .9rem;
  line-height: 1.3;
}

.paragraph-11.medio.peque-o.limite {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-11.medio.espacio {
  margin-bottom: 1rem;
}

.paragraph-11.espacioarriba {
  color: #6c6c6c;
  margin-top: 10px;
  line-height: 1.5;
}

.paragraph-11.espacioarriba.negro {
  color: #000;
}

.div-block-84 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-15 {
  z-index: 1;
  letter-spacing: -1px;
  align-self: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.div-block-85 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.section-6 {
  padding: 3.2rem 0;
}

.section-6.otra {
  background-color: #fff;
  background-image: url('../images/curva-lado-abajo.png'), url('../images/curva-arriba.png'), url('../images/FONDO-FINAL.png');
  background-position: 100% 100%, 50% 0, 50%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 900px, auto, 1000px;
  border-bottom-right-radius: 10%;
  border-bottom-left-radius: 10%;
  padding-top: 6rem;
  box-shadow: 0 5px 0 2px #000;
}

.section-6.otra.espacio {
  box-shadow: none;
  background-color: #fffcf700;
  background-image: none;
  border-bottom: 5px #000;
  border-radius: 0;
  padding-bottom: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-86 {
  z-index: 8;
  flex-flow: column;
  justify-content: space-between;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.image-36 {
  opacity: 1;
}

.div-block-87 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  align-self: stretch;
  margin-top: -368px;
  display: flex;
}

.div-block-88 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 20%;
}

.div-block-89 {
  flex-flow: column;
  align-self: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.div-block-89.centro {
  align-self: center;
}

.text-span-21 {
  color: #43938f;
}

.div-block-90 {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.section-7 {
  background-color: #fefbf7;
  padding: 6rem 20px;
}

.section-8 {
  background-color: #fff;
  background-image: url('../images/Fondo3.png'), url('../images/FONDO-FINAL.png');
  background-position: 50% 0, 0 0;
  background-size: cover, 1000px;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding: 120px 20px 20px;
  display: flex;
}

.section-8.otro {
  background-color: #fff;
  background-image: none;
}

.section-8.otro.auto {
  background-color: #fffcf7;
  height: auto;
  padding-top: 160px;
  padding-bottom: 50px;
}

.section-8.otro.auto.fondo2 {
  height: 90vh;
  padding-top: 20px;
}

.section-8.otro.auto.fondo2.cuadros {
  background-image: linear-gradient(#fffcf773, #fffcf773), url('../images/FONDO-FINAL.png');
  background-position: 0 0, 50%;
  background-size: auto, 1200px;
  height: auto;
  padding: 40px;
}

.section-8.otro.auto.fondo2.cuadros._80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-8.otro.auto.fondo3 {
  background-image: none;
}

.section-8.otro.auto.fondo3.normal {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 20px;
}

.section-8.otro.auto.fondo3.normal.espacio-abajo {
  padding-bottom: 80px;
}

.section-8.otro.auto.fondo3.normal.fondo-madres.fondoblancol {
  background-color: var(--white);
}

.section-8.otro.auto.sinarriba {
  background-image: none;
  padding: 40px;
}

.section-8.otro.auto.servicios.nuevo-fondo {
  background-image: url('../images/Fondo-servicioss.png');
  padding-bottom: 40px;
}

.section-8.fodoplanes {
  background-color: #fffcf7;
  background-image: url('../images/Fondoplanes.png'), url('../images/FONDO-FINAL.png');
  background-position: 50%, 0 0;
  background-size: 100% 100%, 1000px;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-92 {
  background-image: linear-gradient(#e9f5f5, #e9f5f5), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 5px solid #000;
  border-radius: 20px;
  flex-flow: column;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.div-block-93 {
  background-image: url('../images/Fondo-tarjeta.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-flow: column;
  flex: 1;
  padding: 10px 20px 20px;
  display: flex;
}

.image-37 {
  margin-bottom: 10px;
}

.div-block-94 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-95 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.div-block-96 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.div-block-97 {
  flex: 1;
  align-self: stretch;
}

.div-block-97.flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.div-block-97.flex.normal {
  display: flex;
}

.div-block-97.flex.flexx {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-97.flex.flexx._4 {
  flex-flow: row;
}

.div-block-97.flex.flexx._4.reves {
  flex-flow: row-reverse;
}

.div-block-97.flex.que-ofrecemos {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-98 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-98.flex {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-38 {
  width: 100%;
}

.image-38._2 {
  width: 100%;
  max-width: none;
  height: 500px;
}

.image-38._2.limite-madres {
  height: 700px;
}

.image-38._2.limite-madres.nuevoo {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.image-38.ofrecemos {
  width: 80%;
  margin-top: 60px;
}

.text-block-15 {
  color: #0b0b1f7d;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.4;
}

.div-block-99 {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 4vw;
  display: flex;
  position: relative;
}

.div-block-99.sin {
  margin-top: 0;
}

.div-block-99.sin.arriba {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
}

.div-block-100 {
  background-image: url('../images/CUADRADO-ICONO.png');
  background-position: 50%;
  background-size: 100% 100%;
  padding: 2vw;
  position: absolute;
  inset: 12.5vw auto auto 4%;
}

.div-block-100._2 {
  inset: auto auto 2.5vw 22.7vw;
}

.div-block-100._3 {
  inset: auto 1.6vw 21.1vw auto;
}

.div-block-101 {
  background-image: url('../images/Fichier-1.png');
  background-position: 0 0;
  background-size: 100% 100%;
  width: 2vw;
  height: 4vw;
  position: absolute;
  bottom: 11.3vw;
  left: 32vw;
}

.div-block-101._2 {
  background-image: url('../images/Fichier-3.png');
  width: 8vw;
  height: 3vw;
  bottom: 28.7vw;
  left: 22.4vw;
}

.div-block-101._2._3 {
  background-image: url('../images/Fichier-2.png');
  width: 5vw;
  height: 4vw;
  bottom: 24.5vw;
  left: auto;
  right: 21.4vw;
  transform: rotate(31deg);
}

.image-39 {
  width: 44vw;
}

.div-block-102 {
  max-width: 21vw;
}

.div-block-103 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 12.1vw;
  left: 2.5vw;
}

.image-40 {
  width: 10vw;
  position: absolute;
  inset: -49% -21% auto auto;
}

.text-span-22, .text-span-23, .text-span-24, .text-span-25 {
  color: #43938f;
}

.image-41 {
  width: 6vw;
}

.text-block-16 {
  color: #0b0b1fa1;
  text-align: center;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-16.servicios {
  font-size: .9vw;
}

.div-block-104 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 20vw;
  height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-104._3 {
  background-image: url('../images/cuadro.png');
  background-position: 0 0;
  background-size: 100% 0%;
}

.div-block-105 {
  background-image: url('../images/Mesa-de-trabajo-9.png');
  background-position: 0 0;
  background-size: 100% 100%;
  width: 10vw;
  height: 4vw;
  position: absolute;
  left: 13.5vw;
  transform: rotate(18deg);
}

.div-block-105._2 {
  background-image: url('../images/Mesa-de-trabajo-9.png');
  align-self: flex-start;
  bottom: auto;
  left: 33.6vw;
  transform: rotate(26deg);
}

.div-block-105._3 {
  width: 9vw;
  height: 3vw;
  top: -1.3vw;
  left: auto;
  right: 8.3vw;
  transform: rotate(-7deg);
}

.div-block-106 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 1vw;
  display: flex;
  position: relative;
}

.text-block-17 {
  color: #000;
  text-align: center;
  font-size: 1.3vw;
  font-weight: 800;
  line-height: 1.2;
}

.text-block-17.espacio {
  color: #000;
  margin-top: 10px;
}

.text-block-17.espacio.servicios {
  font-size: 1vw;
}

.text-span-26 {
  color: #43938f;
}

.div-block-107 {
  background-image: url('../images/Fondo-moviles.png');
  background-position: 0 0;
  background-size: 100% 100%;
}

.image-42 {
  z-index: 998;
  flex: none;
  position: relative;
}

.div-block-108 {
  background-image: url('../images/FOTO-INICIO.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  align-self: stretch;
  width: 100%;
  max-width: 800px;
}

.div-block-109 {
  background-image: url('../images/Separacion-raya-3.png');
  background-position: 0 0;
  background-size: 100% 100%;
  height: 300px;
  margin-top: -213px;
}

.div-block-110 {
  padding-top: 0;
  position: relative;
}

.div-block-111 {
  position: relative;
}

.div-block-112 {
  background-image: url('../images/corona.png');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: -54% 24% auto auto;
}

.div-block-113 {
  background-color: #fff;
}

.div-block-114 {
  z-index: 999;
  position: absolute;
  inset: 0%;
}

.div-block-115 {
  z-index: 0;
  background-image: url('../images/Fichier-70Circulos.png');
  background-position: 0 0;
  background-size: 100% 100%;
  width: 9rem;
  height: 3.4rem;
  position: absolute;
  top: 1.9rem;
  left: -.6rem;
}

.div-block-116 {
  align-self: center;
  position: relative;
}

.div-block-117 {
  background-image: url('../images/Fichier-13.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 4rem;
  height: 4rem;
  position: absolute;
  inset: -2.7rem auto auto 8.1rem;
}

.div-block-118 {
  align-self: center;
  position: relative;
}

.div-block-119 {
  background-image: url('../images/ADN2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 4rem;
  height: 4rem;
  position: absolute;
  inset: -1.8rem -3.1rem auto auto;
}

.div-block-119._2 {
  width: 3rem;
  height: 3rem;
  inset: -2.8rem auto auto -1.6rem;
  transform: rotate(-118deg);
}

.div-block-120 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.section-9 {
  background-color: #a4d65d;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 120px 40px;
  display: flex;
}

.section-9.rosa {
  background-color: #ffacd2;
}

.section-9.azul {
  background-color: #73ecdf;
}

.section-9.naranja {
  background-color: #ffb256;
  width: auto;
  height: auto;
  margin-top: 0;
}

.div-block-121 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-122 {
  flex: 1;
  max-width: 600px;
}

.text-block-18 {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: .8;
}

.paragraph-12 {
  line-height: 1.4;
}

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

.div-block-123 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-123.centro {
  justify-content: center;
  align-items: center;
}

.image-43, .image-44 {
  margin-bottom: 7px;
}

.div-block-124 {
  background-image: url('../images/raya-para-bimbando.png');
  background-position: 0%;
  background-size: 100%;
  height: 20px;
}

.div-block-125 {
  background-image: url('../images/linea-verde.png');
  background-position: 50%;
  background-size: 100%;
  width: 110%;
  height: 20px;
}

.div-block-125.rosa {
  background-image: url('../images/linea-rosa.png');
  width: 70%;
}

.div-block-125.azul {
  background-image: url('../images/linea-azul.png');
  background-repeat: no-repeat;
}

.div-block-126 {
  position: relative;
}

.image-45 {
  position: absolute;
  inset: -23% -32% auto auto;
}

.div-block-127 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.centrou {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.circulo {
  background-image: url('../images/circulo-naranja.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 15px;
  position: relative;
}

.image-46 {
  position: absolute;
  inset: -2% auto auto -9%;
}

.section-10 {
  background-color: #fefbf7;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 120px 103px 120px 40px;
  display: flex;
  position: relative;
}

.image-47 {
  flex: none;
  width: 75%;
  margin-bottom: -100px;
  margin-left: 18px;
}

.div-block-128 {
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-end;
  width: 33%;
  padding-bottom: 30px;
  display: flex;
}

.div-block-128.no {
  width: auto;
}

.div-block-128.famili {
  width: 40%;
  min-width: 320px;
  margin-right: 20px;
}

.text-span-27 {
  font-weight: 800;
}

.image-48 {
  margin-top: 30px;
}

.section-11 {
  background-color: #a4d65d;
  height: auto;
  padding: 40px;
  display: flex;
  position: relative;
}

.section-11.petra {
  background-color: #ffacd2;
  flex-flow: row-reverse;
}

.div-block-129 {
  flex: 1;
}

.div-block-130 {
  flex: none;
  width: 35%;
  max-width: none;
}

.div-block-130._2 {
  max-width: 30%;
}

.image-49 {
  position: absolute;
  inset: auto auto 0% -105px;
}

.image-49.petra {
  width: 35vw;
  max-width: 400px;
  margin-right: 37px;
  inset: auto 0% 0% auto;
}

.image-49.baldo {
  width: 74vw;
  max-width: 1200px;
}

.div-block-131 {
  background-image: url('../images/texto-verde.png');
  background-position: 0 0;
  background-size: 100% 100%;
  padding: 30px;
}

.div-block-131.rosa {
  background-image: url('../images/texto-rosa.png');
  margin-left: 90px;
}

.div-block-132 {
  margin-bottom: 20px;
  display: flex;
}

.text-block-19 {
  font-size: 3.7rem;
  font-weight: 800;
  line-height: 1;
}

.paragraph-13 {
  font-size: 1.2rem;
}

.div-block-133 {
  background-image: url('../images/Raya-baldo.png');
  background-position: 50%;
  background-size: 100%;
  height: 25px;
}

.div-block-133.rosa {
  background-image: url('../images/rayas-rosas.png');
  background-repeat: no-repeat;
  height: 15px;
}

.div-block-134 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-134._2 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 22px;
}

.div-block-135 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-135._2 {
  justify-content: flex-start;
  align-items: flex-end;
}

.image-50 {
  margin-top: -120px;
  margin-left: -43px;
}

.image-50.baldo {
  margin-left: 0;
  margin-right: 5%;
}

._2 {
  align-self: flex-start;
}

.div-block-136 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 32px;
  display: flex;
}

.section-12 {
  background-color: #fde7a9;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 40px;
  display: flex;
}

.section-12.azul {
  background-color: #73ecdf;
}

.div-block-137 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-137.reves {
  flex-flow: row-reverse;
}

.max {
  max-width: 350px;
}

.div-block-138 {
  background-image: url('../images/circulo-amarillo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 126px;
  height: 59px;
  position: absolute;
  inset: -51% 0% 0% auto;
}

.div-block-138.azul {
  background-image: url('../images/circulo-azul.png');
  width: 81px;
}

.text-span-28 {
  font-weight: 800;
}

.section-13 {
  background-color: #a4d65d;
  background-image: url('../images/Fondo-expertos.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  padding: 0 40px 0 0;
  display: flex;
}

.section-13.amarillo {
  background-color: #fdf8a8;
  background-image: url('../images/Fondo-talleres.png');
  background-position: 100%;
  flex-flow: row-reverse;
  padding-left: 40px;
  padding-right: 0;
  overflow: hidden;
}

.section-13.amarillo.rosa {
  background-color: #ffacd2;
  background-image: url('../images/fondo-diarios.png');
  background-position: 100% 0;
}

.section-13.seccionnaranja {
  background-color: #ffb256;
  background-image: url('../images/fondo-naranja.png');
  background-position: 0%;
}

.section-13.azul {
  background-color: #72ecdf;
  background-image: url('../images/fondo-contenidos.png');
}

.div-block-139 {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin: 40px 0 40px 40px;
  display: flex;
}

.div-block-139.amarillo {
  margin-left: 0;
  margin-right: 40px;
}

.text-span-29 {
  font-weight: 800;
  line-height: 1;
}

.div-block-140 {
  max-width: 470px;
}

.text-block-20 {
  z-index: 1;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  position: relative;
}

.image-51 {
  width: 53%;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-right: -65px;
}

.image-51.rosaa {
  margin-top: 120px;
  margin-bottom: 0;
  margin-right: 40px;
}

.naranja {
  width: 44%;
  margin-top: -40px;
  margin-left: -21px;
}

.image-52 {
  width: 44%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
}

.div-block-141 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.div-block-141.sin, .div-block-141.sinabajo {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-142 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-142.centro {
  justify-content: center;
  align-items: center;
}

.div-block-142.centro.der {
  justify-content: flex-end;
  align-items: center;
}

.div-block-142.centro.izq {
  justify-content: flex-start;
  align-items: center;
}

.image-53 {
  margin-top: -8px;
  margin-right: 30px;
}

.image-53._2 {
  width: 232px;
  margin-right: 0;
}

.image-53._2.post-it {
  width: 135px;
  margin-top: -6px;
}

.div-block-143 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-144 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-145 {
  background-image: url('../images/raya-contenidos.png');
  background-position: 50%;
  background-size: 100%;
  align-self: stretch;
  width: 105%;
  height: 20px;
  margin-top: -11px;
}

.div-block-146 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-147 {
  flex-flow: column;
  display: flex;
}

.div-block-148 {
  background-image: url('../images/raya-amarilla.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 20px;
}

.div-block-149 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-150 {
  flex-flow: column;
  display: flex;
}

.div-block-151 {
  background-image: url('../images/Raya-naranja.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 95%;
  height: 30px;
}

.div-block-152 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-153 {
  flex-flow: column;
  display: flex;
}

.div-block-154 {
  background-image: url('../images/raya-rosaa.png');
  background-position: 50%;
  background-size: 100%;
  height: 20px;
  margin-top: -6px;
}

.div-block-155 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-156 {
  position: relative;
}

.div-block-157 {
  z-index: 0;
  background-image: url('../images/Circulo-expertos.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 167px;
  height: 64px;
  position: absolute;
  inset: -22% 0% 0% auto;
}

.text-span-30 {
  font-weight: 800;
}

.div-block-158 {
  align-self: stretch;
  display: flex;
}

.div-block-159 {
  align-self: stretch;
  width: 25%;
  padding: 10px;
}

.div-block-160 {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 13px;
  flex-flow: column;
  height: 100%;
  padding: 20px;
  display: flex;
}

.image-54 {
  margin-top: -34px;
}

.image-54.pinza {
  margin-top: -59px;
}

.div-block-161 {
  flex-flow: column;
  flex: 1;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.text-block-21 {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.3;
}

.text-block-21.precio {
  margin-top: 5px;
  font-size: 2.3rem;
  font-weight: 800;
}

.text-span-31 {
  font-weight: 600;
}

.div-block-162 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.div-block-163 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-22, .text-block-23 {
  line-height: 1.2;
}

.image-55, .image-56 {
  margin-top: 1px;
}

.div-block-164 {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.div-block-165, .div-block-166, .div-block-167, .div-block-168 {
  min-height: 76px;
}

.div-block-168.centro {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-57 {
  position: absolute;
  inset: -152% -52% auto auto;
}

.div-block-169 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-170 {
  position: relative;
}

.div-block-171 {
  background-image: url('../images/mas-recomendado.png');
  background-position: 50%;
  background-size: cover;
  width: 108px;
  height: 53px;
  position: absolute;
  inset: -194% -70% auto auto;
}

.image-58 {
  margin-top: 20px;
}

.div-block-172 {
  align-self: stretch;
  margin-top: 0;
  padding: 10px;
}

.div-block-173 {
  background-color: #b7ebe5;
  border: 2px solid #000;
  border-radius: 13px;
}

.text-span-32 {
  font-weight: 800;
}

.div-block-174 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-174.mas-espacio {
  margin-top: 50px;
}

.div-block-175 {
  background-image: url('../images/raya-azuul-bimbando.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 186px;
  height: 27px;
  margin-top: -4px;
}

.div-block-176 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-177 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-178 {
  margin-top: 20px;
  display: flex;
}

.div-block-179 {
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-180 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 33.33%;
  display: flex;
}

.div-block-181 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  min-width: 500px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-182 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 33.33%;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.image-59 {
  margin-top: -271px;
}

.div-block-183 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-184 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-184.menos {
  margin-left: 10px;
}

.text-block-24 {
  font-family: Naturaly, Arial, sans-serif;
}

.div-block-185 {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  display: flex;
}

.div-block-186 {
  background-color: #43938e;
  border: 2px solid #000;
  border-radius: 20px;
  width: 18px;
  height: 18px;
}

.div-block-187 {
  align-self: stretch;
}

.div-block-187.centro {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-33 {
  font-weight: 800;
}

.div-block-188 {
  flex-flow: column;
  align-self: stretch;
  margin-top: 30px;
  display: flex;
}

.div-block-188.lado {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.div-block-189 {
  background-image: url('../images/post-it.png');
  background-position: 0 0;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 90px;
  display: block;
  position: relative;
}

.div-block-189.posit {
  background-image: url('../images/POST-IT-2_1.png');
  max-width: 400px;
  min-height: 300px;
  margin-left: 0;
  margin-right: 0;
  padding: 70px 60px;
  display: flex;
}

.div-block-189.posit._1 {
  background-image: url('../images/POST-IT-1.png');
  min-height: 330px;
  padding: 70px 50px 50px 60px;
}

.div-block-189.posit._2 {
  min-height: 330px;
  margin-top: 170px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-189.login {
  background-image: url('../images/Registro.png');
  min-height: 500px;
  display: flex;
}

.div-block-189.login.registro {
  padding-left: 110px;
}

.div-block-189.login.loginn {
  background-image: url('../images/Login.png');
}

.div-block-190 {
  flex: 1;
  align-self: center;
}

.div-block-191 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-191.abajo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

.div-block-192 {
  flex: 1;
}

.div-block-192.entero {
  align-self: stretch;
}

.div-block-193 {
  flex: 1;
}

.div-block-193.entero {
  align-self: stretch;
}

.div-block-194 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.text-field {
  border: 1px solid #000;
  border-radius: 11px;
  min-height: 50px;
}

.textarea {
  border: 1px solid #000;
  border-radius: 11px;
  min-height: 250px;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-195 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-195.centro {
  justify-content: center;
  align-items: center;
}

.div-block-196 {
  background-image: url('../images/tick.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border: 1px solid #000;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  transition: all .2s;
}

.div-block-196:hover {
  background-color: #25b2aa;
}

.text-block-25 {
  margin-left: 5px;
  font-size: .9rem;
  font-weight: 700;
}

.text-block-25.espacio {
  margin-left: 15px;
}

.link-2 {
  text-decoration: underline;
}

.image-60 {
  position: absolute;
  inset: -5% auto auto -5%;
}

.image-61 {
  position: absolute;
  inset: 2% 1% auto auto;
}

.image-62, .image-63, .image-64, .image-65 {
  width: 40%;
}

.image-66 {
  width: 47%;
}

.div-block-197 {
  width: 75%;
  min-width: 75%;
  display: flex;
}

.image-72 {
  display: none;
}

.izq {
  align-self: flex-start;
}

.div-block-198 {
  flex-flow: column;
  align-self: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.text-block-26 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  font-weight: 600;
}

.div-block-199 {
  align-self: stretch;
  max-width: 1200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-200 {
  flex: 1;
  max-width: 38%;
  padding: 20px 20px 20px 0;
}

.div-block-201 {
  flex-flow: wrap;
  flex: 1;
  padding: 20px 0 20px 20px;
  display: flex;
}

.div-block-202 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding: 10px;
  display: flex;
}

.image-73 {
  flex: 1;
  overflow: hidden;
}

.div-block-203 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-204 {
  background-image: url('../images/Nota.png');
  background-position: 0 0;
  background-size: 100% 100%;
  padding: 60px 30px 30px;
  position: sticky;
  top: 120px;
}

.div-block-205 {
  flex-flow: column;
  display: flex;
}

.div-block-206 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-27 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-207 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #97dcd2;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 7px;
  display: flex;
}

.text-block-28 {
  font-weight: 700;
}

.text-block-29 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.div-block-208 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.div-block-209 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-74 {
  margin-left: 5px;
}

.div-block-210 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.text-block-30 {
  font-weight: 600;
}

.div-block-211 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #6c6c6c;
  border: 1px solid #6c6c6c;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 19px;
  display: flex;
}

.div-block-211.seleccionadoo {
  color: #000;
  background-color: #97dcd2;
  border-color: #000;
}

.div-block-212 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.div-block-213 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 15px;
  transition: all .2s;
}

.div-block-213:hover {
  transform: rotate(-1deg)scale(1.03);
}

.div-block-213.der:hover {
  transform: rotate(1deg)scale(1.03);
}

.div-block-214 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 15px;
}

.div-block-214.der {
  transition: all .2s;
}

.div-block-214.der:hover {
  transform: rotate(1deg)scale(1.03);
}

.div-block-215, .div-block-216, .div-block-217 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 15px;
}

.div-block-218 {
  flex-flow: column;
  align-self: stretch;
  margin-top: 10px;
  display: flex;
}

.text-block-31 {
  text-align: center;
  font-size: .7rem;
  font-weight: 600;
}

.text-block-32 {
  text-align: center;
  font-size: .9rem;
  font-weight: 800;
}

.text-span-34, .text-span-35, .text-span-36 {
  font-weight: 800;
}

.div-block-219 {
  background-image: url('../images/linea.png');
  background-position: 50%;
  background-size: cover;
  width: 140px;
  height: 15px;
}

.div-block-219.masgrande {
  background-image: url('../images/linea-2.png');
  width: 220px;
}

.div-block-220 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-37 {
  font-weight: 800;
}

.image-76 {
  position: absolute;
  inset: -16% -8% auto auto;
}

.div-block-221 {
  display: flex;
}

.div-block-221.der {
  justify-content: flex-end;
  align-items: center;
}

.link-3 {
  font-weight: 800;
  text-decoration: underline;
}

.image-77 {
  position: absolute;
  inset: -8% -4% auto auto;
}

.text-span-38 {
  font-weight: 800;
}

.image-78 {
  margin-top: -11px;
}

.image-79, .image-80 {
  display: none;
}

.text-span-39 {
  font-weight: 800;
}

.div-block-222 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.sub {
  margin-left: 20px;
}

.paragraph-14 {
  margin-bottom: 2rem;
}

.paragraph-14.aub {
  margin-left: 20px;
}

.limiteee {
  max-width: 1200px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.625rem;
  }

  .team3_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav5_container {
    grid-column-gap: 1rem;
    grid-template-columns: max-content min-content auto max-content;
  }

  .nav_menu-button {
    margin-right: -.75rem;
    padding: .75rem;
  }

  .nav_menu-button.w--open {
    color: var(--black);
    background-color: #c8c8c800;
  }

  .nav_menu-icon {
    color: var(--white);
  }

  .footer1_grid {
    grid-template-columns: auto auto auto;
  }

  .footer1_left {
    margin-right: 0;
  }

  .layout16_component {
    padding: 3rem;
  }

  .layout1_component {
    align-items: center;
  }

  .layout10_component {
    grid-column-gap: 2rem;
  }

  .pricing2_component, .footer4_grid {
    grid-template-columns: 1fr 1fr;
  }

  .layout5_component {
    height: auto;
  }

  .footer2_grid {
    grid-template-columns: auto auto auto;
  }

  .layout7_component {
    grid-template-columns: 1fr;
  }

  .layout7_content {
    padding-right: 0;
  }

  .layout8_content {
    padding-left: 0;
  }

  .afflpro_nav-menu-wrapper {
    display: none;
  }

  .nav1_menu {
    background-color: var(--light-grey);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav1_link {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: block;
  }

  .nav1_dropdown-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav1_dropdown-toggle {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav1_icon {
    margin-right: 2.5rem;
  }

  .nav2_menu {
    background-color: var(--light-grey);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .nav2_link {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: block;
  }

  .nav2_dropdown-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav2_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .nav2_icon {
    margin-right: 2.5rem;
  }

  .nav3_menu {
    background-color: var(--light-grey);
    text-align: left;
    margin-left: 0;
  }

  .nav3_link {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav3_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .nav3_dropdown-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav3_icon {
    margin-right: 2.5rem;
  }

  .nav3_button-wrapper {
    padding: 1rem 2.5rem 1.5rem;
  }

  .nav4_menu {
    background-color: var(--light-grey);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .nav4_link {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: block;
  }

  .nav4_dropdown-toggle {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav4_dropdown-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav4_icon {
    margin-right: 2.5rem;
  }

  .afflpro_menu {
    color: #000;
    background-color: #43938f;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1.7rem;
  }

  .nav5_link {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: block;
  }

  .footer1_text, .footer2_bottom {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer3_nav-menu {
    margin-left: 0;
    margin-right: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .layout5_image {
    height: auto;
  }

  .nav2_dropdown {
    width: 100%;
  }

  .nav2_logo-link {
    margin-right: auto;
  }

  .nav3_dropdown {
    width: 100%;
  }

  .nav3_logo-link {
    margin-right: auto;
  }

  .pricing4_table-content, .pricing4_table-cta {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
  }

  .contact3_form {
    grid-template-columns: 1fr;
  }

  .heading_style-h1 {
    font-size: 2.5rem;
  }

  .pricing1_feature {
    display: flex;
  }

  .nav2_button-wrapper {
    justify-content: flex-start;
    width: auto;
    margin-top: .75rem;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
  }

  .heading_style-h3 {
    font-size: 1.625rem;
  }

  .nav2_container {
    grid-template-rows: auto;
    grid-template-columns: auto max-content;
  }

  .nav3_link-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .heading_style-h2 {
    font-size: 2rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    max-width: none;
  }

  .fs-styleguide_icon-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .fs-styleguide_icons {
    grid-template-columns: auto auto auto auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-0-all {
    margin: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-0-all {
    padding: 0;
  }

  .nav2_link-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-size-regular.slide-in-up.text-color-white.text-align-center-tablet {
    text-align: center;
  }

  .nav1_button-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
  }

  .product-image-wrapper.surfboard-1, .product-image-wrapper.dhd {
    width: 100%;
    position: static;
  }

  .layout-right-content {
    padding-right: 0;
  }

  .layout-right-content.tama-omovil._2, .layout-right-content.tama-omovil._3, .layout-right-content.tama-omovil._4, .layout-right-content.tama-omovil._1 {
    width: 30vw;
  }

  .fade-in.cdl-text.tama-o2._2 {
    text-align: center;
  }

  .rechtliches-textteil {
    padding: 3rem;
  }

  .afflpro-nav-link {
    justify-content: center;
    align-items: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
  }

  .afflpro-nav-link.nav-button {
    flex-flow: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .afflpro-nav-link.invisible {
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .afflpro-nav-link._2 {
    color: var(--white);
    text-align: center;
    max-width: 200px;
    height: 40px;
    margin-bottom: 10px;
    display: block;
  }

  .affiliate-links_component, .products-home_component, .products-home_component.image-right {
    grid-template-columns: 1fr;
  }

  .home-product-images.lost, .home-product-images.dhd {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .afflpro_cta {
    grid-template-columns: 1fr;
  }

  .afflpro-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 4rem;
    padding-right: 0;
    display: flex;
  }

  .afflpro-footer_component {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr .5fr .5fr .5fr;
  }

  .afflpro-nav-container {
    grid-column-gap: 1rem;
    grid-template-columns: max-content 1.5fr;
  }

  .afflpro-footer-copyright_component-copy {
    grid-column-gap: 1rem;
    grid-template-columns: 2.25fr;
  }

  .lrgal_component {
    padding: 3rem;
  }

  .afflpro_menu-copy {
    color: #000;
    flex-direction: row;
    align-items: center;
  }

  .first {
    display: flex;
    position: static;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-2.margin-xxlarge.is-tablet-medium {
    margin-bottom: 2rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .home_pricing_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-2.padding-xxlarge {
    flex: 1;
  }

  .footer_bottom-wrapper {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_bottom_credits-wrapper {
    flex-flow: column;
    order: 1;
  }

  .padding-top-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-17 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-block-32 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-33 {
    max-width: none;
  }

  .text-block-7 {
    font-size: 1.2rem;
  }

  .text-block-8 {
    font-size: 1.1rem;
  }

  .button-4.blanco.azul.nuevo.sinarriba.ciento {
    width: 200px;
  }

  .button-4.blanco.azul.nuevo.izqq {
    align-self: flex-start;
  }

  .div-block-41 {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .div-block-51 {
    flex: none;
  }

  .heading-12 {
    line-height: 1;
  }

  .section-5.fondo.nuevo._2.sin {
    height: 60vh;
  }

  .section-5.fondo.nuevo._2.sin._40.cuadros {
    height: auto;
    min-height: 830px;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .div-block-81 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-82 {
    flex: none;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    max-width: 300px;
  }

  .heading-14 {
    font-size: 2.1rem;
    font-weight: 700;
  }

  .heading-14.famili {
    text-align: center;
  }

  .paragraph-11 {
    font-size: 1rem;
  }

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

  .paragraph-11.espacioarriba.izqq {
    text-align: left;
    align-self: flex-start;
  }

  .heading-15 {
    text-align: center;
  }

  .div-block-108 {
    background-image: url('../images/FOTO-INICIO.png');
    background-repeat: no-repeat;
    background-size: 100%;
    flex: 1;
    width: auto;
    max-width: none;
    height: 400px;
    padding-bottom: 0;
    overflow: visible;
  }

  .div-block-108.tablet {
    flex: none;
    height: 80vw;
  }

  .div-block-115 {
    width: 7.9rem;
    height: 3.1rem;
    top: 1.7rem;
    left: 12rem;
  }

  .div-block-119._2 {
    width: 3rem;
    height: 3rem;
    inset: -2.8rem auto auto -1.6rem;
    transform: rotate(-118deg);
  }

  .div-block-120 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    display: flex;
  }

  .section-10 {
    flex-flow: column;
    height: auto;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .image-47 {
    order: -1;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-block-128 {
    justify-content: center;
    align-items: flex-end;
    margin-top: 40px;
    padding-bottom: 0;
  }

  .div-block-128.famili {
    width: auto;
    margin-right: 0;
  }

  .div-block-130 {
    display: none;
  }

  .image-49.petra {
    width: 29vw;
    max-width: 230px;
  }

  .image-49.baldo {
    width: 59vw;
    max-width: 600px;
  }

  .div-block-131.rosa {
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-50 {
    margin-left: -85px;
  }

  .section-13.seccionnaranja {
    padding-top: 70px;
  }

  .section-13.espacio {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .text-block-20 {
    font-size: 4vw;
  }

  .image-51 {
    width: 62%;
  }

  .image-51.rosaa {
    width: 52%;
  }

  .naranja {
    width: 44%;
  }

  .image-52 {
    width: 42%;
  }

  .div-block-157 {
    width: 17vw;
    height: 6vw;
  }

  .div-block-158 {
    flex-flow: wrap;
  }

  .div-block-159 {
    width: 50%;
  }

  .image-59 {
    display: none;
  }

  .div-block-188.lado {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-189.posit._2 {
    align-self: center;
    margin-top: 0;
  }

  .div-block-189.login {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-66 {
    width: 59%;
  }

  .div-block-197 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .image-67, .image-68 {
    width: 58%;
  }

  .div-block-199 {
    flex-flow: column;
  }

  .div-block-200 {
    max-width: none;
    padding: 0;
  }

  .div-block-201 {
    padding: 20px;
  }

  .div-block-204 {
    background-color: #fff;
    background-image: none;
    background-size: auto;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 30px;
  }

  .image-77 {
    top: -46px;
  }
}

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .team1_list {
    grid-template-columns: 1fr;
  }

  .button-white {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .team3_list {
    grid-column-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .line_divider.line-divider-mobile {
    display: block;
  }

  .footer5_right {
    flex-direction: column;
    align-items: flex-start;
    margin-top: .5rem;
  }

  .contact1_form, .contact2_component {
    grid-template-columns: 1fr;
  }

  .button-outline {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .layout16_component {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 2.5rem;
  }

  .cms1_list, .cms2_list {
    grid-template-columns: 1fr;
  }

  .layout28_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout28_image-wrapper {
    height: 100%;
  }

  .layout20_component {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .layout22_item {
    padding: 2rem;
  }

  .layout23_arrow-circle {
    width: 3rem;
    height: 3rem;
  }

  .layout23_mask {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .layout1_component {
    grid-template-columns: 1fr;
  }

  .layout1_content {
    max-width: none;
  }

  .layout2_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq2_component, .layout29_component {
    grid-template-columns: 1fr;
  }

  .layout9_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout9_item {
    padding: 2rem;
  }

  .layout10_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .pricing1_component {
    grid-template-columns: 1fr;
  }

  .pricing2_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .button-lightgrey {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing3_component {
    grid-template-columns: 1fr;
  }

  .button-black {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer4_grid {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .header5_content {
    max-width: none;
  }

  .layout5_component {
    grid-template-columns: 1fr;
    height: auto;
  }

  .footer5_content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .team2_list {
    grid-column-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout18_component, .layout7_component {
    grid-template-columns: 1fr;
  }

  .layout7_content {
    max-width: none;
  }

  .layout8_component {
    grid-template-columns: 1fr;
  }

  .layout8_content {
    max-width: none;
  }

  .cms3_list {
    grid-template-columns: 1fr;
  }

  .layout27_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout22_component {
    grid-template-columns: 1fr;
  }

  .protected_wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .layout21_component {
    grid-template-columns: 1fr;
  }

  .not-found_wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .fs-styleguide_grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 3.5rem;
  }

  .fs-styleguide_header {
    padding: 4rem 1.25rem;
  }

  .nav1_link, .nav1_dropdown-toggle {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav1_icon {
    margin-right: 1.25rem;
  }

  .nav2_link, .nav2_dropdown-toggle {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav2_icon {
    margin-right: 1.25rem;
  }

  .nav3_link, .nav3_dropdown-toggle {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav3_icon {
    margin-right: 1.25rem;
  }

  .nav3_button-wrapper, .nav4_link, .nav4_dropdown-toggle {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav4_icon {
    margin-right: 1.25rem;
  }

  .nav5_link, .afflpro_social-mobile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer2_bottom {
    flex-direction: column;
    grid-template-columns: 1fr;
    place-items: flex-start start;
  }

  .footer4_link {
    margin-left: 0;
    margin-right: 1.5rem;
  }

  .footer5_link-wrapper {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .footer2_title {
    font-size: 1.1rem;
  }

  .layout5_image {
    height: auto;
  }

  .layout6_component {
    grid-template-columns: 1fr;
  }

  .layout28_image {
    object-fit: cover;
  }

  .nav1_logo-link, .nav2_logo-link, .nav3_logo-link, .nav4_logo-link, .afflpro_logo-link, .footer4_logo-link {
    padding-left: 0;
  }

  .layout11_component, .layout12_component {
    grid-template-columns: 1fr;
  }

  .layout12_right {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .team4_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout17_component {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 2.5rem;
  }

  .pricing4_table-content, .pricing4_table-cta, .pricing4_table-title, .contact3_component, .contact3_form, .layout24_component {
    grid-template-columns: 1fr;
  }

  .layout24_item {
    padding: 2rem;
  }

  .layout26_component {
    grid-template-columns: 1fr;
  }

  .layout26_logo {
    margin-bottom: 0;
    margin-right: 1rem;
  }

  .pricing4_desktop {
    display: none;
  }

  .pricing4_mobile {
    display: block;
  }

  .pricing4_mobile-table-title {
    border-bottom: 1px solid var(--light-grey);
    grid-template-columns: 1fr;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .pricing4_mobile-table-content {
    grid-column-gap: 2rem;
    grid-row-gap: .5rem;
    border-bottom: 1px solid var(--light-grey);
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pricing4_mobile-table-cta {
    grid-template-columns: 1fr;
  }

  .nav2_button-wrapper {
    margin-left: 1.25rem;
  }

  .faq2_line-divider {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .text-size-large {
    font-size: 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    max-width: none;
  }

  .fs-styleguide_icons {
    grid-template-columns: auto auto auto;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-huge {
    margin: 4rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xxhuge {
    margin: 9rem 8rem 8rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-0 {
    padding: 0;
  }

  .padding-xxlarge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-huge {
    padding: 4rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-0-all {
    margin: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-0-all {
    padding: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .nav1_button-wrapper {
    margin-left: 1.25rem;
  }

  .button-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section_home-afflpro {
    background-position: 0 0, 50%;
  }

  .layout-right-content {
    max-width: none;
    padding-left: 0;
  }

  .layout-right-content.tama-omovil._2, .layout-right-content.tama-omovil._3, .layout-right-content.tama-omovil._4, .layout-right-content.tama-omovil._1 {
    width: auto;
    max-width: none;
  }

  .afflpro-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .blue-water-shp-partnr-wrapper {
    position: absolute;
  }

  .rechtliches-textteil {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 2.5rem;
  }

  .afflpro-nav-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .affiliate-links_component, .products-home_component, .afflpro_cta {
    grid-template-columns: 1fr;
  }

  .afflpro-content {
    max-width: none;
  }

  .lrgal_component {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 2.5rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .home_pricing_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .home_pricing_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home_pricing_feature-list {
    grid-template-columns: 1fr;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
  }

  .footer_credit-text {
    margin-top: 1rem;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .padding-top-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-block-32 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-33 {
    max-width: 200px;
  }

  .button-4.blanco.azul.nuevo.sinarriba.ciento {
    width: 40%;
  }

  .button-4.blanco.azul.nuevo.izqq.centromovill {
    align-self: center;
  }

  .heading-12 {
    font-size: 2.4rem;
  }

  .section-5.fondo.nuevo._2.sin._40 {
    height: auto;
    min-height: 830px;
    padding-right: 20px;
  }

  .section-5.fondo.nuevo._2.sin._40.cuadros {
    padding-left: 20px;
  }

  .div-block-81 {
    flex-flow: column-reverse;
    padding-top: 30px;
  }

  .div-block-81.movil {
    flex-flow: column;
  }

  .div-block-82 {
    justify-content: center;
    align-items: center;
    max-width: 400px;
  }

  .div-block-82.centrp {
    align-self: center;
  }

  .heading-14 {
    text-align: center;
  }

  .heading-14.izqqqq {
    text-align: left;
  }

  .paragraph-11, .paragraph-11.medio.nuevoopizq, .paragraph-11.medio.nuevoopizq.centroiu {
    text-align: center;
  }

  .paragraph-11.espacioarriba.izqq.centromovil {
    text-align: center;
    align-self: center;
  }

  .div-block-87 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 400px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-88 {
    margin-bottom: 20px;
    position: static;
    top: 0%;
  }

  .div-block-90 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .div-block-108 {
    width: 80vw;
    max-width: none;
    height: 89vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-115 {
    left: 1.3rem;
  }

  .div-block-121 {
    flex-flow: column-reverse;
  }

  .div-block-121._2 {
    flex-flow: column;
  }

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

  .div-block-123.ventro, .div-block-123.centronnuevo {
    justify-content: center;
    align-items: center;
  }

  .div-block-126 {
    margin-left: -15px;
  }

  .section-11 {
    padding-bottom: 232px;
  }

  .image-49.petra {
    width: 45vw;
    min-width: 200px;
    max-width: 216px;
  }

  .image-49.baldo {
    width: 76vw;
    min-width: 500px;
  }

  .image-50 {
    display: none;
  }

  .div-block-137, .div-block-137.reves {
    flex-flow: column-reverse;
  }

  .div-block-138 {
    width: 112px;
    top: -63%;
  }

  .div-block-138.azul {
    width: 67px;
    top: -67%;
  }

  .section-13.amarillo {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    padding: 40px;
  }

  .section-13.amarillo.rosa {
    padding-bottom: 0;
  }

  .section-13.seccionnaranja {
    flex-flow: column-reverse;
    padding: 40px 40px 0;
  }

  .section-13.azul, .section-13.espacio {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    padding: 40px;
  }

  .div-block-139 {
    margin: 0;
  }

  .div-block-139.amarillo {
    margin-right: 0;
  }

  .image-51, .image-51.rosaa {
    margin: 0;
  }

  .naranja, .image-52 {
    width: 56%;
    margin: 0;
  }

  .div-block-142 {
    justify-content: center;
    align-items: center;
  }

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

  .div-block-144.centroo, .div-block-146, .div-block-149, .div-block-152, .div-block-155 {
    justify-content: center;
    align-items: center;
  }

  .div-block-158 {
    flex-flow: column;
  }

  .div-block-159 {
    width: 100%;
  }

  .div-block-178 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-180 {
    display: none;
  }

  .div-block-181 {
    width: 100%;
    min-width: auto;
  }

  .div-block-182 {
    display: none;
  }

  .div-block-183 {
    flex-flow: wrap;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-189 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-189.login.registro {
    background-image: url('../images/registro-2.png');
    padding-left: 70px;
  }

  .div-block-195 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-196 {
    flex: none;
  }

  .text-block-25 {
    align-self: center;
  }

  .image-60 {
    top: -6%;
    left: -47px;
  }

  .image-61 {
    display: none;
  }

  .image-62 {
    width: 500px;
    margin-left: -45px;
  }

  .image-63 {
    width: 600px;
    margin-right: -45px;
  }

  .image-64 {
    width: 600px;
  }

  .image-65 {
    width: 600px;
    margin-right: -45px;
  }

  .image-66 {
    display: none;
  }

  .image-72 {
    width: 56%;
    display: block;
  }

  .div-block-201 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-77 {
    right: -34px;
  }

  .image-79 {
    display: inline-flex;
    position: absolute;
    inset: -13px auto auto 11px;
  }

  .image-80 {
    display: inline-flex;
    position: absolute;
    inset: auto -1px 15px auto;
  }
}

@media screen and (max-width: 479px) {
  .team3_list {
    grid-template-columns: 1fr;
  }

  .nav5_container {
    grid-template-columns: max-content min-content auto;
  }

  .social_link.social_link-dropdown {
    background-color: #fff;
  }

  .footer1_grid {
    grid-template-columns: auto;
  }

  .contact2_image-wrapper {
    min-height: auto;
  }

  .fs-styleguide_color-grid {
    grid-template-columns: 1fr;
  }

  .layout16_component {
    padding: 2rem 2rem 2.5rem;
  }

  .cms2_list, .layout28_component {
    grid-template-columns: 1fr;
  }

  .layout20_component {
    grid-template-columns: 1fr 1fr;
  }

  .layout23_component {
    margin-bottom: 4rem;
  }

  .layout23_slide-right {
    justify-content: flex-start;
    align-items: flex-end;
    width: 45%;
    bottom: -4rem;
  }

  .layout23_slide-left {
    justify-content: flex-end;
    align-items: flex-end;
    width: 45%;
    bottom: -4rem;
  }

  .layout23_mask {
    z-index: 100;
    margin-left: 0;
    margin-right: 0;
  }

  .layout9_component, .pricing2_component, .footer4_grid {
    grid-template-columns: 1fr;
  }

  .footer2_grid {
    grid-template-columns: auto;
  }

  .team2_list, .layout27_component {
    grid-template-columns: 1fr;
  }

  .footer4_menu {
    text-align: left;
  }

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

  .layout14_form, .fs-styleguide_grid {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_header {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .show-mobile-portrait {
    display: block;
  }

  .layout11_list-grid, .layout12_right, .team4_list {
    grid-template-columns: 1fr;
  }

  .layout17_component {
    padding: 2rem;
  }

  .layout17_form, .footer1_form {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .container-large {
    flex-flow: column;
  }

  .nav2_container {
    grid-template-columns: auto max-content;
  }

  .max-width-full-mobile-portrait {
    max-width: none;
  }

  .fs-styleguide_icon-row {
    grid-template-columns: 1fr;
  }

  .padding-0 {
    padding: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-0-all {
    margin: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-0-all {
    padding: 0;
  }

  .section-kristallmatte {
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-image-wrapper.surfboard-1, .product-image-wrapper.kristallmatte {
    max-width: 100%;
  }

  .cdl-image {
    width: 100%;
  }

  .fade-in.cdl-text {
    font-size: 1.9rem;
  }

  .fade-in.cdl-text.tama-o2._2 {
    font-size: 1.4rem;
  }

  .blue-water-shp-partnr-wrapper {
    inset: auto 50% 4% auto;
    transform: translate(50%);
  }

  .rechtliches-textteil {
    padding: 2rem 0 2.5rem;
  }

  .afflpro-nav-link._2 {
    min-height: 40px;
  }

  .section-home-affiliate-links {
    padding-top: 0;
    padding-bottom: 0;
  }

  .affiliate-links-wrapper.big-image {
    background-position: 0 0, 70%;
  }

  .section-home-products-left {
    padding-top: 0;
  }

  .home-product-images {
    width: 100%;
  }

  .section-afflpro-cta {
    padding-top: 0;
    padding-bottom: 0;
  }

  .afflpro_cta {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .afflpro-cta-image {
    height: 14.4rem;
  }

  .afflpro-content {
    align-items: center;
    padding-right: 0;
  }

  .section-afflpro-footer {
    height: auto;
    margin-top: -.6rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .afflpro-footer_component {
    grid-template-columns: 1fr;
  }

  .footer-content-wrapper {
    padding-top: 1rem;
    line-height: 2;
  }

  .footer-content-wrapper.padding-small {
    flex-direction: column;
  }

  .afflpro-nav-container {
    grid-template-columns: .5fr 1.75fr;
  }

  .afflpro-footer-copyright_component-copy {
    grid-template-columns: max-content min-content auto;
    line-height: 2.1;
  }

  .lrgal_component {
    padding: 2rem 2rem 2.5rem;
  }

  .button-2 {
    width: 100%;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home_pricing_component, .home_pricing_content-list {
    grid-template-columns: 1fr;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .heading-8 {
    font-size: 1.8rem;
  }

  .div-block-32 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .text-block-7 {
    font-size: 1.1rem;
    font-weight: 700;
  }

  .text-block-8 {
    font-size: .9rem;
    font-weight: 400;
  }

  .button-4.blanco.azul.nuevo.sinarriba.ciento {
    width: 100%;
  }

  .image-15 {
    width: 300px;
  }

  .heading-12 {
    text-align: center;
    font-size: 2rem;
    line-height: .9;
  }

  .image-30 {
    width: 200px;
  }

  .section-5.fondo.nuevo._2.sin._40.cuadros {
    padding-left: 20px;
  }

  .heading-14 {
    font-size: 1.8rem;
  }

  .heading-14.centroo.sin-espacio.planes.postit {
    font-size: 20px;
  }

  .heading-14.grande {
    font-size: 3.3rem;
  }

  .paragraph-11.medio.nuevoopizq {
    text-align: center;
  }

  .heading-15 {
    font-size: 1.87rem;
  }

  .section-7 {
    background-image: linear-gradient(#ffffffc2, #ffffffc2);
    background-position: 0 0;
    background-size: auto;
  }

  .section-8.otro.auto.fondo2.cuadros {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-119 {
    width: 3rem;
    height: 3rem;
    right: -2.1rem;
  }

  .section-9.naranja {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-9.naranja.mooovil {
    margin-left: 0;
  }

  .image-43 {
    width: 32px;
  }

  .image-44 {
    width: 35px;
  }

  .section-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-49.baldo {
    min-width: 434px;
  }

  .paragraph-13 {
    font-size: 1rem;
  }

  .section-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-138 {
    width: 50%;
    top: -60%;
  }

  .div-block-138.azul {
    width: 37%;
    top: -59%;
  }

  .section-13.amarillo {
    flex-flow: column-reverse;
    padding: 40px;
  }

  .div-block-139.amarillo {
    margin-right: 0;
  }

  .text-block-20 {
    font-size: 6vw;
  }

  .image-51 {
    width: 100%;
    margin: 0;
  }

  .image-51.rosaa, .naranja, .image-52 {
    width: 100%;
  }

  .div-block-142.centro.der, .div-block-142.centro.izq {
    justify-content: center;
    align-items: center;
  }

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

  .div-block-145 {
    font-size: 1rem;
  }

  .div-block-146 {
    justify-content: center;
    align-items: center;
  }

  .div-block-157 {
    width: 25vw;
    height: 9vw;
  }

  .div-block-188.lado {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-189 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-189.posit._1 {
    min-height: 280px;
    padding: 50px 40px 30px 50px;
  }

  .div-block-189.posit._1.sin {
    background-color: #fff0;
    border-style: none;
    border-radius: 0;
  }

  .div-block-189.posit._2 {
    align-self: stretch;
    width: 100%;
    max-width: 400px;
    min-height: 280px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-189.posit._2.sin {
    background-color: #fff0;
    border-style: none;
    border-radius: 0;
  }

  .div-block-189.login {
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 15px;
  }

  .div-block-189.login.registro {
    background-image: none;
    padding-left: 20px;
  }

  .div-block-189.login.loginn {
    background-image: none;
  }

  .div-block-191 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .div-block-192, .div-block-193 {
    align-self: stretch;
  }

  .image-60 {
    display: none;
  }

  .image-62 {
    margin-left: -20px;
  }

  .image-63, .image-65 {
    margin-right: -20px;
  }

  .image-67, .image-68 {
    width: 100%;
  }

  .image-69, .image-70, .image-71 {
    width: 40px;
  }

  .image-72 {
    width: 100%;
  }

  .div-block-202 {
    width: 50%;
  }

  .div-block-219 {
    width: 102px;
  }

  .div-block-219.masgrande {
    width: 150px;
  }

  .div-block-221.der {
    justify-content: center;
    align-items: center;
  }

  .image-77, .image-79, .image-80 {
    display: none;
  }

  .sub, .paragraph-14.aub {
    margin-left: 0;
  }
}

#w-node-_60223fbf-66b0-bfb7-a784-f415672ea6e6-6b02d752 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b07adccb-7ad1-bc76-24ec-2febe3f9e2d4-e3f9e2ce {
  justify-self: start;
}

#w-node-b07adccb-7ad1-bc76-24ec-2febe3f9e2e1-e3f9e2ce {
  justify-self: end;
}

#w-node-_4b63e5e6-0c9e-4b7f-c6aa-59befdf91cf2-fdf91cdf {
  justify-self: center;
}

#w-node-_4b63e5e6-0c9e-4b7f-c6aa-59befdf91ce2-fdf91cdf {
  justify-self: start;
}

#w-node-_4b63e5e6-0c9e-4b7f-c6aa-59befdf91cf5-fdf91cdf {
  justify-self: end;
}

#w-node-dd432758-ecd5-7f34-1009-6f4cb4a22ff7-6b02d7c1 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_60223fbf-66b0-bfb7-a784-f415672ea702-6b02d752 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b07adccb-7ad1-bc76-24ec-2febe3f9e2d4-e3f9e2ce, #w-node-b07adccb-7ad1-bc76-24ec-2febe3f9e2e1-e3f9e2ce {
    justify-self: center;
  }

  #w-node-_4b63e5e6-0c9e-4b7f-c6aa-59befdf91cf2-fdf91cdf {
    order: -9999;
    justify-self: start;
  }

  #w-node-_4b63e5e6-0c9e-4b7f-c6aa-59befdf91cf5-fdf91cdf {
    justify-self: auto;
  }

  #w-node-_4b63e5e6-0c9e-4b7f-c6aa-59befdf91d04-fdf91cdf {
    place-self: center end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b07adccb-7ad1-bc76-24ec-2febe3f9e2eb-e3f9e2ce {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b07adccb-7ad1-bc76-24ec-2febe3f9e2d4-e3f9e2ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ubuntu custom';
  src: url('../fonts/Ubuntu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu custom';
  src: url('../fonts/Ubuntu-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu custom';
  src: url('../fonts/Ubuntu-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu custom';
  src: url('../fonts/Ubuntu-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu custom';
  src: url('../fonts/Ubuntu-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu custom';
  src: url('../fonts/Ubuntu-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu custom';
  src: url('../fonts/Ubuntu-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu custom';
  src: url('../fonts/Ubuntu-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Loud And Clear Personal Use';
  src: url('../fonts/LOUD-AND-CLEAR-PERSONAL-USE.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Teachersstudent';
  src: url('../fonts/TeachersStudent-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abecedary';
  src: url('../fonts/Abecedary-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Firsttimewriting';
  src: url('../fonts/FirstTimeWriting.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Holidays Homework';
  src: url('../fonts/Holidays-Homework.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Scandia';
  src: url('../fonts/Scandia-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Scandia';
  src: url('../fonts/Scandia-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Scandia';
  src: url('../fonts/Scandia-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Scandia';
  src: url('../fonts/Scandia-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Scandia';
  src: url('../fonts/Scandia-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Scandia';
  src: url('../fonts/Scandia-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Scandia';
  src: url('../fonts/Scandia-Medium-Italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Scandia';
  src: url('../fonts/Scandia-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nerkoone';
  src: url('../fonts/NerkoOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creativo';
  src: url('../fonts/Creativo-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kiddos';
  src: url('../fonts/KIdDOS-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Naturaly';
  src: url('../fonts/Naturaly.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
