/* =============================================================================
_________                             .___               _________.__  __                 
\_   ___ \_____    ___________      __| _/____  ______  /   _____/|__|/  |_  ____   ______
/    \  \/\__  \  /  ___/\__  \    / __ |/  _ \/  ___/  \_____  \ |  \   __\/ __ \ /  ___/
\     \____/ __ \_\___ \  / __ \_ / /_/ (  <_> )___ \   /        \|  ||  | \  ___/ \___ \ 
 \______  (____  /____  >(____  / \____ |\____/____  > /_______  /|__||__|  \___  >____  >
        \/     \/     \/      \/       \/          \/          \/               \/     \/ 
Criado e desenvolvido por: Casa dos sites
CEO / CTO: Fabio Augusto
Website: https://www.casadossites.com
/* =============================================================================*/


body {
  background-color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

a {
  text-decoration: none;
}

:root {
  --hover_lateral_menu: #009ddc;
}

.seta {
  position: absolute;
  top: 601px;
  left: 50%;
  width: 37px;
}

.boletos_pg{
  width: 250px;
  margin: 75px 60px;
}
.boletos_pg img:hover{
cursor: pointer;
}

.como_funciona article {
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.rodape {
  background-image: url("../img/eapay_background_1.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 120px;
}

.rodape div {
  margin: 0 auto !important;
}

.quem_somos {
  background-image: url("../img/eapay_background_2.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 136%;
  min-height: 570px;
}


.bg_banner {
  background-image: url("../img/topo_banner.png");
  background-position: -15px 0px;
  background-repeat: no-repeat;
  background-size: 132%;
  min-height: 618px;
}

.form-imput {
  border: 1px solid #ccc;
  padding: 9px 20px;
  font-size: 0.9em;
  background: #F3F4F6;
  border-radius: 6px;
  width: 100%;
}

.form-label {
  font-size: 0.8em;
}

.limpar {
  clear: both !important;
}

.ds-none {
  display: none;
}


.wrapper {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0.9em;
}

.table {
  margin: 0 0 40px 0;
  width: 100%;
  display: table;
}

@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #ffffff;
}

.row:hover {
  background: #f6f6f6;
}

.row:nth-of-type(odd) {
  background: #e9e9e9;
}

.row.header {
  font-weight: 900;
  color: #ffffff;
  background: #ea6153;
}

.row.green {
  background: #27ae60;
}

.row.black {
  background: #000;
  color: #ffffff;
}

.row.blue {
  background: #2980b9;
}

@media screen and (max-width: 580px) {
  .row {
    padding: 14px 0 7px;
    display: block;
  }

  .row.header {
    padding: 0;
    height: 6px;
  }

  .row.header .cell {
    display: none;
  }

  .row .cell {
    margin-bottom: 10px;
  }


  .row .cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 70px;
    font-size: 0.9em;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
}

.cell {
  padding: 5px 4px;
  display: table-cell;
  vertical-align: middle;
  font-size: 0.8em;
}

@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 16px;
    display: block;
  }
}