body {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    background: #ffffff;
}

a:hover {
    color: #1b61a7;
}

.blue {
    color: #1b61a7;
}

.yellow {
    color: #ffc703;
}

.obj-fit-cover {
    width: 100%;
    height: 100%;
    object-position: 50% top;
    object-fit: cover;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.section {
    margin: 0 auto;
    /* padding: 0 0 1rem; */
    overflow: hidden;
}

    .section.section-fundo {
        padding: 0 10px;
    }

.section-conteudos {
    margin: 3rem 0;
    padding: 0;
}

    .section-conteudos .news-block {
        margin-bottom: 1rem;
    }

.embed-responsive {
    height: auto;
}

.section.footer-section {
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

/* Preloder */
#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 2s linear infinite;
    -webkit-animation: loader 2s linear infinite;
    border: 4px solid #1b61a7;
}

.content-section {
    margin-bottom: 3rem;
}


.container-map {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
}

.map.h-100 {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #1b61a7;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #1b61a7;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #1b61a7;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #1b61a7;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #1b61a7;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #1b61a7;
        border-left-color: transparent;
    }
}

/**/
/*COOKIES*/
.bg-wgt-cookies {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

    .bg-wgt-cookies.cookies-hide {
        opacity: 0;
        height: 0;
        overflow: hidden;
    }

.wgt-cookies {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 4rem 0px;
    z-index: 9999;
    background: rgb(19 77 134 / .95);
    color: #FFFFFF;
    text-align: center;
    transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    /* border: 1px solid #D4D4D4; */
}

    .wgt-cookies.cookies_msg_show {
    }

    .wgt-cookies .content {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: inline-block;
    }

.msg_cookies, .opt_cookies {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    /* top: 0; */
    /* left: 0; */
    text-align: justify;
}

.opt_cookies {
    text-align: center;
}

.msg_cookies {
    margin: 0;
    font-size: 15px;
    line-height: 17px;
}

.opt_cookies a {
    text-decoration: none;
    color: #F4F4F4;
}

    .opt_cookies a:first-child {
        position: relative;
        margin: 0;
        padding: 0px;
        font-size: 12px;
        color: #ffffff;
        /*! display: block; */
        background: white;
        color: #000;
        padding: 17px;
        border-radius: 5px;
        margin-right: 10px;
    }

    .opt_cookies a:last-child {
        position: relative;
        margin: 0;
        padding: 1em;
        width: auto;
        color: #1c1c1c;
        border: 1px solid #F1F1F1;
        background: #ffffff;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 5px;
        display: inline-block;
    }

        .opt_cookies a:last-child:hover {
            border-color: #696969;
            color: #000000;
        }


/*TOP*/
.top-header.bg-black {
    background-color: rgb(14 69 123);
    border-bottom: 1px solid rgba(255,255,255,0.15);
    color: #FFF;
}

.navigation {
    background: #1b61a7;
}

.top-header.bg-black a {
    color: #FFF;
}

.redes-sociais {
    list-style: none;
    padding: .5rem 0;
    margin: 0;
}

.redes-sociais {
    list-style: none;
    padding: 11px 0 5px;
    margin: 0;
}



    .redes-sociais a {
        font-size: 18px;
        line-height: 18px;
        margin: 0 0 0 .4rem;
    }

.text-top {
    font-size: 11px;
    /* line-height: 40px; */
    display: inline-block;
    /* float: left; */
    line-height: 12px;
    padding: 14px 0;
}

@media (max-width: 768px) {
    .text-top {
        font-size: 10px;
        /* text-align: center; */
    }

    .redes-sociais {
        padding: 0;
        margin: 0 10px;
    }

        .redes-sociais li {
            padding: 0;
            margin: 0;
        }
}

@media (max-width: 480px) {
    .text-top {
        font-size: 8px;
    }
}

.top-detalhes span {
    padding: 0 .5rem;
    border-right: 1px solid #4f7090;
    margin: 0;
    position: relative;
    /* float: left; */
}

    .top-detalhes span:first-child {
        padding-left: 0;
    }

    .top-detalhes span:last-child {
        border-right: 0px solid #ffffff;
    }

.logo-wrapper.gray {
    background-color: #f1f1f1;
}

.logo-wrapper {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    text-align: center;
    /* border-bottom: 1px solid rgb(14 69 123); */
    padding: 0;
    box-shadow: 0 -10px 30px #0e457b;
    -webkit-box-shadow: 0 -10px 30px #0e457b; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0 -10px 30px #0e457b; /* Firefox 3.5 - 3.6 */
    box-shadow: 0 -10px 30px #0e457b;
}

.navbar-brand .logo, .pub-top img {
    max-height: 6rem;
    padding: 1rem 0;
}

/*************************************
               MENU
*************************************/
.navbar-nav li:hover > .dropdown-menu {
    display: block;
}

.navbar ul li a, .navbar ul li span {
    font-size: 12px;
    line-height: 18px;
    color: #0e457b;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .navbar ul li a, .navbar ul li span {
        text-align: right;
    }
}


