body {
  color: #333;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  line-height: 20px;
}

.div-block {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-logo {
  width: 400px;
  margin-bottom: 60px;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.navbar {
  height: auto;
  background-color: #f8f9fa;
  padding-top: 31px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar.herencias {
  z-index: 2000;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.navbar.herencias.divorcios.header {
  max-width: 100%;
  position: fixed;
}

.header {
  width: 100vw;
  height: 60px;
  min-width: 100%;
  color: #333;
  text-align: left;
  object-fit: fill;
  background-color: #f8f9fa;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.brand.landing {
  margin-left: 100px;
  margin-right: auto;
}

.image {
  width: 106px;
  height: 36px;
  margin-top: 10px;
  margin-left: 42px;
}

.image.logo-header {
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
}

.nav-menu {
  align-items: center;
  margin-left: auto;
  margin-right: 46px;
  line-height: 1;
  display: flex;
}

.nav-link {
  height: auto;
  float: none;
  clear: none;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  transition: opacity .4s;
}

.nav-link:hover {
  opacity: .38;
  color: #00bed6;
}

.nav-link.w--current {
  color: #00bed6;
}

.nav-link.is-mobile-only {
  display: none;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #00788e;
  border-radius: .375rem;
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all .2s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button:hover {
  background-color: rgba(0, 120, 142, .63);
  transform: translate(0, -.375rem);
}

.button.is-navbar {
  text-transform: uppercase;
  font-size: 1rem;
}

.button.is-navbar:hover {
  transform: translate(0);
}

.button.is-primary {
  background-color: #00bed6;
}

.button.is-primary:hover {
  background-color: rgba(0, 190, 214, .63);
}

.button.is-form-submit {
  width: 100%;
  border-style: none;
}

.section_hero {
  background-color: #fff;
  margin-top: 40px;
}

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

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

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.is-hero-gif {
  padding-bottom: 0;
  position: relative;
}

.hero_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero_column-wrapper.is-left {
  width: 60%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.hero_column-wrapper.is-form {
  width: 45%;
  flex: 0 auto;
  margin-bottom: 3rem;
}

.hero_heading {
  color: #00bed6;
  margin-bottom: 1rem;
  font-weight: 400;
}

.text-with-icon-wrapper {
  align-items: flex-start;
  margin-bottom: .5rem;
  display: flex;
}

.text-with-icon_icon {
  flex: none;
  margin-top: .6rem;
  margin-right: .5rem;
}

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

.section_somos-jovenes {
  background-color: #00788e;
  position: relative;
}

.que-incluye_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.que-incluye_column-wrapper {
  flex: 1;
}

.que-incluye_heading {
  height: 100%;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, .5);
  margin-right: 1rem;
  padding-bottom: 0;
  padding-right: 1rem;
  font-size: 2rem;
  font-weight: 300;
}

.que-incluye_rich-text {
  color: #fff;
}

.section_nuestro-equipo {
  background-color: #fff;
}

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

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

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

.precio_heading {
  font-weight: 300;
  line-height: 1;
}

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

.section_coming-soon {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

._2-columns-fields {
  grid-column-gap: .75rem;
  display: flex;
}

.field-wrapper {
  width: 100%;
  min-height: 30px;
  text-align: left;
  position: relative;
}

.form_input {
  min-height: 3rem;
  background-color: #fff;
  border-radius: .5rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::-ms-input-placeholder {
  color: #333;
  font-style: italic;
}

.form_input::placeholder {
  color: #333;
  font-style: italic;
}

.form_input.is-text-area {
  min-height: 5rem;
  padding-top: .75rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border-radius: .125rem;
  flex: none;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: 1.25rem;
  height: 1.25rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_checkbox-label {
  margin-top: -.25rem;
  font-size: .875rem;
}

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

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

@media screen and (max-width: 991px) {
  .navbar.herencias, .navbar.herencias.divorcios {
    display: block;
  }

  .brand {
    float: right;
    margin-left: 42px;
  }

  .image {
    float: none;
    clear: none;
    margin-left: 0;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    right: 0;
  }

  .image.logo-header {
    width: 74px;
    height: 24px;
    margin-top: 0;
    display: inline-block;
  }

  .menu-button {
    height: 40px;
    align-items: stretch;
    display: flex;
    position: absolute;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .icon {
    float: none;
    color: #00788e;
    object-fit: fill;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: auto;
    bottom: 5px;
    left: 5px;
    right: 0%;
    overflow: visible;
  }

  .nav-menu {
    height: auto;
    background-color: #fff;
  }

  .nav-link.is-mobile-only {
    display: block;
  }

  .button.is-navbar.is-desktop-only {
    display: none;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero_component {
    flex-direction: column;
  }

  .hero_column-wrapper.is-left, .hero_column-wrapper.is-form {
    width: 100%;
  }

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

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

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .hero_column-wrapper.is-form {
    width: 100%;
  }

  .que-incluye_component {
    flex-direction: column;
  }

  .que-incluye_heading {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    border-right-style: none;
    margin-right: 0;
    padding-bottom: 2rem;
    padding-right: 0;
  }

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

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

@media screen and (max-width: 479px) {
  .navbar {
    z-index: 2000;
  }

  .navbar.herencias {
    display: block;
  }

  .navbar.herencias.divorcios.header.landing.divorcio {
    margin-top: 0;
  }

  .brand.landing {
    margin-left: 45px;
    margin-right: auto;
  }

  .image.logo-header {
    margin-bottom: 0;
  }

  .menu-button {
    object-fit: fill;
    flex-wrap: nowrap;
    position: fixed;
  }

  .icon {
    width: auto;
    color: #000;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
    display: block;
    position: absolute;
  }

  .icon.mobile {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    position: fixed;
    top: 1%;
    bottom: auto;
    left: 3%;
    right: auto;
  }

  .nav-menu {
    margin-top: 40px;
    margin-left: -10px;
    margin-right: auto;
    position: fixed;
  }

  .button.is-primary.is-large {
    text-transform: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero_heading {
    text-align: center;
  }

  .text-with-icon-wrapper {
    align-items: flex-start;
  }

  .que-incluye_heading {
    line-height: 1.3;
  }

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

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

  ._2-columns-fields {
    flex-direction: column;
  }
}
