body {
    font: 16px Lato, "Open Sans", Arial;
}

.img {
    width: 100%;
    border-radius: 0;
}

section {
    padding: 50px 0;
}

.navbar {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    /* desfoca o fundo */
    -webkit-backdrop-filter: blur(2px);
    /* suporte Safari */
    padding: 20px 0;

    .nav-link {
        padding-top: 20px;
        padding-right: 15px;
        display: inline-block;
        color: #FFF !important;

        &:hover {
            color: #E3FF43 !important;
        }
    }

    .nav-item {
        margin-right: 15px;
    }
}

.scrolled {
    background: rgba(0, 0, 0, 0.5);
}

.hero {
    width: 100%;
    height: 800px;
    padding: 250px 0;
    background: url(../imgs/hero.jpg) no-repeat;
    background-size: cover;
    color: #FFF;

    .desktop { display: bloco; }
    .mobile { display: none; }

    h2 {
        font-size: 3em;

        i {
            color: #E3FF43;
        }
    }

    p {
        line-height: 40px;
        font-size: 1.2em;
    }

    .img {
        width: 90% !important;
        margin-top: -150px;
        animation: floatY 3s ease-in-out infinite;
    }

}

.btn-plano {
    width: 360px;
    height: 60px;
    background: url(../imgs/btn.jpg) no-repeat;
    color: #2A2D3F;
    text-decoration: none;
    padding: 15px 10px;
    margin-top: 30px;
    display: inline-block;
    text-align: left;
    font-style: italic;
}

.form-control {
    border-radius: 0;
}

main {

    h2 {
        font-size: 2.7em;
        font-style: italic;
        font-weight: 600;
    }

    hr {
        margin: 40px 0;
    }

    .space {
        margin: 40px;
    }

    #escolha {
        h3 {
            font-weight: bold;
            margin-bottom: 15px;
        }

        p {
            color: #6d6d6d;
        }
    }

    #planos {
        background: url(../imgs/lead.svg) no-repeat bottom #E3Fd43;
        background-size: cover;
        padding: 70px 0;

        .row:first-child {
            margin-top: 50px;
        }

        .line {
            border-bottom: 1px solid #ccc;
        }

        .valor {
            .row {
                margin-bottom: -30px;
            }

            .sifra {
                font-weight: bold;
                font-size: 2em;
            }

            h2 {
                font-size: 8em;
                letter-spacing: -15px;
            }

            .zero {
                font-size: 2em;
                font-weight: bold;
            }
        }

        .card {
            border-radius: 0;

            .card-3 {
                background: #2B2D3F;
                color: #FFF;

                h2 {
                    color: #E3Fd43 !important;
                }

                span {
                    background: #FFF !important;
                    color: #2A2D3F;
                }
            }

            .card-mais {
                background: #2b2d2f;

                .mais {
                    background: #2b2d2f;
                    color: #E3Fd43;
                    padding: 5px 10px;
                    text-align: center;
                    border-radius: 100px;
                    font-size: 0.8em !important;
                }

                .c {
                    background: #E3Fd43;
                    margin: 10px;
                    padding: 10px;
                }

                span {
                    background: #FFF !important;
                    margin-right: -15px;
                }
            }

            .space {
                letter-spacing: 10px;
                font-size: 0.9em;
            }

            .descricao {
                margin: 20px 0;
                font-size: 1em !important;
            }

            .card-header {
                text-align: center;
                border-radius: 0;
                padding: 20px;

                h2 {
                    font-size: 10em;
                    font-style: normal;
                    font-weight: 900;
                    letter-spacing: -15px;
                    color: #2b2d2f;
                    z-index: 1;
                    position: relative;
                    line-height: 120px;
                }

                span {
                    float: right;
                    margin-top: -85px;
                    background: #E3Fd43;
                    padding: 5px 10px;
                    font-size: 1.5em !important;
                    font-weight: bold;
                    margin-right: 10px;
                    z-index: 9;
                    position: relative;
                    border-radius: 10px;
                }
            }
        }

        .row p {
            font-size: 1.4em;
        }
    }

    #faq {

        .accordion {
            .accordion-item {
                margin-bottom: 20px;
                border: 1px solid #ccc;
                border-radius: 0;
                background: #F9f9f9;
            }
        }

        .accordion-button:not(.collapsed) {
            background: #f9f9f9;
        }

        .box {
            width: 10px;
            background: #E3Fd43;
            color: #E3Fd43;
            height: 150px;
            margin-left: -25px;
            margin-top: -4%;
            position: relative;
            z-index: 1;
            float: left;
        }

        .accordion-collapse {
            min-height: 130px;
        }
    }

    #leadnet {
        p {
            font-size: 1.2em;
            line-height: 35px;
        }

        h3 {
            line-height: 40px;
            font-weight: bold;
            margin: 20px 0;
        }

        .btn-plano {
            font-weight: bold;
            padding: 15px 15px;
            font-size: 1.2em;
        }
    }

}

