@charset "UTF-8";
/*
sass --no-source-map --watch pv/scss/estilo.scss:pv/css/estilo.css --style compressed
 */
/*!

 ----
 2018
 -
 landing.studio
 ----

 */
/* */
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

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

td, th {
  padding: 0;
  text-align: left; }

/*
 * Breakpoint
 */
/*
 * Funções para breakpoint
 */
/*
 * Max
 */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: none;
  pointer-events: none; }
  .modal:target {
    display: block;
    pointer-events: auto; }
  .modal .conteudo {
    background: #FFF;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 8px 20px 0;
    box-shadow: rgba(0, 0, 0, 0.6) 0 8px 20px 0;
    padding: 1em;
    width: 100%;
    max-width: 400px;
    position: relative;
    margin: 20px auto; }
    @media screen and (min-width: 768px) {
      .modal .conteudo {
        margin: 10% auto;
        padding: 1.5em;
        border-radius: 5px; } }
    .modal .conteudo .titulo {
      margin-top: 0;
      color: #333; }
  .modal .close {
    color: #333;
    line-height: 25px;
    font-size: 25px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
    text-decoration: none;
    border-radius: 50px; }

.modal-bancos .logotipo-banco {
  width: 60px;
  height: auto;
  margin: 0 0 1rem 1rem;
  float: right;
  border-radius: 5px; }

.modal-bancos .titulo {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .modal-bancos .titulo {
      font-size: 1.5em; } }

.modal-bancos p {
  margin: 0.75em 0;
  line-height: 1.4; }

.modal-bancos .sistemas {
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd; }
  .modal-bancos .sistemas .sistema {
    color: #333;
    display: block;
    padding: 0.75em 0.5em;
    border-right: 1px solid #dddddd;
    text-decoration: none;
    border-bottom: 1px solid #dddddd; }
    .modal-bancos .sistemas .sistema:hover {
      text-decoration: none;
      background: #eeeeee; }
    .modal-bancos .sistemas .sistema strong {
      font-size: 1.05em; }
    .modal-bancos .sistemas .sistema span {
      display: block;
      font-size: 0.9em;
      color: rgba(51, 51, 51, 0.65);
      margin-top: 0.25em; }
    .modal-bancos .sistemas .sistema img {
      vertical-align: middle;
      width: auto;
      height: 1.2em;
      margin-right: 2px;
      position: relative;
      top: -0.2em; }

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.pag--pv,
.pag--inst {
  background: #F6F9FA;
  min-height: 100vh; }
  .pag--pv .container,
  .pag--inst .container {
    max-width: 830px;
    margin-right: auto;
    margin-left: auto; }

.pag--inst .logo {
  padding: 10px 15px;
  display: block;
  text-align: center;
  background: #fc5474; }
  .pag--inst .logo img {
    width: auto;
    height: 60px; }

.pag--inst .container {
  max-width: 600px;
  background: #FFF; }

.pag--inst .titulo,
.pag--inst .texto,
.pag--inst .voltar {
  margin: 0.5em 15px; }
  @media screen and (min-width: 768px) {
    .pag--inst .titulo,
    .pag--inst .texto,
    .pag--inst .voltar {
      margin: 1em 30px; } }

.pag--inst .titulo {
  font-weight: bold;
  font-size: 1.4em; }
  @media screen and (min-width: 768px) {
    .pag--inst .titulo {
      font-size: 2em; } }

.pag--inst .voltar {
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center; }
  .pag--inst .voltar a {
    text-decoration: none;
    background: #2ED573;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    padding: 0.5em 2em;
    border-radius: 5px; }

.pag--inst .texto {
  padding-bottom: 50px;
  font-size: 0.925em; }
  @media screen and (min-width: 768px) {
    .pag--inst .texto {
      font-size: 0.95em; } }
  .pag--inst .texto p {
    margin: 0.75em 0;
    line-height: 1.5; }
  .pag--inst .texto hr {
    margin: 2em 0;
    border: 0;
    height: 1px;
    background: #d5e3e8; }
  .pag--inst .texto h2 {
    margin-top: 2em;
    font-weight: bold;
    font-size: 1.1em; }

.pag--pv .status-compra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .pag--pv .status-compra.status-aprovado {
    background: #2ED573;
    color: #FFF; }
  .pag--pv .status-compra .logo {
    display: block;
    padding: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fc5474; }
    @media screen and (min-width: 768px) {
      .pag--pv .status-compra .logo {
        padding: 10px; } }
    .pag--pv .status-compra .logo img {
      width: auto;
      height: 40px; }
      @media screen and (min-width: 768px) {
        .pag--pv .status-compra .logo img {
          height: 50px; } }
  .pag--pv .status-compra .mensagem {
    padding: 35px 15px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .pag--pv .status-compra .mensagem {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 15px 15px 40px; } }
  .pag--pv .status-compra .ilustracao {
    width: 90px;
    height: 90px;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .pag--pv .status-compra .ilustracao {
        width: 110px;
        height: 110px;
        margin-right: 20px; } }
  .pag--pv .status-compra .conteudo {
    margin-top: 10px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .pag--pv .status-compra .conteudo {
        margin-top: 0;
        text-align: left; } }
  .pag--pv .status-compra .titulo {
    font-weight: bold;
    font-size: 2em;
    line-height: 1.1; }
    @media screen and (min-width: 768px) {
      .pag--pv .status-compra .titulo {
        font-size: 2.3em; } }
  .pag--pv .status-compra .descricao {
    margin-top: 0.5rem;
    font-size: 1.1em;
    opacity: 0.9; }

.pag--pv .secao-aguardando-boleto {
  background: #57606f;
  text-align: center;
  color: #FFF; }
  .pag--pv .secao-aguardando-boleto .destaque {
    padding: 30px 15px;
    font-size: 1.25em; }
    @media screen and (min-width: 768px) {
      .pag--pv .secao-aguardando-boleto .destaque {
        font-size: 1.6em; } }
  .pag--pv .secao-aguardando-boleto .informativo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #454c58;
    padding: 20px 15px; }
    @media screen and (min-width: 768px) {
      .pag--pv .secao-aguardando-boleto .informativo {
        width: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 15px 15px; } }
    .pag--pv .secao-aguardando-boleto .informativo .ilustracao {
      width: 30px;
      height: 30px;
      opacity: 0.4;
      overflow: hidden; }
      @media screen and (min-width: 768px) {
        .pag--pv .secao-aguardando-boleto .informativo .ilustracao {
          width: 80px;
          height: 80px;
          margin-right: 20px; } }
      .pag--pv .secao-aguardando-boleto .informativo .ilustracao svg path {
        fill: #FFF; }
    .pag--pv .secao-aguardando-boleto .informativo .conteudo {
      margin-top: 5px;
      text-align: center;
      opacity: 0.7; }
      @media screen and (min-width: 768px) {
        .pag--pv .secao-aguardando-boleto .informativo .conteudo {
          margin-top: 0;
          text-align: left; } }
    .pag--pv .secao-aguardando-boleto .informativo .titulo {
      font-weight: bold;
      font-size: 0.95em; }
      @media screen and (min-width: 768px) {
        .pag--pv .secao-aguardando-boleto .informativo .titulo {
          font-size: 1.2em; } }
    .pag--pv .secao-aguardando-boleto .informativo .descricao {
      margin-top: 5px;
      opacity: 0.7;
      font-size: 0.9em; }
      @media screen and (min-width: 768px) {
        .pag--pv .secao-aguardando-boleto .informativo .descricao {
          font-size: 1em; } }

.pag--pv .secao-entrega {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .pag--pv .secao-entrega {
      padding: 40px 15px; } }
  .pag--pv .secao-entrega > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #e6eef1;
    padding: 20px 15px; }
    @media screen and (min-width: 768px) {
      .pag--pv .secao-entrega > div {
        width: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 12px 35px 12px 12px;
        border-radius: 150px; } }
  .pag--pv .secao-entrega .ilustracao {
    width: 50px;
    height: 50px;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .pag--pv .secao-entrega .ilustracao {
        width: 80px;
        height: 80px;
        margin-right: 20px; } }
  .pag--pv .secao-entrega .conteudo {
    margin-top: 5px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .pag--pv .secao-entrega .conteudo {
        margin-top: 0;
        text-align: left; } }
  .pag--pv .secao-entrega .titulo {
    font-weight: bold;
    color: #4d7b8b;
    font-size: 1.15em; }
    @media screen and (min-width: 768px) {
      .pag--pv .secao-entrega .titulo {
        font-size: 1.25em; } }
  .pag--pv .secao-entrega .descricao {
    margin-top: 5px;
    color: #73a2b1;
    font-size: 0.95em; }

.pag--pv .secao-suporte {
  margin-top: 150px;
  border-top: 1px solid #e6eef1;
  padding: 35px 15px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #568a9b;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .pag--pv .secao-suporte {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .pag--pv .secao-suporte .titulo {
    margin-right: 20px; }
    .pag--pv .secao-suporte .titulo strong {
      margin-bottom: 0.25rem;
      display: block; }
    .pag--pv .secao-suporte .titulo span {
      font-size: 0.9em;
      opacity: 0.7; }
  .pag--pv .secao-suporte .conteudo {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .pag--pv .secao-suporte .conteudo {
        margin-top: 0; } }
    .pag--pv .secao-suporte .conteudo .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0.5em; }
      .pag--pv .secao-suporte .conteudo .item:last-child {
        margin-bottom: 0; }
  .pag--pv .secao-suporte .icone {
    margin-right: 0.5em; }
    .pag--pv .secao-suporte .icone svg {
      vertical-align: bottom;
      width: auto;
      height: 1em; }
      .pag--pv .secao-suporte .icone svg path {
        fill: #568a9b; }

.pag--pv .secao-pagar-sem-imprimir,
.pag--pv .secao-aprove-sua-compra {
  margin: 70px 0;
  padding: 0 15px; }
  .pag--pv .secao-pagar-sem-imprimir h2,
  .pag--pv .secao-aprove-sua-compra h2 {
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: 1.4em; }
    @media screen and (min-width: 768px) {
      .pag--pv .secao-pagar-sem-imprimir h2,
      .pag--pv .secao-aprove-sua-compra h2 {
        font-size: 2em; } }
  .pag--pv .secao-pagar-sem-imprimir p,
  .pag--pv .secao-aprove-sua-compra p {
    margin: 0.5em 0;
    line-height: 1.4; }

.pag--pv .qual-seu-banco {
  margin-top: 1em;
  font-weight: bold; }

.pag--pv .bancos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5px -5px 0; }
  .pag--pv .bancos .column {
    width: 50%; }
    @media screen and (min-width: 768px) {
      .pag--pv .bancos .column {
        width: 33.33333%; } }
  .pag--pv .bancos a {
    min-height: 3.25em;
    margin: 5px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #57606f;
    text-decoration: none;
    background: #e6eef1;
    border-radius: 5px;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .pag--pv .bancos a:hover {
      background: #d5e3e8; }
    @media screen and (min-width: 768px) {
      .pag--pv .bancos a {
        min-height: auto; } }
  .pag--pv .bancos img {
    margin-right: 0.5em;
    width: auto;
    height: 1.85em;
    border-radius: 5px; }

.pag--pv .secao-aprove-sua-compra .botao.verde {
  text-align: center;
  background: #2ED573;
  color: #FFF;
  display: inline-block;
  padding: 0.75em 1.5em;
  margin-top: 1rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1.1em;
  text-shadow: 0 2px 0 #27c267;
  -webkit-box-shadow: 0 2px 0 0 #24b15e;
  box-shadow: 0 2px 0 0 #24b15e;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .pag--pv .secao-aprove-sua-compra .botao.verde:hover {
    background: #28c76a; }
