:root {
  --medium-sea-green-2: #469266;
  --tomato: #e64c40;
  --white-smoke-3: #eee;
  --dim-grey: #242424;
  --white-smoke-2: #f0f0f0;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
}

body {
  color: #000000bd;
  background-color: #edeff2;
  height: 100%;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #cf404d;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  display: block;
}

.team {
  color: #cf404d;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/leaf.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 3vw;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
}

.section {
  background-color: #fff;
  padding: 63px 40px;
  position: relative;
}

.section.section-gray {
  background-color: #fafafa;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.title {
  background-color: var(--medium-sea-green-2);
  color: #fff;
  padding: 44px 40px;
}

.title.no {
  background-color: var(--tomato);
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

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

.hero-heading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 400;
}

.hero-subheading {
  color: #fff;
  margin-bottom: 25px;
}

.hollow-button {
  color: #1db0fc;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 20px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  color: #fff;
  border-color: #fff;
}

.hollow-button.white:hover {
  color: #fff;
  background-color: #2d3e4f;
  border-color: #2d3e4f;
}

.hollow-button.red {
  color: #fff;
  background-color: #cf404d;
  border-color: #cf404d;
}

.hollow-button.red:hover {
  background-color: #0000;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #313131;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.section-subheading.center {
  color: #737373bd;
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 19px;
  font-weight: 200;
  line-height: 30px;
}

