@charset "utf-8";

/* CSS reset - http://meyerweb.com/eric/tools/css/reset/ - v2.0 | 20110126 */
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;
 box-sizing: border-box; /* by bsfol */
}
/* 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;
}
/* by bsfol */
input, textarea, select {
    margin: 0;
 padding: 0;
 border: 0;
 box-sizing: border-box;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
select {
    cursor: pointer;
}
button {
 display: block;
 cursor: pointer;
    background: none;
    border: none;
    outline: none;
    padding: 0;
}
img {
    display: block;
}
a {
    display: block;
    text-decoration: none;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.transition {
    -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
}
.left {
    float: left;
}
.right {
    float: right;
}
.aux-hidden-wow {
    visibility: hidden; 
}
/* End CSS reset */

body {
    position: relative;
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    background-color: #fff;
    font-size: 16px;
    line-height: 21px;
    color: #182359;
    font-weight: 500;
}
button, input, textarea, select {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}
.container{
    position: relative;
    width: 92%;
    height: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

/***********
** header **
***********/
.header { position: absolute; width: 100%; z-index: 10; }
.content-header { display: flex; padding: 50px 0 0; align-items: center; }
.border-logo { width: 3px; height: 23px; background-color: #fff; opacity: .6; margin: 0 30px; }

/*****************
** section-into **
*****************/
.section-into { position: relative; width: 100%; padding: 60px 0 50px; }
.section-into::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(https://image.minha.portocred.com.br/lib/fe3b157175640478721476/m/1/background-header-lp01062020.png) center bottom no-repeat; background-size: cover; }
.contain-into { position: relative; z-index: 10; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.left-into { max-width: 450px; color: #fff; }
.left-into h1 { font-size: 36px; line-height: 42px; margin-bottom: 32px; }
.left-into h2 { font-size: 24px; line-height: 32px; font-weight: 500; }
.right-into { max-width: 613px; }
.right-into img { margin-right: -50px; overflow: hidden; width: 550px; }

@media(max-width: 1250px) {
    .right-into { max-width: 550px; }
    .right-into img { margin-right: 0; width: 550px; margin-left: 20px; }
}

@media(max-width: 992px) {
    .section-into::after { background: url(https://image.minha.portocred.com.br/lib/fe3b157175640478721476/m/1/background-header-mob-lp01062020.png) center bottom no-repeat; background-size: cover; }
    .content-header { justify-content: center; }
    .section-into { padding: 150px 0 50px; }
    .contain-into { flex-direction: column; } 
    .right-into { max-width: 450px; }
    .right-into img { width: 450px; margin: 40px 0 -80px 0; }
}

@media(max-width: 768px) {
    .content-header { display: flex; padding: 40px 0 0; justify-content: center; }
    /* .content-header img { width: 130px; }
    .content-header div:last-child img { width: 110px; } */
    .section-into { padding: 130px 0 50px; }
    .left-into h1 { font-size: 26px; line-height: 32px; }
    .left-into h2 { font-size: 18px; line-height: 25px; }
    .right-into { max-width: 300px; }
    .right-into img { width: 300px; }
}

/******************
** section-steps **
******************/
.section-steps { padding: 100px 0; text-align: center; }
.contain-name h2 { font-size: 38px; line-height: 51px; margin-bottom: 18px; }
.contain-name h3 { font-size: 24px; line-height: 32px; margin: auto; font-weight: 500; } /* max-width: 800px; */
.contain-steps { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 80px auto; }
.each-step { width: 20%; }
.each-step img{ margin: 0 auto; }
.each-step p { margin: 30px auto 0; max-width: 200px; }
.editable-code { border: 1px dashed #BEC6CF; padding: 40px 20px; border-radius: 15px; }
.contain-editable-code h3, .contain-editable-code h4{ font-size: 24px; line-height: 32px; max-width: 800px; margin: auto; font-weight: 500; }
.editable-code p { font-size: 31px; line-height: 42px; color: #8F969F; margin-top: 15px; }
.editable-code span { font-size: 14px; font-weight: 18px; color: #8F969F; font-weight: 400; }
.contain-editable-code h4 { margin-top: 20px; }

@media(max-width: 992px) {
    .section-steps { padding: 100px 0 70px; }
    .contain-steps { max-width: 600px; margin: 35px auto; }
    .each-step { width: 45%; margin: 30px 0; }
}

@media(max-width: 768px) {
    .each-step { width: 100%; }
    .contain-name h2 { font-size: 31px; line-height: 42px; }
    .contain-name h3 { font-size: 18px; line-height: 26px; }
    .contain-editable-code h3, .contain-editable-code h4 { font-size: 18px; line-height: 26px; }
    .editable-code p { font-size: 24px; line-height: 32px; }
    .editable-code span { font-size: 13px; }
}

/***********************
** container-pesquisa **
***********************/
.container-pesquisa {
  max-width: 987px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 20px;
  background: #ffffff;
  color: #7b7e7b;
}

.container-pesquisa .title {    
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  text-align: left;
}
.container-pesquisa .obg {    
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  padding: 60px 0px 0px;
  text-align: center;
}
.container-pesquisa p {
  margin: 0 auto;
  font-size: 20px;
  line-height: 28px;
  padding: 15px 0;
}
.form textarea{
  width: 770px;
  height: 100px;
  resize: none;
  border-radius: 10px;
  padding: 20px;
  font-size: 17px;
  border: 1px solid #233567;
}
.form input{
  resize: none;
  border-radius: 7px;
  padding: 0 10px;
  font-size: 17px;
  border: 1px solid #233567;
  font-size: 16px;
  width: 100%;
  height: 40px;
  color: #1F396C;
}
.form select{
  resize: none;
  border-radius: 7px;
  padding: 0 10px;
  font-size: 17px;
  border: 1px solid #233567;
  font-size: 16px;
  width: 100%;
  height: 40px;
  color: #1F396C;
}
.form .title {
  border-bottom: 3px solid #233567;
  margin-bottom: 20px;
}
.form .alert {
  color: #ffffff;
  background-color: #dd502a;
  width: 80%;
  margin: auto;
  border-radius: 7px;
  padding: 12px;
  margin-top: 15px;
  display: none;
}
.group-radio-input {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px;
}
.each-radio-input {
  text-align: left;
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.each-radio-input input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.each-radio-input label {
  width: 90%;
  font-size: 20px;
  line-height: 27px;
  color: #233567;
  font-weight: 700;
}
.form button {
  display: block;
  background-color: #233567;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 7px;
  width: 250px;
  height: 50px;
  margin: 20px auto 60px;
  border: none;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: .3s linear;
}
.form button:hover {
  background-color: #233567;
  color: #fff;
}
.radio-comment {
  display: none;
}
.contadorCaracteres {
  display: block;
  width: 770px;
  margin: 0 auto;
  text-align: right;
  font-size: 16px;
}

@media(max-width: 425px) {
  .section-pesquisa {
      margin-bottom: 0px;
  }
  .container-pesquisa {
      padding: 15px 5px;
  }
  .container-pesquisa .title {
      font-size: 20px;
      line-height: 26px;
  }
  .container-pesquisa p {
      font-size: 16px;
      line-height: 22px;
      padding: 10px 0px;
  }
  .each-radio-input label {
      font-size: 17px;
      line-height: 22px;
  }
  .group-radio-input {       
      padding: 20px 15px;
  }
  .form textarea {
      width: 100%;
  }
  .contadorCaracteres {
      width: 100%;
  }
  .form button {
      margin-bottom: 30px;
  }
}

/********************
** section-details **
********************/
.section-details { padding: 100px 0; background: #F0F3F7; }
.content-details:first-child { margin-bottom: 50px; }
.content-details h2 { font-size: 38px; line-height: 51px; margin-bottom: 30px; }
.list-detail { max-width: 1050px; }
.list-detail li { font-size: 21px; line-height: 28px; color: #535860; margin-bottom: 14px; font-weight: 400; }

@media(max-width: 992px) {
    .section-details { padding: 70px 0; }
}

@media(max-width: 768px) {    
    .content-details h2 { font-size: 31px; line-height: 42px; }   
    .list-detail li { font-size: 16px; line-height: 25px; }
}

/****************************
** section-download-picpay **
****************************/
.section-download-picpay { padding: 100px 0; background-color: #21C25E; }
.logo-picpay{ margin: 0 auto 50px; }
.section-download-picpay h2 { font-size: 38px; line-height: 51px; margin-bottom: 30px; text-align: center; color: #F0F3F7; }
.download-app { max-width: 380px; margin: 0 auto; display: flex; justify-content: space-between; }

@media(max-width: 992px) {
    .section-download-picpay { padding: 70px 0; }
    .logo-picpay{ max-width: 270px; width: 100%; margin-bottom: 30px; }
    .download-app img { width: 100%; padding: 10px; }
}

@media(max-width: 768px) {    
    .section-download-picpay h2 { font-size: 24px; line-height: 30px; }   
}

/********************
** section-contact **
********************/
.section-contact { padding: 100px 0; background-color: #F0F3F7; }
.section-contact h2 { font-size: 38px; line-height: 51px; margin-bottom: 40px; text-align: center; }
.links-contact { max-width: 700px; margin: 0 auto; display: flex; justify-content: space-between; }
.links-contact a { width: 338px; height: 65px; display: flex; justify-content: center; align-items: center; font-size: 26px; color: #fff; text-align: center; background: linear-gradient(90deg, #1BA7E4 0%, #023376 100%); background-size: 140% auto; border-radius: 40px; transition: .3s linear; }
.links-contact a:hover { background-position: right center; }
.links-contact a svg { width: 30px; margin-right: 8px; }

@media(max-width: 992px) {
    .section-contact { padding: 70px 0; }
}

@media(max-width: 768px) {
    .section-contact h2 { font-size: 31px; line-height: 42px; }
    .links-contact { flex-direction: column; align-items: center; }
    .links-contact a { width: 250px; height: 45px; font-size: 20px; }
    .links-contact a:last-child { margin-top: 15px; }
    .links-contact a svg { width: 20px; margin-right: 5px; }
}

/***********
** footer **
***********/
.footer { padding: 60px 0; text-align: center; }
.redes { max-width: 70px; display: flex; justify-content: space-between; margin: auto; }
.redes svg { width: 30px; fill: #1A2237; transition: opacity .3s; }
.redes a:hover svg { opacity: .9; }
.footer a { color: #182359; font-weight: bold; font-size: 28px; line-height: 38px; text-transform: uppercase; }
.footer h3 { font-size: 20px; line-height: 27px; border-top: 2px solid #182359; border-bottom: 2px solid #182359; padding: 20px 0; margin: 35px 0; font-weight: 400; }
.footer p:last-child { margin-top: 15px; }
.footer p { font-size: 14px; line-height: 19px; font-weight: 400; }

@media(max-width: 992px) {
    .footer { padding: 40px 0; }
}

@media(max-width: 768px) {
    .footer a { font-size: 22px; line-height: 28px; }
    .footer h3 { font-size: 16px; line-height: 22px; }
}