body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
}

a {
    color: #000;
}

a:hover {
    color: #000;
}

#desktop {
    margin-top: 25px;
    min-height: 400px;
}

.container {
    max-width: 1180px;
}

.navbar-cev {
    padding-top: 25px;
    padding-bottom: 15px;
    background-color: #1565c0 !important;
    border-color: #1565c0;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .show>.nav-link {
    color: #e3f2fd;
}

.jumbotron {
    color: #FFF !important;
    background-color: #1565C0;
    z-index: 100;
}

.container .jumbotron {
    background-color: #bbdefb;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 6px;
}

#header_vertical .jumbotron {
    background-color: #bbdefb;
    color: #000 !important;
}

.small,
small {
    font-size: 66%;
}

.page-header {
    padding-bottom: 30px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eee;
}


.page-header .chapeu {
    font-size: small;
}

.jumbotron .chapeu {
    margin-bottom: 0;
}

.jumbotron p {
    margin-bottom: 5px;
    font-size: 27px;
    font-weight: 200;
    line-height: 30px;
}

h1,
h2,
h3,
h4 {
    font-family: 'PT Sans Narrow', sans-serif;
}

/* FOOTER */
.subfooter {
    background: #ECEFF1;
    margin-top: 1em;
    padding: 25px 0;
}

.site-footer {
    background: #CFD8DC;
    padding-top: 1em;
}

.nav-item .active {
    color: #495057 !important;
    background-color: #fefefe !important;
    border-color: #dee2e6 #dee2e6 #F60 !important;
}

#subnav-user {
    background: #f3f3f3;
}

/* /FOOTER */

@media screen and (min-width: 768px) {

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 72px;
    }
}

/* CARDS */

.card-news {
    border: 0px !important;
}

/* /CARDS */

/* DESKTOP */
#desktop {
    min-height: 400px;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

#desktop a {
    color: #337ab7;
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    font-family: 'PT Sans Narrow', sans-serif;
}

.btn-primary {
    color: #fff !important;
    background-color: #337ab7;
    border-color: #2e6da4;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-weight: bold;
}

#img-apoio {
    width: 150px;
    height: 150px;

}

#apoio img {
    border-radius: 10px;
}

#instagram-cev {
    vertical-align: top !important;
}

/* classe para adicionar informação de campo obrigatório */
label.required_label:after {
    color: red;
    content: ' *';

}

.imagem-destaque-container {
    height: 150px;
}

div.imagem-destaque-container>.card-img-top {
    border: 1px solid #f3f3f3;
    border-radius: 10px;
}

.breadcrumb li.active {
    color: #aaaaaa !important;
}

.breadcrumb li + li::before {
    content: " / "; 
    padding: 0 5px;
}

.tags > a {
    color: #ffffff !important;
}