/* 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;
}
.mv_text_blue{
  color: #0069eb;
}
.mv_text_orange{
  color: #ff7300;
}
.mv_text_yellow{
  color: #ffd100;
  font-weight: bold;
}
.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;
  transition: 0.3s;
}
.nav-item a{
  color: #ffffff;
}
.nav-item a:hover{
  color: #ff7300;
}
.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 */
main{
  background-image: url(../images/bg.png);
  background-color: #006de7;
  background-size: cover;
  padding: 0 0 50px;
}
/* Banner 1 */
.mv_bn1 h2{
  text-align: center;
  font-size: 50px;
  color: #fed41c;
  font-weight: bold;
  padding: 30px 0;
}

/* Fim Banner 1 */
/* Banner 2 */
.mv_bn2{
  margin: 0 10%;
  background-color: #fff;
}
.mv_bn2_text p{
  padding: 0 5%;
  font-size: 25px;
  color: #001965;
  line-height: 32px;
  text-align: center;
}
.mv_bn2_text p:nth-child(2), .mv_bn2_regras{
  padding: 2% 11%;
}
.mv_bn2_regras h3{
  font-weight: bold;
}
.mv_bn2_regras p{
  padding: 10px 0;
}
.mv_bn2_regras_back{
  text-align: center;
  padding: 0 0 30px;
}
/* Fim Banner 2 */
/* Footer */
.footer {
  background-color: #001965;
  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: 768px){
  /* Banner 1 */
  .mv_bn1 h2{
    font-size: 20px;
  }
  .mv_bn1_btn a{
    font-size: 18px;
  }
  .mv_bn1_img img{
    width: 60%;
  }
  /* Fim Banner 1 */
  /* Banner 2 */
  .mv_bn2 img{
    width: 50%;
  }
  .mv_bn2_text p:nth-child(1){
    font-size: 20px;
  }
  .mv_bn2_text p:nth-child(2){
    font-size: 10px;
  }
  /* Fim Banner 2 */
  /* Banner 3 */
  .mv_bn3_text_icon img{
    width: 30%;
  }
  .mv_bn3_bullet{
    width: 60px;
    display: block;
    margin: 10px 0;
  }
  .mv_bn3_bullet-1{
    width: 50px;
    display: block;
    margin: 10px 0;
  }
  .mv_bn3_form{
    width: 80%;
  }
  .mv_bn3_form_input-col input{
    width: 100%;
    margin: 10px 0!important;
  }
  /* Fim Banner 3 */
  /* Banner 4 */
  .mv_bn4_title{
    width: 100%;
    font-size: 20px;
  }
  .mv_bn4_walk img{
    max-width: 90%;
  }
  .mv_bn4_apps_pos{
    position: static;
    padding: 25% 0 10%;
    text-align: center;
  }
}














