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

body,
html {

    background: #97709d;
    width: 100%;
    height: 100%;
}

.download-redirect {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px;
}

.download-buttons {
    margin-bottom: 20px;
    width: 250px;
    background-color: #000;
    color: white;
    padding: 8px;
    border-radius: 8px;
    margin-right: 20px;
    display: flex;
    justify-content: space-around;
}

.download-buttons-qr-code {
    background-color: #000;
    color: white;
    padding: 8px;
    border-radius: 8px;
    margin-right: 20px;
    display: flex;
    justify-content: space-around;
}

.qr-code-download {
    width: 250px;
    height: 250px;
}

#header-lisa {
    display: flex;
    height: 100px;
    width: 100%;
    background-color: #6e4b87;
    border-radius: 0 0 30px 30px;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: relative;
}

#footer-lisa {
    display: flex;
    width: 100%;
    background-color: #6e4b87;
    border-radius: 30px 30px 0 0;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: relative;
}

.bottom-content-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 20px;
    justify-content: center;
    align-self: center;
    height: 100%;
    align-self: center;
    align-items: center;
    flex-wrap: wrap;
}

.img-download {
    height: 40px;
}

#header-lisa-logo {
    height: 100px;
}

#footer-lisa-logo {
    height: 100px;
    border-radius: 30px 30px 0px 0px;
}



