.img-not img {
    max-width: 40%;
    float: left;
    height: auto;
}

.titulo-not {
    width: 55%;
    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;
}

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

.time-not {
    float: right;
    width: 55%;
    margin-bottom: 10px;
}

.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: 55%;
    overflow: hidden;
    font-size: 14px;
}

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

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

.tag-circle::before{
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-color: #69b6d5;

}

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

.tag-bg {
    width: 25%;
    /* height: 39px; */
    background: #003859;
    color: white;
    text-transform: uppercase;
    padding: 10px 10px 11px 30px;
}

.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;
}

.slick-prev {
    left: 85% !important;
    top: 80% !important;
}

.slick-next {
    right: 3% !important;
    top: 80% !important;
}

.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.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: white !important;
}

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

@media (max-width: 768px){
    .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%;
    }
    .slick-list.draggable {
        height: 30rem;
    }
    .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){
    .blog-list .post-header.mobile-four.ten.columns {
        width: 65% !important;
    }
    .blog-list .post-footer.mobile-four.two.columns {
         width: 35%;
     }
    .tag-not {
        width: 90%;
    }
}
