body {
    font-family: 'Roboto', sans-serif!important;
}

header .principal {
    background: #fff;
    height: 80px;
}
header #open-menu {
    color: #002745;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: table;
    height: auto;
    border-right: none;
    padding-right: 0;
    text-align: right;
    margin: 0;
}
header #open-menu img {
    margin-right: 0;
}
.header .redes-sociais a {
    width: 35px;
    height: 35px;
    background: #003060;
    margin-left: 10px;
}
.header .redes-sociais a:hover {
    background: #189CD8;
}
header p {
    color: #737380;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.187%;
    margin: 0;
}
header form#searchform {
    margin-right: 0;
    width: 100%;
}
header .search {
    align-items: center;
    position: relative;
    left: 25px;
}
header .form-control {
    border: 1px solid #DFDFDF!important;
    background: #F3F6F8;
    color: #C4C4C4!important;
    font-size: 10px!important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    padding: .7rem 0.4rem 0.5rem 2rem;
}
header .form-control::placeholder {
    color: #C4C4C4!important;
    font-size: 10px!important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.menu-desktop.active {
    right: 0;
    left: auto;
}
.menu-desktop {
    right: -50%;
    left: auto;
}
#close-menu {
    top: 30px;
    left: -60px;
    right: auto;
}

.search input.pulse {
    width: 15px;
}

.categorias {
    background: var(--189-cd-8, #003060);
}

.undelined-title:after {
    background: #003060;
}

footer .redes-sociais a {
    background: #003060;
}
footer h4 {
    color: #003060;
}
#close-menu {
    background-color: #003060;
}

.post-date {
    color: #003060;
}
h2.titulo-interna:after {
    background: #003060;
}
.btn-veja-mais,
.videos .btn-veja-mais {
    color: #003060;
}
.opiniao .box {
    border-radius: 11px;
    background: var(--189-cd-8, #003060);
}

.cookie-close,
.cookie-modal-checkbox:disabled+label:before,
.cookie-modal-checkbox:checked+label:before,
.cookie-modal-checkbox:hover+label:before,
#cookie-modal-btn-save,
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span,
.search-input-group-append,
.a2a_custom,
.btn.btn-orange,
.custom-pagination .previous-btn, .custom-pagination .next-btn {
    background: #003060;
}
#cookie-modal-btn-accept-all {
    border: 1px solid #003060;
}
.custom-pagination .number.active {
    color: #003060;
}
.box-cookies .btn-cookies {
    background: #003060;
}
.colunist-item__head:hover .colunist-item__img {
    background: #fff;
}
.colunist-item__img {
    background: #fff;
}

.owl-theme .owl-nav button i,
.colunist-item__head:hover, .colunist-item__last-post:hover {
    color: #a5a5a5;
}

@media (max-width: 767px) {
    .menu-desktop {
        right: -100%;
        left: auto;
    }
    #close-menu {
        top: 0;
        left: 0;
        right: auto;
        width: 40px;
        height: 40px;
    }
    .navbar-brand {
        margin: 0;
    }
    header .navbar-brand img {
        width: 100%;
    }
    header .form-control {
        padding: 0.7rem 0.4rem 0.5rem 0.3rem;
    }
    header .search {
        display: none;
    }
}