.bg-faded {
    background-color: #000000;
}

.bg-dark {
    background-color: #000000 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #FFF !important;
    margin-right: 20px;
}

#header {
    height: calc(100vh - 74px);
}


#content-header {
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}

#header h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    color: #FFFFFF;
}

#header .btn {
    background-color: #2CBB72;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    /* identical to box height, or 200% */

    text-align: center;
    letter-spacing: 0.2px;

    color: #FFFFFF;
    padding: 15px 40px;
    margin-top: 30px;
}

#header-logo {
    margin-top: 80px;
    margin-bottom: 30px;
    width: 200px;
}


#oque-oferecemos {
    padding-top: 50px;
    padding-bottom: 60px;
}

#oque-oferecemos h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    text-align: center;
}


#oque-oferecemos p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
}


#contentQuemSomos {
    background-color: #088545;
    padding-top: 100px;
    padding-bottom: 30px;
}

#contentQuemSomos h2, #contentMissao h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    color: #FFF;
}

#contentQuemSomos p, #contentMissao p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFF;
}

#contentMissao {
    background-color: #055029;
    padding-top: 100px;
    padding-bottom: 30px;
}


#contentAttendimento h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
}

.form-group label {
    color: #2CBB72;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.form-group input, .form-group textarea {
    box-sizing: border-box;
    background: #F9F9F9;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #737373;
}

#contentAttendimento .btn {
    background: #2CBB72;
    border-radius: 5px;
    padding: 15px 40px;
    gap: 10px;
    color: #FFF;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
}

#contentMap p span {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: flex-end;
    text-align: center;
    color: #565656;
}

footer {
    background-color: #000;
    height: 88px;
    padding-top: 20px;
}


#oque-oferecemos .btn {
    background: #2CBB72;
    border-radius: 5px;
    padding: 15px 40px;
    gap: 10px;
    color: #FFF;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    margin-top: 30px;
}




@media screen and (max-width: 768px), screen and (max-height: 720px){

    .container {
        max-width: 100% !important;
    }
    #header h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 24px !important;
        line-height: 36px;
        color: #FFFFFF;
    }

    #header #header-logo {
        margin-top: 30px;
        margin-bottom: 20px;
        width: 100px;
    }

    #header .btn {
        width: 100%;
    }

    #contentQuemSomos, #contentMissao {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media (orientation: landscape) {
    #header #header-logo {
        width: 100px;
    }
}