.navbar ul > li > a:hover, .navbar ul > li > span:hover {
    color: #ffc703;
}


.navbar li .dropdown-menu a {
    color: #555555;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
    border-bottom: 1px solid #eaeaea;
    white-space: inherit;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a, .megamenu-content li .col-menu ul.menu-col li a, nav.navbar.bootsnav ul.nav.nav-tabs li a {
    padding: 10px;
    font-size: 12px;
    color: #0e457b;
    line-height: 16px;
}

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a:hover {
        background-color: #0e457b;
        color: #ffc803;
    }

.navbar ul > li.dropdown > a.dropdown-toggle::after, .navbar ul > li.dropdown > span.dropdown-toggle::after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 5px;
    margin-top: 2px;
    border: 0;
    vertical-align: initial;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:after {
    font-family: 'FontAwesome';
    float: right;
    content: "";
    margin-top: 0;
}


.navbar li.dropdown .dropdown-menu {
    padding: 0;
    width: 240px;
    background: #0e457b;
    background-color: #fff;
    border: 1px solid #eaeaea;
    margin: 0;
    border-radius: 0;
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
}

    .navbar li.dropdown .dropdown-menu ul {
        left: 238px;
        top: -1px;
    }

@media (min-width: 1024px) {
    .navbar-expand-lg .navbar-nav a.nav-link, .navbar-expand-lg .navbar-nav span.nav-link {
        padding: 2.2rem 0rem 2.2rem 1rem;
    }

    .navbar-expand-lg .navbar-nav li ul li a.nav-link, .navbar-expand-lg .navbar-nav li ul li span.nav-link {
        padding: 8px 10px 8px 10px;
    }
}

.navbar-toggler {
    position: absolute;
    top: 1.5rem;
    z-index: 9999;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(14,69,123,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (max-width: 992px) {
    .navbar-collapse {
        padding-left: 2rem;
        justify-content: flex-end;
        padding: 100px 0 0;
    }

    .navbar li.dropdown .dropdown-menu {
        width: 100%;
    }
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

@media (max-width: 520px) {
    .navbar-brand .logo, .pub-top img {
        max-height: 5rem;
    }

    .navbar-toggler {
        position: absolute;
        top: 1rem;
        z-index: 9999;
    }
}
/*************************************
               FIM MENU
*************************************/
/*************************************
            Carousel-News
*************************************/
.carousel-news, .owl-carousel-news {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 3rem;
    margin: 0 0 2rem;
}

.owl-carousel-news {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    /* padding: 0; */
}

    .owl-carousel-news .owl-item .item-slide {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .owl-carousel-news .owl-item {
        position: relative;
        /* top: 0; */
        /* bottom: 0; */
        /* left: 0; */
        width: 100%;
        height: 100%;
        /* border: 0; */
    }

    .owl-carousel-news .owl-dots {
        position: relative;
        display: flex;
        justify-content: center;
        padding: 1rem 0;
        z-index: 999;
    }

.news-block-1, .news-block-2, .news-block-3, .news-block-4 {
    position: relative;
    width: 100%;
}

.new-responsive, .artigo_detail, .new-responsive-v2 {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.artigo_detail {
    text-align: center;
}

.img-artigo {
    max-width: 180px;
    margin: 0px auto;
    border: 4px solid #ffc703;
    border-radius: 50%;
    overflow: hidden;
    z-index: 5;
    position: relative;
}

.new-responsive, .new-responsive-v2 {
    border: 1px solid #eaeaea;
}

.new-responsive-v2 {
    padding: 1rem;
}

.new-responsive:before,
.carousel-news:before {
    padding-top: 64.54%;
    display: block;
    content: "";
    position: relative;
}

.news-carousel .new-responsive:before {
    padding-top: 120%;
}

.bg-new-detail.news-img-block .new-responsive {
    height: 100%;
}

    .bg-new-detail.news-img-block .new-responsive:before {
        padding-top: 0%;
    }

.news-block-1 .new-responsive:before,
.carousel-news::before {
    padding-top: 35%;
}

@media (max-width: 920px) {
    .news-block-1 .new-responsive:before,
    .carousel-news::before {
        padding-top: 50%;
    }
}

@media (max-width: 580px) {
    .news-block-1 .new-responsive:before,
    .carousel-news::before {
        padding-top: 60%;
    }
}

.news-block-1 .new-responsive:before {
    padding-top: 35%;
}

.new-responsive-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
}

.object-fit-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center center;
}

.news-block .news-detail {
    position: relative;
    margin-top: -1px !important;
}

.artigo_detail .mas-details_2 {
    padding: 3.5rem 1rem 1rem;
    background: rgb(232,232,232,0.8);
    margin-top: -3rem;
    z-index: 1;
    position: relative;
}

.artigo_detail:hover .mas-details_2 {
    background: rgb(232,232,232,1);
    transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

.section-fundo .news-block .news-detail .bg-new-detail {
    background: #ffffff;
    position: relative;
    transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    width: 100%;
}

.news-block .news-detail .new-inline:nth-child(odd) {
    border-right: 0px solid #ffffff;
}

.news-block .news-detail .new-inline {
    position: relative;
    width: 50%;
    float: left;
    border: 1px solid #eaeaea;
}

.news-block .news-detail .new-block .new-responsive:before {
    padding-top: 62.54%;
}

.img-inline-detail, .new-inline-detail {
    width: 30%;
    float: left;
    margin: 0;
}

.new-inline-detail {
    width: 70%;
    padding: 1rem;
}

.owl-carousel-news .owl-item .item-slide > a,
.owl-carousel-news .owl-item .item-slide > a,
.news-block .new-responsive-item > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.owl-carousel-news .owl-item .item-slide .slide-details,
.news-block .news-detail .new-detail {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 35%;
    background: rgba(11,11,11,0.75);
    z-index: 11;
    padding: 3rem 1rem 1rem;
}

@media (max-width: 920px) {
    .owl-carousel-news .owl-item .item-slide .slide-details, .news-block .news-detail .new-detail {
        width: 60%;
    }
}

.news-block .col-md-3 .news-detail .new-detail,
.news-block .news-carousel .news-detail .new-detail {
    width: 90%;
    right: 0;
    bottom: .5rem;
}


.news-block .news-detail .new-detail.new-cat-detail-out {
    padding: 0;
}

.news-block .news-detail .new-detail.new-detail-out {
    position: relative;
    bottom: 0;
    background: rgba(0,0,0,0);
    right: auto;
    left: 0;
    width: 100%;
    border: 1px solid #eaeaea;
    border-top: 0px solid #ffffff;
    padding: 1rem;
    display: block;
    overflow: hidden;
}

.news-block-2 .news-detail .new-detail.new-detail-out,
.news-block-3 .news-detail .new-detail.new-detail-out,
.news-block-4 .news-detail .new-detail.new-detail-out {
    border: 0px solid #eaeaea;
    padding: 1rem 0;
}

.section-fundo .news-detail .bg-new-detail .new-detail {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

.news-block .news-detail .new-block .new-detail.new-detail-out {
    border: 0px solid #ffffff;
}


.owl-carousel-news .owl-item .item-slide .slide-details.left,
.news-block .news-detail .new-detail.left {
    left: 2rem;
}

.news-block .news-detail .new-detail.new-detail-out.left {
    left: auto;
}

.news-block .news-detail .new-detail.new-cat-detail-out {
    background: rgba(0,0,0,0);
    width: 100%;
}

.item-list-news {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 1px 0 0;
}

    .item-list-news .new-responsive-v2 {
        flex: 1;
    }

    .item-list-news .new-detail {
        flex: 1;
    }

.owl-carousel-news .owl-item .item-slide .slide-details .news-cat,
.news-block .news-detail .new-detail .news-cat {
    position: absolute;
    background: #0e457b;
    padding: 0.5rem 1rem;
    color: #ffffff;
    display: inline-block;
    margin: 0;
    top: -0.5rem;
    left: 1rem;
}

.section-fundo .news-block .news-detail .new-detail .news-cat {
    left: .5rem;
}

.news-block .news-detail .new-detail.new-cat-detail-out .news-cat {
    top: auto;
    left: auto;
    right: 0rem;
    bottom: 0rem;
    width: auto;
    position: relative;
    float: right;
}

.news-block .news-detail .new-detail.new-cat-detail-out .news-cat {
    /* top: 0rem; */
    /* left: 0rem; */
}

.owl-carousel-news .owl-item .item-slide .slide-details h2,
.owl-carousel-news .owl-item .item-slide .slide-details p,
.news-block .news-detail .new-detail h2,
.news-block .news-detail .new-detail p,
.news-block .news-detail .new-inline-detail h2,
.news-block .news-detail .new-inline-detail p,
.news-block .artigo-detail h2,
.news-block .artigo-detail p,
.new-responsive-v2 h2 {
    color: #ffc703;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-responsive-v2 h2 {
    -webkit-line-clamp: 4;
}

.news-block .news-detail .new-detail.new-detail-out h2,
.news-block .news-detail .new-detail.new-detail-out p,
.news-block .news-detail .new-inline-detail h2,
.news-block .artigo-detail,
.new-responsive-v2 h2 {
    color: #0e457b;
    font-weight: 500;
    transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

    .news-block .news-detail .new-detail.new-detail-out h2:hover,
    .news-block .news-detail .new-inline-detail h2:hover,
    .new-responsive-v2 h2:hover {
        color: #ffc703;
    }

.news-block .news-detail .new-detail h2,
.owl-carousel-news .owl-item .item-slide .slide-details h2,
.news-block .news-detail .new-inline-detail h2,
.news-block .artigo_detail h2,
.news-block .video-details h2,
.new-responsive-v2 h2 {
    text-transform: uppercase;
    margin-bottom: .5rem;
    font-size: 18px;
    line-height: 22px;
}

.news-block .artigo-detail h2 {
    font-style: italic;
}

.new-responsive-v2 h2 {
}


.news-block .video-details h2 {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    padding: .5rem;
}

    .news-block .video-details h2 a {
        color: #ffffff;
    }

.owl-carousel-news .owl-item .item-slide .slide-details p,
.news-block .news-detail .new-detail p,
.news-block .news-detail .new-inline-detail p {
    color: #f1f1f1;
    font-size: 12px;
    -webkit-line-clamp: 3;
    line-height: 18px;
}

.owl-artigos .owl-dots, .owl-gallery .owl-dots {
    margin-top: 50px;
}

.news-block .news-detail .new-detail.new-detail-out p,
.news-block .news-detail .new-inline-detail p,
.artigo_desc, .new-responsive-v2 p {
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.artigo_desc, .new-responsive-v2 p {
    font-size: 13px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 1px;
}

.new-responsive-v2 p {
    -webkit-line-clamp: 5;
}

.artigoDetalhe h2.title {
    font-size: 1.2rem;
    background: #1b61a7;
    color: #ffffff;
    padding: 1rem;
    font-weight: 300;
    margin: 0;
}

.resumoTitle {
    padding: .5rem 1rem;
    color: #1b61a7;
    border-bottom: 1px solid #f4f4f4;
    background: #f4f4f4;
    font-weight: 300;
    font-size: 1rem;
}

.autorArtigo {
    position: relative;
    width: 100%;
    background: #f4f4f4;
    padding: 1rem;
}

    .autorArtigo span, .autorArtigo a {
        position: relative;
        width: 100%;
        font-size: .85rem;
        border-bottom: 1px solid #ffffff;
        display: inline-block;
        padding: .5rem 0;
    }


.video-block {
    position: relative;
    /* display: flex; */
    /* justify-content: start; */
    /* align-items: start; */
    background: #000000;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

    .video-block .embed-responsive {
        height: auto;
    }

.artigo_detail span {
    font-size: 13px;
    font-style: italic;
    line-height: 13px;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 600;
}

.new-cat a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    background-color: #134D86;
    color: #FFF;
    padding: .5rem 1rem;
    line-height: 16px;
    z-index: 100;
}

.new-cat_2 {
    margin-bottom: 1rem;
    display: block;
}

.new-inline-detail .new-cat a {
    background: none;
    padding: 0;
    color: #ffc703;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.img-responsive {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.artigo_detail .img-responsive {
    /* max-width: 180px; */
    /* border-radius: 50%; */
    /* overflow: hidden; */
}

.img-responsive img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center center;
    border: 1px solid #e1e1e1;
}

/*.ultimas .img-responsive*/
/*GERAIS*/
.icon_module_pub {
    display: none;
}


/*ULTIMAS*/
.tit_mod_destaque, .titulo {
    border-bottom: 1px solid #0e457b;
    padding: 1rem 15px;
    margin: 0;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0e457b;
    /* background: #FFF; */
}

    .tit_mod_destaque, .titulo .news-cat {
        display: block;
        font-weight: 600;
    }

    .titulo .news-cat {
        color: #fdc029;
        font-size: 14px;
    }

.section.section-conteudos .titulo {
    margin-bottom: 3rem !important;
    font-weight: 500;
}

    .section.section-conteudos .titulo.titulo-form {
        margin-bottom: 1rem !important;
        font-weight: 500;
    }

.owl-noticias .owl-item {
    height: 100%;
    position: relative;
}

    .owl-noticias .owl-item .news-carousel {
        height: 100%;
        display: flex;
    }

        .owl-noticias .owl-item .news-carousel .news-detail {
            display: flex;
            height: calc(100% - 2rem);
            margin-top: 0 !important;
        }

.titulo .news-cat {
    display: block;
    font-size: 14px;
    color: #ffc703;
    font-weight: 600;
    padding: 0 0 .5rem;
}

.item-title {
    /* border: 1px solid #f1f1f1; */
    padding: 1rem;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0e457b;
    background: white;
}

.tit_mod_azul {
    background: #0e457b;
    color: #ffffff;
    border-bottom: 0px solid #ffffff;
    padding: 1rem;
}

.item-block {
    border: 1px solid #f1f1f1;
    display: block;
}

    .item-block .item-title {
        border-top: 1px solid #f1f1f1;
    }

ul.ultimas, ul.ul-podcasts {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    position: relative;
    /* background: #0e457b; */
    padding: 0;
    /* border: 1px solid #cacaca; */
}

    ul.ultimas li, ul.ul-podcasts li {
        display: flex;
        align-items: center;
        /* margin-bottom: 1rem; */
    }

    ul.ul-podcasts li {
        margin: 1px 0;
    }

.img_ultimas {
    display: block;
    width: 70px;
}

.ultimas .left-container {
}

.ultimas .right-container, ul.ul-podcasts .right-container {
    vertical-align: middle;
    padding-left: 10px;
    font-size: 16px;
    line-height: 18px;
}

    .ultimas .right-container a, ul.ul-podcasts .right-container a {
        font-size: 14px;
        line-height: 20px;
        /*! font-weight: 600; */
        color: #0e457b;
        text-transform: uppercase;
    }

ul.ultimas li, ul.ul-podcasts li {
    /* margin-bottom: 0.5rem; */
    padding: 0.5rem;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    justify-content: start;
    align-items: center;
    transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

    ul.ultimas li:hover, ul.ul-podcasts li:hover {
        background: #F4F4F4;
    }

    ul.ultimas li:last-child, ul.ul-podcasts li:last-child {
        border-bottom: 0px solid #ffffff;
    }

/*FOOTER*/
.footer-line {
    background: #0e457b;
    color: #FFF;
    font-size: 12px;
    line-height: 12px;
}

    .footer-line ul {
        margin: 1.5rem 0;
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: flex-start;
        overflow: hidden;
    }

        .footer-line ul.redes-sociais {
            padding: 1.35rem 0;
            margin: 0;
        }

        .footer-line ul li {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .footer-line ul li:first-child {
                /* margin-left: 0rem; */
            }

        .footer-line ul.menu-footer li a {
            padding: 0.5rem;
            border-left: 1px solid #4f7090;
            font-weight: 400;
        }

        .footer-line ul.menu-footer li:first-child a {
            padding-left: 0;
            border-left: 0px solid #4f7090;
        }

        .footer-line ul.menu-footer li a {
            font-size: 13px;
        }

    .footer-line .bordertop {
        border-top: 1px solid #4f7090;
    }


    .footer-line a {
        color: #FFF;
    }

/* AUTOR E FOTOGRAFO */
.propertyNews {
    width: 100%;
    text-align: right;
}

.writerNews, .photographerNews {
    text-align: right;
    padding: 2px 25px 2px 0px;
    background: url(/css/img/bg_writerNews.png) no-repeat right 5px;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    overflow: hidden;
}

    .writerNews span, .writerNews a {
        display: inline-block !important;
        float: right;
        margin-right: 0px;
        margin-left: 5px;
        text-align: right;
        line-height: normal;
        padding: 3px 0;
        /* display: inline-block; */
    }

    .writerNews p, .photographerNews p {
        width: 100%;
        display: block;
        float: right;
        margin: 0;
    }

.photographerNews {
    background: url(/css/img/bg_photographerNews.png) no-repeat right center;
}

.publicidadeEntrada {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

.publicidade {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#iframe_publicidade {
    /* max-width: 100%; */
    /* height: auto; */
}

.publicidade img {
    width: 100%;
    /* height: 100px; */
}

.publicidadeEntrada .publicidade img {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
}

.icon_module_pub {
    position: relative;
    /* width: 30%; */
    margin: 0;
    padding: 0;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

    .icon_module_pub img {
        margin: 0;
        padding: 0;
        float: right;
        height: 18px;
        width: auto;
    }

.modal.publicidade {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    /* width: 100%; */
    /* height: 100%; */
    z-index: 9999;
}

    .modal.publicidade .modal-dialog {
        position: fixed;
        margin: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        max-width: 100%;
    }

    .modal.publicidade .modal-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 0px solid #ffffff;
        border-radius: 0;
        box-shadow: none;
        /* width: 100%; */
        height: 100%;
        background: rgba(255,255,255,0.4);
    }

    .modal.publicidade .modal-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 50px;
        padding: 10px;
        background: #6598d9;
        border: 0;
    }

    .modal.publicidade .modal-title {
        font-weight: 300;
        font-size: 2em;
        color: #fff;
        line-height: 30px;
    }

    .modal.publicidade .modal-body {
        position: absolute;
        /* top: 50px; */
        /* bottom: 60px; */
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 300;
        overflow: auto;
    }

    .modal.publicidade .modal-footer {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 60px;
        padding: 10px;
        background: #f1f3f5;
        justify-content: space-between;
    }

.search-header .close {
    right: 2rem;
    top: 2rem;
}

/*FORM - PESQUISA*/
.bg-search {
    position: relative;
    margin: 3% 0;
    padding: 0;
    float: right;
    z-index: 4;
    width: 100%;
}

.search, .in-search {
    position: relative;
    margin: 0;
    padding: 10px 10px;
    float: left;
    border: 1px solid #A7A7A7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.in-search {
    width: 100%;
}

.esconde {
    display: none;
}

.search label, .lbl-search {
    display: none;
}

.search input, .in-search input {
    position: relative;
    margin: 0px;
    width: 100%;
    padding: 6px 7px;
    font-size: 14px;
    color: #A4A4A4;
    float: left;
    border: 0px solid #FFFFFF;
    z-index: 1;
}

.in-search input {
    width: 100%;
    height: 26px;
    padding: 6px 37px 6px 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#pesquisar, #pesquisar-1, #pesquisar-2, #pesquisar-mobile {
    position: absolute;
    margin: 0 0 0 -1px;
    padding: 0 7px;
    background: #2664a0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
    height: 26px;
    cursor: pointer;
    width: auto;
    color: #FFFFFF;
    right: 0;
    top: 0;
    height: 100%;
    width: 58px;
    z-index: 10;
}

#pesquisar {
    display: flex;
    justify-content: center;
    align-items: center;
}

    #pesquisar i {
        font-size: 1.7rem
    }

#pesquisar-1, #pesquisar-2, #pesquisar-mobile {
    position: absolute;
    margin: 0;
    padding: 0 7px;
    background: #8C0000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 26px;
    cursor: pointer;
    width: auto;
    color: #FFFFFF;
    top: 5px;
    right: 5px;
}

    #pesquisar i, #pesquisar-mobile i, #pesquisar-1 i, #pesquisar-2 i {
        margin: 4px 0 0;
        padding: 0;
    }

.list-cats {
    width: 100%;
    margin: 10px 0 !IMPORTANT;
    padding: 0;
    float: left;
}

    .list-cats li {
        width: 100%;
        margin: 0 0 8px;
        padding: 0 !IMPORTANT;
        float: left;
    }
/*PESQUISA*/
ul.search-results-box {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.search-path {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left; /* border-bottom:  1px solid red; */
}

    ul.search-path li {
        float: left;
        padding: 0 5px 0 0;
    }

        ul.search-path li a {
            color: #333333;
            font-size: 14px;
        }

p.results-title {
    margin: 10px 0px;
    float: left;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}

.search-results-box {
    color: #999999;
}

    .search-results-box > li {
        position: relative;
        width: 100%;
        float: left;
        display: block;
    }

.results-box {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    margin: 0 0 2rem;
    border-bottom: 1px solid #e2e8ef;
}

.bg-edicao-detalhe {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.edicaoDetalhe {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .edicaoDetalhe:before {
        content: "";
        padding-bottom: 125%;
        height: 0;
        position: relative;
        display: block;
    }

    .edicaoDetalhe .imgEdicao {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        border: 1px solid #e1e1e1;
    }

.title-edicao {
    position: absolute;
    width: auto;
    max-width: 90%;
    bottom: 0;
    right: 0;
    background: rgba(14, 69, 123, 0.95);
    padding: .5rem 1rem;
    margin: 0 0 10px 0;
}

    .title-edicao > span {
        color: #fdc029;
        font-size: 1.3rem;
        line-height: 1.5rem;
        display: block;
        text-align: right;
        margin-bottom: .2rem;
    }

        .title-edicao > span + span {
            color: #ffffff;
            font-size: .8rem;
            line-height: 1rem;
            display: block;
            text-align: right;
            margin-bottom: 0;
        }

.btn-edicao {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 1rem 1rem .5rem;
    margin: 0;
    border: 1px solid #e1e1e1;
    background: #f4f4f4;
}

    .btn-edicao a {
        position: relative;
        width: 100%;
        margin: 0;
        padding: .75rem;
        margin: 0;
        background: #0e457b;
        color: #ffffff;
        display: block;
        border-radius: 10px;
        margin: 0 0 .5rem;
        text-align: center;
        transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        border: 1px solid #0e457b;
    }



        .btn-edicao a + a {
            background: #ffffff;
            border: 1px solid #0e457b;
            color: #0e457b;
        }

        .btn-edicao a:hover {
            background: #fdc029;
            color: #0e457b;
        }

@media (min-width:1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1240px;
    }
}

.pub {
    text-transform: uppercase;
    font-size: 7px;
    line-height: 10px;
    position: absolute;
    top: 0;
    /*background: #FFF;*/
    padding: 2px;
    /*background: #0d447a;*/
    color: #333333;
    left: 0;
}

.gallery .video-details h2, .gallery .video-details h2 a {
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
}

.gallery .video-details h2 {
    padding: 15px;
    margin: 0;
}

.gallery .video-details {
    background: #0d447a;
    height: 100%;
}

/* BOTAO Enviar */

.btn.btn-primary {
    padding: 5px 35px;
    margin-top: 10px;
    background-color: #fff;
    color: #0e457b;
    border: 1px solid #0e457b !important;
    text-transform: uppercase;
    font-weight: 700;
}

    .btn.btn-primary:hover {
        background-color: #0e457b;
        color: #fff;
        border: 1px solid #0e457b !important;
    }

    .btn.btn-primary.bg-azul {
        background: #0e457b;
        color: #fff;
    }

        .btn.btn-primary.bg-azul:hover {
            background: #0d3a66;
        }


.btn-yellow {
    padding: 5px 35px;
    margin-top: 10px;
    background-color: #fff;
    color: #ffc703;
    border: 1px solid #ffc703 !important;
    text-transform: uppercase;
    font-weight: 700;
}

    .btn-yellow:hover {
        background-color: #ffc703;
        color: #fff;
        border: 1px solid #ffc703 !important;
    }

.font-size-12 {
    font-size: 12px;
}

.carousel-news .owl-dot.active span {
    background: #1c4f82;
}

.new-detail-out h2 {
    -webkit-line-clamp: 6 !important;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 0;
}

    .pagination a:hover:not(.active) {
        background-color: #ddd;
        color: #0e457b;
    }

.pagination .page.active a {
    z-index: 3;
    color: #fff;
    background-color: #0e457b;
    border-color: #0e457b;
}

.pagination li:first-child a.page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination li:last-child a.page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination .disabled {
    display: none;
}

.voltar {
    background: #0e457b;
    padding: 0.5rem 1rem;
    color: #ffffff;
    display: inline-block;
    margin: 0;
    cursor: pointer
}

.btn-vermais, .btn-vermais-img {
    position: absolute;
    top: -86px;
    right: 0;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    /* color:  #333333; */
}

    .btn-vermais-img.left {
        right: auto;
        left: 0;
    }

.btn-vermais-img {
    height: 52px;
    overflow: hidden;
}

    .btn-vermais-img img {
        max-width: 100%;
        max-height: 100%;
    }

.btn-vermais {
    background: rgba(255,255,255, 0.8);
    padding: 0.5rem 1rem;
    color: #ffffff;
}

    .btn-vermais:hover {
        background: rgba(255,255,255, 1);
    }


/* LOJA */

.item-shopping {
    margin-top: 20px;
    position: relative;
    float: right;
}

    .item-shopping .preco {
        background: #fff;
        padding: 3px 10px 17px;
        border: 1px solid #dbdbdb;
    }

    .item-shopping input {
        width: 60px;
        padding: 10px 5px 10px 10px;
        border: 1px solid #dbdbdb;
        margin-right: 12px;
        border-left: 0px;
    }

    .item-shopping .addItemShopping {
        padding: 6px 9px;
        color: #fff;
    }

        .item-shopping .addItemShopping:hover {
            background: #ffc703;
        }

.img-item-center .item-shopping {
    position: absolute;
    bottom: 8%;
    right: 4%;
    box-shadow: 0 0 6px 2px rgb(126 126 126 / 35%);
    opacity: 0;
    transition: opacity .3s;
}

.img-item-center:hover .item-shopping {
    opacity: 1;
}

.produto-button .item-shopping .preco {
    background: #fff;
    padding: 3px 10px 17px;
}

.produto-button .item-shopping .item-add-shopping input {
    border: 0;
    border: 1px solid #dbdbdb;
    border-left: 0px solid #dbdbdb;
    width: 60px;
    padding: 10px 5px 10px 10px;
    margin: 0;
    text-align: center;
    font-size: 16px;
}

.item-shopping .item-add-shopping input:focus {
    outline: 0;
}

.item-shopping .item-add-shopping .addItemShopping {
    padding: 11px 16px 11px;
    background: #0e447b;
    cursor: pointer;
    transition: all .2s;
}

.iva-msg {
    bottom: 2px;
    left: 0;
    font-size: 10px;
    padding: 0 4px;
    line-height: 14px;
    width: 74px;
    text-align: center;
}

.item-shopping .item-add-shopping .addItemShopping:hover {
    background: #ffc703;
}

.item-shopping .item-add-shopping .addItemShopping i {
    color: #fff;
}

#shopping-mini-cart {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #2664a0;
    z-index: 999;
    box-shadow: 0 0 6px 1px rgb(0 0 0 / 30%);
}

    #shopping-mini-cart.animation-cart {
        animation: zoom-in-zoom-out 1s ease-out;
    }

span.span-iva-incluido {
    font-size: 10px !important;
    margin: 0 3px;
    font-weight: 300 !important;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.3, 1.3);
    }

    100% {
        transform: scale(1, 1);
    }
}

#shopping-mini-cart .cart {
    padding: 0;
}

    #shopping-mini-cart .cart a {
        color: #fff;
        padding: 10px 15px;
        display: block;
    }

#shopping-mini-cart .preco {
    font-weight: 500;
}


