body {
    padding-top: 0;
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important
}

a {
    text-decoration: none;
    color: #c8251e
}

.w-35 {
    width: 35%
}

.w-40 {
    width: 40%
}

.mh-7x5rem {
    max-height: 7.5rem !important
}

.mh-8x5rem {
    max-height: 8.5rem !important
}

button:focus {
    box-shadow: none !important
}

.fs-7 {
    font-size: .6rem !important
}

.text-theme {
    color: #c8251e !important
}

button:focus {
    box-shadow: none !important
}

#back_to_top {
    transition: all .3s;
    right: 20px;
    bottom: 20px;
    z-index: 1
}

header .navbar-brand img {
    width: 250px
}

#nav ul.navbar-nav li a {
    color: #000;
    font-weight: 500;
    font-size: 18px
}

#nav ul.navbar-nav li a.active, #nav ul.navbar-nav li a:hover {
    color: #c8251e
}

#nav ul.navbar-nav li .navbar-brand {
    margin-right: 0 !important;
    width: 0;
    opacity: 0;
    transition: all .3s
}

#nav ul.navbar-nav li .navbar-brand img {
    width: 0;
    transition: all .3s
}

#nav.show ul.navbar-nav li .navbar-brand {
    margin-right: 1rem !important;
    width: auto;
    opacity: 1
}

#nav.show ul.navbar-nav li .navbar-brand img {
    width: 100px
}

#nav .header-social li a {
    color: #000
}

#nav .header-social li a:hover {
    color: #676767
}

#offcanvasNav .navbar-nav .nav-item .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 16px
}

#offcanvasNav .navbar-nav .nav-item .nav-link:hover {
    color: #c8251e
}

.lead .link h1 {
    font-size: 2rem;
    color: #000
}

.lead .link .intro {
    max-height: 9.5rem
}

.lead .link p {
    color: #676767
}

.lead .link:hover h1 {
    text-decoration: underline
}

.sub-lead .sub-lead-lead figure .icon {
    background: rgba(200, 37, 30, .8);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px 15px 23px
}

.sub-lead .sub-lead-lead figure .icon i {
    color: #fff
}

.sub-lead .sub-lead-lead img {
    object-fit: cover
}

.sub-lead .sub-lead-lead h4 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.32;
    color: #000
}

.sub-lead .sub-lead-lead h4.heading-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8))
}

.sub-lead .sub-lead-lead .intro {
    max-height: 7.5rem
}

.sub-lead .sub-lead-lead p {
    line-height: 1.42;
    color: #676767;
    font-weight: 300;
    font-size: 14px
}

.sub-lead .sub-lead-lead:hover h4 {
    text-decoration: underline
}

.sub-lead .sub-lead-lead:hover p {
    text-decoration: none
}

.text-truncate-2line {
    line-height: 2rem;
    font-weight: 500;
    max-height: 4rem;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal
}

.news-media-list .link {
    color: #000
}

.news-media-list .link img {
    object-fit: cover
}

.news-media-list .link h5 {
    color: #000
}

.news-media-list .link h6 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    margin-bottom: 0
}

.news-media-list .link p {
    line-height: 1.42;
    color: #676767;
    font-weight: 300
}

.news-media-list .link:hover h6, .news-media-list .link:hover h5 {
    text-decoration: underline
}

.news-media-list .link:hover p {
    text-decoration: none
}

.news-media-list .cat-pos {
    color: #c8251e;
    bottom: 0
}

.news-media-list .cat-pos:hover {
    text-decoration: underline
}

.title-heading {
    border-top: 1px solid #cfd4fb;
    padding-top: 8px
}

.title-heading .hyper span {
    color: #c8251e;
    font-size: 18px;
    position: relative
}

.title-heading .hyper span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #c8251e;
    top: -12px
}

.social-share li a i {
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%
}

.social-share li a i.fa-facebook {
    background: #1877f2
}

.social-share li a i.fa-twitter {
    background: #00aced
}

.social-share li a i.fa-whatsapp {
    background: #25d366
}

.social-share li a i.fa-print {
    background: #e6e6e6;
    color: #000
}

.social-share li a i:hover {
    opacity: .8
}

.details-news article p {
    font-size: 18px;
    line-height: 1.8
}

footer {
    background: #000
}

footer::before {
    height: 80px;
    right: 2px;
    top: 0
}

footer::after {
    bottom: 3px;
    height: 40px;
    left: 0
}

footer::before, footer::after {
    background-color: rgba(0, 0, 0, 0);
    background-image: radial-gradient(rgba(255, 255, 255, 0.501961) 1px, transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
    content: "";
    display: block;
    position: absolute;
    width: 40px
}

footer .footer-logo {
    width: 100px
}

footer .footer-menu li a {
    color: #fff
}

footer .footer-menu li a:hover {
    text-decoration: underline
}

footer .footer-social li a {
    color: #676767
}

footer .footer-social li i {
    font-size: 20px
}

footer .footer-social li:hover a {
    color: #fff
}

footer .copyright {
    font-size: 12px
}

footer .copyright a:hover {
    text-decoration: underline
}

.pagination {
    display: block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline-block;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 3px 10px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > .active > span, .pagination > .active > span:hover {
    background-color: #000;
    border-color: #000;
    color: #FFF
}
