@import url(main.css);

.texto-blog{
    font-size: 30px !important;
    justify-content: left;
}

.h3-blog a{
    color: aqua !important;
}
.textoprincipal {
    font-size: 40px;
    color: #ffd700 !important;
}
strong{
    color: aqua;
}
main {
    max-width: 800px;
    margin: 20px auto;
    padding: 0 20px;
}

section {
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #1e232b;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

section h3 {
    margin-top: 0;
    color: #444;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
}

.subtitulo-mentoria{
    color: aqua ;
    font-size: 18px;
}

ul li{
    color: #ffd700;
}

#conclusao{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center ;
}
.download-btn{
    display: flex;
    justify-content: center;
    background-color: green;
    padding: 18px;
    border-radius: 8px;
    color: #ffd700;
    text-decoration: none;
    font-weight: 800;
    max-width: 40%;
}

.subtitulo-mentoria-vip{
    display: flex;
    font-size: 30px ;
    color: #ffd700;
    justify-content: center;
    padding: 30px;  
}
h4{
    font-size: 20px;
    color: antiquewhite;
    padding: 30px;
}
h5{
    color: aliceblue;
    font-size: 20px;
   

}
.comprar{
    display: flex;
    justify-content: center;
}
.btn-vips:hover {
    background-color: #ffd700;
    cursor: pointer;
}

.btn-vips{
    border-radius: 8px;
    padding: 16px;
    background-color: green;
    color: aliceblue;
    font-weight: 400    ;
    margin: 12px;
    border: none;
    
}