<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Montserrat-semibold';
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff");
}

@font-face {
  font-family: 'Montserrat-regular';
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Montserrat-light';
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.woff") format("woff");
}

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

@-moz-keyframes opacity_start {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes opacity_start {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

body {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Montserrat-regular";
}

body strong {
  font-family: "Montserrat-semibold";
}

body.active {
  background-color: rgba(0, 0, 0, 0.2);
}

.result-form h2{
  color: #ffce34;
  font-size: 27px;
  letter-spacing: -.3px;
  line-height: 29px;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0 5%;
}

.result-center {
  padding-bottom: 30px;
}

.result-center .img-form-center {
  padding: 30px;
}

.result-center .img-form-center img{
  position: unset !important;
}

.result-center .texto-form {
  font-weight: 300;
  max-width: 80%;
  margin: 0 auto;
}

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

.buttons-flex {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.button-cta{
  background-color: #c4d82e;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 15px 20px;
  margin: 10px 0px;
  float: right;
  color: #0090a1;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Montserrat-semibold';
}

.button-cta:hover {
  color: #0090a1;
}

.div-btn .btn {
  background-color: #ffce34;
  border-color: #ffce34;
  font-weight: 700;
  font-size: 18px;
  border-radius: 30px;
  padding: 10px 30px;
  line-height: 18px;
  color: #fff;
}

.mosca {
  display: inline-block;
  position: fixed;
  top: 40%;
  right: -190px;
  background-color: #62bb46;
  padding: 15px 7px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.mosca a {
  color: #ffffff;
  font-size: 20px;
  font-family: 'Montserrat-regular';
}

.mosca a:hover {
  text-decoration: inherit;
}

.swiper-pagination-bullet-active {
  background: #018fa1;
}

.navbar {
  margin-bottom: 0px;
}

.navbar-toggle {
  background-color: #018fa1;
  margin-top: 20px;
  margin-right: 0px;
}

.navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.img-responsive {
  max-width: 100%;
}

.container {
  width: 991px;
  margin: 0 auto;
}

.swiper-container {
  width: 100%;
  padding: 40px 0px;
}

.swiper-pagination {
  display: none;
}

.bgsucess {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  left: 0px;
}

.sucesso {
  background-color: #c4d82e;
  width: 300px;
  margin: 0 auto;
  padding: 20px;
  position: fixed;
  left: 0;
  right: 0;
  top: 25%;
  z-index: 9999;
}

.sucesso h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 35px;
}

.sucesso h5 {
  color: #ffffff;
  font-size: 22px;
  line-height: 25px;
}

.sucesso .mar {
  text-align: center;
  border: 1px solid #ffffff;
  padding: 10px 0px 20px;
  position: relative;
}

.sucesso .sucline {
  height: 1px;
  width: 85%;
  margin: 20px auto;
  background-color: #ffffff;
}

header {
  height: 90px;
  display: block;
  width: 100%;
}

header .logo-topo {
  background: url("../images/logo.png") center center no-repeat;
  display: block;
  width: 61px;
  height: 80px;
  font-size: 0px;
}

header ul {
  float: right;
}

header ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 30px 15px;
  font-size: 15px;
  font-family: 'Montserrat-light';
  text-transform: uppercase;
}

header ul li .btn-group button {
  border: none;
  background: inherit;
  outline: none;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  box-shadow: inherit;
  font-size: 15px;
  font-family: 'Montserrat-light';
  text-transform: uppercase;
  padding: 0px;
}

header ul li .btn-group button:hover, header ul li .btn-group button:focus, header ul li .btn-group button:active {
  border: none !important;
  background: inherit !important;
  outline: none !important;
  -webkit-box-shadow: inherit !important;
  -moz-box-shadow: inherit !important;
  box-shadow: inherit !important;
}

header ul li .dropdown-menu li {
  padding: 10px 0px;
  display: block;
}

header ul li .dropdown-menu li a {
  font-size: 13px;
}

header ul li .dropdown-menu li a:hover {
  background-color: inherit;
  background-image: inherit;
  background-color: #e8e8e8;
}

header ul li .dropdown-menu li:hover {
  background-color: inherit;
  background-color: #e8e8e8;
}

header ul li .dropdown-menu li:focus, header ul li .dropdown-menu li:hover {
  border: none !important;
  outline: none !important;
  background-color: inherit;
  background-color: #e8e8e8 !important;
}

header ul li a {
  color: #636466;
}

header ul li a.orcamento {
  background-color: #62bb46;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  color: #ffffff;
  font-family: 'Montserrat-semibold';
  text-align: center;
  display: inline-block;
}

.banner {
  background: url("../images/bg.jpg") center center no-repeat;
  display: block;
  width: 100%;
  height: 600px;
}

.banner .container {
  height: 100%;
  display: block;
}

.banner div[class*="col"] {
  position: relative;
  height: auto;
  padding: 0;
  height: 100%;
}

.banner div[class*="col"] img {
  position: absolute;
  bottom: 0px;
  left: 20px;
  margin: auto;
}

.banner form {
  background-color: #0090a1;
  height: 100%;
  padding: 10px 10px;
  margin: 0;
}

.banner form.active {
  -webkit-box-shadow: 0px 0px 20px 2px #0090a1;
  -moz-box-shadow: 0px 0px 20px 2px #0090a1;
  box-shadow: 0px 0px 20px 2px #0090a1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.banner form.active input[type="text"], .banner form.active input[type="email"], .banner form.active input[type="number"] {
  -webkit-box-shadow: 0px 0px 17px -1px #c4d82e;
  -moz-box-shadow: 0px 0px 17px -1px #c4d82e;
  box-shadow: 0px 0px 17px -1px #c4d82e;
}

.banner form h2 {
  color: #c4d82e;
  font-family: 'Montserrat-regular';
  font-size: 21px;
  text-align: center;
  margin-top: 10px;
}

.banner form h2 strong {
  font-weight: normal;
  font-family: 'Montserrat-regular';
}

.banner form p {
  color: #c4d82e;
  font-size: 14px;
  font-family: 'Montserrat-light';
  text-align: center;
  margin: 16px 0px;
}

.banner form .line {
  height: 2px;
  background-color: #c4d82e;
  width: 90%;
  margin: 10px auto;
}

.banner form small {
  color: #c4d82e;
  font-size: 20px;
  font-family: 'Montserrat-regular';
  margin: 16px 0px 8px;
  text-align: center;
  display: block;
}

.banner form input[type="text"],
.banner form input[type="email"],
.banner form input[type="number"] {
  width: 100%;
  margin: 7px 0px 0;
  padding: 10px 15px;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  outline: none;
}
.banner form .check-group {
  margin: 10px 0 0;
  display: flex;
}
.banner form .check-group input[type="checkbox"],
.banner form .check-group input[type="checkbox"] + label {
  display: inline;
}
.banner form .check-group input[type="checkbox"] {
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 10px;
  appearance: none;
  float: left;
  outline: none;
}
.banner form .check-group input[type="checkbox"]::after {
  content: '';
  background: #fff;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 0 0 1px 0 #00859B, 0 0 0 20px #fff inset;
  border-radius: 3px;
  transition: .2s all ease-in-out;
}
.banner form .check-group input[type="checkbox"]:checked::after {
  background: #C4D600;
  box-shadow: 0 0 1px 0 #00859B, 0 0 0 5px #fff inset;
  transition: .2s all ease-in-out;
}
.banner form .check-group input[type="checkbox"] + label {
  color: #fff;
  font-size: 11px;
}
.banner form .check-group input[type="checkbox"] + label a {
  color: #fff;
  text-decoration: underline;
}
.banner form input[type="submit"] {
  background-color: #c4d82e;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 15px 20px;
  margin: 10px 0px;
  float: right;
  color: #0090a1;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Montserrat-semibold';
}

.banner form input[type="submit"]:focus {
  outline: none;
}

.banner form input[type="submit"][disabled] {
  opacity: .6;
  cursor: none;
}

.benefit {
  margin: 20px 0px;
}

.benefit h3 {
  color: #0592a3;
  font-size: 29px;
  font-family: 'Montserrat-regular';
  text-align: center;
  padding: 20px 0px;
  display: inline-block;
}

.benefit h3::before {
  content: '.';
  color: #c5d82e;
  background-color: #c5d82e;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: 10px;
}

.benefit img.card {
  margin: 20px auto;
  display: block;
}

.benefit div.line {
  background-color: #c4d82e;
  width: 90px;
  height: 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 0 auto;
}

.benefit .benefit-block {
  text-align: center;
  padding: 0px 7px;
}

.benefit .benefit-block i {
  display: block;
  height: 70px;
  width: 100%;
  max-width: 100%;
}

.benefit .benefit-block i.icon1 {
  background: url("../images/icon1.png") center center no-repeat;
}

.benefit .benefit-block i.icon2 {
  background: url("../images/icon2.png") center center no-repeat;
}

.benefit .benefit-block i.icon3 {
  background: url("../images/icon3.png") center center no-repeat;
}

.benefit .benefit-block i.icon4 {
  background: url("../images/icon4.png") center center no-repeat;
}

.benefit .benefit-block .title {
  height: 100px;
  vertical-align: middle;
  display: table-cell;
  width: 220px;
}

.benefit .benefit-block .title h4 {
  color: #0090a1;
  font-size: 26px;
  text-align: center;
  display: block;
}

.benefit .benefit-block p {
  color: #636466;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-family: 'Montserrat-light';
}

.como {
  padding: 20px 0px;
  background-color: #c4d82e;
}

.como h3 {
  color: #0592a3;
  font-size: 29px;
  font-family: 'Montserrat-regular';
  text-align: center;
  padding: 20px 0px;
  display: inline-block;
}

.como h3::before {
  content: '.';
  color: #0592a3;
  background-color: #0592a3;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: 10px;
}

.como h4 {
  color: #0090a1;
  text-align: center;
  font-size: 26px;
  font-family: 'Montserrat-regular';
  padding-top: 20px;
}

.como p {
  color: #636466;
  font-size: 18px;
  font-family: 'Montserrat-light';
  text-align: center;
  margin-top: 5px;
}

.como a {
  font-family: 'Montserrat-regular';
  font-size: 20px;
  color: #ffffff;
  padding: 10px;
  background-color: #62bb46;
  width: 330px;
  text-align: center;
  display: block;
  margin: 20px auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.como a:hover {
  text-decoration: inherit;
}

.como div.line {
  background-color: #0592a3;
  width: 90px;
  height: 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 0 auto;
}

.como img {
  margin: 0 auto;
  display: block;
  padding: 40px 0px;
  max-width: 100%;
  cursor: pointer;
}

.como video {
  width: 615px;
  margin: 0 auto;
  display: block;
  padding: 40px 0px;
  max-width: 100%;
  display: none;
}

.como p {
  color: #636466;
  font-size: 18px;
  text-align: center;
  font-family: 'Montserrat-light';
}

.como p strong {
  color: #0090a1;
  font-family: 'Montserrat-regular';
  font-size: 26px;
}

footer {
  margin: 20px 0px;
  text-align: center;
}

footer img {
  max-width: 100%;
  padding: 0px 30px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .container {
    width: 100% !important;
  }
  .banner .container {
    padding: 0;
  }
  .banner div[class*="col"]:first-child {
    /* display: none; */
    height: 120px;
  }
  .navbar-header {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 !important;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav &gt; li {
    float: none;
  }
  .navbar-nav &gt; li &gt; a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  header {
    height: 100%;
    padding: 15px 0px;
  }
  header ul li {
    width: 100%;
    padding: 20px 15px;
  }
  header ul {
    float: left;
  }
  header {
    position: fixed;
    z-index: 999;
    background-color: #fff;
    height: inherit;
    display: inline-block;
    width: 100%;
    padding: 8px 0;
  }
  .banner {
    display: inline-block;
    width: 100%;
    margin-top: 58px;
    background-size: auto 120px;
    background-position: top center;
    background-color: #0090a1;
  }
}

@media (max-width: 830px) {
  .swiper-pagination {
    display: block;
  }
  .mosca {
    display: none;
  }
}

@media (max-width: 640px) {
  .navbar {
    margin: 0;
    border: none;
    min-height: auto;
    width: 100%;
    padding: 0;
  }
  .navbar .container-fluid {
    padding: 0;
  }
  .navbar-toggle {
    margin: 0;
  }
  header .logo-topo {
    background-size: contain;
    height: 42px;
    width: 42px;
  }
  .banner div[class*="col"] img {
    max-height: 100px;
  }
  .banner form {
    height: initial;
    padding: 10px;
    box-sizing: border-box;
  }
  .banner form h2 {
    font-size: 18px;
    text-align: left;
    margin: 0;
  }
  .banner form p {
    font-size: 13px;
    text-align: left;
    color: #ffffff;
    margin: 10px 0;
  }
  .banner form small {
    margin: 8px 0;
    padding: 0;
    font-size: 19px;
  }
  .banner form .line {
    width: 100%;
  }
  .banner form input[type="text"],
  .banner form input[type="email"],
  .banner form input[type="number"] {
    font-size: 12px;
    padding: 8px 14px;
  }
  .banner form input[type="checkbox"] + label {
    font-size: 12px;
  }
  .banner form input[type="submit"] {
    width: 100%;
  }
  .benefit .benefit-block .title {
    height: inherit;
    display: block;
    width: 100%;
    padding: 0px 5px;
  }
  .benefit .benefit-block .title h4 {
    line-height: 50px;
    font-size: 20px;
  }
  .como .como-block p strong {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .benefit h3 {
    font-size: 22px;
  }
  .como a {
    width: 220px;
  }
  .como h3 {
    font-size: 22px;
  }
  .banner div[class*="col"] {
    padding: 0px;
  }
  footer img {
    padding: 10px 30px;
  }
}

@media (max-width: 345px) {
  footer img {
    width: 40%;
  }
}









/*# sourceMappingURL=theme.css.map */
</pre></body></html>