/**
VARS AND MIXINS
===========================
*/
/* Color vars */
/* Font-size vars */
/* Font-family vars */
/* Breakpoints */
/* Mixins */
.transforme-visitantes:after {
  content: "";
  display: table;
  clear: both;
}

/**
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%;
}

.hide {
  display: none;
}

/* lanpage */
em {
  color: #E8343F;
  font-style: normal;
}

.landpage {
  background: #232242 url("/images/background-landpage.png") top center no-repeat;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .landpage {
    padding: 50px 0 60px 0;
  }
}
@media only screen and (max-width: 800px) {
  .landpage p, .landpage h1, .landpage h2, .landpage h3 {
    text-align: center;
  }
}
.landpage header {
  border-bottom: 0;
  background: none;
  position: absolute;
}
.landpage header li a {
  color: #fff;
}
.landpage .logo {
  margin-left: 25%;
}
@media only screen and (min-width: 850px) and (max-width: 1100px) {
  .landpage .logo {
    margin-left: 27%;
  }
}
.landpage .logo a img {
  height: 107px;
}
@media only screen and (max-width: 800px) {
  .landpage .logo a img {
    height: 64px;
  }
}
.landpage .holder > img {
  width: 300px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .landpage .holder > img {
    width: 200px;
    margin-bottom: 10px;
  }
}
.landpage .marketing-digital {
  color: #fff;
}
.landpage form {
  position: relative;
}
@media only screen and (max-width: 800px) {
  .landpage form {
    width: 100%;
  }
}
.landpage form input[type=submit] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
}
.landpage .columns {
  text-align: left;
}
.landpage .column-01 {
  width: 50%;
}
.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) {
  .landpage .column-01 h5 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.landpage .column-02 {
  width: 40%;
}

.empresa-marketing-digital {
  background-color: #fff;
  padding: 20px 0;
}
.empresa-marketing-digital p {
  text-align: left;
}
.empresa-marketing-digital .column-02 img {
  width: 100%;
}

.marketing-digital {
  padding-top: 95px;
  padding-bottom: 30px;
}
.marketing-digital .column-01 {
  width: 50%;
}
.marketing-digital .column-02 {
  width: 50%;
}
.marketing-digital .introducao {
  margin-top: 75px;
}
@media only screen and (max-width: 800px) {
  .marketing-digital .introducao {
    margin-top: -70px;
  }
}
.marketing-digital .introducao p {
  padding-right: 42px;
}
@media only screen and (max-width: 800px) {
  .marketing-digital .introducao p {
    padding-right: 0;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 800px) {
  .marketing-digital .introducao .big-data-marketing img {
    width: 98%;
  }
}
.marketing-digital .container-form, .marketing-digital #cadastro-realizado-com-sucesso {
  background: #fff;
  color: #000;
  width: 460px;
  padding: 20px 42px;
}
@media only screen and (max-width: 800px) {
  .marketing-digital .container-form, .marketing-digital #cadastro-realizado-com-sucesso {
    width: auto !important;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1100px) {
  .marketing-digital .container-form, .marketing-digital #cadastro-realizado-com-sucesso {
    width: auto;
  }
}
.marketing-digital #cadastro-realizado-com-sucesso {
  text-align: center;
}
.marketing-digital #cadastro-realizado-com-sucesso h2 {
  font-size: 36px;
  color: #E8343F;
  padding: 10px 0;
  text-transform: uppercase;
  clear: both;
  text-align: center;
  font-weight: normal;
}
.marketing-digital #cadastro-realizado-com-sucesso .logo {
  position: relative;
  text-align: center;
  margin-left: 50%;
  left: -60px;
}
.marketing-digital .container-form h2, .marketing-digital .container-form h3 {
  color: #666666;
  font-weight: normal;
  margin: 0;
}
.marketing-digital .container-form h2 {
  font-size: 28px;
}
@media only screen and (min-width: 850px) and (max-width: 1100px) {
  .marketing-digital .container-form h2 {
    font-size: 24px;
  }
}
.marketing-digital .container-form h3 {
  font-size: 24px;
}
@media only screen and (min-width: 850px) and (max-width: 1100px) {
  .marketing-digital .container-form h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .marketing-digital .container-form {
    width: 310px;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1100px) {
  .marketing-digital .container-form {
    width: 350px;
    padding: 20px 22px;
  }
}
.marketing-digital .container-form form {
  color: #000;
}
.marketing-digital .container-form form input[type=text],
.marketing-digital .container-form form input[type=select], .marketing-digital .container-form form input[type=checkbox],
.marketing-digital .container-form form input[type=email], .marketing-digital .container-form form select {
  height: 40px;
  border: 1px solid #e0e6e8;
  border-radius: 0;
}
.marketing-digital .container-form form select {
  height: 40px !important;
  border-radius: 0 !important;
  margin: 0;
}
.marketing-digital .container-form form input[type=checkbox] {
  vertical-align: middle;
  clear: both;
}
.marketing-digital .container-form form .opcoes-marketing h3 {
  margin: 10px 0 0 0;
}
.marketing-digital .container-form form .opcoes-marketing label {
  display: inline-block;
  margin: 5px;
  font-weight: normal;
}
.marketing-digital .container-form form ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.marketing-digital .container-form form ul li {
  height: 25px;
}
.marketing-digital .container-form form .column-01 {
  width: 46%;
}
.marketing-digital .container-form form .opcoes-marketing .column-01 {
  width: 30%;
}
.marketing-digital .container-form form .opcoes-marketing .column-01.meu-negocio {
  width: 70%;
}
@media only screen and (min-width: 850px) and (max-width: 1100px) {
  .marketing-digital .container-form form .opcoes-marketing .column-01 {
    width: 35%;
  }
  .marketing-digital .container-form form .opcoes-marketing .column-01.meu-negocio {
    width: 70%;
  }
}
.marketing-digital .container-form form .opcoes-marketing .column-02 {
  width: 60%;
}
@media only screen and (min-width: 850px) and (max-width: 1100px) {
  .marketing-digital .container-form form .opcoes-marketing .column-02 {
    width: 64%;
  }
}
.marketing-digital .container-form #enviar {
  float: right;
  background-color: #232242;
  color: white;
  padding: 10px;
  width: 100px;
  text-transform: uppercase;
  border: 0;
}
.marketing-digital .introducao p, .marketing-digital .como-fazemos p {
  color: #fff;
}

