@font-face {
    /* font-family: "Museo"; */
    font-family: "Montserrat", sans-serif;
    /* font-style: normal;
    font-weight: 500; */
    /* src: url("/fonts/museo/Museo700-Regular.otf"); */
}
:root {
    /* --main-color: #ef534f; */
    /* --main-color: #c62828; */
    --main-color: #b70042;
    --grey-color: #575757;
    --white-color: white;
    --yellow-color: #e2b829;
    --dark-mode-color: #141414;
}
body {
    font-family: "Museo", sans-serif;
}
.border-top-white {
    border-top: 2px solid var(--white-color);
}
.color-text {
    color: var(--main-color);
}
.color-moon-text {
    color: var(--yellow-color);
}
.color-white-text {
    color: var(--white-color);
}
.dark-theme {
    background-color: var(--dark-mode-color);
}
.light-theme {
    background-color: var(--white-color);
}
.red-theme {
    background-color: var(--main-color);
}
.label-highlight {
    background: var(--main-color);
    padding: 0.2rem 0.2rem;
    border-radius: 5px;
}
.label-highlight-date {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tabs li a {
    font-weight: 400;
    font-size: 17px;
}
.tabs li.is-active a {
    border-bottom: 3px solid var(--main-color);
    color: var(--main-color);
    font-weight: bold;
}

.tabs a:hover {
    color: var(--main-color);
    border-bottom-color: transparent;
}

.bd-search .control > .icon.is-right {
    color: var(--main-color) !important;
}

.bd-search .input:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 0 1px var(--main-color);
}
.date-size-highlight {
    font-size: 13px;
}
.list-item-parent {
    margin-top: -0.7em;
}
.author {
    color: var(--grey-color);
    font-size: 14px;
}

.date-news {
    color: var(--grey-color);
    font-size: 12px;
}

.advertisement {
    /* width: 100%;
    height: 300px; */
    border-radius: 10px;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.news-title {
    font-size: 21px;
}

.splide {
    padding: 20px 0;
    margin-top: -1.2em;
}

.splide__slide img {
    display: block;
    width: 100%;
    border-radius: 8px;
    transition: transform 400ms;
    transform: scale(0.9);
    transform-origin: center center;
    height: 462px;
    object-fit: cover;
}

.splide__slide.is-active img {
    transform: scale(1);
}
.splide:not(.is-overflow) .splide__pagination {
    display: flex !important;
    position: absolute;
    top: 90%;
}
/* #splide-mobile.splide:not(.is-overflow) .splide__pagination {
    display: flex !important;
    position: absolute;
    top: 90%;
  } */
#splide .splide__pagination li {
    margin: 3px !important;
}
#splide-mobile .splide__pagination li {
    margin: 3px !important;
}
#splide .splide__pagination__page,
#splide-adv .splide__pagination__page,
#splide-adv-seg-second .splide__pagination__page {
    background: #ffb0b0 !important;
}
#splide .splide__pagination__page.is-active,
#splide-adv .splide__pagination__page.is-active,
#splide-adv-seg-second .splide__pagination__page.is-active,
#splide-adv-mobile .splide__pagination__page.is-active,
#splide-mobile .splide__pagination__page.is-active {
    background: #c62828 !important;
}
#splide-adv ul.splide__pagination,
#splide-adv-mobile ul.splide__pagination {
    position: absolute;
    top: 70%;
}

#splide-adv-seg-second ul.splide__pagination {
    top: 75%;
}

#splide-adv-seg-second .splide__arrow.splide__arrow--prev {
    left: 3rem;
}
#splide-adv-seg-second .splide__arrow.splide__arrow--next {
    right: 3rem;
}

.splide .splide__arrow svg {
    filter: none !important;
    fill: #c62828 !important;
}

#splide-adv-mobile button.splide__pagination__page.is-active,
#splide-mobile button.splide__pagination__page.is-active {
    background: #c62828 !important;
}
#splide-adv-mobile button.splide__pagination__page,
#splide-mobile button.splide__pagination__page {
    background: #ffb0b0 !important;
}

#splide-information .splide__arrows {
    display: none;
}

.overlay-highlight {
    position: absolute;
    bottom: 0%;
    margin-left: -1.5em;
    padding: 1rem;
    background: #181818;
    width: 100%;
    height: auto;
}
/* .img-list-highlight {
    width: 100% !important;
    height: 96px !important;
    object-fit: cover !important;
} */
.tag:not(body).is-danger {
    background: var(--main-color);
}

.active-footer {
    border-bottom: 2px solid white;
    width: 20%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5rem;
}
.flex-container {
    display: flex;
    /* margin-top: 1rem; */
}
.flex-container > p {
    margin: 10px;
}

.information {
    background: #f6f6f6;
    color: var(--main-color);
    border-radius: 5px;
    border-left: 10px solid var(--main-color);
}
.footer {
    /* background-color: var(--main-color); */
    padding: 3rem 1.5rem 1rem;
}
.bd-footer-links {
    margin-top: 3rem;
    padding-bottom: 0;
}

