.section-mainTabs_mArena{
    padding: 40px 10px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}
.section-mainTabs_mArena h2,
.px-eventos_text h3{
    font-weight: 300;
    font-size: 5vw;
    color: #313235;
    text-align: center;
}
.mainTabs-mArena__container{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -36px;
    display: flex;
    justify-content: flex-start;
    width: 94%;
    max-width: 1100px;
    margin: 40px auto 0;
    gap: 12px;
    border-bottom: 3px solid #d3d4d3;
}
.mainTabs-mArena__container{
    position: inherit;
    overflow-x: auto;
}
.mainTablink-mArena{
    width: 228px;
    max-width: 228px;
    min-width: 228px;
    box-shadow: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 4.4vw;
    font-weight: bold;
    line-height: 18px;
    color: #50535A;
    padding: 16px 4px;
    border-bottom: 6px solid transparent;
    transition: all .4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.mainTablink-mArena img{
    display: none;
}
.mainTablink-mArena.active {
    border-bottom: 4px solid var(--blue);
    color: #0B2739;
}

/* ----------- CSS TABS  ---------------- */
.content_tabs_mArena{
    width: 96%;
    max-width: 1110px;
    margin: 40px auto 20px;
}
.box-messages_content{
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
}
.box-messages_items{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    padding: 14px 10px;
    border-radius: 8px;
}

.box-video{
    width: 80%;
    height: 600px;  
    margin: auto;
    transform: translateY(60px);
}

.video{
    position: relative;
    height: 0px;
    padding-bottom: 56.25%;

}
.video video{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 0.5rem;
}

.box-messages_items p{
    display: grid;
    grid-template-columns: 6% 94%;
    gap: 7px;
    width: 94%;
    max-width: 470px;
    color: #313235;
}
.box-messages_items p::before{
    content: "";
    background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/hogar/movistar-total/beneficios-total/tab1-movistar-arena/content-subTabs/icon-Approved.webp);
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 6px;
}
.px-eventos_content{
    display: none;
}

/* --------- TAB FOUR ------------- */
.ct-recommendations{
    padding: 40px 0 0;
}
.ct-recommendations h3{
    font-size: 6.6vw;
    margin-bottom: 20px;
    padding: 0 20px;
    line-height: 7.8vw;
    text-align: center;
    font-weight: 300;
    color: #313235;
}
.ct-recommendations-items{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin: 10px auto;
    text-align: center;
    gap: 14px;
    color: #50535A;
}
.ct-recommendations-items img{
  height: 60px;
}
.ct-recommendations-slider .slick-dots li button:before {
    font-size: 10px;
  }
  .ct-recommendations-slider .slick-dots li.slick-active button:before {
    color: var(--blue);
  }
@media only screen and (min-width: 768px) {
    .box-messages_content{
        grid-template-columns: repeat(2, 1fr);
    }
    .box-messages_content.twoRows{
        grid-template-rows: repeat(2, 1fr);
    }
    .box-messages_items{
        font-size: 18px;
    }
    .box-messages_items p{
        gap: 4px;
    }
    .px-eventos_content{
        width: 100%;
        max-width: 1110px;
        margin: 70px auto 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }
    .px-eventos-img{
        display: flex;
        justify-content: flex-end;
    }
    .px-eventos_content img{
        max-width: 444px;
        display: block; 
    }
    .px-eventos_text{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .px-eventos_text h3{
        text-align: left;
    }
    .px-eventos_text p{
        font-size: 1.2rem;
        line-height: 1.7rem;
    }
    .px-eventos_text a{
        font-size: 18px;
        color: var(--blue);
    }
    .px-eventos_text a::after{
        font-family: 'new-ico-logos-movistar', Arial, Helvetica, sans-serif !important;
        content: "\ea0c";
        font-size: 16px;
        margin: 4px 0 0 4px;
    }

}

/* ------------------------------------- */

@media only screen and (min-width: 878px) {
    .section-mainTabs_mArena h2,
    .px-eventos_text h3,
    .ct-recommendations h3{
        font-size: 2.2rem;
    }
    .mainTabs-mArena__container{
        overflow: hidden;
    }
    .mainTablink-mArena{
        width: 100%;
        max-width: 100%;
        min-width: auto;
        font-size: 14px;
        font-weight: 400;
    }
    .mainTablink-mArena img{
        display: block;
        filter: grayscale(100%);
        height: 36px;
    }
    .mainTablink-mArena.active img{
        filter: grayscale(0);
    }
}