<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 768px) {
    div.login {
        width: 100%;
        position: absolute;
    }

    body {
        margin: 0;
        width: 100%;
    }

    div.cor-de-fundo {
        width: 100%;
        height: 100%;
    }

    div#background {
        margin-top: 0;
        top: 0%;
    }

    .fonte-cabecalho {
        position: relative;
        display: block;
        justify-content: center;
        text-align: center;
    }

    h1#titulo-cabecalho {
        font-size: 60px;
        margin-top: 10%;
        width: 100%;
    }

    h2#sub-titulo-cabecalho {
        font-size: 40px;
        width: 100%;
        text-align: center;
    }

    img#foto-cabecalho {
        width: 258px;
        height: 258px;
        margin: 0 auto;
    }

    ul.cards {
        width: 100%;
        padding: 0;
        column-count: 2;
        column-gap: 30px;
        display: block;
        justify-content: space-evenly;
    }

    ul.cards li {
        width: 100%;
        padding: 2em 2em;
    }

    img#meridianos,
    img#prosperidade,
    img#bem-estar,
    img#afetivas {
        width: 100.964px;
        height: 100.964px;
    }


    nav h1 {
        font-size: 20px;
        width: 100px;
    }

    nav p {
        font-size: 13px;
        width: 130px;
    }

    div.luis {
        width: 100%;
        height: 100%;
        padding-bottom: 3%;
    }

    div.sobre-mim {
        height: 100%;
        height: 100%;
    }

    img#foto-luis {
        width: 220px;
        height: 220px;
    }

    hgroup h1#luis {
        font-size: 45px;
    }

    hgroup h2#sub-titulo-luis {
        font-size: 30px;
    }

    div p#text-luis {
        width: 100%;
        height: 100%;
        padding: 2em 2em;
        font-size: 25px;
    }

    div.apometria {
        width: 100%;
        height: 100%;
    }

    hgroup.apometria2 {
        height: 100%;
        padding-bottom: 30%;
    }

    h1#o-que-e {
        font-size: 45px;
        width: 100%;
    }

    p#texto {
        width: 100%;
        padding: 2em 2em;
        font-size: 25px;
        top: 10px;
        height: 100%;
    }

    div.duvidas {
        width: 100%;
        height: 100%;
        padding: 0;
        padding-bottom: 20%;
    }

    h1#duvidas {
        font-size: 45px;
    }

    article {
        column-count: 2;
        column-gap: 30px;
        width: 80%;
    }

    article h2 {
        font-size: 20px;
        width: 150px;
    }

    article p {
        font-size: 13px;
        width: 130px;
    }

    div.cta {
        width: 100%;
        height: 100%;
        padding-bottom: 30%;
    }

    ul#cta {
        width: 80%;
        height: 100%;
        column-count: 1;
    }


    ul#cta li {
        width: 100%;
        padding: 0;
        display: block;
        top: 80px;
        padding-bottom: 15%;
    }

    ul#cta li h1 {
        font-size: 30px;
        width: 100%;
        margin: 0;
        text-align: center;
        padding: 10%;
    }

    li#maos p,
    li#silhueta p,
    li#corpos p {
        font-size: 15px;
        width: 80%;
        height: 100%;
        padding-top: 15%;
        margin: 0 auto;
    }

    li#maos img,
    li#silhueta img,
    li#corpos img {
        width: 276px;
        height: 248px;
        margin: 0 auto;
        right: 10px;
        left: 8%;
        bottom: 0px;
        top: 0px;
    }

    ul#cta li input {
        width: 276px;
        height: 45px;
        margin-top: 10%;
        font-size: 18px;
        right: 2%;
        left: 8%;
        top: 0px;
    }


    div.depoimentos {
        width: 100%;
        margin: 0 auto;
        height: 100%;
    }

    div.depoimentos h1 {
        font-size: 40px;
        width: 80%;
    }

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

    .carrossel img {
        width: 360px;
        padding: 10%;
        transition: 0.5s ease-in-out;
    }

    .carrossel img:hover {
        transform: scale(1.4);
    }

    div.botoes-carrossel {
        width: 100%;
        padding-bottom: 10%;
    }


    div.botoes-carrossel .botao {
        width: 15px;
        height: 15px;
    }

    footer {
        width: 100%;
        height: 100%;
    }

    footer img {
        width: 30px;
    }

    img#facebook {
        width: 40px;
    }

    div.copy {
        padding-bottom: 5%;
        gap: 10px;
        width: 80%;
        margin-top: 5%;
    }

    div.copy p {
        font-size: 12px;
        display: flex;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    p#lucas {
        margin: 0 auto;
        font-size: 10px;
        opacity: 80%;
        width: 100%;
    }
}

