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

.desc-not {
    float: right;
    max-height: 10vh;
    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: 91%
}

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

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

.slick-list.draggable {
    min-height: 55vh;
}

.catChild h3.childTitle {
    margin: 0px 25px;
}

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

@media (max-width: 992px) {
    .slick-prev {
        left: 2% !important;
        top: 95% !important;
    }
    .slick-next {
        top: 95% !important;
    }
    ul.newsflash-slider.mod-list .fade.slick-initialized.slick-slider {
        height: 25em;
    }

}

@media (max-width: 768px) {

    .img-not img {
        max-width: 100%;
        float: inherit;
        height: auto;
    }
    ul.newsflash-slider.mod-list .fade.slick-initialized.slick-slider {
        height: 45em;
    }
    .slick-slide {
        display: none;
        float: left;
        height: 50rem;
        min-height: 1px;
    }
    .tag-circle {
        width: 100% !important;
    }
    .tag-not {
        width: 96%;
    }
    .titulo-not {
        width: 99%;
    }
    .desc-not {
        width: 99%;
    }
}

@media (max-width: 610px) {
    .tag-not {
        width: 94%;
    }
}

@media (max-width: 425px){
    .tag-not {
        width: 90%;
    }
}