body {
    padding: 0;
    margin: 0;
    background: #fbfbfb;
}

.btn{
    white-space: normal;
}

.btn{
    white-space: normal !important;
}

a {
    text-decoration: none;
}

p {
    text-align: justify;
}
/*--- navigation bar ---*/

.navbar {
    /*background: #c8a2c8;*/
    /*background: #c8a2c8; Março Lilas*/
    /*background: #993399; Fevereiro Roxo*/
    /*background: #808080; Janeiro Branco*/
    /*background: #ffa500; Dezembro laranja*/
    /*background: #0070C0; novembro azul*/
    /*background: #DB7093; outubro rosa*/
    /*background: #0B610B; dourado Setembro*/
    /*background: #daa520; dourado Agosto*/
    /*background: #FFC700; amarelo Julho*/
    background: #800808; vermelho
    /*background: #4D6082; azul*/
}

.colorheader{
    background: #800808;
    color: #ffffff;
    padding-bottom: 5px;
}

.footerRedeSocial {
    background: #800808;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    color: #ffffff;
    padding-bottom: 40px;
    padding-top: 40px;
        text-align: center;
    vertical-align: middle;
}

.nav-link,
.navbar-brand {
    color: #fff;
    cursor: pointer;
}

    .navbar-brand:hover {
        color: black;
    }

.nav-link {
    margin-right: 1em !important;
}

    .nav-link:hover {
        color: black;
    }

.navbar-collapse {
    justify-content: flex-end;
}

/*--- header ---*/

.header {
    background-image: url('images/home.png');
    background-size: cover;
    background-position: center;
    position: relative;
}

.overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
}

.description {
    left: 50%;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -55%);
    text-align: center;
}

    .description h1 {
        color: #6ab446;
    }

    .description p {
        color: #fff;
        font-size: 1.3rem;
        line-height: 1.5;
    }

    .description button {
        border: 1px solid #6ab446;
        background: #6ab446;
        border-radius: 0;
        color: #fff;
    }

        .description button:hover {
            border: 1px solid #fff;
            background: #fff;
            color: #000;
        }

/*--- feature section ---*/

.features {
    margin: 4em auto;
    padding: 1em;
    position: relative;
}

.feature-title {
    color: #333;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.features img {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 16px;
}

.features .form-control,
.features input {
    border-radius: 0;
}

/*--- footer ---*/

.page-footer {
    background-color: #fbfbfb;
    color: black;
}

.footer-copyright {
    color: #666;
    padding: 40px 0;
}

/*--- media queries ---*/

@media (max-width: 575.98px) {

    .description {
        left: 0;
        padding: 0 15px;
        position: absolute;
        top: 10%;
        transform: none;
        text-align: center;
    }

        .description h1 {
            font-size: 2em;
        }

        .description p {
            font-size: 1.2rem;
        }

    .features {
        margin: 0;
    }
}

.whatsapp-share-btt {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 5px;
    background-size: 100% 100%; /* ou 'contain' */
    background-image: url("images/whatsapp.png");
    background-repeat: no-repeat;
    background-position: center;
}

.facebook-share-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 5px;
    background-size: 100% 100%; /* ou 'contain' */
    background-image: url("[URL-DO-ICONE]");
    background-repeat: no-repeat;
    background-position: center;
}

.google-plus-share-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 5px;
    background-size: 100% 100%; /* ou 'contain' */
    background-image: url("[URL-DO-ICONE]");
    background-repeat: no-repeat;
    background-position: center;
}

.twitter-share-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 5px;
    background-size: 100% 100%; /* ou 'contain' */
    background-image: url("[URL-DO-ICONE]");
    background-repeat: no-repeat;
    background-position: center;
}

.linkedin-share-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 5px;
    background-size: 100% 100%; /* ou 'contain' */
    background-image: url("[URL-DO-ICONE]");
    background-repeat: no-repeat;
    background-position: center;
}
