* {
    padding: 0;
    margin: 0;
    border: 0;
}

:root {
    --background: #0e1010;
    --primary-text: #FFFFFF;
    --secondary-text: #666666;
    --btn: #009dcc;
}

body {
    font-family: 'Poppins', sans-serif;
}

header {
    height: 100vh;
    background-image: url(./assets/background.png);
    background-size: cover;
    padding: 5vh;
}

a {
    color: var(--primary-text);
    text-decoration: none;
}

a:hover {
    color: var(--btn);
}

ul {
    list-style: none;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2rem;
}

.btn {
    background-color: var(--btn);
    width: 20%;
    text-align: center;
    padding: 1vh;
    color: var(--background);
    border-radius: 50px;
    transition: transform 0.3s ease-in-out;
    font: bold;
}

.btn:hover {
    transform: scale(1.1);
}

.btn a {
    color: var(--background);
    cursor: pointer;
}

.btn .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn1 {
    background-color: var(--btn);
    width: 40%;
    text-align: center;
    padding: 1vh;
    color: var(--background);
    border-radius: 50px;
    transition: transform 0.3s ease-in-out;
    font-weight: bold;
}

.btn1 a {
    color: white;
    cursor: pointer;
}

.btn1:hover {
    transform: scale(1.1);
}

.minha-historia {
    display: inline-flex;
    width: 80%;
    margin: 100px 0 0 200px;

}

.historia-conteudo {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 10px 0 0 100px;
}

.texto-esquerda,
.texto-direita {
    flex: 1;
}

.texto-esquerda {
    margin-right: 10px;
}

.texto-direita {
    margin-left: 10px;
}


.navigation-links {
    display: flex;
    width: 25vw;
    justify-content: space-between;
    text-transform: uppercase;
}

.branding {
    display: flex;
    color: white;
    flex-direction: column;
    height: 80vh;
    align-items: center;
    justify-content: center;
    width: 60%;
    padding-left: 600px;
}

.branding-title {
    font-size: 5.0rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 20px;
    border-radius: 25px;
}

.branding-subtitle {
    color: white;
    font-size: 1.4rem;
    margin-top: 2vh;
    margin-left: 8vh;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 25px;
}

.cura {
    color: #009dcc;
    font-weight: bold;
}

.sobre_audibert {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.cura-sobre {
    color: #009dcc;
    font-weight: bold;
}

.text-audibert {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 500px;
}

.text-audibert-img {
    width: 400px;
    margin-right: 50px;
    border-radius: 25px;
}

.text-audibert h3 {
    font-size: 20px;
    margin: 50px 0 50px 0;
}

.text-audibert p {
    text-align: left;
    margin: 10px 0;
}

.text-audibert h1 {
    font-size: 50px;
}

.moldura_audibert img {
    width: 80%;
    border-radius: 35px;
    margin: 120px 0 0 150px;
}

.container {
    padding: 10vh 6vh;
    background-color: var(--background);
    color: white;
}

.company-profile-box-texts-subtitle {
    list-style-type: disc;
    padding-left: 20px;
    color: #fff !important;
}

.company-profile-box-texts-subtitle li {
    margin-bottom: 10px;
    font-size: 1rem;
}

.company-profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.company-profile-box-img {
    width: 60%;
}

.company-profile-box-img-image {
    width: 100%;
    border-radius: 35px;
}

.company-profile-box-texts {
    width: 35%;
}

.company-profile-box-texts-subtitle {
    font-size: 1.4rem;
    font-weight: lighter;
    margin: 4vh 0;
    color: var(--secondary-text);
}

.services {
    margin-top: 10vh;
}

.services-title {
    text-align: center;
}

.services-content {
    display: flex;
    justify-content: space-around;
    margin-top: 10vh;
    align-items: center;
}

.services-content-box {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 5vh;
}

.services-content-box-number {
    color: var(--btn);
}

.services-content-box-texts {
    width: 75%;
}

.services-content-box-texts-subtitle {
    color: var(--secondary-text);
    font-size: 1.4rem;
}

.services-content-image {
    width: 35%;
}

.services-content-image img {
    width: 110%;
    border-radius: 35px;
}

.services-content-box:nth-child(1) {
    gap: 1vw;
}

.services-content-btn {
    margin: 0 auto;
    padding: 3vh;
    font-size: 1.5rem;
    margin-top: 3vh;
    font-weight: bold;
}

.modules-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.modules-list li {
    font-size: 1.2em;
    margin-bottom: 10px;
    line-height: 1.6;
}


.customers {
    padding: 10vh 6vh;
    text-align: center;
}

.customers-list {
    display: flex;
    justify-content: space-between;
    margin-top: 5vh;
    margin-bottom: 10vh;
    gap: 2vh;
}

.customers-list-item {
    background-color: black;
    color: white;
    width: 30%;
    border-radius: 8px;
    padding: 1rem;
    transition: transform 0.3s ease-in-out;
}

.customers-list-item:hover {
    transform: scale(1.05);
}

.customers-list-item-box img {
    width: 100%;
    border-radius: 8px;
    max-height: 200px;
    object-fit: cover;
}

.customers-list-item-texts {
    padding: 1vh 0;
    font-size: 1.2rem;
}

.customers-subtitle {
    font-size: 2rem;
    font-weight: lighter;
    margin-bottom: 3vh;
}

.comments {
    text-align: center;
    padding: 5vh 6vh;
}

.comments-title {
    font-weight: 400;
}

.comments-subtitle {
    color: var(--secondary-text);
    font-size: 1.5rem;
    margin-top: 2vh;
}

.inscricao {
    padding: 5vh 6vh;
    text-align: center;
    color: white;
}

.inscricao-title {
    font-size: 2.5rem;
    margin-bottom: 2vh;
}

.inscricao-subtitle {
    font-size: 1.5rem;
    font-weight: lighter;
    color: #666666;
    margin-bottom: 3vh;
}

.inscricao-preco {
    text-align: center;
    font-size: 2.5rem;
    margin-top: 2vh;
    display: block;
}

.inscricao-valor-original {
    text-decoration: line-through;
    color: #888;
    margin-bottom: 10px;
    display: block;
}

.por-apenas {
    display: block;
    font-size: 3.2rem;
    color: #009dcc;
    margin-bottom: 5px;
}

.valor-desconto {
    font-size: 4.5rem;
    color: #009dcc;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.inscricao-parcelamento {
    font-size: 2.5rem;
    color: white;
}

.parcelamento {
    font-size: 1.5rem;
    color: #009dcc;
    margin-right: 5px;
    display: inline-block;
}

.inscricao-beneficios {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 3vh;
    font-size: 1.3rem;
    text-align: center;
}

.inscricao-beneficios ul {
    list-style: none;
    padding: 0;
    margin-top: 2vh;
    width: 100%;
}

.inscricao-beneficios li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vh;
    width: 100%;
}

