body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container-menu-navegacao {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 27px;
    padding-right: 40px;
}

.card-body {
    background-color: #303C74;
    padding-left: 15px;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid black;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 5px 5px -5px black;
    height: 113px;
    width: 100%;
}

.img-second-container {
    margin-top: -600px;
    margin-left: 57%;
    width: 900px;
    flex-direction: column;
}

.img-first-container {
    margin-top: -200px;
    width: 820px;
    margin-left: 63%;

}

.nomes-container {
    color: white;
    text-align: center;
    font-size: 25px;
    gap: 25px;
    display: flex;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
}
html {
  scroll-behavior: smooth;
}
.nomes-container a{
    text-decoration: none;
}

.nomes-container h5 {
    color: white;
    margin: 0;
}

.btn-conta {
    background-color: #303C74;
    color: white;
    border: 2px solid white;
    /* borda branca */
    cursor: pointer;
    display: inline-block;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    width: 200px;
    font-size: 23px;
    border-radius: 50px;
    justify-content: center;
    padding: 0.9% 0.5%;
}

.btn-conta:hover {
    background-color: white !important;
    color: #303C74 !important;
}

.conteudo {
    background: linear-gradient(to right, #303C74);
    color: white;
    height: 532px;
    overflow: hidden;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
}

.t1 {
    font-size: 48px;
    font-weight: 500;
    max-width: 520px;
    margin-left: 142px;
    text-align: left;
}

.p1 {
    font-weight: 400;
    font-size: 24px;
    max-width: 520px;
    margin-left: 142px;
}

.segundaparte {
    text-align: center;
    background-color: white;
    margin-top: 90px;
    min-height: 700px;
}

.texto {
    margin-top: 90px;
}

.card-text {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.cards-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
    padding-left: 100px;
    padding-right: 100px;
}

.card {
    max-width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    height: 240px;
    gap: 5px;
    /* espaço entre ícone e texto */
    background-color: #ffffffff
}

.card:hover {
    background-color: #8B92B6;
    border: 2px solid #8B92B6;

}

.terceiraparte {
    background-color: #e9ecf0ff;
    text-align: center;
    height: 800px;
}

.btn-3 {
    padding: 16px 70px;
    border: solid white 2px;
    background: #0d1744ff;
    /* mantém a cor azul do fundo */
    color: white;
    /* texto branco */
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s;
    font-family: Arial, Helvetica, sans-serif;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.btn-3:hover {
    background-color: #e9ecf0ff !important;
    color: #303C74 !important;
    border: solid #303C74 2px;
}

.card-fundo {
    height: 150px;
    width: 300px;
    gap: 10px;
    padding: 1px;
}

.card img {
    max-width: 260px;
    max-height: 140px;
    align-items: center;
    display: flex;
}

.cards3 {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.card-text{
    font-size: 18px;
    padding: 20px;
}

#p1 {
    font-size: 20px;
}

.quarta-parte {
    background-color: #dee2e6ff;
    text-align: center;
    height: 620px;
    flex-direction: column;
    display: flex;
}


.img-fundo {
    position: absolute;
    top: 3200px;
    /* desce um pouco */
    left: 280px;
    /* move 20px para a esquerda */
    z-index: 1;
}

/* Imagem da frente */
.img-frente {
    position: absolute;
    top: 3240px;
    left: 300px;
    z-index: 2;
}

.funcionalidades {
    width: 50%;
    background: #dee2e6ff;
}

.funcionalidades h2 {
    text-align: center;
    color: #1c2a5d;
    font-size: 22px;
    margin-bottom: 25px;
}

.lista {
    list-style: none;
    /* tira bolinhas padrão */
    padding: 0;
    margin: 0;
}

.lista li {
    position: relative;
    padding: 12px 0 12px 30px;
    /* espaço para ícone à esquerda */
    border-bottom: 1px solid #ccc;
    font-size: 25px;
    color: #333;
    text-align: left;
}

.lista li::before {
    content: "✔";
    /* ícone de correto */
    color: #57ec6bff;
    /* cor azul escura */
    font-weight: bold;
    position: absolute;
    left: 0;
    /* coloca na frente do texto */
    top: 50%;
    transform: translateY(-50%);
}
html {
  scroll-behavior: smooth;
}


.quinta-parte {
    background-color: #303C74;
    overflow: hidden;
    height: 730px;
    display: flex;
    align-items: center;
}

.quinta-parte h1 {
    color: white;
    margin-left: 200px;
}

.quinta-parte p {
    color: white;
    font-size: 25px;
    margin-left: 200px;
}

.btn-google-play {
    display: flex;
    /* ícone + texto lado a lado */
    align-items: center;
    /* centraliza verticalmente */
    gap: 10px;
    /* espaço entre ícone e texto */
    padding: 12px 20px;
    border: solid white 2px;
    background: #303C74;
    /* mantém a cor azul do fundo */
    color: white;
    /* texto branco */
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: -5px;
    margin-left: 200px;
    height: 56px;
    min-width: 213px;
}

.btn-google-play:hover {
    background-color: #303C74 !important;
    color: white !important;
}

.btn-apple-store {
    display: flex;
    /* ícone + texto lado a lado */
    align-items: center;
    /* centraliza verticalmente */
    gap: 10px;
    /* espaço entre ícone e texto */
    padding: 12px 20px;
    border: solid white 2px;
    background: #303C74;
    /* mantém a cor azul do fundo */
    color: white;
    /* texto branco */
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s;
    height: 56px;
    min-width: 213px;
}

.btn-macbock {
    display: flex;
    /* ícone + texto lado a lado */
    align-items: center;
    /* centraliza verticalmente */
    gap: 10px;
    /* espaço entre ícone e texto */
    padding: 12px 20px;
    border: solid white 2px;
    background: #303C74;
    /* mantém a cor azul do fundo */
    color: white;
    /* texto branco */
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 30px;
    width: 450px;
    text-decoration: none;

}

.btn-google-play img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.btn-apple-store img {
    width: 50px;
    height: 50px;
    left: 20px;
}

.img5 {
    width: 50%;
    height: 100%;
}

.sexta-parte {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 367px;
}

.sexta-parte p {
    text-align: center;
    font-size: 58px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 500;
    color: #08113A;
}

.btn-6 {
    padding: 12px 110px;
    border: solid white 2px;
    background: #08113A;
    /* mantém a cor azul do fundo */
    color: white;
    /* texto branco */
    font-size: 32px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s;
    font-family: Arial, Helvetica, sans-serif;
    width: 472px;
    height: 66px;
}

.btn-6:hover {
    background-color: white !important;
    color: #303C74 !important;
    border: solid #303C74 2px;
}