.shopping-cart-table .updItemShopping {
    font-size: 14px;
    color: #0e457b;
    transition: all .3s;
}

    .shopping-cart-table .updItemShopping:hover {
        color: #2664a0;
        transform: rotate( 180deg);
    }

.shopping-cart-table .delItemShopping:hover i:before {
    font-weight: 700;
}

.detalhes-compra label {
    font-weight: 600;
    cursor: auto;
}

.detalhes-compra .termos-condicoes {
    font-weight: 400;
}

.detalhes-compra .total label,
.detalhes-compra .total span {
    font-weight: 700;
    font-size: 16px;
}

.form-morada label,
#morada-faturacao-form label {
    font-weight: 600;
}

.radiobuttonlist label {
    font-weight: 600;
}

.radiobutton, .radiobutton-payment {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
    margin: 0 0 1rem;
}

    .radiobutton:hover {
        background: #f7f7f7;
    }

    .radiobutton label, .radiobutton-payment label {
        padding: 18px 30px;
        width: 100%;
        display: block;
        text-align: left;
        color: #3c454c;
        cursor: pointer;
        position: relative;
        z-index: 2;
        transition: color 200ms ease-in;
        overflow: hidden;
    }

        .radiobutton label:before, .radiobutton-payment label:before {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            content: "";
            background-color: #2664a0;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            z-index: -1;
        }

        .radiobutton-payment label:before {
            background-color: transparent;
        }

        .radiobutton label:after, .radiobutton-payment label:after {
            width: 32px;
            height: 32px;
            content: "";
            border: 2px solid #d1d7dc;
            background-color: #fff;
            background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
            background-repeat: no-repeat;
            background-position: 2px 3px;
            border-radius: 50%;
            z-index: 2;
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            transition: all 200ms ease-in;
        }

    .radiobutton input:checked ~ label, .radiobutton-payment input:checked ~ label {
        color: #fff;
    }

        .radiobutton input:checked ~ label:before, .radiobutton-payment input:checked ~ label:before {
            transform: translate(-50%, -50%) scale3d(56, 56, 1);
            opacity: 1;
        }

        .radiobutton input:checked ~ label:after, .radiobutton-payment input:checked ~ label:after {
            background-color: #ffc803;
            border-color: #ffc803;
        }

    .radiobutton input, .radiobutton-payment input {
        width: 32px;
        height: 32px;
        order: 1;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        visibility: hidden;
    }

