body {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 56px;
  font-weight: 700;
}

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

h3 {
  margin: 5px 0px 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

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

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

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

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Varela Round', sans-serif;
  color: #848998;
  line-height: 19px;
}

.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.header {
  margin: 0px;
  padding-top: 100px;
  padding-bottom: 200px;
  border-radius: 0px;
  background-image: url('../images/Pareja-2.png'), url('../images/Witty-Banner-home.png');
  background-position: 80% 50%, 50% 100%;
  background-size: 580px, auto;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.37), 0 1px 0 rgba(0, 0, 0, 0.49);
  background-clip: border-box;
}

.bars-wrapper {
  background-color: #3e352a;
}

.bar {
  width: 14.285%;
  height: 15px;
  float: left;
  background-color: #262b2f;
}

.bar._2 {
  background-color: #9d7a59;
}

.bar._3 {
  background-color: #693e23;
}

.bar._4 {
  background-color: #636e81;
}

.bar._5 {
  background-color: #adc3cc;
}

.bar._6 {
  background-color: #6c5c50;
}

.bar._7 {
  background-color: #3e352a;
}

.logo-wrapper {
  margin-bottom: 100px;
}

.logo-icon {
  margin-top: 0px;
  margin-right: 9px;
  float: left;
}

.logo-icon.mobile {
  display: none;
}

.logo-text {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-size: 32px;
  line-height: 31px;
  font-weight: 500;
}

.main-subtitle {
  width: 44%;
  margin-bottom: 46px;
  color: hsla(0, 0%, 100%, 0.79);
  font-size: 17px;
  line-height: 21px;
}

.main-subtitle.first {
  margin-bottom: 100px;
  color: #323641;
  font-size: 24px;
  line-height: 24px;
}

.app-button {
  margin-right: 14px;
  padding: 8px 13px;
  border-style: none;
  border-width: 1px;
  border-color: #424242;
  border-radius: 6px;
  background-color: #262b2f;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.app-button:hover {
  background-color: #8a8a8a;
}

.app-button.buy {
  margin-right: 0px;
  margin-left: 19px;
  background-color: #262b2f;
}

.app-button.buy:hover {
  background-color: #8a8a8a;
}

.section {
  padding-top: 110px;
  padding-bottom: 91px;
}

.section.grey {
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 91px;
  border-radius: 50px;
  background-color: #f0f3f5;
  color: #333;
}

.section.grey.buy {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #1cd760;
}

.section.grey.buy.corner {
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 0px;
  background-color: #00ad55;
}