.section-title-group {
  margin-bottom: 62px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  min-height: 45px;
  margin-bottom: 17px;
  margin-right: 1px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.social-icon-link {
  opacity: .66;
  padding: 3px;
  transition: opacity .3s;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  padding-top: 21px;
  padding-bottom: 21px;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  color: #cf404d;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  text-align: center;
  margin-bottom: 155px;
  position: relative;
  top: 40%;
}

.left-navigation {
  background-color: var(--white-smoke-3);
  width: 30%;
  min-width: 300px;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-link {
  color: var(--dim-grey);
  text-align: left;
  text-transform: uppercase;
  padding: 20px 0 20px 3vw;
  font-size: 15px;
  display: block;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--medium-sea-green-2);
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 216px;
  margin-bottom: 50px;
  display: block;
}

.social-footer {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.social-footer.hide {
  display: none;
}

.grid-fours {
  float: none;
  width: 50%;
  padding: 10px;
}

.grid-fours.hide {
  display: none;
}

.banner {
  background-image: url('../images/hermanas1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.content {
  height: 100%;
}

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

.paragraph-form {
  margin-bottom: 0;
}

.utility-page-wrap {
  background-color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  width: 70vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading {
  text-align: center;
}

.photos {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 300px;
}

.photos.portrait {
  object-fit: contain;
  object-position: 50% 50%;
}

.photos.custom {
  object-fit: none;
  object-position: 24% 70%;
}

.photos.inma {
  object-position: 50% 25%;
}

.photos.carson {
  object-position: 50% 12%;
}

.photos.luis1 {
  object-position: 50% 33%;
}

.hero {
  background-image: url('../images/hero-toucan.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  min-height: 1000px;
  display: flex;
}

.hero-hermana-lfl {
  background-image: url('../images/hermanas1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.hero-hermano-lfl-mayor {
  background-image: url('../images/hermanos.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.mood {
  float: left;
  width: 100%;
  padding: 10px;
}

.mood-pres {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
}

.mood-pres.portrait {
  object-fit: contain;
  object-position: 50% 50%;
}

.mood-pres.custom {
  object-fit: none;
  object-position: 24% 70%;
}

.mood-pres.inma {
  object-position: 50% 25%;
}

.mood-pres.carson {
  object-position: 50% 12%;
}

.mood-pres.luis1 {
  object-position: 50% 33%;
}

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

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

.grid-4 {
  float: left;
  justify-content: center;
  width: 33%;
  padding: 10px;
  display: flex;
}

.grid-4.hide {
  display: none;
}

.photo-clothes {
  object-fit: cover;
  object-position: 50% 0%;
  width: 210px;
  height: 400px;
}

.photo-clothes.portrait {
  object-fit: contain;
  object-position: 50% 50%;
}

.photo-clothes.custom {
  object-fit: none;
  object-position: 24% 70%;
}

.photo-clothes.inma {
  object-position: 50% 25%;
}

.photo-clothes.carson {
  object-position: 50% 12%;
}

.photo-clothes.luis1 {
  object-position: 50% 33%;
}

.photo-clothes.abi {
  object-position: 50% 70%;
}

.photo-clothes.luis-stretch {
  object-fit: cover;
  object-position: 50% 50%;
}

.grid-fours-copy {
  float: left;
  width: 50%;
  padding: 10px;
}

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

.body {
  background-color: #2d3e4f;
  justify-content: flex-end;
  display: flex;
}

.submit-button {
  background-color: var(--medium-sea-green-2);
  transition: all .2s;
}

.submit-button:hover {
  background-color: var(--white-smoke-2);
  color: var(--dim-grey);
}

.body-2, .body-3 {
  padding-left: 0;
}

.body-jw {
  padding-left: 30%;
  font-family: Montserrat, sans-serif;
}

.body-jw.right {
  padding-left: 30%;
}

.container-full {
  background-color: var(--dim-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image {
  color: var(--dim-grey);
}

.h2 {
  color: var(--white-smoke-2);
  text-transform: uppercase;
  font-weight: 200;
}

.field-label {
  color: var(--white-smoke-2);
  font-weight: 200;
}

.lock {
  max-height: 250px;
  padding-bottom: 50px;
}

.sign {
  text-align: right;
  width: 20%;
}

.section-ling {
  background-color: #fff;
  padding: 63px 40px;
  display: none;
  position: relative;
}

.section-ling.section-gray {
  background-color: #fafafa;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.section-copy {
  background-color: #fff;
  padding: 63px 40px;
  position: relative;
}

.section-copy.section-gray {
  background-color: #fafafa;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.section-mora {
  background-color: #fff;
  padding: 63px 40px;
  display: none;
  position: relative;
}

.section-mora.section-gray {
  background-color: #fafafa;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.section-carson {
  background-color: #fff;
  padding: 63px 40px;
  display: none;
  position: relative;
}

.section-carson.section-gray {
  background-color: #fafafa;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.logo {
  width: 300px;
}

.full {
  background-color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0;
    padding-left: 0;
  }

  .hamburger-button {
    color: var(--medium-sea-green-2);
    width: 10%;
    height: 100px;
    transition: all .2s;
    display: flex;
  }

  .hamburger-button.w--open {
    background-color: var(--medium-sea-green-2);
  }

  .team {
    padding-left: 0;
    font-size: 75px;
  }

  .form-wrapper.squeezed {
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-title-wrapper {
    top: 40%;
  }

  .left-navigation {
    float: none;
    align-items: center;
    width: 100%;
    height: 100px;
    display: flex;
    position: relative;
    inset: 0 0 auto;
  }

  .nav-link {
    text-align: center;
    padding-left: 13px;
  }

  .nav-menu {
    background-color: var(--white-smoke-2);
  }

  .logo-link {
    float: left;
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .social-footer {
    display: inline-block;
    position: absolute;
  }

  .banner {
    height: 500px;
  }

  .utility-page-wrap {
    width: auto;
    margin-top: -100px;
  }

  .hero {
    margin-top: -100px;
  }

  .hero-hermana-lfl, .hero-hermano-lfl-mayor {
    height: 500px;
  }

  .body-jw {
    padding-left: 0;
  }

  .body-jw.right {
    padding-left: 0%;
  }

  .icon {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

  .hamburger-button {
    height: 60px;
  }

  .team {
    font-size: 50px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .call-to-action-heading {
    text-align: center;
    margin-bottom: 13px;
  }

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

  .hero-heading {
    font-size: 37px;
  }

  .hero-title-wrapper {
    top: 35%;
  }

  .left-navigation {
    height: 60px;
  }

  .column-0-padding {
    text-align: center;
    margin-bottom: 15px;
  }

  .column-remove-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .utility-page-wrap {
    margin-top: -60px;
  }

  .hero {
    background-position: 0%;
    margin-top: -60px;
  }

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

  .section-ling, .section-copy, .section-mora, .section-carson {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hamburger-button {
    width: 20%;
  }

  .team {
    font-size: 30px;
  }

  .form-wrapper.squeezed {
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-title-wrapper {
    top: 28%;
  }

  .logo-link {
    width: 80%;
  }

  .grid-fours {
    width: 100%;
  }

  .banner {
    height: 450px;
  }

  .heading {
    font-size: 25px;
  }

  .hero {
    background-position: 15%;
    height: 100vh;
  }

  .hero-hermana-lfl, .hero-hermano-lfl-mayor {
    height: 450px;
  }

  .container {
    flex-direction: column;
    display: flex;
  }

  .mood, .grid-4, .grid-fours-copy {
    width: 100%;
  }
}


