/* 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;
  overflow-x: hidden;
}

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/HendersonSansBasicExtraLight.otf) format("opentype");
  font-weight: 100;
  font-style: normal;
}

@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: #0056e6;
}
.nav-item{
  margin: 0 8px;
  padding: 5px 10px;
  border-radius: 50px;
  transition: 0.3s;
}
.nav-item a{
  color: #ffffff;
}
.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;
}
/* Fim menu */
/* Banner 1 */
.aai-banner1{
  background-color: #ffd000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 490px;
  z-index: 1;
}

.aai-banner1 .banner1_text {
  width: 40%;
  display: block;
  padding-right: 32px;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -2px;
  font-weight: bold;
  color: #001965;
}
.aai-banner1 .banner1_img {
  position: relative;
  width: 20%;
}
.aai-banner1 .banner1_img img {
  width: 100%;
  position: relative;
  z-index: 10000000;
}
.aai-banner1 .banner1_img .gradient {
  background-image: url('https://image.newsabasteceai.com.br/lib/fe3011717164057f7c1c71/m/2/55e0eda6-3a94-4567-a2a9-6f2a347a2802.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 80px;
  height: 80px;
  transform: scale(8);
  bottom: 64px;
  z-index: 2;
  right: 24px;
}

/* Fim Banner 1 */
/* Banner 2 */
.aai-banner2{
  padding: 30px 0;
  background-color: #126de3;
}

.small {
  font-size: 18px;
  font-weight: 100;
  margin-top: 12px;
}

.cupom {
  padding-left: 26px;
}

.aai-banner2-title {
  display: flex;
  justify-content: center;
  width: 390px;
  height: 250px;
  background: url('https://image.newsabasteceai.com.br/lib/fe3011717164057f7c1c71/m/2/6ce1e43b-8328-400a-ad6d-747c907baff5.png');
  background-position: center right;
  background-size: cover;
  margin: 72px auto;
  padding-top: 42px;
  padding-right: 38px;
}

.aai-banner2-title p{
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}

.register_input_container {
  width: 100%;
  margin: 28px auto;
}

.register_input_container label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-weight: 400;
  width: 70%;
  margin: 0 auto;
}

.register_input {
  width: 75%;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid white;
  z-index: 100;
}

.register_button_container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.register_button {
  background-color: #fed000;
  color: #001965;
  padding: 8px 18px;
  border: none;
  border-radius: 18px;
  font-size: 18px;
  font-weight: bold;
}

.form_section #error_container p.fill_all_alert {
  color: #e91515;
  font-weight: bold;
  font-size: 18px;
}

.form_section #error_container p.form_hidden {
  display: none;
}

.form_section {
  width: 95%;
  margin: 0 auto;
}

.form_section p, .form_section a {
  display: block;
  color: #fff;
  text-align: center;
  width: 74%;
  margin: 0 auto;
}

.form_section p:first-of-type {
  font-size: 12px;
  margin: 18px auto;
  line-height: 18px;
  font-weight: 100;
}

.form_section .terms {
  font-size: 22px;
  font-weight: bold;
}

