.section-channels {
    background-color: #f5f5f5;
}

.channels-tv__title,
.channels-tv__description {
    color: #51535A;
    text-align: center;
    margin: 0;
}

.channels-tv__title {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
}

.channels-tv__subtitle {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-top: 20px;
    font-weight: 200;
}

.channels-tv__description {
    font-size: 12px;
    line-height: 15px;
}

.channels-tv__description b {
    color: #00a9e0;
}

.channels-tv {
    width: 100%;
    max-width: 1200px;
    color: #51535a;
    padding: 30px 0;
    margin: 0 auto;
}

.channels-tv__container {
    padding-top: 30px;
}

.channel-tv__box {
    /* width: 90%; */
    max-width: 250px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 10px;
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);*/
    box-shadow: 4px 4px 10px 5px rgba(0, 0, 0, 0.12);
    padding: 25px 0;
    margin: 0 auto 20px;
    display: flex !important;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.channel-tv__icon {
    margin: 0 20px 0 15px;
}

.channel-tv__icon img {
    height: auto;
    display: block;
}

.channel-tv__text {
    width: 100%;
    padding-right: 10px;
    position: relative;
    text-align: center;
}

/* .channel-tv__text::before {
       content: '';
       width: 1px;
       height: 50px;
       background: #85868a;
       margin-top: -25px;
       display: block;
       position: absolute;
       top: 50%;
       left: 0;
       opacity: .65;
   } */

.channel-tv__subtitle {
    font-size: 17px;
    font-weight: bold;
    text-align: left;
}

.channel-tv__subtitle span {
    color: #00a9e0;
}

.channel-tv__title {
    color: #00a9e0;
    font-size: 17px;
    font-weight: bold;
}

.channels-tv__container-text {
    width: 82%;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .channels-tv__title {
        font-size: 38px;
        line-height: 46px;
        font-weight: 100;
        font-family: var(--f3);
    }

    .channels-tv__subtitle {
        font-size: 22px;
        line-height: 27px;
        font-weight: 300;
        font-family: var(--f3);
    }

    .channels-tv__title br {
        display: none;
    }

    .channels-tv__description {
        font-size: 20px;
    }

    .channel-tv__box {
        /*width: 32%;*/
        min-width: 220px;
        margin: 10px auto;
    }
}

@media only screen and (min-width: 1100px) {
    .channels-tv__container {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        gap: 10px;
        width: 100%;
        padding: 30px 0;
    }

    .channels-tv {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 1100px;
        flex-direction: column;

    }

    .channels-tv__description {
        font-size: 15px;
        line-height: 18px;
        width: 100%;
        max-width: 61%;
        margin: 0 auto;
        margin-top: 15px;
    }

    .channel-tv__box {
        min-width: 250px;
    }

    .channels-tv__container-text {
        width: 100%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}

.canales-5g {
    display: block;
    background-color: #F6F6F6;
}

.canales-5g .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    background-color: #fff;
    min-height: 76px;
    border-radius: 8px;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.canales-5g .item p {
    color: #313235;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
}

.canales-5g .item p b {
    color: #313235;
}

@media (min-width:768px) {
    .canales-5g {
        display: none;
    }
}