@import "bootstrap-reboot.min.css";
@import "bootstrap-grid.min.css";
@import "bootstrap-utilities.min.css";
@import "auxlm.css";
@import "fancybox.css";
@import "font-awesome/css/all.min.css";


/* ==========================================================================
   Site
   ========================================================================== */

:root {
    --stt: 0.625rem; /* 16 to 10 ratio */
    --roxo: #653399;
    --verde: #61C333;
    --lilas: #EDE4F7;
    --fonte: 'Roboto';
}

html {
    font-size: 16px;
}

body {
    font-family: var(--fonte), Arial, Helvetica, sans-serif;
    background: #fff;
    font-size: var(--stt);
    line-height: 1.4em;
    color: var(--roxo);
}

a {
    color: inherit;
    outline: none !important;
    text-decoration: none;
}

    a:hover {
        color: inherit;
        text-decoration: none;
    }

    a:active,
    a:focus {
        color: inherit;
        text-decoration: none;
    }

a, button, input {
    outline: none !important;
}

ul, li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    display: block;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

p {
    margin: 0 0 1.4em 0;
    line-height: 1.4em;
}

    p:last-child {
        margin-bottom: 0 !important;
    }

/* *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* use if not include bootstrap */
/* background: linear-gradient(to right, #ffffff 0%,#000000 100%); */


.container, .container-fluid {
    position: relative;
    z-index: 10;
}



#wrapper {
    position: relative;
    width: 100%;
    max-width: 4000px;
    margin: auto;
    overflow: hidden;
}


.roxo {
    color: var(--roxo) !important;
}

.verde {
    color: var(--verde) !important;
}

.branco {
    color: #fff !important;
}

.texto {
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 300;
}

.titulo1 {
    font-size: 3.6em;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 0.8em;
    text-align: center;
}


.btn1 {
    display: inline-block;
    font-size: 1.9em;
    color: #fff !important;
    background: var(--verde);
    line-height: 1.105em;
    padding: 1.5em 2em;
    border-radius: 0.5em;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: inset 0 -0.6em 0 -0.35em rgb(0 0 0 / 17%), inset 0em 0.25em rgb(255 255 255 / 17%);
    transition: filter 0.2s;
}

    .btn1:hover {
        filter: brightness(1.05);
    }


.seta {
    height: 2.5em;
    width: 100%;
    background: url("../img/seta.png") center center no-repeat;
    background-size: contain;
}

.logomini {
    height: 5.7em;
    width: 100%;
    background: url("../img/logomini.png") center center no-repeat;
    background-size: contain;
}

.logominibranca {
    height: 5.7em;
    width: 100%;
    background: url("../img/logominibranca.png") center center no-repeat;
    background-size: contain;
}



#header {
    position: relative;
    z-index: 2000;
    background: linear-gradient(120deg, #653399 0%, #653399 70%, #D443C2 100%);
}

    #header:after {
        content: "";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: url("../img/header_bg.jpg") center bottom no-repeat;
        background-size: cover;
        opacity: 0;
        transition: opacity 1s;
    }

.loaded #header:after {
    opacity: 1;
}

#header .inner {
    min-height: calc( 70vh - 12.5em );
    padding: 10.5em 0;
    color: #fff;
    text-align: center;
}

#header .logo {
    display: block;
}

    #header .logo img {
        display: block;
        margin: auto;
        max-width: 100%;
        max-height: 7.2em;
    }

    #header .logo:after {
        content: "";
        display: block;
        position: relative;
        max-height: 12em;
        min-height: 6em;
        height: 14vh;
    }

#header h1 {
    font-weight: 500;
    font-size: 4em;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

#header h2 {
    font-weight: 300;
    font-size: 2.7em;
    line-height: 1.2em;
    margin-bottom: 1em;
}


.main {
    position: relative;
    z-index: 10;
}


#video {
    padding: 8em 0;
}

.loaded #video {
    background: url("../img/bg1.jpg") center top no-repeat;
    background-size: cover;
}

