<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora&amp;display=swap');

*{
    margin: 0 0 0 0;    
}

/* header */
header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    text-align: center;
}

header h6{
    color: #c5beb3;
    font-size: 12px;
    font-family: 'Lora', serif;
    text-transform: uppercase;
}

/* sessao-inicial */

#sessao-inicial{
    height: 100%;
    background-color: #EEEEEE;
    border-top: solid 2px #677e9d ;
}

#sessao-inicial .introducao{
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    #sessao-inicial .introducao .ebook{
        text-align: center;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #sessao-inicial .introducao .ebook span{
        font-size: larger;
    }

    #sessao-inicial .introducao{
        text-align: center;
    }

    #sessao-inicial .introducao .img img{
        max-width: 90%;
    }
}

@media only screen and (min-width: 1061px) {
    #sessao-inicial .introducao .img{
        margin: 0 -2% 0 -10%;
    }
}

#sessao-inicial .introducao .img{
    display: flex;
    justify-content: center;
}

#sessao-inicial .introducao .img img{
    max-height: 80vh;
    width: auto;
}

#sessao-inicial .introducao .ebook small{
    background-color: #9946E0;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    font-size: 14px;
    font-family: 'Lora', serif;
}

#sessao-inicial .introducao .ebook h1{
    font-family: 'Lora', serif;
    font-size: 24px;
}

#sessao-inicial .introducao .ebook span{
    font-size: 81px;
}

@media only screen and (min-width: 769px) and (max-width: 924px) {
    #sessao-inicial .introducao .ebook span{
        font-size: 69px;
    }
}

#sessao-inicial .introducao .ebook img{
    margin-right: 18px;
}

#sessao-inicial .introducao .download{
    font-family: 'Lora', serif;
    font-size: 16px;
    z-index: 1;
}

#sessao-inicial .introducao .download p{
    max-width: 295px;
}

#sessao-inicial .introducao .download .download-buttom{
    display: flex;
    justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
    #sessao-inicial .introducao .download p{
        max-width: 100%;
        padding: 10px;
    }

    #sessao-inicial .introducao .download .download-buttom{
        display: flex;
        justify-content: center;
    }
}

#sessao-inicial .introducao .download .download-buttom button{
    font-family: 'Lora', serif;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 20px 5px 20px;
    color: #191a1a;
    border-color: #9946E0;
    border-radius: 15px;
    cursor: pointer;
}

ion-icon {
    color: #fff;
    background-color: #9946E0;
    padding: 5px;
    border-radius: 100%;
    font-size: larger;
    font-weight: 900;
    margin-left: 10px;
}

/* ebooks */

#sessao-inicial .ebooks{
    padding-bottom: 15px;
}

#sessao-inicial .ebooks .card-deck .owl-carousel .card{
    padding: 15px !important;
    align-items: center;
    border: none;
}

#sessao-inicial .ebooks .card-deck .owl-carousel .card .card-title{
    margin-top: 15px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    border: solid 2px #3d3b37;
    font-family: 'Lora', serif;
    font-size: 30px;
    color: #3d3b37;
}

#sessao-inicial .ebooks .card-deck .owl-carousel .card .card-text{
    font-family: 'Lora', serif;
    font-size: 18px;
    text-align: center;
}

#sessao-inicial .ebooks .card-deck .owl-carousel .card .card-btn{
    background-color: #3d3b37;
    border-radius: 10px;
    padding: 2px 15px 2px 15px;
    text-decoration: none;
}

#sessao-inicial .ebooks .card-deck .owl-carousel .card .card-conteudo{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 15px;
}

#sessao-inicial .ebooks .card-deck .owl-carousel .card .card-btn small{
    color: #fff !important;
}

.owl-nav{
    display: none;
}

.owl-dots{
    margin-top: 6px;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item .card {
    height: 100%;
}



/* form */

#form {
    padding-top: 45px;
    padding-bottom: 50px;
}

#form .form-title{
    font-size: 36px;
    font-family: 'Lora', serif;
    color: #3d3b37;
}

#form .form-sub-title{
    font-size: 14px;
    font-family: 'Lora', serif;
    color: #3d3b37;
    margin-top: -10px;
}

#form .form-lgpd{
    font-size: 11px;
    font-family: 'Lora', serif;
    color: #3d3b37;
}

#form .mauticform-row{
    display: flex;
    flex-direction: column;
}

#form form{
    margin-top: 20px;
    font-size: 18px;
    font-family: 'Lora', serif;
}

#form form label{
    font-size: 18px;
    font-family: 'Lora', serif;
    color:#3d3b37;
    margin-top: 5px;
    margin-bottom: 5px;
}

#form input{
    border: solid 2px #3d3b37;
}

#form button{
    background-color: #9946E0;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
    max-width: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
}


/* texto */

#texto .form-title{
    font-size: 36px;
    font-family: 'Lora', serif;
    color: #3d3b37;
    text-align: center;
}

#texto {
    padding-bottom: 50px;
    color: #3d3b37;
    text-align: center;
}

#texto a button{
    font-family: 'Lora', serif;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 20px 5px 20px;
    color: #3d3b37;
    border-color: #9946E0;
    border-radius: 15px;
    cursor: pointer;
}

/* footer */

footer{
    display: flex;
    align-items: center;
    justify-content: center;
    /* text-align: center; */
    min-height: 100px;
    background-color: #e7e7e7;
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .rodape .img{
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .rodape .dados{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer .rodape h3{
    font-size: 35px;
    font-family: 'Lora', serif;
    color: #4c4d4d;
}

footer .rodape p{
    font-size: 14px;
    font-family: 'Lora', serif;
    color: #626262;
}

footer .rodape .icone-rodape{
    background-color: #757069;
    margin-left: 15px;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .rodape .icone-rodape a{
    text-decoration: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .icones-redes-sociais{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

footer img{
    width: 70%;
    max-width: 250px;
}

footer div{
    padding: 5px;
}

.red{
    color: red;
    background-color: #6a409b;
}

</pre></body></html>