.section.map {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 140px;
  padding-bottom: 140px;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 73, 77, 0.62)), to(rgba(68, 73, 77, 0.62))), url('../images/Witty-Mapa-gris.png'), -webkit-gradient(linear, left top, left bottom, from(#44494d), to(#44494d));
  background-image: linear-gradient(180deg, rgba(68, 73, 77, 0.62), rgba(68, 73, 77, 0.62)), url('../images/Witty-Mapa-gris.png'), linear-gradient(180deg, #44494d, #44494d);
  background-position: 0px 0px, 50% 10%, 0px 0px;
  background-size: auto, cover, auto;
  background-attachment: scroll, scroll, scroll;
}

.section.footer {
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 0px;
  background-color: #262b2f;
  color: #b5bbc8;
}

.section.sign-up {
  padding-top: 46px;
  padding-bottom: 46px;
  background-color: #5d6779;
}

.section.sign-up.hide {
  display: none;
}

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

.subtitle {
  margin-bottom: 72px;
  font-size: 16px;
}

.subtitle.location {
  width: 30%;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.7);
}

.center {
  text-align: center;
}

.line {
  width: 50px;
  height: 2px;
  margin-top: 42px;
  margin-bottom: 42px;
  background-color: #e1e4e8;
}

.line.left {
  position: static;
  margin-left: auto;
  text-align: left;
}

.feature-group.push-down {
  margin-bottom: 20px;
}

.feature-group.left {
  text-align: right;
}

.push-down-column {
  padding-top: 105px;
}

.image-crop {
  overflow: hidden;
  height: 560px;
  margin-bottom: -94px;
}

.buy-title {
  margin-top: 6px;
  color: #5d6779;
  font-size: 33px;
  font-weight: 300;
}

.buy-title.margin {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 28px;
}

.buy-title.white {
  color: #fff;
}

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

.trans-test {
  display: block;
  margin: 7px;
  -webkit-transition: margin 500ms ease;
  transition: margin 500ms ease;
}

.trans-test:hover {
  margin: 16px;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.location-title {
  opacity: 1;
  color: #fff;
}

.map-icon {
  position: absolute;
  left: 43%;
  bottom: 39%;
}

.footer-left-col {
  padding-top: 8px;
}

.footer-right-col {
  position: relative;
  top: 30px;
  display: block;
  overflow: visible;
  text-align: right;
}

.footer-logo {
  position: static;
  display: inline-block;
  overflow: visible;
  margin-top: 0px;
  margin-right: 11px;
  float: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-text {
  display: block;
  padding-top: 11px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.footer-link {
  width: 40px;
  height: 40px;
  margin-right: 6px;
  margin-left: 6px;
  padding-top: 9px;
  border-radius: 100%;
  background-color: #5d6779;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-align: center;
}

.footer-link:hover {
  background-color: #6c5c4f;
}

.field {
  width: 70%;
  height: 68px;
  margin-right: 2%;
  margin-bottom: 0px;
  padding: 12px 0px;
  float: left;
  border: 0px solid transparent;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: inset 0 -4px 0 0 #262b2f;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #d3d9de;
  font-size: 26px;
}

.field:focus {
  box-shadow: inset 0 -4px 0 0 #d3d9de;
}

.form-button {
  width: 28%;
  padding: 24px 32px;
  border-radius: 5px;
  background-color: #262b2f;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #5d6779;
  font-size: 24px;
}

.form-button:hover {
  background-color: #d3d9de;
}

.form-wrapper {
  margin-bottom: 0px;
}

.success {
  padding-top: 19px;
  padding-bottom: 19px;
  border-radius: 5px;
  background-color: #d3d9de;
  text-align: center;
}

.container {
  padding-left: 0px;
  text-shadow: none;
}

.heading {
  width: 450px;
  color: #00ad55;
}

.proximamente {
  color: #1cd760;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.heading-2 {
  line-height: 29px;
}

.icon {
  width: 30px;
  height: 30px;
}

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

.column {
  position: relative;
  top: 30px;
}

.section-title-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.section-title {
  margin-top: 0px;
  font-size: 33px;
  line-height: 39px;
  font-weight: 500;
}

.section-title.buy-title.white {
  color: #5d6779;
  font-weight: 500;
}

.section-description {
  margin-top: 10px;
  color: #848998;
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
}

.accordion-item {
  overflow: hidden;
}

.heading-3 {
  cursor: pointer;
}

.accordion-item-content {
  overflow: hidden;
}

.container-2 {
  position: relative;
}

.gallery-lightbox {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gallery-overlay-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.gallery-overlay-icon:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.gallery-overlay-block {
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.gallery-overlay-block:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.view-icon {
  height: 35px;
}

.gallery-image-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  border-radius: 4px;
  background-image: url('../images/kristin-lopez-416908-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.gallery-image-block._2 {
  background-image: url('../images/veronika-homchis-64124-unsplash.jpg');
}

.gallery-image-block._3 {
  background-image: url('../images/alexis-chloe-534920-unsplash.jpg');
}

@media screen and (max-width: 991px) {
  .header {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 0px;
    background-image: url('../images/Pareja-2.png'), url('../images/Witty-Banner-home.png');
    background-position: 110% 76%, 50% 100%;
    background-size: 580px, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .logo-icon.mobile {
    display: none;
  }

  .main-subtitle.first {
    margin-bottom: 60px;
    color: #323641;
  }

  .app-button.buy {
    margin-left: 10px;
    padding: 5px 9px;
  }

  .section.grey {
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 0px;
  }

  .section.map {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.footer {
    margin-right: 0px;
    margin-left: 0px;
  }

  .subtitle {
    margin-bottom: 52px;
  }

  .push-down-column {
    padding-top: 0px;
  }

  .image-crop {
    height: 605px;
  }

  .buy-title {
    font-size: 26px;
    line-height: 26px;
  }

  .map-icon {
    left: 42%;
    bottom: 56%;
  }

  .heading {
    border-radius: 0px;
    text-shadow: none;
    white-space: normal;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding: 39px 10px 540px;
    background-image: url('../images/Pareja-2.png'), url('../images/Witty-Banner-home.png');
    background-position: 100% 74%, 50% 80%;
    background-size: 510px, auto;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .logo-wrapper {
    margin-bottom: 37px;
  }

  .logo-icon.mobile {
    display: inline-block;
  }

  .logo-icon.hide {
    display: none;
  }

  .main-subtitle {
    width: 84%;
    margin-bottom: 41px;
  }

  .app-button {
    margin-bottom: 14px;
  }

  .app-button.buy {
    margin-right: 13px;
    margin-left: 13px;
  }

  .section {
    padding-top: 42px;
    padding-bottom: 42px;
    text-align: center;
  }

  .section.grey.buy {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .section.map {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .section.footer {
    padding-top: 28px;
    padding-bottom: 28px;
  }

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

  .center-title {
    padding-right: 10px;
    padding-left: 10px;
  }

  .subtitle.location {
    width: auto;
    margin-right: 20%;
    margin-bottom: 27px;
    margin-left: 20%;
  }

  .line {
    display: block;
    margin: 32px auto;
  }

  .feature-group.left {
    text-align: center;
  }

  .image-crop {
    height: auto;
    margin-bottom: 0px;
  }

  .buy-title {
    margin-bottom: 31px;
  }

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

  .map-icon {
    position: static;
    display: none;
  }

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

  .footer-logo {
    margin-top: -1px;
    margin-right: 0px;
    margin-bottom: 8px;
    float: none;
  }

  .footer-text {
    margin-bottom: 22px;
  }

  .image {
    width: 269px;
  }

  .field {
    width: 50%;
    font-size: 22px;
  }

  .form-button {
    width: 48%;
  }

  .container {
    padding-left: 0px;
  }

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

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .bottom-gallery-column-left {
    padding-left: 0px;
  }

  .bottom-gallery-column-right {
    padding-right: 0px;
  }

  .gallery-image-block {
    height: 220px;
  }

  .gallery-image-block._2 {
    height: 160px;
  }

  .gallery-image-block._3 {
    height: 160px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-bottom: 650px;
    background-image: url('../images/Pareja-2.png'), url('../images/Witty-Banner-home.png');
    background-position: 50% 78%, 50% 10%;
    background-size: 590px, auto;
    background-attachment: scroll, scroll;
  }

  .app-button:hover {
    background-color: #8a8a8a;
  }

  .app-button.buy:hover {
    background-color: #8a8a8a;
  }

  .section.sign-up {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .footer-right-col {
    top: 10px;
  }

  .footer-logo {
    margin-top: 0px;
  }

  .field {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
    text-align: center;
  }

  .form-button {
    width: 100%;
  }

  .container {
    padding-left: 0px;
  }

  .heading {
    width: 100%;
  }

  .column {
    top: 10px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .gallery-image-block {
    height: 150px;
  }

  .gallery-image-block._2 {
    height: 120px;
  }

  .gallery-image-block._3 {
    height: 120px;
  }
}