#video .desktop {
    width: 100%;
    max-width: 87em;
    margin: 0 auto 4em auto;
}

    #video .desktop .frame {
        position: relative;
        width: 100%;
        padding: 78.5% 0 0 0;
        background: url("../img/desktop.png") center center no-repeat;
        background-size: contain;
    }

        #video .desktop .frame .video {
            position: absolute;
            width: 86.1%;
            height: 61.7%;
            display: block;
            left: 6.8%;
            top: 4.7%;
            transition: all 0.2s;
        }

            #video .desktop .frame .video:hover {
                filter: brightness(1.2);
            }

            #video .desktop .frame .video img {
                display: block;
                object-fit: cover;
                width: 100%;
                height: 100%;
                position: relative;
                z-index: 1;
            }

            #video .desktop .frame .video .play {
                position: absolute;
                width: 2em;
                left: calc( 50% - 1em );
                top: calc( 50% - 1em );
                z-index: 10;
                color: var(--roxo);
                display: block;
                font-size: 6em;
                line-height: 2em;
                text-align: center;
            }


#comunidade {
    padding: 0 0 6em 0;
}


#incluso {
    padding: 5.5em 0 8em 0;
    background: center center no-repeat var(--roxo);
    background-size: cover;
}

.loaded #incluso {
    background-image: url("../img/bgr1.jpg");
}

#incluso .logo {
    margin: 0 0 2em 0;
}

    #incluso .logo img {
        display: block;
        margin: auto;
        max-width: 100%;
        max-height: 5.4em;
    }

#incluso .box {
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 80%);
    border-radius: 1em;
    padding: 3em 2em 5em 2em;
    max-width: 280px;
    margin: 0 auto 1.5rem auto;
}

    #incluso .box .icone {
        margin: 0 0 1em 0;
    }

        #incluso .box .icone img {
            display: block;
            height: 8.4em;
            margin: auto;
        }

    #incluso .box .t {
        font-size: 2.1em;
        font-weight: 500;
        line-height: 1.2em;
    }



#prepare {
    padding: 7.5em 0 9em 0;
    background: center top no-repeat #fff;
    background-size: cover;
}

.loaded #prepare {
    background-image: url("../img/bg2.jpg");
}

#prepare .box {
    padding: 2em 2em 2.5em 2em;
    position: relative;
    margin-bottom: 1.5rem;
}

    #prepare .box:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: solid 2px var(--roxo);
        border-radius: 0.8em;
        opacity: 0.6;
        filter: brightness(1.3);
    }

    #prepare .box .icone {
        font-size: 3em;
        line-height: 1em;
        margin: 0 0 0.5em 0;
    }

    #prepare .box .t {
        font-size: 2em;
        line-height: 1.36em;
        font-weight: 500;
    }

        #prepare .box .t small {
            display: block;
            font-size: 0.55em;
            line-height: 1em;
            margin-top: 0.5em;
        }

#planos {
    padding: 6.5em 0;
    background: center top no-repeat var(--lilas);
    background-size: cover;
}

.loaded #planos {
    background-image: url("../img/bg3.jpg");
}

