﻿.div-logo {
    padding-left: 50px;
}

body {
    background-color: #F4F6FA;
    font-family: Poppins;
}

.chegou-a-hora {
    margin-top: 50px;
}

h1 {
    color: #14142B;
    font-size: 30px;
    font-weight: bold;
}

h2 {
    color: #14142B;
    font-size: 30px;
    font-weight: bold;
}

h3 {
    font-weight: bold;
    line-height: 30px;
    font-size: 22px;
    color: #272B41;
    margin-bottom: 10px;
}

h4 {
    font-weight: bold;
    line-height: 30px;
    font-size: 20px;
    color: #14142b;
    margin-top: 15px;
}

p {
    color: #14142b;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
}

.site-blocks-cover {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #e3e3e3;
    height: 500px;
}

    .site-blocks-cover h1 {
        font-size: 30px;
        color: #FFF;
        font-weight: 900;
    }

    .site-blocks-cover p {
        color: #F4F6FA;
        font-size: 20px;
        line-height: 30px;
    }

.div-header {
    padding: 40px;
    color: #FFF;
    max-width: 800px;
}

.header-titulo {
    max-width: 800px;
}

.div-header .form-control {
    height: 48px;
    margin-top: 30px;
}

.div-header .btn-lg {
    line-height: 1.8;
}

.section-title {
    color: #ff9100;
    font-size: 30px;
    font-weight: 700;
}

.container {
    height: 100%;
}

.texto {
    color: #14142b;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
}

.titulo-encontre {
    color: #FAFAFA;
    font-weight: bold;
    font-size: 30px;
}

.icones-1 {
    margin-right: 10px;
    height: 20px;
}

.texto-aspas {
    margin-top: 20px;
    font-size: 28px;
    line-height: 40px;
}

.perguntas {
    background-color: #FFFFFF;
    border-radius: 36px;
    font-size: 17px;
    padding: 40px;
    color: #14142B;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-cadastro {
    background-color: #FFFFFF;
    border-radius: 32px;
    color: #14142B;
    padding: 40px;
    padding-bottom: 0px;
    z-index: 9999;
}

.div-titulo {
    top: 63px;
}

.error {
    color: red;
    font-weight: bold;
    font-size: 14px;
}

.recaptcha-error {
    display: none;
}

.form-group {
    font-weight: normal;
}

#btnQuero {
    color: #FFFFFF;
    font-weight: bold;
}

.card {
    border-color: transparent;
    height: 100%;
}

.card-header {
    background-color: #FFF;
    padding: 0;
    border-bottom: 0;
}

.lista-plano-basico {
    list-style: none;
    padding: 20px 0 0 0;
}

.lista-plano-completo {
    list-style: none;
    padding: 20px 0 0 0;
}

ul.lista-plano-basico li {
    background: url('/images/img_checkbox_laranja.png') no-repeat left;
    min-height: 50px;
    padding-left: 60px;
    margin: 0;
}

ul.lista-plano-completo li {
    background: url('/images/img_checkbox_roxo.png') no-repeat left;
    min-height: 50px;
    padding-left: 60px;
    margin: 0;
}


/* 3 PASSOS */

#passo-a-passo ul {
    list-style-type: none;
    margin: 0;
    padding: 2px;
    overflow: hidden;
}

    #passo-a-passo ul li {
        float: left;
        background-color: #FFF;
        width: 100%;
        height: 170px;
        margin-right: 40px;
        padding: 15px;
        border: 1px solid #efefef;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .24);
        border-radius: 15px;
        margin-bottom: 30px;
    }

        #passo-a-passo ul li span.numero {
            font-size: 56px;
            color: #BB7CC3;
            display: inline;
            float: left;
            height: 120px;
            margin-right: 20px;
        }

        #passo-a-passo ul li .textos {
            color: #14142B;
            font-weight: bold;
        }

        #passo-a-passo ul li span.titulo {
            font-size: 20px;
            color: #14142B;
            font-weight: bold;
        }

        #passo-a-passo ul li span.subtitulo {
            color: gray;
            font-weight: 300;
            display: block;
            font-size: 0.950rem;
        }

@media (max-width: 480px) {
    #passo-a-passo ul li {
        width: 100%;
        height: 170px;
        margin-bottom: 30px;
        padding: 20px;
    }

        #passo-a-passo ul li span.titulo {
            font-size: 18px;
        }

        #passo-a-passo ul li span.subtitulo {
            font-size: 0.950rem;
        }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .site-blocks-cover {
        height: 570px;
    }

    .div-titulo {
        top: 0;
    }

    .div-header {
        padding: 30px;
    }

    .header-titulo {
        max-width: 100%;
    }

    .site-blocks-cover h1 {
        font-size: 1.7rem;
    }

    .btn-scroll {
        display: none;
    }

    h2 {
        font-size: 22px;
    }

    .subtitulo {
        font-size: 16px;
    }

    .site-blocks-cover p {
        color: #F4F6FA;
        font-size: 18px;
        line-height: 22px;
    }

    .card-body {
        padding: 0;
    }
}
