@media all {
    *{
        font-family: ff-tisa-sans-web-pro, sans-serif;
        font-style: normal;
        font-weight: 400;
    }
    a {
        color: #4b4b4b;
    }
    a:hover {
        text-decoration: none;
        color: inherit;
    }
    label {
        margin-bottom: 0;
    }
    .pointer {
        cursor: pointer !important;
    }
    .bold {
        font-weight: bold;
    }

    .bg-gray{
        background-color: #ebebeb;
    }

    .bg-dark-gray{
        background-color: #1F2124;
    }

    .navbar{
        padding: 2rem 1rem;
    }

    .bg-blue, .navbar-blue {
        background-color: #2d2e2f !important;
    }

    .bg-light-blue, .navbar-light-blue {
        background-color: #30BF39;
    }
    .bg-detalhe-fundo{
        background-image: url("img/canto.png");
        background-position: bottom left;
        background-repeat: no-repeat;
        padding: .9rem;
    }
    .bg-banner {
        background-size: cover;
        background-position: center;
        height: 248px;
        display: flex;
        align-items: center;
    }
    .bg-banner .btn-banner {
        color: #30BF39;
        background-color: #fff;
        border-color: #fff;
        font-weight: bold;
        width: 50%;
    }
    .bg-banner .btn-banner:hover {
        color: #fff;
        background-color: #30BF39;
        border-color: #30BF39;
    }
    .bg-noticia {
        background-color: rgba(0,0,0, 0.3);
    }
    .bg-noticia:hover {
        background-color: rgba(0,0,0, 0.4);
    }
    .bg-efect-brightnes.active{
        filter: brightness(0.7);
    }
    .bg-efect-brightnes:hover{
        filter: brightness(0.7);
    }
    .navbar-light-blue .navbar-nav .nav-item .nav-link{
        text-transform: uppercase;
        font-size: 12px;
    }
    .bg-green, .navbar-green {
        background-color: #30BF39;
    }
    .text-green {
        color: #30BF39 !important;
    }
    .text-blue {
        color: #2d2e2f;
    }

    .text-gray{
        color: #808080;
    }
    .text-pn{
        color: #d4362f;
    }
    .text-tnpm{
        color: #8eb0a5;
    }

    .btn-green {
        color: #fff;
        background-color: #30BF39;
        border-color: #30BF39;
    }

    .btn-green:hover {
        color: #fff;
        background-color: #2eab37;
        border-color: #2eab37;
    }

    .btn-blue {
        color: #fff;
        background-color: #2d2e2f;
        border-color: #2d2e2f;
    }
    .btn-blue:hover {
        color: #fff;
        background-color: #1a1b1c;
        border-color: #1a1b1c;
    }
    /* BORDERS ROUNDED */
    .rounded-top-right {
        border-top-right-radius: 0.25rem !important;
    }
    .rounded-bottom-right {
        border-bottom-right-radius: 0.25rem !important;
    }
    .rounded-top-left {
        border-top-left-radius: 0.25rem !important;
    }
    .rounded-bottom-left {
        border-bottom-left-radius: 0.25rem !important;
    }
    .rounded-top-0 {
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;

    }
    .rounded-bottom-0 {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;

    }
    .navbar-acessos .nav-item .nav-link:hover {
        background-color: #30BF39;
        border-bottom: solid 2px #30BF39;
    }
    .bg-footer {
        background-color: #30BF39;
    }
    .bg-footer-after {
        background-color: #121314;
    }
    @media (min-width: 769px) {
        .btn-wpp {
            position: fixed;
            width: 150px;
            height: 36px;
            bottom: 30px;
            left: 34px;
            background-color: #25d366;
            color: #FFF;
            border-radius: 50px;
            text-align: left;
            font-size: 29px;
            box-shadow: 1px 1px 2px #888;
            z-index: 99999999;
        }

        .btn-wpp i {
            margin: 3px 14px 0 0;
        }

        .btn-wpp p {
            font-size: 14px;
            margin-bottom: 0;
            height: 42px;
            line-height: 2.5;
        }
    }
}

/* MENU */
@media (max-width: 768px) {
    .navbar-collapse {
        position: absolute;
        top: 54px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        z-index: 999;
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -100%;
    }
    .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
    }

    .btn-wpp {
        position: fixed;
        bottom: 50px;
        left: 34px;
        background-color: #25d366;
        color: #fff;
        padding: 7px 10px;
        border-radius: 50%;
        box-shadow: 1px 1px 2px #888;
        z-index: 99999999;
    }
    .btn-wpp:hover p{
        color: #fff;
    }

    .btn-wpp p{
        display: none;
    }
}
.nav-menu {
    height: auto;
}
.nav-menu .nav-item.dropdown .dropdown-menu{
    width: 100% !important;
    border-radius: 0;
    margin: 0;
    border-left: none;
    border-right: none;
    padding-top: 15px;
    padding-bottom: 15px;
}
.nav-menu .nav-item .nav-link {
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 700;

}
.navbar-light-blue .navbar-nav .nav-link {
    color: #2d2e2f;
}

.nav-menu .nav-item .nav-link.active{
    border-bottom: solid 2px #30BF39;
}

