@charset "UTF-8";
/**
VARS AND MIXINS
===========================
*/
/* Color vars */
/* Font-size vars */
/* Font-family vars */
/* Breakpoints */
/* Mixins */
.columns:after, .tools li:after, .transforme-visitantes:after, .ft-bottom:after, footer .footer-cols:after, footer:after, .form-content:after, .content:after, header:after {
  content: "";
  display: table;
  clear: both;
}

/**
HEADER
===========================
*/
header {
  border-top: 5px solid #ff4359;
  border-bottom: 1px solid #e0e6e8;
  width: 100%;
  height: 90px;
  background: white;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

@media only screen and (max-width: 800px) {
  header {
    height: auto;
  }
}
header nav {
  display: block;
  float: right;
}

header ul {
  padding: 0;
  margin: 33px 0 0 0;
}

@media only screen and (max-width: 800px) {
  header ul {
    margin: 0 0 10px 0;
  }
}
header li {
  font-size: 14px;
  display: inline-block;
  margin-left: 40px;
  text-transform: uppercase;
  font-family: "Play", "Open sans", Arial, Helvetica, sans-serif;
}

header li a {
  text-decoration: none;
  color: rgba(81, 91, 99, 0.7);
  font-weight: bold;
  position: relative;
}

header li a:hover {
  color: #252241;
}

header li .active {
  color: #ff4359;
}

header li:first-child {
  margin-left: 0;
}

.logo {
  margin-top: 18px;
  float: left;
}

@media only screen and (max-width: 800px) {
  .logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.logo a img {
  height: 56px;
  float: left;
}

@media only screen and (max-width: 800px) {
  .logo a img {
    height: 40px;
  }
}
.menu-trigger {
  display: none; /* Disable mobile menu trigger */
}

/**
FORMS
===========================
*/
label {
  display: block;
  font-weight: bold;
  margin: 20px 0 5px 0;
  font-size: 14px;
}

input[type=text],
input[type=email],
input[type=url],
textarea,
select {
  border-radius: 4px;
  width: 100%;
  border: 2px solid #e0e6e8;
  background: white;
  padding: 0 15px;
  box-sizing: border-box;
  outline: none;
  color: #333;
  font-family: "Play", "Open sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 14px;
}

select {
  margin: 0;
  height: 30px !important;
  line-height: 30px !important;
  margin-top: 10px;
}

input[type=text],
input[type=email],
input[type=url],
select {
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
}

textarea {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  padding: 15px;
  line-height: 22px;
}

input[type=submit] {
  height: 50px;
  line-height: 50px;
  background: #252241;
  padding: 0 30px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  font-family: "Play", "Open sans", Arial, Helvetica, sans-serif;
  border: none;
  outline: none;
}

@media only screen and (max-width: 800px) {
  input[type=submit] {
    font-size: 14px;
  }
}
input[type=submit]:hover {
  background: #698d64;
}

.radios {
  margin-top: -15px;
  font-size: 14px;
}

.first-radio {
  margin-right: 10px;
  display: inline-block;
}

input[type=radio] {
  margin-right: 3px;
}

/* Form validation */
.validation {
  border-radius: 4px;
  border: 1px solid #ff4359;
  margin-top: 25px;
  padding: 10px 15px;
  background: #fff6f7;
}

.validation li {
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  color: #ff4359;
  list-style-type: none;
}

/* Google Task Manager */
.gtm {
  border-radius: 4px;
  border: 1px solid #e0e6e8;
  margin: 25px 0;
  padding: 15px 15px 5px 15px;
}

.gtm li {
  font-size: 14px;
  line-height: 25px;
  color: #252241;
  list-style-type: none;
  text-align: left;
  line-height: 22px;
  margin-bottom: 10px;
}

.gtm li span {
  font-weight: bold;
  color: #ff4359;
  margin-right: 5px;
}

.gtm button {
  color: #fff;
  background: #698d64;
  font-weight: bold;
  font-size: 14px;
  height: 26px;
  border-radius: 2px;
  border: none;
  line-height: 23px;
  padding: 0 7px;
  margin-left: 5px;
}

.error {
  font-weight: bold;
  color: #ff4359 !important;
}

.error span {
  font-weight: normal !important;
  color: #252241 !important;
}

.loading-message {
  font-weight: bold;
  color: #252241 !important;
}

.loading-message span {
  margin-right: 5px;
  font-size: 16px;
}

.success-message {
  font-weight: bold;
  color: #698d64 !important;
}

.success-message span {
  margin-right: 5px;
  font-size: 16px;
}

/**
CONTENT
===========================
*/
.content {
  padding: 60px 0;
  color: #515b63;
}

@media only screen and (max-width: 800px) {
  .content {
    padding: 40px 0;
  }
}
.content h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  color: #252241;
  line-height: 38px;
  text-transform: uppercase;
}

@media only screen and (max-width: 800px) {
  .content h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
.content h3 span {
  color: #ff4359;
}

@media only screen and (max-width: 800px) {
  .content h3 br {
    display: none;
  }
}
.content p {
  margin: 15px 0 0 0;
  line-height: 28px;
  font-size: 16px;
}

@media only screen and (max-width: 800px) {
  .content p {
    font-size: 14px;
    line-height: 26px;
  }
}
.content em {
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  line-height: 30px;
}

.content .column-01 > img,
.content .column-02 > img {
  width: 100%;
}

@media only screen and (max-width: 800px) {
  .content .column-01 > img,
.content .column-02 > img {
    margin-bottom: 20px;
  }
}
.features {
  padding: 0;
  margin: 20px 0 0 0;
}

.features li {
  line-height: 32px;
  list-style-type: none;
  font-size: 16px;
}

@media only screen and (max-width: 800px) {
  .features li {
    font-size: 14px;
    line-height: 28px;
  }
}
.features i {
  font-size: 22px;
  color: #ff4359;
  float: left;
  margin: 4px 12px 0 0;
}

@media only screen and (max-width: 800px) {
  .features i {
    font-size: 18px;
    margin-right: 7px;
  }
}
.with-border {
  border-top: 1px solid #e0e6e8;
}

/* Form Content */
.form-content {
  padding: 145px 0 60px 0;
  color: #515b63;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .form-content {
    padding-top: 100px;
  }
}
.form-content .holder {
  width: 500px;
}

@media only screen and (max-width: 800px) {
  .form-content .holder {
    width: 94%;
  }
}
.form-content h1 {
  font-size: 40px;
  margin: 0 0 20px 0;
  letter-spacing: -2px;
  color: #252241;
  font-weight: normal;
  line-height: 38px;
}

@media only screen and (max-width: 800px) {
  .form-content h1 {
    font-size: 40px;
  }
}
.form-content h1 span {
  color: #ff4359;
  margin-right: 10px;
}

.form-content h2 {
  margin: 0;
  font-weight: normal;
  color: #515b63;
  font-size: 18px;
  line-height: 27px;
}

.form-content h2 span {
  color: #ff4359;
  margin-right: 5px;
}

@media only screen and (max-width: 800px) {
  .form-content h2 br {
    display: none;
  }
}
.form-content form {
  text-align: left;
  background: #fff;
  padding: 5px 30px 30px 30px;
  box-sizing: border-box;
  margin-top: 30px;
  border: 2px solid #e0e6e8;
}

.form-content form input[type=text],
.form-content form input[type=email] {
  margin-top: -20px;
}

.form-content form textarea {
  margin-top: -15px;
}

.form-content form input[type=text],
.form-content form input[type=email],
.form-content form textarea {
  font-size: 14px;
  font-weight: normal;
}

.form-content form input[type=submit] {
  border-radius: 4px;
  margin-top: 15px;
}

.form-content .caracteres {
  background: #eff4f6;
  padding: 10px;
  margin-top: -5px;
  font-size: 14px;
}

.form-content .little-but {
  border-radius: 2px;
  display: inline-block;
  padding: 5px 10px;
  background: #666;
  clear: right;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 15px;
}

.form-content .color-pick {
  background: #666;
}

.form-content .form-buttons span {
  margin-right: 10px;
  margin-bottom: 25px;
}

.form-content .copy {
  background: #252241;
}

.form-content .copy-done {
  background: #698d64;
}

.form-content .oneclick {
  background: #666;
}

.form-content .buttons {
  margin-top: 15px;
}

.step-02 p {
  font-weight: bold;
  margin: 30px 0 0 0;
  font-size: 14px;
}

.step-02 img {
  width: 250px;
  margin-top: 30px;
}

.step-02 label {
  margin-top: 30px;
}

.step-02 textarea {
  height: 135px;
  margin-top: 10px;
  font-family: courier;
  font-weight: normal;
  font-size: 14px;
  padding: 10px 15px;
  line-height: 18px;
}
.step-02 a{
  background-color: #DEEBFF;
  color: black;
  padding: 8px;
  text-decoration: none;
}
.step-02 a::before{
  content: '❓';
  padding-right: 10px;
}

.step-03 .fa-check-circle {
  font-size: 100px;
  margin-bottom: 20px;
  color: #698d64;
}

.step-03 h2 {
  margin-bottom: 72px;
}

.step-03 .cta {
  margin: 0;
}

.step-03 .go-to-tadtarget {
  margin-top:20px;
}

.step-success {
  padding-bottom: 20px;
  margin-top: -30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e6e8;
  padding-top: 20px;
}

.step-success h2 {
  color: #698d64;
  font-size: 14px;
}

.step-success h2:hover {
  cursor: pointer;
}

/* recursos-leads-content */
.recursos-leads-content h3 {
  font-size: 40px;
  line-height: 52px;
}

.recursos-leads-content p {
  font-size: 18px;
  line-height: 30px;
}

.recursos-leads-content p span {
  color: #ff4359;
  font-weight: normal;
}

.recursos-leads-content p strong {
  font-size: 22px;
}

.recursos-leads-content p:first-child {
  margin-bottom: 37px;
}

/* center-content */
.center-content {
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .center-content {
    text-align: left;
  }
}
.center-content .holder {
  width: 80%;
}

@media only screen and (max-width: 800px) {
  .center-content .holder {
    width: 94%;
  }
}
.center-content h3 {
  font-weight: normal;
  font-size: 40px;
  text-transform: none;
  margin: 0 0 30px 0;
  color: #ff4359;
}

@media only screen and (max-width: 800px) {
  .center-content h3 {
    font-size: 40px;
  }
}
/* text-content */
.text-content {
  padding: 160px 0 55px 0;
}

@media only screen and (max-width: 800px) {
  .text-content {
    padding: 120px 0 45px 0;
  }
}
.text-content .holder {
  width: 500px;
  border: 1px solid #e0e6e8;
  border-radius: 4px;
  padding: 40px 40px 30px 40px;
}

@media only screen and (max-width: 800px) {
  .text-content .holder {
    width: 94%;
    padding: 0;
    border: none;
  }
}
.text-content h1 {
  margin: 0;
  color: #252241;
}

.text-content h2 {
  font-size: 18px;
  margin: 20px 0 10px 0;
  color: #666;
  font-weight: normal;
  line-height: 30px;
}

.text-content h3 {
  margin: 30px 0 10px 0;
}

.text-content p {
  line-height: 28px;
}

/* Cases de sucesso */
.cases-content {
  background: #252241;
  text-align: center;
}

.cases-content h3 {
  color: #fff;
}

.cases-content ul {
  padding: 25px 0 0 0;
  margin: 0;
}

.cases-content li {
  width: 40%;
  box-sizing: border-box;
  list-style-type: none;
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  line-height: 26px;
  vertical-align: top;
  margin: 0 20px 10px 20px;
  box-sizing: border-box;
  padding-bottom: 35px;
  color: #fff;
}

@media only screen and (max-width: 800px) {
  .cases-content li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.cases-content li p {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  margin: 10px 0 0 0;
}

.cases-content img {
  width: 200px;
  margin: 40px 0 20px 0;
}

.cases-content p.description {
  font-size: 14px;
  margin: -15px 0 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}

.cases-content h4 {
  text-transform: uppercase;
  color: #fff;
  margin: 25px 0 20px 0;
}

.cases-content strong {
  text-transform: uppercase;
  font-size: 50px;
}

.cases-content strong span {
  color: #9ccf95;
  font-size: 40px;
}

.cases-content .col-1 {
  width: 45%;
  margin-left: 20px;
  float: left;
}

@media only screen and (max-width: 460px) {
  .cases-content .col-1 {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}
.cases-content .col-2 {
  width: 45%;
  margin-right: 20px;
  float: right;
}

@media only screen and (max-width: 460px) {
  .cases-content .col-2 {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
/**
FOOTER
===========================
*/
footer {
  border-top: 5px solid #ff4359;
  color: #999;
  background: #252241;
  color: #fff;
  padding: 40px 0 45px 0;
  font-family: "Play", "Open sans", Arial, Helvetica, sans-serif;
}

footer h5 {
  font-size: 18px;
  margin: 0 0 5px 0;
}

footer address {
  font-style: normal;
  text-align: left;
  float: left;
}

@media only screen and (max-width: 800px) {
  footer address {
    float: none;
  }
}
footer p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 26px;
}

footer a {
  font-weight: bold;
  color: #ff4359;
  font-size: 14px;
}

footer a:hover {
  color: #fff;
}

footer .footer-cols > div {
  line-height: 26px;
  font-size: 14px;
  float: right;
  text-align: right;
}

@media only screen and (max-width: 800px) {
  footer .footer-cols > div {
    float: none;
    text-align: left;
    margin-top: 30px;
  }
}
.ft-bottom {
  width: 100%;
  border-top: 1px solid #343059;
  background: #1b182f;
  height: 50px;
  line-height: 50px;
}

@media only screen and (max-width: 460px) {
  .ft-bottom {
    height: auto;
    line-height: 30px;
    padding: 10px 0;
  }
}
.ft-bottom ul {
  padding: 0;
  margin: 0;
}

.ft-bottom li {
  list-style-type: none;
  display: inline-block;
}

.ft-bottom a {
  font-weight: bold;
  opacity: 0.4;
  color: #fff;
}

.ft-bottom a:hover {
  opacity: 1;
}

.ft-links {
  float: left;
  font-size: 14px;
}

@media only screen and (max-width: 460px) {
  .ft-links {
    float: none;
  }
}
.ft-links li {
  margin-right: 20px;
}

.ft-links a {
  text-decoration: none;
  font-weight: bold;
}

.ft-social {
  float: right;
}

@media only screen and (max-width: 460px) {
  .ft-social {
    float: none;
  }
}
.ft-social li {
  margin-left: 15px;
}

@media only screen and (max-width: 460px) {
  .ft-social li {
    margin-right: 15px;
    margin-left: 0;
  }
}
/**
COMPONENTS
===========================
*/
/* Helper classes */
.algn-center {
  text-align: center;
}

.algn-img-center {
  display: block;
  margin: 5px auto;
}

/* CTA */
.cta {
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background: #252241;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  font-family: "Play", "Open sans", Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 55px;
}

@media only screen and (max-width: 800px) {
  .cta {
    font-size: 14px;
    margin-top: 40px;
  }
}
.cta:hover {
  color: #fff;
  background: #698d64;
}

.cta-section {
  background: #252241;
  text-align: center;
  padding: 50px 0;
}

.cta-section .cta {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  margin: 0;
}

.cta-section .cta:hover {
  background: #fff;
  color: #252241;
}

/* transforme-visitantes */
.transforme-visitantes {
  background: #252241;
  padding: 50px 0 45px 0;
}

@media only screen and (max-width: 800px) {
  .transforme-visitantes {
    text-align: center;
  }
}
.transforme-visitantes h4 {
  color: #fff;
  font-size: 40px;
  padding-top: 70px;
  font-weight: normal;
  margin: 0;
}

@media only screen and (max-width: 800px) {
  .transforme-visitantes h4 {
    padding-top: 10px;
    font-size: 26px;
  }
}
.transforme-visitantes h4 span {
  font-weight: bold;
}

.transforme-visitantes img {
  width: 600px;
  float: left;
}

@media only screen and (max-width: 800px) {
  .transforme-visitantes img {
    width: 100%;
    float: none;
  }
}
/* comece-converter-form */
.comece-converter-form, .landpage {
  padding: 50px 0;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .comece-converter-form, .landpage {
    padding: 50px 0 60px 0;
  }
}
.comece-converter-form .holder > img, .landpage .holder > img {
  width: 300px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 800px) {
  .comece-converter-form .holder > img, .landpage .holder > img {
    width: 200px;
    margin-bottom: 10px;
  }
}
.comece-converter-form form, .landpage form {
  position: relative;
}

@media only screen and (max-width: 800px) {
  .comece-converter-form form, .landpage form {
    width: 100%;
  }
}
.comece-converter-form form input[type=submit], .landpage form input[type=submit] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
}

.comece-converter-form .columns, .landpage .columns {
  text-align: left;
}

.comece-converter-form .column-01, .landpage .column-01 {
  width: 50%;
}

.comece-converter-form .column-01 h5, .landpage .column-01 h5 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: normal;
  margin: 5px 0 0 0;
}

@media only screen and (max-width: 800px) {
  .comece-converter-form .column-01 h5, .landpage .column-01 h5 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.comece-converter-form .column-02, .landpage .column-02 {
  width: 40%;
}

/* Logos */
.logos {
  background: #f6f9fa;
  text-align: center;
  padding: 50px 0 40px 0;
}

.logos p {
  font-size: 16px;
  font-family: "Play", "Open sans", Arial, Helvetica, sans-serif;
  margin: 0;
}

.logos ul {
  padding: 30px 0 0 0;
  margin: 0;
}

.logos li {
  width: 189px;
  list-style-type: none;
  display: inline-block;
  margin: 0 10px;
}

@media only screen and (max-width: 800px) {
  .logos li {
    width: 100px;
  }
}
.logos li img {
  width: 100%;
}

.clients {
  padding-bottom: 10px;
}

.clients li {
  vertical-align: middle;
  margin-top: -60px;
}

@media only screen and (max-width: 800px) {
  .clients li {
    margin-top: -30px;
  }
}
.parceiros {
  background: #fff;
}

.parceiros li {
  vertical-align: middle;
}

/* Testimonails */
.testimonials-content {
  background: #fff;
  text-align: center;
}

.testimonials-content ul {
  padding: 0;
  margin: 0;
}

.testimonials-content li {
  width: 33%;
  padding-right: 20px;
  box-sizing: border-box;
  list-style-type: none;
  display: inline-block;
  line-height: 26px;
  vertical-align: top;
  text-align: left;
}

@media only screen and (max-width: 800px) {
  .testimonials-content li {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.testimonials-content .depo-infos {
  margin-top: 20px;
}

.testimonials-content img {
  border-radius: 4px;
  width: 60px;
  margin-right: 15px;
  float: left;
}

.testimonials-content h4 {
  font-size: 18px;
  margin: 0;
  padding: 5px 0 0 0;
}

.testimonials-content p {
  font-size: 16px;
}

.testimonials-content span {
  font-size: 14px;
}

/* Prices */
.prices-content {
  background: #f6f9fa;
  text-align: center;
}

.prices-content .cta {
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.prices-content ul {
  padding: 20px 0 0 0;
  margin: 0;
}

@media only screen and (max-width: 800px) {
  .prices-content ul {
    padding-top: 0;
  }
}
.prices-content ul li {
  border-radius: 4px;
  border: 2px solid #e0e6e8;
  width: 30%;
  padding: 0 20px 22px 20px;
  box-sizing: border-box;
  background: #fff;
  list-style-type: none;
  display: inline-block;
  line-height: 26px;
  vertical-align: top;
  margin: 0 10px;
}

@media only screen and (max-width: 800px) {
  .prices-content ul li {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.prices-content .features {
  border-top: 1px solid #e0e6e8;
  padding-top: 15px;
  margin-top: 23px;
}

.prices-content .features li {
  border: none;
  padding: 0;
  margin: 7px 0 0 0;
  width: 100%;
  text-align: left;
  line-height: 22px;
  font-size: 14px;
}

.prices-content .features li strong {
  text-decoration-line: line-through;
  font-weight: normal;
}

.prices-content h4 {
  font-size: 18px;
  margin: 0 -20px 20px -20px;
  padding: 10px 20px 0 20px;
  color: #666;
  border-bottom: 2px solid #e0e6e8;
  padding-bottom: 10px;
}

.prices-content h4 strong {
  color: #333;
}

.prices-content .free-plan h4 strong {
  color: #698d64;
}

.prices-content .leads-plan h4 strong {
  color: #e09456;
}

.prices-content .ecommerce-plan h4 strong {
  color: #252241;
}

.prices-content .free-plan,
.prices-content .leads-plan,
.prices-content .ecommerce-plan {
  height: 575px;
}

.prices-content p {
  margin: 0;
  padding-top: 5px;
}

.prices-content p span {
  font-style: normal;
}

.prices-content p strong {
  font-size: 30px;
  vertical-align: top;
  color: rgba(81, 91, 99, 0.5);
  font-family: "Play", "Open sans", Arial, Helvetica, sans-serif;
}

.prices-content p strong em {
  vertical-align: top;
  font-style: normal;
  font-size: 50px;
  color: #252241;
  margin-left: 5px;
}

.main-banner {
  padding-top: 95px;
  padding-bottom: 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f9fa+0,7db9e8+100&1+0,0+100 */
  background: -moz-linear-gradient(top, rgb(246, 249, 250) 0%, rgba(125, 185, 232, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(246, 249, 250) 0%, rgba(125, 185, 232, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(246, 249, 250) 0%, rgba(125, 185, 232, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6f9fa", endColorstr="#007db9e8",GradientType=0 ); /* IE6-9 */
}

.main-banner .column-02 {
  width: 42%;
}

.main-banner h1 {
  font-size: 60px;
  margin: 60px 0 30px 0;
  letter-spacing: -2px;
  color: #252241;
  font-weight: bold;
  line-height: 70px;
}

@media only screen and (max-width: 800px) {
  .main-banner h1 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.main-banner h2 {
  margin: 0;
  font-weight: normal;
  color: #515b63;
  font-size: 22px;
  line-height: 36px;
}

@media only screen and (max-width: 800px) {
  .main-banner h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .main-banner h2 br {
    display: none;
  }
}
.main-banner p {
  margin: 30px 0 0 0;
  font-size: 18px;
}

.main-banner img {
  margin-top: 40px;
  margin-bottom: -110px;
}

.main-banner form {
  width: 440px;
  margin-top: 45px;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .main-banner form {
    width: 100%;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 800px) {
  .main-banner form input[type=url] {
    font-size: 12px;
  }
}
.main-banner form input[type=submit] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  font-family: "Play", "Open sans", Arial, Helvetica, sans-serif;
  right: 0;
  top: 0;
}

.phrase {
  font-size: 14px;
  padding-left: 17px;
  padding-top: 12px;
  color: #515b63;
}

@media only screen and (max-width: 800px) {
  .phrase {
    display: none;
  }
}
.banner-features {
  padding: 0;
  margin: 40px 0 0 0;
}

.banner-features li {
  list-style-type: none;
  display: inline-block;
  margin-right: 25px;
  font-size: 12px;
  color: #515b63;
}

@media only screen and (max-width: 800px) {
  .banner-features li {
    margin-right: 0;
    margin-bottom: 8px;
    padding-top: 8px;
    border-top: 1px solid #e0e6e8;
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  .banner-features li:first-child {
    padding-top: 0;
    border-top: 0;
  }
}
.banner-features i {
  font-size: 22px;
  float: left;
  margin-right: 10px;
  margin-top: -3px;
  opacity: 0.7;
  position: relative;
}

.banner-features i em {
  font-family: arial;
  font-style: normal;
  font-size: 14px;
  position: absolute;
  top: 4px;
  left: 7px;
}

.tools {
  padding: 0;
  margin: 40px 0 0 0;
}

.tools li {
  border-radius: 4px;
  border: 2px solid #e0e6e8;
  height: 95px;
  list-style-type: none;
  background: #fff;
  margin-bottom: 7px;
  padding: 0 15px;
  box-sizing: border-box;
}

@media only screen and (max-width: 800px) {
  .tools li {
    height: auto;
    padding-bottom: 13px;
  }
}
.tools .popup-item {
  display: block;
  border: none;
  padding: 0;
  height: auto;
}

.tools a {
  height: 90px;
  display: block;
  border: 2px solid #ff4359;
  padding: 0 15px;
  text-decoration: none;
  border-radius: 4px;
}

.tools a:hover {
  border-color: #698d64;
  box-shadow: 0 0 30px #e0e6e8;
}

.tools img {
  width: 109px;
  margin: 7px -7px 0 0;
  float: right;
}

@media only screen and (max-width: 800px) {
  .tools img {
    width: 80px;
    margin-top: 17px;
  }
}
.tools .tool-entry {
  margin-right: 60px;
}

@media only screen and (max-width: 800px) {
  .tools .tool-entry {
    padding-top: 0;
    border-top: 0;
  }
  .tools .tool-entry br {
    display: none;
  }
}
.tools h4 {
  margin: 12px 0 3px 0;
  font-size: 18px;
  color: #252241;
}

.tools h4 strong {
  background: #698d64;
  color: #fff;
  padding: 2px 5px;
  margin: -1px 0 0 5px;
  display: inline-block;
  font-size: 12px;
}

.tools p {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.tools a h4 {
  color: #333;
}

.tools a p {
  color: #515b63;
}

/**
RECURSOS LEADS
===========================
*/
/* Banner */
.banner-recursos-leads {
  padding-top: 95px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 800px) {
  .banner-recursos-leads {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.banner-recursos-leads .column-02 {
  width: 42%;
}

.banner-recursos-leads .column-02 img {
  margin: 25px 0 0 0;
}

@media only screen and (max-width: 800px) {
  .banner-recursos-leads .column-02 img {
    width: 250px;
    margin-bottom: 10px;
  }
}
.banner-recursos-leads h1 {
  font-size: 50px;
  margin: 70px 0 30px 0;
  letter-spacing: -2px;
  color: #252241;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 70px;
}

@media only screen and (max-width: 800px) {
  .banner-recursos-leads h1 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 10px;
    text-align: left;
  }
}
.banner-recursos-leads h1 span {
  color: #ff4359;
}

.banner-recursos-leads p {
  margin: 0;
  font-weight: normal;
  color: #515b63;
  font-size: 18px;
  line-height: 30px;
}

@media only screen and (max-width: 800px) {
  .banner-recursos-leads p {
    text-align: left;
  }
}
/* Features list */
.features-list {
  background: #ff4359;
  text-align: center;
  padding: 30px 0 65px 0;
  color: #fff;
}

@media only screen and (max-width: 800px) {
  .features-list {
    padding-bottom: 20px;
  }
}
.features-list h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
}

.features-list p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin: 0;
}

.features-list ul {
  padding: 30px 0 0 0;
  margin: 0;
}

.features-list li {
  width: 29%;
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}

@media only screen and (max-width: 800px) {
  .features-list li {
    width: 100%;
    margin: 0 0 40px 0;
    display: block;
  }
}
.features-list li img {
  width: 160px;
}

@media only screen and (max-width: 800px) {
  .features-list li img {
    width: 100px;
  }
}
/**
CASES DE SUCESSO
===========================
*/
/* Banner */
.banner-cases-sucesso {
  padding-top: 95px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 800px) {
  .banner-cases-sucesso {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.banner-cases-sucesso .column-02 {
  width: 42%;
}

.banner-cases-sucesso .column-02 img {
  margin: 25px 0 0 0;
}

@media only screen and (max-width: 800px) {
  .banner-cases-sucesso .column-02 img {
    width: 250px;
    margin-bottom: 10px;
  }
}
.banner-cases-sucesso h1 {
  font-size: 50px;
  margin: 50px 0 -5px 0;
  letter-spacing: -2px;
  color: #252241;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 55px;
}

@media only screen and (max-width: 800px) {
  .banner-cases-sucesso h1 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 10px;
    text-align: left;
  }
}
.banner-cases-sucesso h1 span {
  color: #ff4359;
}

.banner-cases-sucesso h2 {
  font-weight: normal;
  color: #515b63;
  margin-bottom: 30px;
  font-size: 30px;
}

.banner-cases-sucesso h2 span {
  color: #ff4359;
}

.banner-cases-sucesso p {
  margin: 0;
  font-weight: normal;
  color: #515b63;
  font-size: 18px;
  line-height: 30px;
}

@media only screen and (max-width: 800px) {
  .banner-cases-sucesso p {
    text-align: left;
  }
}
.case {
  border: 1px solid #e0e6e8;
  padding: 18px 20px 15px 20px;
}

.case img {
  width: 200px;
}

.case p {
  font-size: 14px;
  line-height: 24px;
}

/* Metodologia */
.metodologia .column-01 {
  width: 37%;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .metodologia .column-01 img {
    width: 260px;
  }
}
.metodologia .column-02 {
  width: 57%;
  padding-top: 80px;
}

@media only screen and (max-width: 800px) {
  .metodologia .column-02 {
    padding-top: 30px;
  }
}
.metodologia h3 {
  font-weight: bold;
  font-size: 50px;
  text-transform: uppercase;
  margin: 0;
  color: #ff4359;
}

@media only screen and (max-width: 800px) {
  .metodologia h3 {
    font-size: 40px;
  }
}
/* Plano e Ação */
.plano-acao {
  background: #ff4359;
  color: #fff;
  text-align: center;
  padding: 45px 0 35px 0;
}

@media only screen and (max-width: 800px) {
  .plano-acao {
    text-align: left;
  }
}
.plano-acao .holder {
  width: 700px;
}

@media only screen and (max-width: 800px) {
  .plano-acao .holder {
    width: 94%;
  }
}
.plano-acao h3 {
  font-weight: bold;
  font-size: 50px;
  text-transform: uppercase;
  margin: 0;
}

@media only screen and (max-width: 800px) {
  .plano-acao h3 {
    font-size: 40px;
  }
}
.plano-acao img {
  width: 700px;
  margin: 15px 0 10px 0;
}

@media only screen and (max-width: 800px) {
  .plano-acao img {
    width: 100%;
  }
}
.plano-acao p {
  color: #fff;
}

/**
RESPONSIVE
===========================
*/
/* Viewports */
html,
body {
  width: 100%;
  overflow-x: hidden;
}

@viewport {
  zoom: 1;
  width: extend-to-zoom;
}
@-ms-viewport {
  width: extend-to-zoom;
  zoom: 1;
}
/* Smartphones */
@media only screen and (max-width: 800px) {
  header nav {
    width: 100%;
    display: none;
  }
  header li {
    display: block;
    margin: 0 0 2px 0;
  }
  header li a {
    text-align: left;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    background: #252241;
    display: block;
    color: white;
  }
  header li a:hover {
    color: #fff;
  }
  .menu-trigger {
    display: inline-block; /* Enable mobile menu trigger. */
    background: #252241;
    color: #fff;
    height: 30px;
    font-weight: bold;
    line-height: 30px;
    border-radius: 2px;
    text-decoration: none;
    padding: 0 10px;
    position: absolute;
    right: 3%;
    top: 14px;
    z-index: 200;
    text-transform: uppercase;
    font-size: 12px;
  }
  .menu-trigger:hover {
    opacity: 0.9;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
}
/**
GENERAL
===========================
*/
a:hover,
header:hover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Play", "Open sans", Arial, Helvetica, sans-serif;
}

/* Generic */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Play", "Open sans", Arial, Helvetica, sans-serif;
  background: #fff;
  margin: 0;
}

.internal-page {
  background: #f6f9fa;
}

p {
  color: #515b63;
}

/* Grid */
.holder {
  width: 1100px;
  max-width: 18000px; /* A really big width */
  margin: auto;
}

@media only screen and (max-width: 800px) {
  .holder {
    width: 94%;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1100px) {
  .holder {
    width: 800px;
  }
}
.column-01,
.column-02 {
  width: 48%;
}

@media only screen and (max-width: 800px) {
  .column-01,
.column-02 {
    width: 100% !important;
  }
}
.column-01 {
  float: left;
}

@media only screen and (max-width: 800px) {
  .column-01 {
    float: none;
  }
}
.column-02 {
  float: right;
}

@media only screen and (max-width: 800px) {
  .column-02 {
    float: none;
  }
}
.left-image .column-01 {
  float: right;
}

@media only screen and (max-width: 800px) {
  .left-image .column-01 {
    float: none;
  }
}
.left-image .column-02 {
  float: left;
}

@media only screen and (max-width: 800px) {
  .left-image .column-02 {
    float: none;
  }
}
.right-image .column-01 {
  float: left;
}

@media only screen and (max-width: 800px) {
  .right-image .column-01 {
    float: none;
  }
}
.right-image .column-02 {
  float: right;
}

@media only screen and (max-width: 800px) {
  .right-image .column-02 {
    float: none;
  }
}
/*# sourceMappingURL=main.css.map */

/*# sourceMappingURL=main.css.map */