.custom-form-check {
    padding-left: 28px;
    cursor: pointer;
}

    .custom-form-check .termos-condicoes {
        cursor: pointer;
    }

    .custom-form-check input.custom-checkbox,
    .custom-form-check label.custom-checkbox {
        width: 18px;
        height: 18px;
        margin-left: -28px;
        margin-top: 2px;
        cursor: pointer;
    }

/* END LOJA */
@media (max-width: 992px) {
    #shopping-mini-cart {
        position: fixed;
        margin: -15px 15px 30px;
    }

    .produto-button .item-shopping .item-add-shopping input {
        width: 40px;
    }
}

@media (max-width:486px) {
    .footer-line ul.menu-footer li a {
        border-left: 1px solid #4f7090;
        font-weight: 400;
        font-size: 11px !important;
    }
}

@media (max-width:486px) {
    .footer-line .bordertop {
        border-top: 1px solid #4f7090;
        font-size: 11px;
    }
}

@media (max-width:414px) {
    .footer-line ul.menu-footer li a {
        border-left: 1px solid #4f7090;
        font-weight: 400;
        font-size: 9px !important;
    }
}

@media (max-width:414px) {
    .footer-line .bordertop {
        border-top: 1px solid #4f7090;
        font-size: 9px;
    }
}

@media (max-width:369px) {
    .footer-line ul.menu-footer li a {
        border-left: 1px solid #4f7090;
        font-weight: 400;
        font-size: 8px !important;
    }
}

@media (max-width:369px) {
    .footer-line .bordertop {
        border-top: 1px solid #4f7090;
        font-size: 8px;
    }
}

@media (min-width: 576px) {
    .modal-newsletter {
        max-width: 630px;
    }
}

@media (max-width: 576px) {
    .pagination .page:nth-child(n+7) {
        display: none;
    }
}
