/* Reset CSS */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  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;
}

input {
  border-radius: 0;
}

/* Font Face */
@font-face {
  font-family: "Henderson Sans";
  src: url(../font/henderson/HendersonSansBasicRegular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Henderson Sans";
  src: url(../font/henderson/HendersonSansBasicBold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}


body {
  font-family: "Henderson Sans", Arial, Helvetica, sans-serif;
}
/* Geral */
body, html {
  font-family: "Henderson Sans", Arial, Helvetica, sans-serif;
}
.aai-img-red-70{
  width: 70%;
}
.aai-img-red{
  max-width: 280px;
}
/* Menu */
.navbar-section{
  padding: 30px 0;
  background-color: #001965;
}
.nav-item{
  margin: 0 8px;
  padding: 5px 10px;
  border-radius: 50px;
  border: 1px solid#fed000;
  background-color: #fed000;
  transition: 0.3s;
}
.nav-item:hover{
  background-color: #ffffff;
}
.nav-item a{
  color: #001965;
}
.nav-item a:hover{
  color: #001965;
}
.nav-item:nth-child(5){
  display: none;
}
.navbar-section .navbar-items {
  gap: 10px;
}
.navbar-section .navbar-items a {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
ul.navbar-nav.ms-auto.navbar-items.align-items-center{
  padding: 20px 0;
}
/* Banner */
.aai_banner{
  padding: 35px 0 0;
  background-color: #f7f7f7;
}
.aai-padding-banner{
  padding: 7%;
}
.aai_banner h2{
  font-size: 56px;
  color: #001965;
  font-weight: 800;
  font-family: "Henderson Sans BB", sans-serif;
}
@media(max-width: 767px){
  /* Geral */
  .aai-img-red{
    max-width: 180px;
  }
  /* Banner */
  .aai_banner h2{
    font-size: 36px;
  }
}
/* Utilitário */
.bg-amarelo {
  background-color: #ffd322;
}

.bg-abobora {
  background-color: #d14e1c;
}
.bg-blue {
  background-color: #0069eb;
}

.txt-azul-claro {
  color: #0069eb;
}

.txt-amarelo {
  color: #f2cf30;
}

.txt-branco {
  color: #ffffff;
}

.txt-right {
  text-align: right;
}
/* Passo 1 */
.secao-passo-1 {
  padding: 50px 0;
}
/* Passo 2 */
.secao-passo-2 {
  padding: 50px 0;
}

.lista-cashback {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 5px;
}

.cashback-numeros {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color: #d14e1c;
  background-color: #f2cf30;
  padding: 15px 45px;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  margin-bottom: 10px;
}
.cashback-numeros-blue{
  color: #0069eb!important;
}
.btn-cashback, .btn-cashback-blue {
  font-size: 36px;
  color: #d14e1c;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 450px;
  background-color: #f2cf30;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 40px;
  transition: ease 0.5s;
}

.btn-cashback a {
  text-decoration: none;
}

.btn-cashback:hover {
  color: #fff;
  background-color: #0069eb;
}
.btn-cashback-blue:hover {
  color: #fff!important;
  background-color: #d14e1c;
}

/* Passo 3 */
.img-hover {
  transition: ease 0.5s;
}

.img-hover:hover {
  transform: rotate(5deg);
}

.secao-passo-3 {
  padding: 50px 0;
}

.passo-2 {
  display: grid;
  gap: 15px;
  padding: 0 50px;
  float: right;
}

.passo-3 {
  display: grid;
  gap: 15px;
  padding: 0 50px;
}

.passo-3-titulo-1 {
  font-size: 44px;
  line-height: 50px;
  color: #001f63;
  font-weight: 700;
}

.passo-3-titulo-2 {
  font-size: 60px;
  line-height: 66px;
  color: #0069eb;
  font-weight: 700;
}

.troque-beneficios {
  display: grid;
  gap: 60px;
}

.beneficios {
  column-gap: 30px;
  row-gap: 50px;
}

.troque-beneficios-titulo-1 {
  font-size: 40px;
  line-height: 46px;
  color: #001f63;
  font-weight: 400;
}

.troque-beneficios-titulo-2 {
  font-size: 28px;
  line-height: 34px;
  color: #001f63;
  font-weight: 400;
}

.footer {
  background-color: #001f63;
  padding: 50px 0;
}

.footer-titulo-1 {
  font-size: 50px;
  line-height: 56px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.footer-titulo-2 {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}


@media (max-width: 1500px) {
  .passo-3-titulo-1 {
    font-size: 30px;
    line-height: 34px;
  }

  .passo-3-titulo-2 {
    font-size: 44px;
    line-height: 50px;
  }

  .troque-beneficios-titulo-1 {
    font-size: 30px;
    line-height: 36px;
  }

  .troque-beneficios-titulo-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .footer-titulo-1 {
    font-size: 40px;
    line-height: 46px;
  }

  .footer-titulo-2 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 1200px) {
  .passo-3-titulo-2 {
    font-size: 40px;
    line-height: 44px;
  }

  .beneficios {
    column-gap: 10px;
  }
}

@media (max-width: 1000px) {
  .img-w-80 {
    max-width: 80% !important;
  }

  .secao-passo-3 {
    padding: 50px 0 20px;
  }

  .passo-2 {
    gap: 15px;
    padding: 20px;
    float: none;
  }

  .passo-3 {
    gap: 15px;
    padding: 20px;
  }

  .passo-3-titulo-1,
  .passo-3-titulo-2 {
    text-align: center;
  }

  .passo-3-titulo-1 {
    font-size: 30px;
    line-height: 36px;
  }

  .passo-3-titulo-2 {
    font-size: 36px;
    line-height: 40px;
  }

  .beneficios {
    column-gap: 0;
  }

  .footer-titulo-1 {
    font-size: 30px;
    line-height: 36px;
  }

  .footer-titulo-2 {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 768px) {
  .img-w-60 {
    max-width: 60% !important;
  }

  .btn-cashback {
    font-size: 24px;
    max-width: 300px;
  }
  /* Banner 2 */
  .aai-banner2-title img{
    width: 97%;
    padding: 5px 0;
  }
  .aai-banner2-par{
    width: 90%;
    font-size: 25px;
    padding: 30px 0;
  }
  .aai-banner2-tj{
    width: 65%;
    padding-left: 0;
  }
  .aai-banner2-rep img:nth-child(2){
    width: 80%;
  }
  .aai-banner2-rep img:nth-child(1), .aai-banner2-rep img:nth-child(3) {
    display: none;
  }
  /* Fim Banner 2 */
}


/* Banner 2 */
.aai-banner2{
  padding: 30px 0;
}
.aai-banner2-title img{
  width: 70%;
  padding: 15px 0;
}
.aai-banner2-title img:nth-child(2){
  float: right;
}
.aai-banner2-par{
  clear: both;
  width: 75%;
  padding: 2%;
  margin: 0 auto;
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
}
.aai-banner2-tj{
  width: 45%;
  clear: both;
  margin: 0 auto;
  font-size: 13px;
  padding-left: 14%;
}
.aai-banner2-rep {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.aai-banner2-rep img:nth-child(1), .aai-banner2-rep img:nth-child(3) {
  width: 27%;
}
.aai-banner2-rep img:nth-child(2){
  width: 40%;
  display: block;
  margin: 0 auto;
}
/* Fim Banner 2 */









