.section-soporte-tv {
    display: none;

}

.section-soporte-tv h3 {
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    color: #313235;
    font-weight: 700;
    padding-top: 30px;

}

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

.series__title,
.series__descrip {
    color: #51535A;
    text-align: center;
    margin: 0
}

.series__title {
    font-size: 25px;
    font-weight: bold;
}

.series__descrip {
    font-size: 20px;
    margin-bottom: 20px;
}

.soporte-tv__container {
    height: fit-content;
}

.soporte-tv__box-ctn {
    width: 250px;
    height: 56px;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    padding: 15px 10px;
    margin: 5px auto 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}

.soporte-tv__box-icon {
    margin: 0 10px !important;
}

.soporte-tv__box-text {
    font-size: 16px;
    font-weight: 600;
}

.soporte-tv__box-text span {
    color: #019DF4;
}

@media only screen and (min-width: 768px) {
    .series__title {
        font-size: 30px;
    }

    .series__descrip {
        font-size: 20px;
    }

    .soporte-tv {
        display: grid;
        align-items: center;
        justify-content: space-around;
        grid-template-columns: 26% 70%;
        width: 100%;
        max-width: 850px;
        padding: 0;
        column-gap: 3%;
        margin-top: 30px;
    }
    .section-soporte-tv {
        display: block;
        background-color: #F5F5F5;
    }
    
}

@media only screen and (min-width: 1100px) {


    .soporte-tv__container {
        display: grid;
        grid-template-columns: 49% 49%;
        gap: 10px;
    }

    .series__title, .series__descrip {
        text-align: left;
    }
}

.tyc36 {
    color: #313235;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    grid-area: 3 / 1 / 4 / 3;
    padding-left: 20px;
}