.erro {
    img {
        width: 50%;
        animation: floatY 3s ease-in-out infinite;
    }
    .btn-plano {
        font-weight: bold;
        font-size: 1.2em;
        padding: 15px;
        box-sizing: border-box;
    }
}



@keyframes floatY {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-25px);
    }

    /* sobe 12px no meio do ciclo */
    100% {
        transform: translateY(0);
    }
}

#sac {
    width: 150px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

.cobertura {
    background: #2A2D3F;
    padding: 60px 0;

    .row {
        background: #FFF;
        color: #2A2D3F;

        p {
            font-size: 1.2em;
        }

        a {
            color: #2A2D3F;
            text-decoration: none;
        }

        background: url(../imgs/bg-cobertura.svg) no-repeat right #fff;
    }
}


.footer {
    background: #E3Fd43;
    padding-top: 40px;
    color: #2A2D3F;

    a {
        text-decoration: none;
        color: #2A2D3F;
    }

    p {
        font-size: 1.1em;
    }

    .top {
        a {
            text-decoration: none;
            color: #2A2D3F;
        }

        small {
            font-size: 0.8em;
        }
    }

    .middle {
        background: url(../imgs/footer-2.svg) no-repeat right;

        .col-12 {
            padding: 70px 0;
        }

        p {
            font-size: 1.3em;
        }

        .link {
            margin-left: 20px;
        }

        .col-md-2 {
            background: url(../imgs/footer-2.svg) no-repeat left;
        }

    }

    .bottom {
        background: #FFF;
        padding: 25px 0;
        margin-top: -37px;
        position: relative;
        z-index: 1;

        .col-12:last-child {
            text-align: right;
        }
    }

    .lead {
        width: 100%;
    }
}

#privacidade {
    background: #2A2D3F;
    color: #FF0;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    position: fixed;
    bottom: 0;
    z-index: 9;
    a {
        color: #FF0;
    }
}

.menos {
    height: 150px !important;
    padding: 150px 0 !important;
}

.privacidade {
    font-size: 1.2em;
    text-align: justify;
}

.img-hero {
    position: relative;
    z-index: 99999;
}

#app {
    p {
        font-size: 1.3em;
    }
}

@media (min-width: 800px) and (max-width: 1100px) {
    #planos {
        .sifra {
            font-size: 1em !important;
        }
        .valor {
            h2 {
                font-size: 4em !important;
            }
        }
        .zero {
            font-size: 1.2em !important;
        }
        .card {
            img {
                width: 100%;
            }
            .card-mais h2 {
                font-size: 8em !important;
            }
        }
    }
    .btn-plano {
        width: 100% !important;
        background-position: right;
        font-size: 0.8em;
    }
    .card-mais {
        .velo {
            margin-right: -2px !important;
        }
    }
}

@media (min-width: 1101px) and (max-width: 1280px) {
    #planos {
        .sifra {
            font-size: 1.7em !important;
        }
        .valor {
            h2 {
                font-size: 6em !important;
            }
        }
    }
    .btn-plano {
        width: 300px !important;
    }
    .card-mais {
        .velo {
            margin-right: -2px !important;
        }
    }
}


@media (max-width: 480px) {
    section {
        padding: 100px 0;
    }
    .navbar {
        z-index: 999 !important;
        position: fixed;
    }
    #planos {
        .sifra {
            font-size: 1.7em !important;
        }
        .valor {
            h2 {
                font-size: 6em !important;
            }
        }
    }
    .hero {
        height: 1200px;
    }
    section {
        margin: 20px 0;
    }
    .middle {
        background:#2A2D3F !important;
        color: #E3Fd43;
        .col-12 {
            padding: 20px 0 !important;
            text-align: center !important;
        }

        p {
            font-size: 1.3em;
        }

        .link {
            margin-left: 20px;
        }

        .col-md-2 {
            background:#2A2D3F !important;
            
        }
    }
    .bottom {
        margin-top: -5px !important;
        .col-12 {
            text-align: center !important;
            margin-bottom: 10px;
        }

    }
    .navbar-brand img {
        width: 200px;
    }
    .navbar-toggler {
        border-radius: 0;
        border-color: #FFF;
        background:#E3Fd43;
    }
    .cobertura {
        background: #2A2D3F;
        padding: 60px 0;

        .row {
            background: #FFF;
            color: #2A2D3F;

            p {
                font-size: 1.2em;
            }

            a {
                color: #2A2D3F;
                text-decoration: none;
            }
            .col-12:last-child {
                background: url(../imgs/bg-cobertura.svg) no-repeat right #fff;
                padding-left: 80px !important;
            }
            
        }
    }
    .hero {
        .desktop { display: none; }
        .mobile { display: block; }
    }
}