body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px;
  color: #fac960;
  font-size: 44px;
  line-height: 54px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}

h2 {
  margin: 0px 0px 27px;
  color: #8a6d2f;
  font-size: 38px;
  line-height: 36px;
  font-weight: 300;
  text-shadow: none;
}

h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}

h4 {
  margin: 10px 0px;
  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;
  padding-right: 60px;
  padding-left: 60px;
  color: rgba(0, 0, 0, .65);
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}

.button {
  display: block;
  width: 30%;
  height: 54px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 29px;
  float: none;
  clear: both;
  background-color: #fac960;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #39b6c7;
}

.button.start {
  display: block;
  width: 50%;
  height: auto;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 30px 16px;
  float: none;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-color 300ms ease, background-color 500ms cubic-bezier(.645, .045, .355, 1);
  transition: background-color 300ms ease, background-color 500ms cubic-bezier(.645, .045, .355, 1);
  font-size: 12px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.button.start:hover {
  background-color: rgba(250, 201, 96, .85);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.field {
  display: block;
  width: 80%;
  height: 50px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  padding: 15px 20px;
  border: 0px solid #000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  box-shadow: inset 0 0 8px 0 transparent;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  color: #fac960;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.field:focus {
  background-color: #fac960;
  box-shadow: inset 0 0 0 2px #b59143;
  color: #fff;
}

.container {
  padding-right: 70px;
  padding-left: 70px;
}

.navbar {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #fff;
}

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

.brand {
  display: inline-block;
  padding-top: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #2e2e2e;
  font-size: 32px;
  line-height: 26px;
  font-weight: 500;
}

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

.section.hero {
  height: 100vh;
  background-color: #fac960;
  background-image: -webkit-linear-gradient(270deg, rgba(250, 201, 96, .75), rgba(250, 201, 96, .75)), url('../images/happysurvey-hero-compressor.png');
  background-image: linear-gradient(180deg, rgba(250, 201, 96, .75), rgba(250, 201, 96, .75)), url('../images/happysurvey-hero-compressor.png');
  background-position: 0px 0px, 50% 25%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.section.grey {
  background-color: #fafafa;
}

.section.yellow {
  background-color: #fac960;
}

.grey-heading {
  color: rgba(0, 0, 0, .56);
  line-height: 44px;
  font-weight: 800;
  text-shadow: none;
}

.navbar-container {
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.navbar-style {
  color: #fac960;
  font-weight: 400;
  letter-spacing: 1px;
}

.navbar-style:hover {
  color: #39b6c7;
}

.navbar-style.login {
  color: #b68621;
  font-weight: 700;
}

.navbar-style.login:hover {
  color: #39b6c7;
}

.score {
  margin: 10px 10px 5px;
  padding-left: 0px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.score:hover {
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

.features {
  margin-left: 0px;
  padding: 10px;
}

.h2-features {
  margin-top: 17px;
  color: #fac960;
}

.p-features {
  padding-bottom: 15px;
  color: rgba(0, 0, 0, .56);
  font-size: 16px;
  line-height: 22px;
}

.list {
  margin-bottom: 10px;
  padding: 10px;
  border-top: 4px solid #fac960;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: border-color 400ms ease-in;
  transition: border-color 400ms ease-in;
}

.p-list {
  display: block;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.p-list.mobile {
  display: none;
}

.h3-list {
  color: #fac960;
}

.h3-list.big {
  font-size: 32px;
  font-weight: 700;
}

.white-slider {
  display: inline-block;
  background-color: #fff;
}

.slider-div {
  padding-top: 35px;
}

.testemunho-img {
  display: block;
  max-height: 150px;
  max-width: 150px;
  min-height: 150px;
  min-width: 150px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/testemunho-sample.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.testemunho-img._2 {
  background-image: url('../images/20203269728_f528fe5419.jpg');
  background-size: cover;
}

.testemunho-quote {
  margin-top: 30px;
  padding-right: 80px;
  padding-left: 80px;
  border-left-style: none;
  border-left-width: 0px;
  color: rgba(0, 0, 0, .5);
  font-style: italic;
  text-align: center;
}

.input {
  display: block;
  width: 80%;
  height: 50px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  float: none;
  border: 1px solid #fac960;
  color: rgba(0, 0, 0, .5);
  font-size: 16px;
}

.hero {
  color: #fff;
  line-height: 58px;
  text-align: center;
}

.footer-link {
  display: block;
  color: #2e2e2e;
  font-size: 12px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, .56);
  font-weight: 800;
  text-align: left;
}

.footer-image {
  display: block;
  padding-bottom: 10px;
}

.score-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #2e2e2e;
  font-size: 10px;
  font-weight: 100;
}

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

.happy-class {
  color: #fac960;
  font-weight: 700;
}

.logo {
  padding-top: 30px;
}

html.w-mod-js *[data-ix="happy-icons"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

@media (max-width: 991px) {
  h1 {
    text-shadow: none;
  }
  p {
    text-shadow: none;
  }
  .button {
    width: 30%;
  }
  .navbar-style {
    color: #fff;
  }
  .mobile-style {
    background-color: #fac960;
    color: #fff;
  }
  .mobile-style:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .mobile-style.w--open {
    background-color: #fac960;
    color: #fff;
  }
  .p-list.mobile {
    display: block;
  }
  .p-list.desktop {
    display: none;
  }
}

@media (max-width: 767px) {
  h1 {
    text-shadow: none;
  }
  p {
    text-shadow: none;
  }
  .button {
    width: 40%;
  }
  .container {
    padding-right: 33px;
    padding-left: 33px;
  }
  .section.hero {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .footer-link {
    text-align: center;
  }
  .footer-heading {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .link-image {
    text-align: center;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
    text-shadow: none;
  }
  h2 {
    font-size: 30px;
    line-height: 31px;
    text-shadow: none;
  }
  p {
    padding-right: 18px;
    padding-left: 18px;
    text-shadow: none;
  }
  .button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .button.start {
    padding-right: 15px;
    padding-left: 15px;
  }
  .field {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: center;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .grey-heading {
    text-shadow: none;
  }
  .hero {
    line-height: 54px;
  }
}