.aai-banner2-par{
  clear: both;
  width: 65%;
  padding: 2%;
  margin: 0 auto;
  font-size: 32px;
  color: #fed000;
  font-weight: bold;
}
.aai-banner2-tj{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  clear: both;
  margin: 0 auto;
  font-size: 28px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.aai-banner2-tj img{
  width: 25%;
}
.aai-banner2-tj div p{
  display: block;
}
/* Fim Banner 2 */

/* Banner 3 */

.aai-banner3 {
  background-color: #fff;
  width: 100%;
  padding-top: 64px;
}
.aai-banner3 .banner3_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aai-banner3 .banner3_container .banner_3_img{
  width: 30%;
}
.aai-banner3 .banner3_container .banner_3_text{
  width: 40%;
}
.aai-banner3 .banner3_container .banner_3_text h2{
  width: 70%;
  line-height: 48px;
  font-size: 36px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: #001965;
}

.aai-banner3 .banner_3_img img{
  width: 100%;
}

.aai-banner3 .qrcodes {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.aai-banner3 .qrcodes img:first-child {
  width: 60%;
}

.aai-banner3 .qrcodes a {
  width: 120px;
  height: auto;
  margin-right: 0;
}
.aai-banner3 .qrcodes div:nth-child(2) {
  display: flex;
  justify-content: flex-start;
  width: 40%;
}

.aai-banner3 .qrcodes div:nth-child(2) a {
  margin-right: 16px;
}

.aai-banner3 .qrcodes div:nth-child(2) img {
  width: 100%;
  margin-right: 16px;
}
/* Fim banner 3 */

/* Banner 4 */
.aai-banner4{
  padding: 30px 0;
  background-color: #ffd100;
}
.aai-banner4-title{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.aai-banner4-title img{
  width: 32%;
  height: 30px;
}
.aai-banner4-title-import{
  padding: 0 2%;
  margin: 0 auto;
  text-align: center;
}
.aai-banner4-title-import p{
  padding: 22px 5px 22px 3px;
  color: #001c65;
  font-size: 30px;
  font-weight: bold;
  border-radius: 50px;
}
.aai-banner4-par1{
  width: 100%;
}

.aai-banner4-par1 img {
  width: 70%;
  display: block;
  margin-left: auto;
}

.aai-banner4-title_2{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  clear: both;
  margin: 32px auto;
  font-size: 28px;
  text-align: center;
  color: #001c65;
  font-weight: bold;
}
.aai-banner4-title_2 img{
  width: 25%;
}
.aai-banner4-title_2 p{
  display: inline-block;
}

.aai_banner4_features {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aai_banner4_features img {
  width: 70%;
}

.aai-banner4-row{
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 228px 20px;
}

.aai-banner4-col2{
  width: 140px;
  margin: 5px 0;
}
.aai-banner4-col2 img{
  max-width: 130px;
  margin-bottom: 8px;
}
.aai-banner4-col2 p{
  text-align: center;
}

.many_more {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #001a65;
  margin: 32px 0;
}
/* Fim banner 4 */
.testimonials {
  background-color: #126de3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0;
}

.testmonials_title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin-bottom: 32px;
}

.avatar_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  width: 70%;
}

.avatar_container .texts p:first-child{
  font-weight: bold;
}

.avatar_container .texts {
  width: 60%;
  color: #fff;
  font-weight: 100;
}

.avatar_container .texts p {
  margin-bottom: 8px;
}

.avatar_container img {
  margin-right: 18px;
}

.avatar_container:nth-child(odd) {
  text-align: right;
  flex-direction: row-reverse;
}

.avatar_container:nth-child(odd) img {
  margin-left: 18px;
}

/* Ultima seção */
.last_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
}

.last_section p {
  font-size: 32px;
  font-weight: bold;
  color: #001965;
  text-align: center;
  margin: 4px 0;
}

.last_section .app_stores {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 32px 0;
}

.last_section .app_stores a {
  width: 20%;
}
.last_section .app_stores a:first-child {
  margin-right: 12px;
}
.last_section .app_stores a img {
  width: 100%;
}

.last_section_logos {
  width: 60%;
  margin: 0 auto;
}

.last_section_logos img {
  width: 100%;
}
/* Fim da ultima seção */

.error, .success {
  background-color: #333333;
}
/* Página de erro */

#error, #success {
  text-align: center;
  padding: 64px 0 86px;
}

#error {
  background-color: #001965;
}

.error_title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}

.error_title img, .success_title img {
  width: 15%;
}

.error_title p {
  font-size: 64px;
  color: #fed000;
  font-weight: bold;
}

#error .yellow_text, #error .white_text {
  margin: 0 auto;
  font-size: 26px;
  line-height: 36px;
  width: 55%;
}

#error .yellow_text {
  color: #fed000;
  margin-bottom: 28px;
}

#error .white_text {
  color: #fff;
  font-weight: lighter;
  font-size: 24px;
}
/* Fim da página de erro */

/* Página de sucesso */
#success {
  background-color: #ffd100;
  color: #001c65;
}