.image-section {
    position: relative;
    width: 100%;
    height: 500px;
    /* toda a altura menos o header */
    overflow: hidden;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.bg-second-section {
    width: 400px;
}

.overlay-content {
    position: relative;
    z-index: 2;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.overlay-content2 {
    position: relative;
    z-index: 2;
    height: auto;
    display: flex;
    flex-direction: column;
    font-size: 2rem;
    margin-top: 30px;
}



.text-overlay {
    color: #000;
}

.icon-container-linx {
    margin-right: 40px;
}


.lisa-text {
    font-size: 5rem;
    font-size: 60px;
    line-height: 1.2;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    /* Para usar o estilo negrito */
}

.lisa-text-light {
    font-size: 5rem;
    font-weight: 300;
    color: rgb(65, 30, 90);
}

.linx-icon-container {
    background-color: rgb(160, 106, 203);
    ;
    padding: 15px;
    border-radius: 50%;
    margin-right: 2rem;
}

.lisa-text-bold {
    color: rgb(65, 30, 90);
    font-weight: bold;
    font-size: 5rem;
}

.download-section {
    display: flex;
    flex-wrap: wrap;
    /* Quebra o texto em várias linhas se não houver espaço */
    align-items: center !important;
    /* Alinha os itens ao topo (esquerda) */
    justify-content: center;
    /* Alinha os itens à esquerda */
    justify-items: center;
    /* Garante o alinhamento à esquerda para itens individuais */
}

.download-now {
    font-weight: 700;
    margin-right: 10px;
    font-style: normal;
    color: rgb(65, 30, 90);
    font-kerning: normal;
    text-decoration: none;
    margin-bottom: 5px;
    /* Adiciona um pequeno espaço abaixo de cada item */
}

.download-now:nth-child(2) {
    color: rgb(160, 106, 203);
    /* Estilo específico para a palavra "Android" */
}

.download-now:nth-child(4) {
    color: rgb(160, 106, 203);
    /* Estilo específico para a palavra "Android" (segunda ocorrência) */
}

.download-now {
    font-family: 'DM Sans', sans-serif;
    font-size: 2em;
}

.bottom-text {
    align-items: end;
    align-self: end;
    margin-bottom: 20px;
}

.lisa-text-dark,
.lisa-text-black {
    font-weight: 700;
    color: white;
}

.phone-image {
    width: 475px;
}

.phone-image-second-section {
    width: 400px;
}

.align-text-center {
    align-self: center;
}

.segundo-texto-primeira-div {
    margin-bottom: 100px;
}

.icon-container {
    background-color: white;
    padding: 15px;
    border-radius: 50%;
    margin-right: 2rem;
}

.d-flex {
    display: flex;
    align-items: center;
}


.align-column {
    flex-direction: column;
}

.dm-sans-div {
    font-size: 1em;
    font-weight: 700;
    font-style: normal;
    color: rgb(110, 75, 135);
    font-kerning: none;
    text-decoration: none;
    font-family: 'Dm sans', sans-serif;
}


/* Opcional: Se precisar controlar a largura do texto */
.DF_utQ {
    width: auto;

}

.column-icons {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-evenly;
}

/* Estilos para a última seção */
.last-section .overlay-content-last {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    /* Coloca o título e o conteúdo abaixo um do outro */
    align-items: center;
    /* Centraliza o título horizontalmente */
    padding: 20px;
    text-align: center;
    /* Garante que o título fique centralizado */
}

.right-content-icons {
    display: flex;
    flex-direction: column;
}

.last-section .section-title {
    font-size: 2rem;
    font-weight: 700;
    color: rgb(110, 75, 135);
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
}

.last-section .bottom-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 20px;

}



.last-section .phone-image-left {
    margin-top: 75px;
    width: 300px;
    /* Ajuste o tamanho conforme necessário */
    margin-right: 20px;
    height: 350px;
    /* Espaço entre a imagem e o texto */
}

.last-section .right-text-column {
    margin: 20px
}

.last-section .feature-text {
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    color: rgb(110, 75, 135);
    font-kerning: none;
    text-decoration: none;
    font-family: 'Dm sans', sans-serif;

}

/* Adaptação para telas menores */
@media (max-width: 768px) {
    .last-section .bottom-content {
        flex-direction: column;
        /* Empilha em telas menores */
        align-items: center;
        /* Centraliza em telas menores */
        text-align: center;
        /* Centraliza o texto em telas menores */
    }

    .last-section .phone-image-left {
        width: 80%;
        max-width: 300px;
        margin-right: 0;
        margin-bottom: 20px;
        /* Espaço abaixo da imagem em telas menores */
    }

    .last-section .right-text-column {
        align-items: center;
        margin: 20px;
    }
}



/* ... seus estilos atuais ... */

/* Estilos para telas menores que 768px (tamanho típico de tablets menores e celulares) */
@media (max-width: 768px) {
    #header-lisa {
        height: 70px;
        /* Header menor */
        border-radius: 0 0 20px 20px;
        /* Bordas menos arredondadas */
    }

    #header-lisa-logo {
        height: 100px;
        /* Logo menor */
    }

    .image-section {
        height: auto;
        /* Altura automática para se ajustar ao conteúdo */
    }

    .overlay-content {
        flex-direction: column;
        /* Empilha os elementos verticalmente */
        align-items: center;
        /* Centraliza os itens */
        text-align: center;
        /* Centraliza o texto */
        padding: 20px;
        /* Adiciona um pouco de espaçamento interno */
    }

    .text-overlay {
        margin-bottom: 20px;
        /* Adiciona espaço abaixo dos textos */
    }

    .lisa-text {
        font-size: 40px;
        font-size: 5rem;
        line-height: 1.1;

    }

    .phone-image {
        width: 80%;
        /* Imagem do celular ocupa mais largura */
        max-width: 300px;
        /* Define uma largura máxima para não ficar muito grande */
    }

    .bottom-text {
        align-items: center;
        /* Centraliza o texto inferior */
        align-self: center;
        margin-bottom: 30px;
    }

    .segundo-texto-primeira-div {
        margin-bottom: 30px;
        /* Menos margem no segundo texto */
    }

    .DF_utQ {
        transform: translate(50%, 0) !important;
        /* Centraliza o ícone */
    }
}

/* Estilos para telas ainda menores (celulares pequenos) */
@media (max-width: 480px) {
    .lisa-text {
        font-size: 30px;
        /* Texto ainda menor */
    }

    .OYPEnA.lisa-text {
        font-size: 20px !important;
        /* Ajusta o tamanho do texto menor */
    }
}