<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}

strong, b {
  font-weight: bold; }

a, a:active, a:focus, button, button:active, button:focus, input, input:active, input:focus, select, select:active, select:focus {
  box-shadow: none !important;
  outline: none !important; }

.placeholder {
  color: #999;
  opacity: 1; }

.landing-alert {
  background: #f5b043;
  color: #674105;
  margin: 0 0 30px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  z-index: 999999999;
  position: absolute;
  top: 0px;
  left: 0px; }
  .landing-alert a {
    color: #362203;
    font-weight: bold;
    text-decoration: underline; }
    .landing-alert a:hover, .landing-alert a:focus, .landing-alert a:active {
      color: #976008; }

.form {
  position: relative !important; }
  .form-group {
    position: relative;
    margin-bottom: 5px;}
  .form-label {
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 3px; }

.u-bold {
  font-weight: bold; }

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

.u-underline {
  text-decoration: underline; }

.u-upper {
  text-transform: uppercase; }

.u-lower {
  text-transform: lowercase; }

.u-title {
  text-transform: capitalize; }

.u-reset {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-transform: none !important; }

/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
.form-select {
  color: #a5a5a5;
  display: inline-block;
  position: relative;
  width: 100%; }
  .form-select select {
    background: white;
    border-color: #dcdcdc;
    color: #a5a5a5;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 6px 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .form-select select:focus {
      border-color: #dcdcdc; }
    .form-select select:focus:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000; }
    .form-select select::-ms-expand {
      display: none; }
    .form-select select.input-lg {
      height: 46px; }
    .form-select select.input-sm {
      height: 30px; }
  .form-select:after {
    border: 5px solid transparent;
    border-top: 5px solid #6e6e6e;
    content: '';
    display: inline-block;
    pointer-events: none;
    -webkit-transform: translateY(80%);
        -ms-transform: translateY(80%);
            transform: translateY(80%);
    position: absolute;
    right: 15px;
    bottom: 50%;
    height: 0px;
    width: 0px; }

@-moz-document url-prefix() {
  .form-select select {
    padding-right: 1rem;
    text-indent: 0.01px;
    text-overflow: ''; }
  .form-select option {
    background-color: #fff; } }

@media screen and (min-width: 0 \0) {
  .form-select:before {
    background-color: #fff;
    content: '';
    display: block;
    width: 1.5rem;
    z-index: 2;
    position: absolute;
    top: 0px;
    right: 1rem;
    bottom: 0px; }
  .form-select:after {
    z-index: 5; }
  .form-select select {
    padding: 6px 12px;
    z-index: 1; } }

/* --------------------------------------------------------- */
.form-choice {
  color: #6e6e6e;
  cursor: pointer;
  display: block;
  font-weight: normal;
  position: relative; }
  .form-choice input {
    opacity: 0;
    z-index: -1;
    opacity: 1\9;
    z-index: 10\9; }
  .form-choice i {
    background-size: 50% 50%;
    background: #dcdcdc no-repeat center center;
    border-radius: 3px;
    border: 2px solid #c6c6c6;
    cursor: pointer;
    display: block;
    font-size: 1em;
    line-height: 18px;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: absolute;
    top: 1px;
    left: 0px;
    height: 18px;
    width: 18px;
    display: none\9; }
  .form-choice input[type="checkbox"]:focus ~ i {
    box-shadow: 0 0 0 3px none !important; }
  .form-choice input[type="checkbox"]:active ~ i {
    background-color: #e5e5e5; }
  .form-choice input[type="checkbox"]:checked ~ i {
    background: #dcdcdc url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMWQxZDFkIiBkPSJNMzk4LjIgOTNsLTE5OC41IDE5OC41LTg1LjktODYtNjMuOCA2My43IDE0OS43IDE0OS44IDI2Mi4zLTI2Mi4zeiIvPjwvc3ZnPg==") no-repeat center center;
    border: 2px solid #c6c6c6; }
  .form-choice input[type="radio"] ~ i {
    border-radius: 50%; }
  .form-choice input[type="radio"]:focus ~ i {
    box-shadow: 0 0 0 3px none !important; }
  .form-choice input[type="radio"]:checked ~ i {
    background: white no-repeat center center;
    border: 6px solid #c6c6c6; }
  .form-choice small {
    color: #6e6e6e;
    display: inline-block;
    font-size: 13px;
    position: absolute;
    top: 2px;
    left: 23px; }
    .form-choice small a {
      color: #6e6e6e; }
  .form-choice.inline {
    display: inline-block; }
    .form-choice.inline + .form-choice.inline {
      margin-left: 15px; }

/* --------------------------------------------------------- */
input[type="email"],
input[type="tel"],
input[type="text"], select {
  background: #f6f6f6;
  border-color: #ececec !important;
  border-radius: 7px !important;
  box-shadow: none;
  color: #6e6e6e;
  font-weight: 700 !important;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  color: black;
  margin-bottom: 0; }
  input[type="email"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: black;
    font-weight: 400;
    text-transform: none !important; }
  input[type="email"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="text"]::-moz-placeholder, select::-moz-placeholder {
    color: #a5a5a5;
    font-weight: bold;
    text-transform: none !important; }
  input[type="email"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="text"]:-moz-placeholder, select:-moz-placeholder {
    color: #a5a5a5;
    font-weight: bold;
    text-transform: none !important; }
  input[type="email"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #a5a5a5;
    font-weight: bold;
    text-transform: none !important; }
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus, select:focus, input[type="email"]:active,
  input[type="tel"]:active,
  input[type="text"]:active, select:active {
    border-color: #a5a5a5 !important; }
    input[type="email"]:focus::-webkit-input-placeholder,
    input[type="tel"]:focus::-webkit-input-placeholder,
    input[type="text"]:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder, input[type="email"]:active::-webkit-input-placeholder,
    input[type="tel"]:active::-webkit-input-placeholder,
    input[type="text"]:active::-webkit-input-placeholder, select:active::-webkit-input-placeholder {
      color: #6e6e6e; }
    input[type="email"]:focus::-moz-placeholder,
    input[type="tel"]:focus::-moz-placeholder,
    input[type="text"]:focus::-moz-placeholder, select:focus::-moz-placeholder, input[type="email"]:active::-moz-placeholder,
    input[type="tel"]:active::-moz-placeholder,
    input[type="text"]:active::-moz-placeholder, select:active::-moz-placeholder {
      color: #6e6e6e; }
    input[type="email"]:focus:-moz-placeholder,
    input[type="tel"]:focus:-moz-placeholder,
    input[type="text"]:focus:-moz-placeholder, select:focus:-moz-placeholder, input[type="email"]:active:-moz-placeholder,
    input[type="tel"]:active:-moz-placeholder,
    input[type="text"]:active:-moz-placeholder, select:active:-moz-placeholder {
      color: #6e6e6e; }
    input[type="email"]:focus:-ms-input-placeholder,
    input[type="tel"]:focus:-ms-input-placeholder,
    input[type="text"]:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder, input[type="email"]:active:-ms-input-placeholder,
    input[type="tel"]:active:-ms-input-placeholder,
    input[type="text"]:active:-ms-input-placeholder, select:active:-ms-input-placeholder {
      color: #6e6e6e; }
    input[name="nome"] {
      background: #f6f6f6 url(../img/20160930/user.png) no-repeat 10px center;
      padding-left: 35px;
    }
    input[name="email"] {
      background: #f6f6f6 url(../img/20160930/email.png) no-repeat 10px center;
      padding-left: 35px;
    }
    input[name="telefone"] {
      background: #f6f6f6 url(../img/20160930/phone.png) no-repeat 10px center;
      padding-left: 35px;
    }
select {
  text-indent: 4px; }
  select:focus {
    color: #6e6e6e !important; }

/* --------------------------------------------------------- */
.btn {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; }
  .btn em, .btn i {
    font-style: normal; }
  .btn:focus {
    box-shadow: 0 0 0 3px #bdda41 !important; }

.btn-cta {
  background-color: #ee0065;
  border-color: #ee0065;
  color: #fff;
  padding: 15px 16px;
  max-width: 80%;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 400;
  }
  @media (max-width: 400px) {
      .btn-cta {font-size: 13px;}
    }
  .btn-cta.active, .open &gt; .btn-cta.dropdown-toggle, .btn-cta:hover, .btn-cta:active, .btn-cta:focus {
    background-color: #c90257;
    border-color: #c90257;
    color: #fff; }
  .btn-cta:focus {
    box-shadow: 0 0 0 3px #fff !important; }
  .btn-cta.disabled, .btn-cta.disabled:hover, .btn-cta.disabled:focus, .btn-cta.disabled:active, .btn-cta.disabled.active, .btn-cta[disabled], .btn-cta[disabled]:hover, .btn-cta[disabled]:focus, .btn-cta[disabled]:active, .btn-cta[disabled].active, fieldset[disabled] .btn-cta, fieldset[disabled] .btn-cta:hover, fieldset[disabled] .btn-cta:focus, fieldset[disabled] .btn-cta:active, fieldset[disabled] .btn-cta.active {
    background-color: #a6cf00;
    border-color: #a6cf00; }
  .btn-cta.active, .open &gt; .btn-cta.dropdown-toggle, .btn-cta:active {
    background-image: none; }
  .btn-cta .arr-r {
    background: url(../img/btn-arrow-right.png) no-repeat right center;
    padding-right: 37px; }
  .btn-cta .arr-u {
    background: url(../img/btn-arrow-up.png) no-repeat right center;
    padding-right: 29px; }
.btn-floatout, .btn-floatout-close {
  background-color: #ee0065;
  border: 3px solid #ee0065;
  border-radius: 50%;
  border: none;
  font-size: 24px;
  color: #fff;
  display: block;
  z-index: 10;
  position: absolute;
  top: 170px;
  right: 50px;
  height: 40px;
  width: 40px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .btn-floatout, .btn-floatout-close {
      right: 30px; } }
  .btn-floatout:hover, .btn-floatout-close:hover {
    background-color: #ee0065; }
  .btn-floatout-close {
    right: -10px;
    top: -10px; }

/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
.section-figure, .kit-bubble {
  border: 5px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

/*.has-caret-green:before, .has-caret-white:before {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  content: '';
  display: block;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  position: absolute;
  top: 0;
  right: 50%;
  height: 0;
  width: 0; }
*/

/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 1020px;
    width: 1020px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1020px;
    width: 1020px; } }

body {
  color: #1d1d1d;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
}

/* --------------------------------------------------------- */
.has-caret-green:before {
  border-top: 25px solid #a7cd02; }

.has-caret-white:before {
  border-top: 25px solid #fff; }

/* --------------------------------------------------------- */
.has-line:before {
  background: #a7cd02;
  content: '';
  display: block;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  height: 7px;
  width: 400px;
  position: absolute;
  top: 0;
  right: 50%; }

/* --------------------------------------------------------- */
.hero {
  background: #aad10a url(../img/20160930/hero-bg-lg.jpg) no-repeat 40% bottom;
  min-height: 600px;
  background-size: contain;
}
  @media (min-width: 992px) and (max-width: 1199px) {
    .hero {
      background-image: #aad10a url(../img/20160930/hero-bg-lg.jpg);
      -webkit-background-size: contain;
      background-size: contain;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hero {
      background-image: url(../img/20160930/hero-xs.jpg);
      -webkit-background-size: cover;w
      background-size: cover;
    }
  }
  @media (max-width: 767px) {
    .hero {
      background-image: url(../img/20160930/hero-xs.jpg);
      -webkit-background-size: cover;
      background-size: cover;
    }
  }
  .hero-logo {
    display: block;
    margin: 20px auto; }

  .hero-txt {
      position: relative;
      /*top: 450px;*/
  }
  /*.hero-txt::after {
      position: absolute;
      content: " ";
      top: 100px;
      left: 400px;
      width: 128px;
      height: 55px;
      background: url(../img/20160905/seta.png) no-repeat center center;
  }*/
  .hero-txt h2, .hero-txt h3, .hero-txt p {
    margin: 0;
    color: white;
  }
  .hero-txt h2 {
    margin: 0;
    font-weight: 700;
    line-height: 55px;
    /*text-transform: uppercase;*/
    font-size: 40px;
    color: white;
  }
  .hero-txt h3 {
    margin: 0;
    font-weight: 700;
    /*text-transform: uppercase;*/
    font-size: 27px;
    color: white;
    margin: 10px 0;
  }
  .hero-txt p {
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
    color: black;
    margin-bottom: 20px;
  }

  .pacifico {
    font-family: 'Pacifico', cursive;
    font-weight: 400;
  }
/* --------------------------------------------------------- */
.form {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 20px 30px; }
  .form h4 {
    font-size: 12px;
    font-weight: 700;
  }
  @media (max-width: 767px) {
    .form {
      padding: 15px 20px; } }
  .form hr {
    border: 0; }
  .form p {
    color: #1d1d1d;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0 !important;
    text-align: center; }
  .form-legend {
    border: 0;
    font-size: 24px !important;
    margin: 0 0 15px !important;
    color: black;
    font-weight: 400;
    text-transform: uppercase;
  }
  .form-legend .sm-legend {
    font-size: 20px;
    text-transform: none;
  }
  .greenify {
    color: #a7cd02;
    text-decoration: none;
  }
    .form-legend strong {
      color: black; }
  }
  /*fieldset .form-group input {
      border-radius: 10px;
     }*/
  /*.form-group + .form-group input {
    border-top-color: #f2f2f2; }
  .form-group.is-first input {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important; }
  .form-group.is-last input, .form-group.is-last select {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important; }*/
  .form-choice small {
    font-size: 11px;
    font-weight: bold;
    top: 3px; }
  .form-choice + em {
    color: #a5a5a5;
    display: block;
    font-size: 12px; }

/* --------------------------------------------------------- */
.tagline {
  background: #a7cd02;
  color: #fff;
  font-size: 29px;
  padding: 30px 0;
  text-align: center; }
  .tagline-title {
    font-weight: bold;
    font-size: 33px;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase; }
    @media (min-width: 768px) and (max-width: 991px) {
      .tagline-title {
        font-size: 23px;
        line-height: 25px; } }
  .tagline-subtitle {
    line-height: 35px;
    margin: 0; }
    .tagline-subtitle.is-diff {
      font-size: 25px;
      line-height: 56px;
      text-align: left; }
      @media (min-width: 768px) and (max-width: 991px) {
        .tagline-subtitle.is-diff {
          line-height: 1;
          margin-bottom: 15px;
          text-align: center; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .tagline-subtitle {
        font-size: 21px;
        line-height: 25px; } }

/* --------------------------------------------------------- */
.carousso {
  display: block;
  margin-bottom: 0;
  position: absolute;
  bottom: 105px;
  left: 0; }
  .carousso-item {
    display: none;
    min-height: 480px; }
    .carousso-item.is-active {
      display: block !important; }
      .carousso-item.is-active img {
        -webkit-animation-delay: 1000ms;
                animation-delay: 1000ms;
        -webkit-animation-duration: 500ms;
                animation-duration: 500ms;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
                animation-name: fadeIn; }
    .carousso-item.is-sliding {
      -webkit-animation-duration: 500ms;
              animation-duration: 500ms;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-name: fadeOut;
              animation-name: fadeOut; }
  .carousso-quote {
    background: #a7cd02;
    background-color: rgba(167, 205, 2, 0.95);
    border-left: none;
    border-radius: 50%;
    color: #fff;
    font-size: 37px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 10;
    height: 260px;
    width: 260px;
    position: absolute;
    top: -30px;
    right: -100px; }
    .is-active .carousso-quote {
      -webkit-animation-delay: 1500ms;
              animation-delay: 1500ms;
      -webkit-animation-duration: 500ms;
              animation-duration: 500ms;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-name: fadeInUp;
              animation-name: fadeInUp; }
    .carousso-quote small {
      color: #fff;
      font-size: 23px;
      font-weight: normal;
      margin-top: 10px; }
      .carousso-quote small:before {
        content: '' !important; }
    .carousso-quote:after {
      content: '';
      display: block;
      border-top: 30px solid #a7cd02;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      bottom: 25px;
      left: 5px;
      height: 0px;
      width: 0px; }
  @media (max-width: 767px) {
    .carousso {
      display: none !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .carousso {
      display: none !important; } }

/* --------------------------------------------------------- */
.section {
  text-align: center;
  padding: 60px 0;
  position: relative; }
  .section.is-diff {
    background-color: #b5d631; }
  .section-cap {
    color: #d8efaf;
    font-family: "Times New Roman";
    font-size: 192px;
    position: absolute;
    top: -5px;
    right: -15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .section-cap {
        font-size: 132px;
        right: -25px;
        top: -35px; } }
  .section-title, .form-legend, .modal-title {
    font-size: 31px;
    font-weight: 400;
    /*text-transform: uppercase;*/
    margin: 0 0 30px;
    text-align: center;
   }
    .section-title em, .form-legend em, .modal-title em, .section-title strong, .form-legend strong, .modal-title strong {
      color: black;
      font-style: normal; }
    @media (min-width: 768px) and (max-width: 991px) {
      .section-title, .form-legend, .modal-title {
        font-size: 22px; } }
  .section-figure {
    margin: 0 0 30px;
    position: relative; }
    [data-target] .section-figure {
      cursor: pointer; }
      [data-target] .section-figure:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
  .section-lead {
    text-align: center; }
    .section-lead strong {
      color: #a7cd02; }
  @media (min-width: 768px) and (max-width: 991px) {
    .section p {
      font-size: 13px; } }

/* --------------------------------------------------------- */
.kit {
  position: relative;
  text-align: left
}
.kit h2 {
  position: relative;
  text-align: left;
  color: white;
  font-size: 36px;
  margin: 0;
  margin-bottom: 50px;
}
.kit h2 strong {
  font-weight: 800;
}
.kit h3 {
  position: relative;
  text-align: left;
  color: white;
  font-size: 36px;
  margin: 0 0 10px 0;
}
  .kit-bubble {
    background-color: #a7cd02;
    background-color: rgba(167, 205, 2, 0.95);
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 38px 15px 15px;
    text-align: center;
    -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
            transform: rotate(5deg);
    height: 190px;
    width: 190px;
    position: absolute;
    top: 30px;
    border-radius: 50%;
    right: 0; }
    .kit-bubble small {
      color: #fff;
      display: block;
      margin-top: 10px; }

/* --------------------------------------------------------- */
.section-letter {
  background: #f7f7f7 url(../img/section-letter-bg.gif) no-repeat center 30px;
  padding: 60px 0;
  position: relative; }
  .section-letter .col-xs-12 p {
    font-size: 14px; }
  .section-letter .lead {
    font-size: 16px !important;
    font-weight: bold;
    margin-top: 30px;
    text-transform: uppercase; }

/* --------------------------------------------------------- */
.footer {
  background: #1d1d1d;
  color: #bfbfbf;
  font-size: 12px;
  padding: 30px 0;
  text-align: center; }
  .footer img {
    margin-bottom: 15px; }
  .footer p {
    margin: 0; }
  .footer a {
    color: #fff; }
    .footer a:hover, .footer a:focus {
      text-decoration: underline; }

/* --------------------------------------------------------- */
.modal-form .modal-body {
  overflow: hidden;
  padding: 30px; }

.modal-header {
  background: #a7cd02;
  border-bottom-color: #9bbf02; }

.modal-title {
  color: #fff;
  margin: 0; }
  .modal-title small {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: none; }
  .modal-title.is-diff {
    font-size: 28px !important;
    text-transform: none !important; }

/* --------------------------------------------------------- */
.facebooker {
  margin-top: 20px; }
  .facebooker p {
    color: #3c579d;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0 65px; }
  .facebooker small {
    display: block;
    margin: 10px 0; }
  .facebooker a {
    background: url(../img/facebook-addfriend.png) no-repeat left 4px;
    color: #686e82;
    padding-left: 12px; }


.claim {

}
.claims {
  background: #fff url(../img/20160905/section2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.claim-list {
  text-align: left;
  display: inline-block;
  margin-top: 20px;
}
.claim-list li {
  font-size: 19px;
  color: #b8d434;
}
.claim-list p {
  font-size: 19px;
  margin: 0;
  color: black;
}
.lists {
  margin: 0 auto;
}

.name-fill {
  text-transform: capitalize;
  font-size: 16px;
}
.vantagens, .simulador {
  background: #fff;
}
.vantagens-title h3 {
  margin-bottom: 40px;
}
.vantagens-vantagem h4 {
  font-size: 21px;
  font-weight: 700;
  padding: 0 30px;
  margin: 0;
}
.vantagens-vantagem {
  padding: 0 30px;
  margin: 0;
}
.vantagens-vantagem p {
  font-size: 15px;
  font-weight: 400;
  min-height: 65px;
}
.vantagens-vantagem-1::before {
  content: "1";
  position: absolute;
  width: 39px;
  height: 48px;
  top: 30px;
  left: 30px;
  font-family: 'Times', serif;
  font-size: 80px;
  font-style: italic;
  color: #e1e1e1;
}
.vantagens-vantagem-2::before {
  content: "2";
  position: absolute;
  width: 39px;
  height: 48px;
  top: 30px;
  left: 30px;
  font-family: 'Times', serif;
  font-size: 80px;
  font-style: italic;
  color: #e1e1e1;
}
.vantagens-vantagem-3::before {
  content: "3";
  position: absolute;
  width: 39px;
  height: 48px;
  top: 30px;
  left: 30px;
  font-family: 'Times', serif;
  font-size: 80px;
  font-style: italic;
  color: #e1e1e1;
}
@media (max-width: 991px) {
  .vantagens-vantagem-1::before {
      content: "1";
      position: absolute;
      width: 39px;
      height: 48px;
      top: 30px;
      left: 220px;
      font-family: 'Times', serif;
      font-size: 80px;
      font-style: italic;
      color: #e1e1e1;
    }
  .vantagens-vantagem-2::before {
      content: "2";
      position: absolute;
      width: 39px;
      height: 48px;
      top: 30px;
      left: 220px;
      font-family: 'Times', serif;
      font-size: 80px;
      font-style: italic;
      color: #e1e1e1;
    }
  .vantagens-vantagem-3::before {
      content: "3";
      position: absolute;
      width: 39px;
      height: 48px;
      top: 30px;
      left: 220px;
      font-family: 'Times', serif;
      font-size: 80px;
      font-style: italic;
      color: #e1e1e1;
    }
}
.simulador {
  text-align: left;
  color: white;
  min-height: 322px;
}
.simulador .simulador-legend h3 {
  font-weight: 700;
  color: white;
  font-size: 35px;
  margin: 0 0 15px;
}

.simulador-legend {
  background: #324852;
  height: auto;
  position: relative;
  top: 17px;
  padding: 40px 40px;
}
.simulador-legend ul {
  padding: 0 20px;
}
.simulador-legend li span {
  font-size: 16px;
  line-height: 16px;
}
.simulador-legend li {
  font-size: 11px;
  margin-bottom: 7px;
}

.simulador-sim {
  background: white;
  color: black;
  text-align: center;
  min-height: 387px;
  padding-top: 20px;
}
.simulador-sim h3 {
  text-transform: uppercase;
  font-size: 35px;
}
.simulador-sim h3 strong {
  display: block;
}

.slider.slider-horizontal {
  width: 100% !important;
  height: 20px;
  margin: 30px auto;
}
.slider-tick {
  display: none;
}
.position {
  text-align: left;
}
.position p {
  font-weight: 700;
  font-size: 19px;
}

.slider-track-high {
  background: #112539 !important;
  background-image: transparent;
}
.slider-selection {
  background: #15bad2 !important;
  background-image: transparent;
}
.slider-handle.custom {
  background: transparent none;
  /*background-image: url(../img/20160905/sim-handle.png) no-repeat center center !important;*/
  /*width: 41px;*/
  /*height: 25px;*/

}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: ' ' !important;
  background: url(../img/20160905/sim-handle.png) no-repeat center center !important;
  width: 41px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -10px;
}
.sim-value {
  border: 1px solid #ebebeb;

}
.sim-value p {
  font-size: 24px;
  margin-top: 7px;
  color: #a6cf00;
}
.welcome {
  padding: 40px 0;
  background-color: #b5d631;
}
.welcome::before {
  content: " ";
  top: 0;
  left: 50%;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;

  border-top: 20px solid #fff;
}
.welcome-title {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
}
.welcome-sub-title {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .kit, .kit h2, .kit h3{
    text-align: center;
  }
   .kit img  {
    margin: 0 auto 50px auto;
   }
}
#formClone {
  background: #fff;
  color: black;
  border-radius: 5px;
}
#formClone small {
  color: black;
}
#formClone .form-legend {
  padding: 0;
  width: 100%;
  color: black;
  font-size: 24px !important;
}

#formClone::before {
  content: " ";
  top: 95px;
  left: -175px;
  width: 164px;
  height: 165px;
  /*background: url(../img/20160930/tag.png) no-repeat center center;*/
  position: absolute;
}
@media (max-width: 991px) {
  #formClone::before {
    display: none;
  }
}
.hero-logo-block {
  text-align: center;
  color: white;
}
.hero-logo-block h3 {
  font-size: 30px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.hero-logo-block .light-text {
  font-size: 20px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
}
@media (max-width: 991px) {
  .hero-txt {
      display: none;
  }
  .hero-txt::after {
      display: none;
  }
  .hero-logo {
    margin-bottom: 20px;
  }
  .claim-list {
    display: block;
  }
  .vantagens {
    padding: 0;
  }
  .vantagens-vantagem {
    margin-bottom: 30px;
  }
  .vantagens-vantagem p {
    min-height: auto;
  }
  /*.form::before {
    content: " ";
    top: -35px;
    left: -10px;
    width: 85px;
    height: 85px;
    background: url(../img/20160905/free-reg.png) no-repeat center center;
    position: absolute;
  }*/
  .form-legend {
    width: 95%;
  }
}

.pulse-button {

  position: relative;
  /*width: 100px;*/
  /*height: 100px;*/
  border: none;
  box-shadow: 0 0 0 0 rgba(238,0,101, 0.7) !important;
  /*border-radius: 50%;*/
  /*background-color: #e84c3d;*/
  /*background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/173024/jonathanlarradet_copy.png);*/
  /*background-size:cover;*/
  /*background-repeat: no-repeat;*/
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -webkit-animation-iteration-count: 3; /* Chrome, Safari, Opera */
  animation-iteration-count: 3;
}
.pulse-button:hover
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}
rgb(166,207,0)
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 15px rgba(166,207,0, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 15px rgba(166,207,0, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 15px rgba(166,207,0, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 15px rgba(166,207,0, 0);}}

figure img {
  margin-bottom: 20px;
}</pre></body></html>