body {
    font-family: 'Figtree', sans-serif;
    background-color: #acd0e5;
    margin: 0;
}

.topo {
    background-color: #ffffff;
    padding: 15px;
    text-align: right;
}

.topo a {
    margin-left: 15px;
    color: #0d6efd;
    font-weight: 400;
    text-decoration: none;
}

.header img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.conteudo {
    padding: 60px 20px;
    text-align: center;
    background-color: #ffffff;
}

.conteudo h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #212529;
}

.conteudo p {
    font-size: 1.2rem;
    margin-top: 10px;
    color: #495057;
}

.conteudo a.btn {
    margin-top: 30px;
    font-size: 1.1rem;
}

.text-content {
    max-width: 800px;
    margin: 40px auto 0;
    text-align: left;
    padding: 0 20px;
}

.intro {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #495057;
}

.benefits {
    margin: 40px 0;
}

.benefits-title {
    font-size: 1.4rem;
    color: #212529;
    margin-bottom: 15px;
    font-weight: 600;
}

.benefits-subtitle {
    font-size: 1.1rem;
    color: #495057;
    margin-bottom: 20px;
}

.benefits-list {
    padding-left: 20px;
}

.benefits-list li {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #495057;
}

.benefits-list strong {
    color: #212529;
}

.features {
    margin-top: 40px;
}

.feature {
    margin-bottom: 30px;
}

.feature h3 {
    font-size: 1.3rem;
    color: #0d6efd;
    margin-bottom: 10px;
}

.feature p {
    line-height: 1.6;
    color: #495057;
}

.conclusion {
    margin-top: 40px;
    padding: 20px;
    background-color: #f8f9fa;
    border-left: 4px solid #0d6efd;
}

.conclusion p {
    margin: 0;
    font-style: italic;
    color: #212529;
}

.lead {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 30px;
}

.footer {
    background-color: #212529;
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}
