@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;700;900&display=swap');
.newsflash-slider .img-not img {
    max-width: 40%;
    float: left;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}
.newsflash-slider .conteudo-cat{
    width: 54%;
    float: right;
}

.titulo-not {
    width: 100%;
    float: right;
    /* margin-left: 43px; */
    /* margin-top: 84px; */
    margin: 2px 0px 0px 45px;
    padding-right: 45px;
}

.titulo-not h2 {
    color: #003859;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.375rem;
}

.titulo-not a {
    text-decoration-line: none;
}

.time-not {
    float: right;
    width: 55%;
    margin-bottom: 10px;
    text-align: right;
    right: 30px;
    position: relative;
    margin-top: -25px;
}

.time-not p {
    color: #333;
    font-size: 14px;
}

p#hour-time {
    margin-top: 5px;
}

.desc-not {
    float: right;
    max-height: 20vh;
    padding: 8px 110px 0px 0px;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
}

.tag-not {
    float: right;
    width: 52%;
    position: relative;
    top: -48px;
    left: 7px;
}

.newsflash-slider .container {
    background: white;
    margin: 10px 0px 60px
}

.newsflash-slider .tag-circle::before{
    content: '';
    background-image: url('../../../../images/icone-noticia.png');
    display: inline-block;
    width: 63px;
    height: 54px;
    border-radius: 100px;
    /* background-color: #69b6d5; */

}

.newsflash-slider  .tag-circle{
    float: right;
    width: 55%;
    /* top: 20px; */
    z-index: 99;
    position: relative;
    /* margin-top: 25px; */
}

.newsflash-slider .tag-bg {
    font-family: 'Lato', sans-serif;
    width: 27%;
    /* height: 39px; */
    background: #003859;
    color: white;
    text-transform: uppercase;
    padding: 10px 10px 11px 30px;
    font-weight: 500;
}
.newsflash-slider .not-cont{
   padding: 30px 50px 50px;
}
.newsflash-slider .tag-escudo {
    width: 58px;
    height: 58px;
    left: 1415px;
    top: 18px;
    position: absolute;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 62.5px;
    background-color: #69b6d5;
}
.newsflash-slider .slick-slide{height: initial;}
.newsflash-slider .slick-dots{
    bottom: 15px!important
}
.newsflash-slider .slick-dots li button{
    box-shadow: none;
}
.newsflash-slider .slick-dots li button:before{
    background-color: #fff;
    content: ""!important;
    color: transparent!important;
    border: 2px solid #000;
    border-radius: 50%;
    width: 14px!important;
    height: 14px!important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.newsflash-slider .slick-dots li button:before:hover{
    background-color: #005F98!important;
}
.newsflash-slider .slick-dots li.slick-active button:before{
    background-color: #005F98;
    color: transparent!important;
    border: 1px solid #005F98;
    border-radius: 50%;
}
.newsflash-slider .slick-prev {
    left: 0 !important;
    top: 45% !important;
}
.newsflash-slider .slick-next {
    right: 0% !important;
    top: 45% !important;
}
.newsflash-slider .slick-list.draggable {
    height: auto;
}
.slick-prev:before {
    content: "‹" !important;
}
[dir="rtl"] .slick-prev:before {
    content: "›" !important;
}

.slick-next:before {
    content: "›" !important;
}

[dir="rtl"] .slick-next:before {
    content: "‹" !important;
}

button.slick-next.slick-arrow {
    width: 50px;
    height: 50px;
    /* background: #25AAE1 !important; */
    z-index: 9;
    border-radius: 50%;
}
button.slick-prev,
button.slick-next{
    box-shadow: none
}

button.slick-prev.slick-arrow {
    width: 50px;
    height: 50px;
    /* background: #25AAE1 !important; */
    z-index: 9;
    border-radius: 50%;
}

.slick-prev:before, .slick-next:before {
    font-size: 60px !important;
    line-height: 0.1 !important;
    color: #005F98 !important;
}

@media (max-width: 992px){
    .slick-prev {
        left: 80% !important;
    }
    .tag-bg {
        width: 45%;
    }
}

@media (max-width: 768px){
    .newsflash-slider .not-cont{padding: 30px 10px 60px;}
    .newsflash-slider .img-not img{ max-width: 100%; margin: 0 auto; float: initial; }
    .time-not{ margin-top: -72px;}
    .newsflash-slider .conteudo-cat{float: initial;width: 100%;}
    .tag-not {
        width: 50%;
    }
    button.slick-prev.slick-arrow {
        display: none !important;
    }
    button.slick-next.slick-arrow {
        display: none !important;
    }
    .r-tabs-state-active {
        bottom: 0px;
    }
    .img-not img {
        max-width: 100%;
    }
    .tag-circle {
         width: 100%;
     }
    .tag-not {
        width: 95%;
    }
    .titulo-not {
        width: 99%;
        padding-right: 0px;
    }
    .desc-not {
        width: 99%;
        padding-right: 0px;
    }
    #container .title-section {
        padding-bottom: 30px;
    }
    .newButton a {
        margin-bottom: 35px;
    }
    #container footer .logo-govpe-pb {
        float: none;
        bottom: 0;
    }
    #container footer address {
        text-align: center;
    }
}

@media (max-width: 425px){
    .tag-circle{ margin-top: 25px;}
    .time-not{margin-top: 0; width: 100%; text-align: left; right: initial;}
    .blog-list .post-header.mobile-four.ten.columns {
        width: 100% !important;
    }
    .blog-list .post-footer.mobile-four.two.columns {
         width: 100%;
     }
    .tag-not {
        width: 90%;
    }
    .grid-box .tag-circle{left: 0!important; width: 34%;}
}