.landpage .como-fazemos {
  background-color: #FF4359;
  color: #fff;
  width: 100%;
  float: left;
  clear: both;
}
.landpage .como-fazemos .column-01 {
  float: left;
  width: 60%;
}
.landpage .como-fazemos .column-02 {
  float: right;
}
.landpage .como-fazemos .column-02 img {
  padding-top: 80px;
}
.landpage .como-fazemos h3 {
  font-size: 72px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .landpage .como-fazemos h3 {
    font-size: 32px;
    text-align: center;
  }
}
.landpage .como-fazemos p {
  color: white;
  text-align: left;
  font-size: 18px;
  line-height: 35px;
}
@media only screen and (max-width: 800px) {
  .landpage .como-fazemos p {
    font-size: 16px;
    line-height: 27px;
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  .landpage .como-fazemos .right-image {
    display: none;
  }
}

.landpage .container-quem-confia {
  background-color: #FFF;
}
.landpage .container-quem-confia .cliente-icone {
  position: relative;
  left: 0;
  top: 85px;
}
@media only screen and (max-width: 800px) {
  .landpage .container-quem-confia .cliente-icone {
    top: 0;
  }
}
.landpage .container-quem-confia h4 {
  font-size: 36px;
  text-align: center;
  margin: 30px;
  width: 85%;
  float: left;
}
@media only screen and (max-width: 800px) {
  .landpage .container-quem-confia h4 {
    font-size: 18px;
  }
}
.landpage .container-quem-confia .row {
  clear: both;
}
.landpage .container-quem-confia p {
  line-height: 26px;
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .landpage .container-quem-confia p {
    text-align: center;
  }
}
.landpage .container-quem-confia .column-02 img {
  float: right;
  margin-right: 150px;
  margin-top: 30px;
}
@media only screen and (max-width: 800px) {
  .landpage .container-quem-confia .column-02 img {
    margin: 0;
    width: 200px;
    float: none;
  }
}
.landpage .container-quem-confia h3 {
  font-size: 72px;
  float: right;
  margin: 30px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
  .landpage .container-quem-confia h3 {
    font-size: 18px;
    text-align: center;
    float: none;
    width: 100%;
    margin: 30px 0;
  }
}
.landpage .container-quem-confia .cadatrar-intencao-marketing h2 {
  color: black;
  text-transform: uppercase;
  text-align: left;
  font-size: 32px;
  font-weight: normal;
  margin-top: 20px;
}
@media only screen and (max-width: 800px) {
  .landpage .container-quem-confia .cadatrar-intencao-marketing h2 {
    font-size: 18px;
  }
}
.landpage .container-quem-confia .cadatrar-intencao-marketing a {
  padding: 20px 40px;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  background: #FF4359;
  text-decoration: none;
  position: relative;
  top: -54px;
  left: 160px;
}
@media only screen and (max-width: 800px) {
  .landpage .container-quem-confia .cadatrar-intencao-marketing a {
    display: block;
    clear: both;
    position: static;
    margin-bottom: 20px;
  }
}

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