#success .success_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#success .success_title p {
  font-size: 48px;
  font-weight: bold;
}

#success .success_text:first-of-type {
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
}
#success .success_text{
  margin: 0 auto;
  font-size: 18px;
  margin-top: 12px;
  width: 45%;
}
/* Fim da página de sucesso */
/* Footer */
.footer {
  background-color: #333333;
  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;
}
/* Fim footer */

@media (max-width: 448px) {
  .aai-banner1 .banner1_text {
    font-size: 32px !important;
    padding: 0 12px;
  }

  .aai-banner2-title {
    width: 80%;
    margin-left: 28px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 75px;
  }

  .aai-banner3 .banner3_container .banner_3_text h2 {
    font-size: 28px;
  }

  .aai-banner2-title p {
    font-size: 24px;
  }

  .aai-banner4-title_2 p, .aai-banner4-title-import p {
    padding: 0 5px;
    font-size: 26px;
    margin-bottom: 8px;
  }

  .last_section p {
    font-size: 24px;
  }

  #success .success_title p {
    font-size: 32px;
  }
  #success .success_title img{
    width: 25%;
  }
}

@media(max-width: 768px){

  .aai-banner1 {
    flex-direction: column;
    height: 570px;
  }

  .aai-banner1 .banner1_text {
    font-size: 36px;
  }

  .aai-banner1 .banner1_img {
    width: 220px;
    margin-top: 24px;
  }

  .aai-banner1 .banner1_img img{
    width: 100%;
  }
  /* Banner 2 */
  .aai-banner2-title img{
    width: 60%;
    padding-left: 32px;
  }
  .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;
  }

  .aai-banner3 .banner3_container {
    flex-direction: column;
  }

  .aai-banner3 .banner3_container .banner_3_text {
    width: 100%;
    margin-bottom: 16px;
  }

  .register_input_container label {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 16px;
  }

  .register_input {
    margin-top: 8px;
    width: 100%;
  }
  /* Fim Banner 2 */
  .aai-banner3-title{
    font-size: 30px;
  }

  .aai-banner3 .qrcodes  {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .aai-banner3 .qrcodes img:first-child {
    width: 80%;
    align-self: flex-start;
  }

  .aai-banner3 .qrcodes img:first-child {
    width: 100%;
    align-self: flex-start;
  }

  .aai-banner3 .qrcodes div:nth-child(2) {
    justify-content: space-between;
    width: 40%;
  }
  
  .aai-banner3 .qrcodes div:nth-child(2) a {
    margin: 0;
  }
  
  .aai-banner3 .qrcodes div:nth-child(2) img {
    width: 100%;
  }

  .aai-banner4-par1 img {
    width: 100%;
  }

  .aai_banner4_features img {
      width: 100%;
  }

  .avatar_container, .avatar_container:nth-child(odd) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 12px 0;
  }

  .avatar_container img, .avatar_container:nth-child(odd) img {
    width: 30%;
    margin: 12px 0;
  }

  .avatar_container .texts {
    width: 90%;
  }

  #error .yellow_text, #error .white_text, #success .success_text {
    margin: 0 auto;
    font-size: 24px;
    line-height: 32px;
    width: 90%;
  }

  #error .yellow_text {
    margin-bottom: 16px;
  }
}

@media (max-width: 1500px) {
  .footer-titulo-1 {
    font-size: 40px;
    line-height: 46px;
  }

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

@media (max-width: 1000px) {
  .footer-titulo-1 {
    font-size: 30px;
    line-height: 36px;
  }

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

  .aai-banner1 .banner1_text {
    width: 100% !important;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .aai-banner4-row {
    padding: 0 112px;
    justify-content: center;
  }

  .aai-banner4-col2{
    margin: 12px 8px;
  }

  .aai-banner1 .banner1_text {
    width: 45%;
  }

  .aai-banner1 .banner1_img img {
    width: 80%;
    position: relative;
    z-index: 10000000;
  }
  .aai-banner1 .banner1_img .gradient {
    transform: scale(6);
  }

.texto_maneiro {
  width: 100%;
  text-align: center !important;
  margin: 0 auto;
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}
}