@media (max-width: 425px) {
    div.login {
        width: 100%;
        position: absolute;
    }

    body {
        margin: 0;
        width: 100%;
    }

    header{
        height: 100%;
    }

    div.cabecalho{
        padding-bottom: 0%;
    }

    div.cor-de-fundo{
        height: 36em;
        padding-bottom: 0%;
    }

    div#background {
        height: 36em;
    }

    div#background::before {
        content: "";
        position: absolute;
        inset: 0;
        flex-direction: column;
        justify-content: center;
        background-image: url(../imagens/adulto-segurando-bola-de-luz1.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        opacity: 50%;
        z-index: 0;
    }

    hgroup.fonte-cabecalho {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        width: 100%;
        padding-top: 10%;
    }

    h1#titulo-cabecalho {
        font-size: 38px;
        margin-top: 10%;
        margin: 0 auto;
        width: 90%;
    }

    h2#sub-titulo-cabecalho {
        font-size: 25px;
        text-align: center;
        margin: 0 auto;
        width: 90%;
    }

    img#foto-cabecalho {
        width: 180px;
        height: 180px;
        margin: 0 auto;
    }

    ul.cards {
        width: 100%;
        padding: 0;
        column-count: 2;
        column-gap: 30px;
        display: block;
        justify-content: space-evenly;
    }

    ul.cards li {
        width: 100%;
        padding: 2em 2em;
    }

    img#meridianos,
    img#prosperidade,
    img#bem-estar,
    img#afetivas {
        width: 100.964px;
        height: 100.964px;
    }

    li#img4{
        bottom: 2%;
    }

    li#img4 h1{
        padding-top: 2%;
    }


    nav h1 {
        font-size: 20px;
        width: 100px;
    }

    nav p {
        font-size: 13px;
        width: 130px;
    }

    div.luis {
        width: 100%;
        height: 100%;
        padding-bottom: 3%;
    }

    div.sobre-mim {
        width: 100%;
        height: 100%;
        padding-bottom: 60%;
        margin-top: 0;
    }

    img#foto-luis {
        width: 220px;
        height: 220px;
    }

    hgroup h1#luis {
        font-size: 45px;
    }

    hgroup h2#sub-titulo-luis {
        font-size: 30px;
    }

    div p#text-luis {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        font-size: 25px;
    }

    div.apometria {
        width: 100%;
        height: 100%;
    }

    hgroup.apometria2 {
        height: 100%;
        padding-bottom: 30%;
    }

    h1#o-que-e {
        font-size: 45px;
        width: 100%;
    }

    p#texto {
        width: 100%;
        padding: 2em 2em;
        font-size: 25px;
        top: 10px;
        height: 100%;
    }

    div.duvidas {
        width: 100%;
        height: 100%;
        padding: 0;
        padding-bottom: 20%;
    }

    h1#duvidas {
        font-size: 45px;
    }

    article {
        column-count: 2;
        column-gap: 30px;
        width: 80%;
    }

    article h2 {
        font-size: 20px;
        width: 150px;
    }

    article p {
        font-size: 11.2px;
        width: 100%;
    }

    div.cta {
        width: 100%;
        height: 100%;
        padding-bottom: 30%;
    }

    ul#cta {
        width: 80%;
        height: 100%;
        column-count: 1;
    }


    ul#cta li {
        width: 100%;
        padding: 0;
        display: block;
        top: 80px;
        padding-bottom: 15%;
    }

    ul#cta li h1 {
        font-size: 30px;
        width: 100%;
        margin: 0;
        text-align: center;
        padding: 10%;
    }

    li#maos p,
    li#silhueta p,
    li#corpos p {
        font-size: 15px;
        width: 80%;
        height: 100%;
        padding-top: 15%;
        margin: 0 auto;
    }

    li#maos img,
    li#silhueta img,
    li#corpos img {
        width: 276px;
        height: 248px;
        margin: 0 auto;
        right: 10px;
        left: 8%;
        bottom: 0px;
        top: 0px;
    }

    ul#cta li input {
        width: 276px;
        height: 45px;
        margin-top: 10%;
        font-size: 18px;
        right: 2%;
        left: 8%;
        top: 0px;
    }


    div.depoimentos {
        width: 100%;
        margin: 0 auto;
        height: 100%;
    }

    div.depoimentos h1 {
        font-size: 40px;
        width: 80%;
    }

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

    .carrossel img {
        width: 360px;
        padding: 10%;
        transition: 0.5s ease-in-out;
    }

    .carrossel img:hover {
        transform: scale(1.4);
    }

    div.botoes-carrossel {
        width: 100%;
        padding-bottom: 10%;
    }


    div.botoes-carrossel .botao {
        width: 15px;
        height: 15px;
    }

    footer {
        width: 100%;
        height: 100%;
    }

    footer img {
        width: 30px;
    }

    img#facebook {
        width: 40px;
    }

    div.copy {
        padding-bottom: 5%;
        gap: 10px;
        width: 80%;
        margin-top: 5%;
    }

    div.copy p {
        font-size: 12px;
        display: flex;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    p#lucas {
        margin: 0 auto;
        font-size: 10px;
        opacity: 80%;
        width: 100%;
    }
}

