#banner-noticias {
    margin-bottom: 20px;
}

#banner-noticias .swiper {
    width: 100%;
    height: 100%;
}

#banner-noticias .container .row {
    margin-left: 0px;
    margin-right: 0px;
}

.swiper-banner .swiper-slide {
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border-radius: 16px;
}

.swiper-banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.swiper-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(15, 27, 35, 0) 50%, #0F1B23 100%);
    z-index: 1;
    border-radius: 16px;
}

.swiper-text {
    position: absolute;
    top: calc(50% + 150px);
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: Rawline;
    /*text-align: center;*/
    z-index: 2;
    width: 97%;
}

.swiper-text div.desc-titulo {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    border-left: 6px solid red;
    margin-left: 10px;
}

.swiper-text h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    padding-left: 10px;
}

.swiper-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

#banner-noticias .swiper-button-next::after,
#banner-noticias .swiper-button-prev::after {
    font-size: 23px !important;
}

#banner-noticia-1 {
    padding-left: 0 !important;
}

#banner-noticia-2 {
    padding-bottom: 14px !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.noticia {
    position: relative;
    height: 218px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.noticia:hover {
    transform: scale(1.03);
}

.noticia h4 {
    position: relative;
    width: 100%;
    color: white;
    margin: 0;
    padding: 10px;
    padding-top: 0;
    border-radius: 0px 0px 15px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.badges-container {
    display: flex;
    padding-left: 10px;
    margin-bottom: 15px;
    z-index: 1;
}

.badges-container span {
    font-weight: 400;
}

.badge+.badge {
    margin-left: 5px;
}

.swiper-pagination-bullet {
    background:  var(--gray-100);
}

.swiper-pagination-bullet-active {
    background-color: rgb(0 94 162) !important;
}

@media (max-width: 767.98px) {
    .swiper-text {
        top: calc(66% + 50px);
        color: #000;
        width: 100%;
        background-color: #fff;
        height: 125px;
    }

    #banner-noticias {
        height: 181px;
        margin-bottom: 137px;
    }

    #banner-noticias .container .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .swiper-banner .swiper-slide img {
        border-radius: 8px;
        height: 181px;
    }

    .swiper-banner .swiper-slide {
        border-radius: 0px;
    }

    .swiper-text h2 {
        font-size: 17px;
        line-height: 20.4px;
        padding-left: 0px;
    }

    .swiper-text div.desc-titulo {
        border-left: unset;
    }

    .swiper-text p {
        display: none;
    }

    #banner-noticia-2,
    #banner-noticia-3 {
        display: none;
    }

    #banner-noticias .swiper {
        height: 308px;
    }

    .swiper-gradient {
        display: none;
    }

    #banner-noticia-1 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, -13px);
    }

    .swiper-text div.desc-titulo {
        margin-left: 0px;
    }

    .badges-container {
        padding-left: 0px;
    }

    /*
      #banner-noticias .swiper {
          width: 96% !important;
      }*/
}

@media (min-width: 768px) {

    #banner-noticias .swiper-button-next,
    #banner-noticias .swiper-button-prev {
        width: calc(var(--swiper-navigation-size)/ 44 * 28) !important;
    }

    #banner-noticias .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, -4px) !important;
    }
}