body {
    background-color: #F4F6FA;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Poppins;
}

body._dark:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 21
}

.site-wrap {
    background-color: #F4F6FA;
    width: 100%;
}

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

.site-blocks-cover h1 {
    color: #FFF;
    font-size: 3rem;
}

.site-blocks-cover p {
    color: #FFF;
}

@media (max-width: 480px) {}

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

h3 {
    color: #14142b;
    font-size: 19px;
    font-weight: 700;
}

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

.div-header {
    top: 70px;
}

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

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

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

.subtitulo {
    color: #ff9100;
    font-size: 22px;
    font-weight: 700;
}

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

#quem-somos .row {
    padding-left: 0;
    padding-right: 0;
}

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

@media (max-width: 768px) {
    body {
        width: 100%;
    }
    .site-wrap {
        width: 100%;
    }
    .container {
        max-width: 100%;
    }
    .section-title {
        font-size: 22px;
        text-align: center;
    }
    .texto {
        color: #14142b;
        font-size: .875rem;
        line-height: 1.7;
        font-weight: 300;
        text-align: justify;
    }
    .site-navbar {
        max-width: 100%;
    }
    .sticky-wrapper {
        width: 100%;
    }
}

@media (max-width: 480px) {
    body {
        width: 100%;
    }
    .site-wrap {
        width: 100%;
    }
    .container {
        max-width: 100%;
    }
    .section-title {
        font-size: 22px;
        text-align: center;
    }
    .texto {
        color: #14142b;
        font-size: .875rem;
        line-height: 1.7;
        font-weight: 300;
        text-align: justify;
    }
    .header-titulo {
        max-width: 100%;
    }
    .post-meta {
        font-size: 18px;
        line-height: 22px;
        max-width: 100%
    }
    .site-navbar {
        max-width: 100%;
    }
    .sticky-wrapper {
        width: 100%;
    }
    .div-header {
        padding: 30px;
    }
    .site-blocks-cover {
        height: 570px;
    }
    .btn-scroll {
        display: none;
    }
    .site-blocks-cover h1 {
        font-size: 1.7rem;
    }
    .div-logo {
        text-align: center;
    }
    .voce-nao-precisa {
        text-align: center;
    }
    #quem-somos .row {
        padding-left: 20px;
        padding-right: 20px;
    }
}