@media (max-width: 360px) {
    div.login {
        width: 100%;
        position: absolute;
    }

    body {
        margin: 0;
        width: 100%;
    }

    div.cabecalho{
        padding-bottom: 0%;
    }


    div#background {
        margin-top: 0;
        top: 0%;
    }

    div#background::before {
        content: "";
        position: absolute;
        inset: 0;
        flex-direction: column;
        justify-content: center;
        background-image: url(../imagens/adulto-segurando-bola-de-luz1.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        opacity: 50%;
        z-index: 0;
    }


    hgroup.fonte-cabecalho {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        width: 100%;
        padding-top: 15%;
    }

    h1#titulo-cabecalho {
        font-size: 35px;
        margin-top: 10%;
        margin: 0 auto;
        width: 100%;
    }

    h2#sub-titulo-cabecalho {
        font-size: 20px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    img#foto-cabecalho {
        width: 170px;
        height: 170px;
        margin: 0 auto;
    }


    ul.cards {
        width: 100%;
        padding: 0;
        column-count: 2;
        column-gap: 30px;
        display: block;
        justify-content: space-evenly;
    }

    ul.cards li {
        width: 100%;
        padding: 2em 2em;
    }

    img#meridianos,
    img#prosperidade,
    img#bem-estar,
    img#afetivas {
        width: 100.964px;
        height: 100.964px;
    }

    li#img4 h1{
        padding-top: 2%;
    }

    nav h1 {
        font-size: 20px;
        width: 100px;
    }

    nav p {
        font-size: 13px;
        width: 130px;
    }

    div.luis {
        width: 100%;
        height: 100%;
        padding-bottom: 3%;
    }

    div.sobre-mim {
        width: 100%;
        height: 100%;
        padding-bottom: 0;
    }

    img#foto-luis {
        width: 220px;
        height: 220px;
    }

    hgroup h1#luis {
        font-size: 45px;
    }

    hgroup h2#sub-titulo-luis {
        font-size: 30px;
    }

    div p#text-luis {
        width: 100%;
        height: 100%;
        padding-bottom: 60%;
        font-size: 25px;
    }

    div.apometria {
        width: 100%;
        height: 100%;
    }

    hgroup.apometria2 {
        height: 100%;
        padding-bottom: 30%;
    }

    h1#o-que-e {
        font-size: 45px;
        width: 100%;
    }

    p#texto {
        width: 100%;
        padding: 2em 2em;
        font-size: 25px;
        top: 10px;
        height: 100%;
    }

    div.duvidas {
        width: 100%;
        height: 100%;
        padding: 0;
        padding-bottom: 20%;
    }

    h1#duvidas {
        font-size: 45px;
    }

    article {
        column-count: 2;
        column-gap: 30px;
        width: 80%;
    }

    article h2 {
        font-size: 20px;
        width: 150px;
    }

    article p {
        font-size: 13px;
        width: 100%;
    }

    div.cta {
        width: 100%;
        height: 100%;
        padding-bottom: 30%;
    }

    ul#cta {
        width: 80%;
        height: 100%;
        column-count: 1;
    }


    ul#cta li {
        width: 100%;
        padding: 0;
        display: block;
        top: 80px;
        padding-bottom: 15%;
    }

    ul#cta li h1 {
        font-size: 30px;
        width: 100%;
        margin: 0;
        text-align: center;
        padding: 0%;
        text-align: center;
        margin-bottom: 10%;
    }

    li#maos p,
    li#silhueta p,
    li#corpos p {
        font-size: 15px;
        width: 80%;
        height: 100%;
        padding-top: 20%;
        margin: 0 auto;
    }

    li#maos img,
    li#silhueta img,
    li#corpos img {
        width: 276px;
        height: 248px;
        margin: 0 auto;
        right: 10px;
        left: 0%;
        bottom: 0px;
        top: 0px;
    }

    ul#cta li input {
        width: 276px;
        height: 45px;
        margin-top: 10%;
        font-size: 18px;
        right: 2%;
        left: 0%;
        top: 0px;
    }


    div.depoimentos {
        width: 100%;
        margin: 0 auto;
        height: 100%;
    }

    div.depoimentos h1 {
        font-size: 40px;
        width: 80%;
    }

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

    .carrossel img {
        width: 80%;
        border-radius: 30px;
        padding: 6%;
        transition: 0.5s ease-in-out;
    }

    .carrossel img:hover {
        transform: scale(1.45);
    }

    div.botoes-carrossel {
        width: 100%;
        padding-bottom: 10%;
    }


    div.botoes-carrossel .botao {
        width: 15px;
        height: 15px;
    }

    footer {
        width: 100%;
        height: 100%;
    }

    footer img {
        width: 30px;
    }

    img#facebook {
        width: 40px;
    }

    div.copy {
        padding-bottom: 5%;
        gap: 10px;
        width: 80%;
        margin-top: 5%;
    }

    div.copy p {
        font-size: 12px;
        display: flex;
        position: relative;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    p#lucas {
        margin: 0 auto;
        font-size: 10px;
        opacity: 80%;
        width: 100%;
    }
}</pre></body></html>