#planos .plano {
    border: solid 1px var(--roxo);
    border-radius: 1em;
    padding: 4.5em;
    background: #fff;
    position: relative;
    text-align: center;
    min-height: 61.5em;
    margin: 0 0 2rem 0;
}

    #planos .plano .banner {
        background: var(--verde);
        color: #fff;
        font-size: 2em;
        font-weight: bold;
        white-space: nowrap;
        line-height: 2.25em;
        text-transform: uppercase;
        width: 11em;
        position: absolute;
        top: -0.9em;
        left: calc( 50% - 5.5em );
    }

    #planos .plano h2 {
        font-size: 2.4em;
        line-height: 1.2em;
        font-weight: bold;
        margin-bottom: 0.8em;
    }

    #planos .plano h3 {
        font-size: 3.6em;
        line-height: 1.2em;
        font-weight: 900;
        margin-bottom: 0.1em;
    }

    #planos .plano h4 {
        font-size: 1.6em;
        line-height: 1.2em;
        font-weight: normal;
        margin-bottom: 1.2em;
    }

    #planos .plano h5 {
        font-size: 1.5em;
        line-height: 1.2em;
        font-weight: normal;
        margin-bottom: 3em;
    }

    #planos .plano h4 + h5 {
        margin-bottom: 1.2em;
    }

    #planos .plano .obs {
        font-size: 1.7em;
        line-height: 1.2em;
        font-weight: 500;
        margin-bottom: 1.5em;
        padding: 1.1em;
        border-radius: 0.5em;
        background: #f4f4f4;
    }

    #planos .plano .info {
        text-align: left;
        font-size: 1.5em;
        font-weight: bold;
        line-height: 1.2em;
        text-transform: uppercase;
        padding: 0 0 0.5em 1.7em;
    }

        #planos .plano .info li {
            margin-bottom: 1em;
            position: relative;
        }

            #planos .plano .info li i {
                position: absolute;
                left: -1.4em;
                top: 0;
            }

    #planos .plano .btnp {
        display: block;
        width: 100%;
        font-size: 1.9em;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff !important;
        background: var(--roxo);
        border-radius: 0.6em;
        line-height: 1.263em;
        padding: 1em;
        position: relative;
        box-shadow: inset 0 -0.6em 0 -0.35em rgb(0 0 0 / 17%), inset 0em 0.25em rgb(255 255 255 / 17%);
        transition: filter 0.2s;
    }

        #planos .plano .btnp:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 0.6em;
            background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
        }

        #planos .plano .btnp:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border: 0;
            border-radius: 0.6em;
            opacity: 0.6;
            filter: brightness(1.3);
        }

        #planos .plano .btnp:hover {
            filter: brightness(1.2);
        }

    #planos .plano.destaque {
        color: #fff;
        background: var(--roxo);
        transform: translateY(-4em);
    }

        #planos .plano.destaque .obs {
            color: var(--roxo);
        }

        #planos .plano.destaque .btnp {
            background: var(--verde);
        }

            #planos .plano.destaque .btnp:hover {
                filter: brightness(1.1);
            }

#planos .garantia {
    font-size: 1.6em;
    line-height: 1.4em;
    font-weight: 300;
    text-align: center;
    padding: 2em 0 0 0;
}



#teste {
    padding: 6.5em 0 7em 0;
}

#planos .selo {
}

    #planos .selo img {
        display: block;
        margin: auto;
        max-width: 100%;
        max-height: 25.4em;
    }

#garantia .box {
    border: solid 1px var(--roxo);
    border-radius: 1em;
    padding: 4em;
}

    #garantia .box .inner {
        margin: auto;
        max-width: 69em;
    }

    #garantia .box h2 {
        font-size: 2.4em;
        line-height: 1.2em;
        font-weight: 500;
        margin-bottom: 0.7em;
    }

    #garantia .box p {
        font-size: 1.6em;
        line-height: 1.56em;
        font-weight: normal;
        color: #666;
    }

#faq {
    padding-top: 6.5em;
}

    #faq ul {
    }

        #faq ul li {
            margin: 0 0 3em 0;
        }

            #faq ul li .header {
                cursor: pointer;
                background: #F8F8F8;
                padding: 1.8em 1.6em 1.8em 2.6em;
                transition: all 0.2s;
            }

                #faq ul li .header:hover {
                    background: #f1f1f1;
                }

                #faq ul li .header h2 {
                    color: #73499D;
                    font-size: 2.4em;
                    font-weight: bold;
                    line-height: 1.2em;
                }

                #faq ul li .header .seta {
                    color: #ccc;
                    font-size: 3em;
                    padding-top: 25%;
                    line-height: 1em;
                    transition: all 0.2s;
                    background: none;
                }
                    #faq ul li .header .seta i{
                        font-size: 1.5em;
                    }

                    #faq ul li.aberto .header .seta {
                        transform: scaleY(-1);
                    }

            #faq ul li .resposta {
                max-height: 0;
                overflow: hidden;
                transition: all 0.3s;
            }

            #faq ul li.aberto .resposta {
                max-height: 100vh;
                overflow: auto;
                padding: 1.2em 0 0 0;
            }