/*.nav-menu {*/
/*    height: 50px;*/
/*}*/
#navbarNavDropdown .nav-item{
    padding-bottom: 0.80rem;
}
.nav-menu .nav-item .nav-link {
    height: 100%;
    padding: .80rem .80rem 0 .80rem;
}
.nav-menu .nav-item .nav-link:hover {
    border-bottom: solid 2px #30BF39;
}
.nav-menu .nav-item .nav-link.no-hover:hover {
    border-bottom: none;
}
.nav-menu .nav-item .nav-link.tb-petroleum:hover{
    border-bottom: solid 2px #8eb0a5 !important;
}
.nav-menu .nav-item .nav-link.portal-naval:hover{
    border-bottom: solid 2px #d4362f !important;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.etiqueta{
    background-color: #30BF39;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    /*height: 28px;*/
    padding: 5px 10px;
    font-size: .7rem;
    min-width: 100px;
}
.etiqueta-after::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 14px solid #30BF39;
}
.border-green{
    border-color: #30BF39 !important;
    border-width: 2px !important;
}

.container-overlay {
    position: relative;
    width: 90%;
}

#publicidade-topo img{
    padding-top: 1rem;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #30BF39;
}

.container-overlay:hover .overlay {
    opacity: 1;
}

.txt {
    color: #000000;
    font-size: .7em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.nav-menu .nav-item .nav-link{
    border-bottom: solid 2px transparent;
}
#cambio{
    font-size: 0rem;
}

.cambio{
    font-size: 1rem;
    height: 100%;
}

.cambio span{
    color: #30BF39;
}

.social-icons {
    background-color: #1F2124;
    padding: 10px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
}

.social-topo{
    font-size: 25px;
}

.social-topo i{
    font-size: 1rem;
    color: #ffffff;
}

.height-100{
    height: 100%;
}

.card-news{
    padding: .20rem 1.25rem;
}

#newsletter .btn {
    width: 87px;
    height: 31px;
    line-height: 15px;
    border-radius: 1px;
    letter-spacing: 0;
    position: absolute;
    top: 51px;
    right: 20px;
}

.btn__news {
    background-color: #1F2124;
    color: #fff;
    border: 2px solid transparent;
    padding: 0.375rem 0.1rem;
}
.btn:hover.btn__news{
    color: #fff;
}

nav .btn{
    width: 31px;
    height: 31px;
    line-height: 15px;
    border-radius: 1px;
    letter-spacing: 0;
    position: absolute;
    top: 51px;
    right: 137px;
}

.btn__search {
    background-color: transparent;
    color: #2d2e2f;
    border: 2px solid transparent;
}

#cookies{
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #2d2e2f;
    color: #ffffff;
    z-index: 99999999;
    align-items: center;
    justify-content: center;
    display: none;
    padding: 5px;
}

#popup{
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: transparent;
    color: #ffffff;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    display: none;
    padding: 5px;
}
#popup #popup-btn{
    cursor: pointer;
    position: relative;
    border: none;
    background: none;
    font-size: 1.25rem;
    bottom: 32px;
}

#cookies h6{
    color: #ffffff;
    margin: 0;
    font-size: 15px;
}

#cookies p{
    color: #ffffff;
    margin: 0;
    font-size: 15px;
}
#cookies a{
    color: #ffffff!important;
    text-decoration: underline;
}
#cookies a:hover{
    text-decoration: unset;
}

#cookies-btn{
    color: #000000!important;
    background-color: white;
    border-radius: 20px;
    padding: 3px 27px;
    -webkit-appearance: media-volume-sliderthumb;
    min-width: 109px;
    font-weight: 100;
}

/*busca*/
.busca-btn:hover .border-busca{
    border-bottom: 2px solid !important;
}
.busca-btn:hover h1{
    color: #30BF39 !important;

}

.nav-item input{
    width: 108%;
}
.nav-item button{
    text-align: right;
}

.busca-form{
    height: 100%;
    padding: .80rem;
    flex-wrap: nowrap!important;
}

.busca-form button{
    cursor: pointer;
    border-radius: 0 50px 50px 0;
    border-left: 1px solid #ffffff !important;
    border: 1px solid #ced4da;

}

.busca-form .form-input-busca{
    display: inline;
    border-right: 1px solid #ffffff !important;
    border-radius: 50px 0 0 50px;
    margin-left: -12px;
    margin-top: -8px;
    margin-bottom: -28px;

}

.busca-form .form-input-button{
    display: inline;
    border-left: 1px solid #ffffff !important;
    border-radius: 0 50px 50px 0;
    margin-left: -12px;
    width: 20%;
    margin-top: -8px;
    margin-bottom: -28px;

}

@media (max-width: 767px) {
    .top-busca h1{
        font-size: 22px;
    }
    .nav-item input{
        width: 70%;
    }
    .social-topo .text{
        top: 16px;
    }
    .busca-form button {
        top: 350px;
    }
}

/*pagination*/
.endless_page_current{
    padding: 3px 11px;
    border: 1px solid #4ebf3b;
    text-align: center;
    background: #4ebf3b;
    color: #ffffff;
    margin-right: 5px;
}

.endless_page_link{
    padding: 3px 11px;
    border: 1px solid #4ebf3b;
    text-align: center;
}

.endless_page_link:hover{
    padding: 3px 11px;
    border: 1px solid #4ebf3b;
    text-align: center;
    background: #4ebf3b;
    color: #ffffff;
}

/*publicidade*/
#anuncie .list-group-item.active{
    background: #4ebf3b;
    border-color: #bfbebe;
    color: #ffffff;
}

.btn-anuncie.active:after {
    content: '\2212';
    color: #4ebf3b;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.btn-anuncie:after {
    content: '\002B';
    color: #4ebf3b;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

#btn-anuncie-revista:after {
    content: '\2212';
    color: #4ebf3b;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

#collapse_revista{
    display: block!important;
}

#detalhe-noticia .icon-share{
    font-size: 18px;
}

@media (max-width: 767px) {
    .btn-anuncie{
        white-space: initial;
    }
    #anuncie .table th{
        padding: .50rem;
    }
    .btn-anuncie:after {
        display: none;
    }

}