.navbar {
    border-color: rgba(34, 34, 34, 0.05);
    transition: all .35s;
    font-family: 'Montserrat';
    font-weight: 200;
    letter-spacing: 1px;
}

.separator {
    height: 1px;
    width: 100%;
    background-color: #cbcbcb;
}

.blocForm {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

@media (min-width: 992px) {
    a.nav-link{
        white-space: nowrap;
    }

    .navbar-nav > li > a {
        font-size: 16px;
        font-family: 'Montserrat';
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .navbar .btn, .navbar input{
        font-size: 0.8em;
    }


    .navbar .fas{
        color: #7f7f7f;
    }
}