.inscricao-beneficios i {
    color: #009dcc;
    margin-right: 10px;
    font-size: 1.4rem;
}


.inscricao-btn {
    margin-top: 3vh;
    width: 20%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.inscricao-btn a {
    color: black;
    background-color: #009dcc;
    padding: 1.5vh;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
}

.inscricao-btn a:hover {
    transform: scale(1.1);
}

.parallax {
    background-image: url('./assets/plataforma.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.parallax-content {
    z-index: 2;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.faq-section {
    padding: 4rem 2rem;
    text-align: center;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.faq-section h3 {
    font-size: 2.5rem;
    color: #009dcc;
    margin-bottom: 1.5rem;
}

.faq-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 80%;
    max-width: 1000px;
}

.faq-item {
    background-color: #333;
    border-radius: 8px;
    margin: 10px 0;
    padding: 1rem;
    text-align: left;
    font-size: 1.1rem;
    color: white;
}

.faq-question {
    background-color: #444;
    border: none;
    color: white;
    padding: 1rem;
    width: 100%;
    font-size: 1.2rem;
    text-align: left;
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
}

.faq-question:hover {
    background-color: #009dcc;
}

.faq-answer {
    display: none;
    padding-top: 1rem;
    font-size: 1rem;
    color: #009dcc;
    text-align: left;
    font-weight: lighter;
    background-color: #222;
    padding: 1rem;
    border-radius: 5px;
}

.services-content-btn {
    margin: 3vh auto;
    padding: 1.5rem 3rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    background-color: #009dcc;
    color: white;
    border: none;
    border-radius: 30px;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.services-content-btn:hover {
    transform: scale(1.1);
    background-color: #009dcc;
}

.services-content-btn a {
    color: white;
    text-decoration: none;
}


footer {
    text-align: center;
}

.footer-subtitle {
    margin-top: 2vh;
}

#scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #009dcc;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    z-index: 1000;
}

#scrollToTop:hover {
    background-color: #009dcc;
}

/* Responsividade para telas menores */
@media (max-width: 1200px) {
    .branding {
        width: 110%;
        padding-left: 0;
        text-align: center;
        margin-left: -3%;
    }

    .branding-subtitle {
        margin: 20px auto 0 0;
    }

    .text-audibert h3 {
        margin: auto;
        text-align: left;
        padding: auto;
    }

    .text-audibert h1 {
        margin: auto;
        text-align: center;
    }

    .moldura_audibert img {
        margin: auto;
        margin-top: 30px;
        width: 320px;
    }

    .texto-direita p {
        margin: auto;
        text-align: center;
        font-size: 15px;
    }

    .texto-esquerda p {
        margin: 20px auto;
        text-align: center;
        font-size: 15px;
        padding-left: 15px;
    }

    .company-profile {
        flex-direction: column;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .company-profile-box-img {
        width: 100%;
        max-width: 100%;
        display: block;
        margin: 0 auto;

    }

    .company-profile-box-texts {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .company-profile-box-texts-title {
        margin-top: 30px;
        text-align: center;
    }

    .company-profile-box-texts-subtitle {
        text-align: left;
    }

    .services {
        margin: 0 auto 0 0;
        width: 100%;
    }

    .services-content-image {
        margin: auto;
        margin-top: 30px;
        margin-left: -15px;
        width: 320px;
    }

    .modules-list {
        margin: 0 auto 0 0;
        width: 100%;
        text-align: center;
    }

    .minha-historia {
        margin: 50px 0;
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .historia-conteudo {
        margin: 10px 0;
        text-align: center;
    }

    .btn1 {
        width: 100%;
        margin: 0 auto 0 0;
    }

    .btn_all div {
        width: 80%;
        margin: 30px -10px;
    }

    .customers h2 {
        font-weight: bold;
        font-size: 30px;
    }

    .customers-subtitle {
        margin: 20px auto;
        text-align: center;
        font-size: 20px;
    }

    .inscricao-title {
        width: 100%;
        font-size: 20px;
    }

    .inscricao-subtitle p {
        margin: 100%;
        font-size: 15px;
        width: 100%;
    }

    .parcelamento {
        width: 100%;
    }

    .btn_all2 {
        width: 130%;
        margin: 0 -45px;
    }

    .comments {
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
    }


    .comments-title,
    .comments-subtitle {
        word-break: break-word;
        overflow-wrap: break-word;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .inscricao {
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
    }

    .inscricao-title,
    .inscricao-subtitle {
        word-break: break-word;
        overflow-wrap: break-word;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .inscricao-preco {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        font-size: 24px;
        font-weight: bold;
    }

    .inscricao-valor-original {
        text-decoration: line-through;
        color: white;
    }

    .por-apenas {
        color: white;
    }

    .valor-desconto {
        color: white;
    }

    .inscricao-parcelamento {
        display: flex;
        align-items: center;
        font-size: 18px;
        color: white;
    }

    .parcelamento {
        font-weight: bold;
        /* margin-right: 5px; */
    }

    .btn.services-content-btn {
        margin-top: 20px;
        padding: 15px 30px;
        color: white;
        font-size: 18px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: bold;
        display: inline-block;
    }

}

/* Responsividade para telas menores que 768px (iPhones em orientação vertical e tablets) */
@media (max-width: 768px) {
    .navigation {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .branding-title {
        font-size: 2.5rem;
    }

    .branding-subtitle {
        font-size: 1.1rem;
    }

    .sobre_audibert {
        flex-direction: column;
        text-align: center;
    }

    .text-audibert-img {
        width: 100%;
        display: block;
        margin: 0 auto;
        /* Centraliza a imagem */
    }

    .btn,
    .btn1,
    .services-content-btn {
        width: 80%;
        /* Ajusta para telas menores */
        margin: 20px auto;
    }

    .services-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .services-content-box {
        width: 100%;
        margin: 1vh 0;
    }

    .services-content-btn {
        width: 80%;
        margin: 0 auto;
    }

    .customers-list {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .customers-list-item {
        width: 100%;
        margin-bottom: 2vh;
    }

    .text-audibert {
        max-width: 100%;
        text-align: justify;
    }

    .text-audibert h3 {
        font-size: 1.4rem;
        margin: 20px 0;
    }

    .text-audibert p {
        font-size: 1rem;
        margin: 10px 0;
    }
}

/* Responsividade para telas menores que 480px (iPhones em orientação vertical) */
@media (max-width: 480px) {
    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    .branding-title {
        font-size: 2.2rem;
    }

    .branding-subtitle {
        font-size: 1rem;
    }

    .services-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .services-content-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .services-content-btn {
        width: 80%;
        margin: 20px auto;
    }

    .contact {
        flex-direction: column;
        text-align: center;
    }

    .contact-box-img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .contact-box-item {
        font-size: 1.5rem;
        text-align: center;
    }

    .minha-historia {
        width: 100%;
        margin: 50px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: justify;
    }

    .historia-conteudo {
        flex-direction: column;
        margin: 10px 0 0 0;
        text-align: justify;
    }

    .btn,
    .btn1,
    .services-content-btn {
        width: 80%;
        margin: 20px auto;
    }
}

/* Efeito de slide para os itens */
.slide-in {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
}

.slide-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Para as imagens com efeito de entrada */
img {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 1s ease, transform 1s ease;
}

img.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Para os textos com efeito de entrada */
.texto {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
}

.texto.visible {
    opacity: 1;
    transform: translateY(0);
}

/* REVISADO */