body { font-family: 'Roboto', sans-serif; }

.jumbotron { padding: 50px 0!important; }

.logo {
    text-indent: -9999px;
    background-image: url('../images/logo-nextsoft.png');
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: 10px 10px;
    display: block;
    padding: 0px 72px;
}

.logo-rodape {
    text-indent: -9999px;
    background-image: url('../images/logo-nextsoft.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 120px auto;
    display: block;
    padding: 10px;
}

.disabled-link {
    cursor: inherit!important;
    text-decoration: none!important;
}

.thin { font-weight: 100!important; }

.light { font-weight: 300!important; }

.normal { font-weight: 400!important; }

.bold { font-weight: 700!important; }

p  { font-family: 'Roboto-Regular', sans-serif; font-size: 14px!important; line-height: 24px!important; color: #47525d!important; }
h1  { font-size: 50px!important; line-height: 64px!important;}
h2  { font-size: 32px!important; line-height: 56px!important;}
h3  { font-size: 24px!important; line-height: 48px!important;}
h4  { font-size: 18px!important; line-height: 32px!important;}
h5  { font-size: 14px!important; line-height: 24px!important; margin: 2px 0 10px 0!important}

a { cursor: pointer; }

.cursos-padrao { cursor: default;}

.btn-new {
    border-radius: 30px;
    padding: 10px 40px;
    font-size: 14px!important;
    font-weight: 500;
    border: none;
}

#spdv, #spdvt, #spe {
    padding: 100px 0; 
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

#home{
    background-image: url('../images/new-new.png');
    background-repeat: no-repeat;
    margin: 60px 0px 70px 0px;
    background-size: 100%;
    margin-bottom: 0!important;
    background-position: center;
    text-align: center;
}

#menu {
    background-color: #FFF;
    margin-bottom: 0;
    border-bottom: 1px solid #DDD;
    padding-top: 15px!important;
}

#menu h4 { color: #3d464d!important; }

#faixa {
    background-color: #eeeeee;
    padding: 20px 0 10px 0;
    text-align: center;
}

.navbar-default {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    transform: translateZ(0px);
    border: none;
    padding: 15px 0;
}

/*INTERNAS*/
#banner-interna{
    /*background-image: url('../images/new-new.png');*/
    background-repeat: no-repeat;
    margin: 60px 0px 70px 0px;
    background-size: 100%;
    margin-bottom: 0!important;
    background-position: center;
    /*text-align: center;*/
}

#conteudo-interna {
    background-color: #FFF;
    margin-bottom: 0;
    border-bottom: 1px solid #DDD;
}

.navbar-default .navbar-nav>li>a { color: #47525d!important;}

/*CORES*/

/*AZUL*/
.bc-azul { background-color: #007ee5!important; }

.color-azul { color: #007ee5!important; }

/*CINZA*/
.bc-cinza { background-color: #7b8994!important; }

.color-cinza { color: #7b8994!important; }

/*AZUL MEDIO*/
.bc-azul-medio { background-color: #47525d!important; }

.color-azul-medio { color: #47525d!important; }

/*AZUL ESCURO*/
.bc-azul-escuro { background-color: #3d464d!important; }

.color-azul-escuro { color: #3d464d!important; }

/*VERDE*/
.bc-verde { background-color: #00cc00!important; }

.color-verde { color: #00cc00!important; }

/*BRANCO*/
.bc-branco { background-color: #FFF!important;}

.color-branco { color: #FFF!important;}

.cadastrar {}

#footer {
    background-color: #eeeeee;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    padding: 60px 0;
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 480px) { 
    .navbar li {
        font-size: 14px;
        float: left;
        display: block;
        width: 100%;
        display: inline-block;
        margin-left: 0;
        padding-left: 0;
    }

    .jumbotron {}

    #menu a {text-decoration: none!important;}

    #home {
        background-size: inherit;
        background-position: center;
    }
}

.new { padding: 80px 0 0px 0!important; }

.m-um, .m-dois, .m-tres { padding: 60px 0; }

.add-result { padding: 80px 0; }

.busca-new {
    border: solid 1px #7ac142!important;
    border-radius: 2px;
    box-shadow: none;
}

.busca-new-dois {
    border: solid 1px #13c800!important;
    border-radius: 2px;
    box-shadow: none;
    background-color: #13c800!important;
    color: #FFF!important;
}

::-webkit-input-placeholder { color: #607D8B!important; }

:-moz-placeholder { color: #607D8B!important; }

::-moz-placeholder { color: #607D8B!important; }

:-ms-input-placeholder { color: #607D8B!important; }

.InputPesquisa {}

.form-control {
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: none;
    color: #47525d!important;
}

.linha {
    border-top: 1px solid #DDD;
}