#juliana {
    padding: 6.5em 0 7em 0;
    margin-top: 5em;
    background: center top no-repeat var(--lilas);
}

    #juliana .foto {
    }

        #juliana .foto img {
            display: block;
            max-width: 100%;
            max-height: 41.1em;
            border-radius: 50%;
        }

    #juliana .sobre {
        font-size: 1.7em;
        font-weight: normal;
        line-height: 1.2em;
        padding-bottom: 1.2em;
    }

        #juliana .sobre li {
            margin-bottom: 0.65em;
            position: relative;
            padding-left: 1.65em;
        }

            #juliana .sobre li i {
                position: absolute;
                left: 0;
                top: 0;
                line-height: inherit;
                transform: scale(0.9);
            }

    #juliana .abrath {
    }

        #juliana .abrath img {
            display: inline;
            height: 4.8em;
        }

    #juliana .social {
        font-size: 2.5em;
        white-space: nowrap;
        text-align: center;
        margin-top: 1em;
    }

        #juliana .social li {
            display: inline-block;
            margin: 0 0.5em 0 0;
        }

            #juliana .social li:last-child {
                margin-right: 0;
            }

            #juliana .social li a {
                display: block;
            }

                #juliana .social li a:hover {
                    filter: brightness(1.3);
                }


#whatsapp {
    padding: 0 0 10em 0;
    text-align: center;
}

    #whatsapp .box {
        background: #F7F7F7;
        padding: 5.5em 5em;
        border-radius: 1em;
    }

        #whatsapp .box h2 {
            font-size: 2.2em;
            font-weight: 500;
            line-height: 1.2em;
            margin-bottom: 1em;
        }

        #whatsapp .box .btn1 i {
            transform: scale(1.4) translateX(-0.2em);
        }




#footer {
    position: relative;
    z-index: 100;
    padding: 5.5em 0;
    background: var(--roxo);
    color: #fff;
    text-align: center;
}

    #footer .logo {
        margin: 0 0 5em 0;
    }

        #footer .logo img {
            display: block;
            margin: auto;
            max-width: 100%;
            max-height: 12.5em;
        }

    #footer p {
        font-size: 1.5em;
        line-height: 1.2em;
        text-transform: uppercase;
        font-weight: 300;
    }




/* ==========================================================================
   Resposive (desktop first)
   ========================================================================== */


/* xxl */
@media (min-width: 1400px) {
    .container {
        max-width: 1170px !important;
    }
}

/* xl */
@media (max-width: 1399px) {
}

/* lg */
@media (max-width: 1199px) {
    body {
        font-size: 9px;
    }
}

/* md */
@media (max-width: 991px) {
    body {
        font-size: 8px;
    }
}

/* sm */
@media (max-width: 767px) {
    body {
        font-size: 7px;
    }

    .container, .container-fluid {
        padding: 0 1.5rem;
    }

    #planos .plano {
        min-height: 0;
    }

        #planos .plano.destaque {
            transform: none;
        }

    #garantia .box p {
        font-size: 2em;
        text-align: center;
    }

    #faq {
        padding-top: 0;
    }

        #faq ul {
        }

            #faq ul li {
                margin: 0 0 3em 0;
            }

                #faq ul li .header {
                    cursor: pointer;
                    background: #F8F8F8;
                    padding: 1.8em 1.6em 1.8em 2.6em;
                    transition: all 0.2s;
                }

                    #faq ul li .header:hover {
                        background: #f1f1f1;
                    }

                    #faq ul li .header h2 {
                        color: #73499D;
                        font-size: 2.4em;
                        font-weight: bold;
                        line-height: 1.2em;
                    }

                    #faq ul li .header .seta {
                        color: #ccc;
                        font-size: 3em;
                        line-height: 1em;
                        transition: all 0.2s;
                    }

                #faq ul li.aberto .header .seta {
                    transform: scaleY(-1);
                }

                #faq ul li .resposta {
                    max-height: 0;
                    overflow: hidden;
                    transition: all 0.3s;
                }

                #faq ul li.aberto .resposta {
                    max-height: 100vh;
                    overflow: auto;
                    padding: 1.2em 0 0 0;
                }

    #juliana .sobre {
        font-size: 2.3em;
        text-align: center;
    }

    #juliana .foto {
        margin-bottom: 1.5rem;
    }

        #juliana .foto img {
            margin: auto;
        }

    #prepare .box .t small {
        font-size: 0.75em;
    }
}

/* xs */
@media (max-width: 575px) {
    #juliana .abrath {
        margin-bottom: 1.7rem;
    }

        #juliana .abrath img {
            max-width: 100%;
            margin: auto;
            max-height: none;
        }

    #juliana .social {
        font-size: 3.5em;
        margin-top: 0em;
    }
}