.bd-footer-link {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.contact-item {
    margin-left: 1.5rem;
}

.contact-item-color {
    color: white;
}

.icon-social-media {
    font-size: 25px;
    color: white;
}
.border-social-media {
    border: 1px solid var(--main-color);
    background: var(--main-color);
    border-radius: 15px;
}
.parent-border-social-media {
    display: flex;
    justify-content: flex-end;
    margin-top: -0.4rem;
}
.pagination-link.is-current {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: #fff;
}
.btn-border-none {
    background: transparent;
    border: none;
}
.breadcrumb li + li::before {
    color: white;
    content: "|";
}
@media screen and (min-width: 1024px) and (max-width: 1112px) {
    .navbar-brand {
        /* width: 50%; */
        width: 100%;
    }
    .navbar-menu {
        width: 50%;
    }
    .navbar-item img {
        /*min-height: 2.5rem;*/
    }
    .bd-search {
        width: 19rem;
    }
    .bd-navbar .navbar-brand img {
        /* height: auto;
        width: 144px !important; */
        /* aspect-ratio: auto !important; */
        width: auto !important;

        height: auto !important;

        object-fit: cover;
    }
    .text-title-another-news {
        font-size: 20px;
        border-left: 5px solid var(--main-color);
    }
    .list-item-image {
        width: auto;
        /* width: 100%; */
    }
    .img-list-highlight {
        /* width: 100%; */
        height: 100px !important;
        object-fit: cover;
    }
    #splide-adv {
        /* width: 1020px; */
        width: auto;
        height: 462px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width: 1216px) {
    .navbar-brand {
        /* width: 50%; */
        width: auto;
    }
    .navbar-menu {
        width: 50%;
    }
    .navbar-item img {
        max-height: unset !important;
    }
    .bd-search {
        width: 19rem;
    }
    .bd-navbar .navbar-brand img {
        /* height: auto;
        width: 144px !important; */
        /* aspect-ratio: auto !important; */
        width: auto !important;

        height: auto !important;

        object-fit: cover;
    }
    .text-title-another-news {
        font-size: 20px;
        border-left: 5px solid var(--main-color);
    }
    .list-item-image {
        width: 100%;
    }
    .img-list-highlight {
        /* width: 100%; */
        height: 100px !important;
        object-fit: cover;
    }
    #splide-adv {
        /* width: 1020px; */
        width: 1020px;
        height: 462px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .list-item-image {
        width: auto;
        /* width: 100%; */
    }
}
@media screen and (min-width: 481px) and (max-width: 820px) {
    body {
        width: 100%;
        overflow-x: hidden;
    }
    .navbar-brand {
        /* width: 100%; */
        width: auto;
    }
    .list-item-title {
        font-size: 12px !important;
    }
    .author {
        font-size: 10px !important;
    }
    .news-date {
        font-size: 10px !important;
    }
    .list-item-image {
        width: 100px;
        /* width: 100%; */
    }
    .list-item-content {
        margin-left: 1.5rem;
    }
    .img-list-highlight {
        /* width: 100%; */
        height: 80px !important;
        object-fit: cover;
    }

    .navbar-item img {
        max-height: 2rem;
    }
    .bd-navbar .navbar-brand img {
        height: auto;
        width: auto !important;
        /* aspect-ratio: auto !important; */
        object-fit: cover;
    }
    .bd-search-tablet .control > .icon.is-right {
        color: var(--main-color) !important;
    }

    .bd-search-tablets .input:focus {
        border-color: var(--main-color);
        box-shadow: 0 0 0 1px var(--main-color);
    }
    .footer-social-media {
        display: flex;
        flex-wrap: nowrap;
    }
    .footer-social-media {
        margin-top: 1.5rem;
    }
    .footer-social-media > p:first-child {
        margin: 10px 10px 10px 0;
    }
    .footer-social-media > p {
        margin: 10px;
    }
    .text-title-another-news {
        font-size: 20px;
        border-left: 5px solid var(--main-color);
    }
    .message.is-danger {
        background-color: #f6f6f6 !important;
    }
    .list:not(.has-overflow-ellipsis) .list-item {
        flex-wrap: unset !important;
    }
    .active-footer {
        border-bottom: 2px solid white;
        width: 16%;
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0.5rem;
    }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    body {
        overflow-x: hidden;
    }
    /* .navbar-item img {
        max-height: 3rem !important;
    } */
    .bd-navbar .navbar-brand img {
        height: auto;
        width: auto !important;
        /* aspect-ratio: auto !important; */
        object-fit: cover;
    }
    .highlight-image .image img {
        width: 100%;
        border-radius: 5px;
        object-fit: cover;
        height: auto;
    }

    #splide-mobile-track {
        padding-left: 0 !important;
    }

    .columns-advertisement-mobile {
        margin-left: 0;
        margin-right: -0.75rem;
        margin-top: -0.75rem;
    }

    .title-another-news {
        font-size: 14px;
    }

    .text-title-another-news {
        font-size: 20px;
        border-left: 5px solid var(--main-color);
    }

    .container-news {
        display: flex;
        flex-wrap: nowrap;
    }

    .footer-social-media {
        display: flex;
        flex-wrap: nowrap;
    }
    .footer-social-media {
        margin-top: 1.5rem;
    }
    .footer-social-media > p:first-child {
        margin: 10px 10px 10px 0;
    }
    .footer-social-media > p {
        margin: 10px;
    }
    #splide-mobile.splide:not(.is-overflow) .splide__pagination {
        display: none !important;
    }
    #splide-adv-seg-third-mobile.splide:not(.is-overflow) .splide__pagination {
        display: none !important;
    }
    .active-footer {
        border-bottom: 2px solid white;
        width: 16%;
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0.5rem;
    }
}
