.bloq_tit {
    display: flex;
    gap: 0;
    position: relative;
    margin-bottom: 0px;
}

.bloq_tit .tit_video {
    background: #060127;
    color: black;
    font-weight: bold;
    font-family: 'Anek Malayalam';
    font-size: 55px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 60px;
    width: fit-content;
    white-space: nowrap;
}

.bloq_tit .bloque.tit_video .sub_bloque {
    background: #fff;
    padding: 15px 85px;
    border-radius: 0 0 30px 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.bloq_tit .tit_text {
    background: #060127;
    color: white;
    font-family: 'Archivo';
    font-size: 20px;
    font-weight: 400;
    padding: 20px 80px 20px 80px;
    border-radius: 25px 25px 0px 0px;
    margin-left: 0px;
    position: relative;
    z-index: 1;
    line-height: 1.2;
    flex: 1;
    min-width: auto;
}

.gaming_battle {
    background: #060127;
    padding: 50px 50px 25px 50px;
    border-radius: 30px 0 0 0;
}

.gaming_battle .LAYOUT_SIN_CONTAINER_>div,
.mundo_gamer .LAYOUT_SIN_CONTAINER_>div {
    display: flex;
    align-items: center;
    gap: 40px;
}

.gaming_battle .LAYOUT_SIN_CONTAINER_>div img,
.mundo_gamer .LAYOUT_SIN_CONTAINER_>div img {
    margin-bottom: 30px;
    width: 300px;
}

.videos_gaming .article-section,
.videos_gaming .text_block .subheadline {
    display: none;
}

.videos_gaming .swiper-wrapper .media_block .multimedia .multimediaIconMacroWrapper a div img {
    border-radius: 6px;
    height: 100% !important;
    object-fit: cover;
}

.videos_gaming .swiper-wrapper .media_block .text_block {
    bottom: 0;
    width: 100%;
    margin-top: 15px;
}

.videos_gaming section.noticias .headline h3 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Archivo';
    line-height: 22px;
}

.videos_gaming li.date {
    color: #FFB416;
    font-weight: 500;
    font-size: 12px;
}

.videos_gaming .iconPlay {
    background-image: url('https://ecuavisadev.netlify.app/home-rd/assets/iconplayrd.svg');
    background-position: center;
    width: 40px;
    height: 40px;
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.videos_gaming .swiper-wrapper {
    padding-bottom: 3rem;
}

.videos_gaming .swiper-pagination-bullet-active {
    background: #000000;
}

.videos_gaming .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}


.layout-catar .swiper-pagination-bullet {
    background: #fff !important;
}

.gaming_battle .layout-catar {
    background-image: url('https://services.ecuavisa.com/imagenes/fondogaming.webp');
    background-color: black;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 60px 40px 20px 40px;
    border: 4px solid #f68939;
    border-radius: 30px;
}

.mundo_gamer {
    background: #060127;
    padding: 25px 50px 50px 50px;
    border-radius: 0 0 30px 30px;
    margin-bottom: 40px;
}

.mundo_gamer .layout-catar {
    background: #3d0598;
    padding: 50px;
    border-radius: 30px;
}


@media (max-width: 991px) {

    .gaming_battle .LAYOUT_SIN_CONTAINER_>div,
    .mundo_gamer .LAYOUT_SIN_CONTAINER_>div {
        display: block;
    }

    .gaming_battle .LAYOUT_SIN_CONTAINER_>div img,
    .mundo_gamer .LAYOUT_SIN_CONTAINER_>div img {
        margin-bottom: 30px;
        max-width: 400px;
    }

    .img-logo {
        text-align: center;
    }

    .mundo_gamer .layout-catar,
    .gaming_battle .layout-catar {
        padding: 20px 0;
    }

    .gaming_battle,
    .mundo_gamer {
        padding: 20px;
    }

    .gaming_battle {
        border-radius: 0;
    }

    .mundo_gamer {
        border-radius: 0 0 30px 30px;
    }

    .bloq_tit {
        display: block;
        background: #060127;
        border-radius: 30px;
    }

    .bloq_tit .tit_video {
        background: transparent;
    }


    .bloq_tit .bloque.tit_video .sub_bloque {
        background: transparent;
        color: #fff;
        padding: 40px 20px 0 20px;
        font-size: 30px;
    }

    .bloq_tit .tit_text {
        min-width: auto;
        padding: 20px
    }
}