body {
    font-family: 'Poppins', sans-serif;
    margin-top: 105px;
}

h2 {
    font-size: 2.1rem;
    font-weight: 600;
}

h3 {
    font-size: 1.8rem;
    font-weight: 600;
}

h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
}

h5 {
    font-size: 1.2rem;
    font-weight: 500;
}


p {
    font-size: 1.1rem;
}

.form-control-lg {
    font-size: 1rem;
}

.destaque {
    font-size: 1.2rem;
}

.blue {
    color: #0862F8;
}

.blue-dark {
    color: #022C99;
}

.bg-light {
    background-color: #F3F7FF !important;
}

.btn-black {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 15px 25px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #333333;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.btn-black:hover {
    color: #fff;
    text-decoration: none;
    background-color: #022C99;
}

.btn-blue {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 15px 25px;
    border: none;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #0862F8;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.btn-blue:hover {
    color: #fff;
    text-decoration: none;
    background-color: #022C99;
}

.btn-green {
    color: #fff;
    font-size: .9rem;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #28a745;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.btn-green:hover {
    color: #fff;
    text-decoration: none;
    background-color: #218838;
}

.btn-white {
    color: #022C99;
    font-size: 1rem;
    font-weight: 600;
    padding: 15px 25px;
    border-radius: 50px;
    border: solid 1px #fff;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #F3F7FF;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.btn-white:hover {
    color: #0862F8;
    text-decoration: none;
    background-color: #ebebeb;
}

.btn-lighter {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 15px 25px;
    border: solid 1px #f4f4f4;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #0862F8;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.btn-lighter:hover {
    color: #0862F8;
    text-decoration: none;
    background-color: #E7F0FF;
}

.navbar-brand img {
    max-height: 80px;
}

ul.navbar-nav {
    margin-top: 15px;
}

ul.navbar-nav li a.nav-link {
    color: #0862F8 !important;
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: solid 3px #fff;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

ul.navbar-nav li a:hover.nav-link {
    color: #022C99 !important;
    border-bottom: solid 3px #0862F8;
}

.banner {
    color: #fff;
    padding: 75px 0 50px 0;
}

.banner p {
    margin: 20px 0 30px;
    font-size: 1.2rem;
    line-height: 1.7em;
}

.destaque-banner {
    max-width: 400px;
}

.bg-banner {
    background-image: url(../img/bg-banner.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.highlight-home {
    padding: 60px 0 240px 0;
}

.highlight small {
    font-weight: 600;
}

.box {
    color: #333333;
    padding: 15px;
    border-radius: 8px;
    background-color: #E7F0FF;
    margin-bottom: 30px;
}

.box h4 {
    font-size: 1.4rem;
    margin-top: 15px;
}

.box p {
    font-size: 1.1rem;
}

.contact-home {
    color: #fff;
    text-align: center;
    padding: 50px 0;
    border-radius: 15px;
    background-color: #022C99;
    margin-top: -140px;
}

.testimonial {
    color: #333333;
    padding: 50px 0;
    margin: 100px 0 50px 0;
    border-radius: 20px;
    background-color: #F3F7FF;
}

.autor {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 30px;
}

.faq {
    margin: 50px 0 100px 0;
}

.card-header {
    background-color: #fff;
}

.faq-home h4 button {
    color: #333333;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0;
}

.faq-home h4 button:hover {
    text-decoration: none;
}

.plano {
    border-radius: 8px;
    padding: 3rem 1.5rem;
    margin-bottom: 60px;
    background-color: #ffffff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    min-height: 505px;
}

.plano h4 {
    color: #007BFF;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
}

.apartir {
    color: #999999;
    font-size: .7rem;
    font-weight: 400;
    text-transform: uppercase;
}

.valor {
    color: #007BFF;
    font-size: 2.2rem;
    font-weight: 900;
}

.pormes {
    color: #999999;
    font-size: .8rem;
    font-weight: 500;
}

.recursos {
    color: #007BFF;
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.plano ul {
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 0;
}

.plano ul li {
    color: #2B2B42;
    font-size: .85rem;
    font-weight: 500;
    line-height: 2em;
}

    .plano ul li del {
        color: #cccccc;
    }

footer {
    padding: 100px 0 50px 0;
    color: #fff;
    background-color: #0862F8;
}

footer .logo {
    max-height: 80px;
}

footer a {
    color: #fff;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

footer ul li {
    font-size: 1rem;
    line-height: 2.4em;
}

footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.copyright {
    color: #333333;
    font-size: .7rem;
    text-align: center;
    padding: 20px 0;
}