.mdeportes-banneruno__subtitle b,
.mdeportes-titulo__title b {
    font-weight: 700
}

.mdeportes-banneruno__logo-img {
    width: auto;
    height: auto
}

.mdeportes-banneruno__title {
    color: #0b2739;
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: 700
}

.mdeportes-banneruno__subtitle,
.mdeportes-titulo__subtitle,
.mdeportes-titulo__title {
    color: #50535a;
    margin-bottom: 12px;
    font-weight: 300
}

.mdeportes-banneruno__subtitle {
    font-size: 14px
}

.mdeportes-banneruno {
    display: flex;
    justify-content: center
}

.mdeportes-banneruno__inner {
    width: 100%;
    max-width: 330px;
    height: 360px;
    position: relative
}

.mdeportes-banneruno__image-img {
    width: auto;
    height: auto;
    position: absolute;
    bottom: -15px;
    right: -20px
}

@media (min-width:768px) {
    .mdeportes-banneruno {
        margin-left: 60px
    }

    .mdeportes-banneruno__inner {
        max-width: unset;
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: center
    }

    .mdeportes-banneruno__title {
        font-size: 30px
    }

    .mdeportes-banneruno__subtitle {
        font-size: 16px;
        max-width: 35%
    }

    .mdeportes-banneruno__image-img {
        bottom: unset;
        top: 50%;
        transform: translateY(-50%);
        right: -5px
    }
}

@media (min-width:980px) {
    .mdeportes-banneruno__image-img {
        width: 45%;
        max-height: 80%;
        object-fit: contain;
        right: 40px
    }
}

@media (min-width:1280px) {
    .mdeportes-banneruno__title {
        font-size: 36px
    }

    .mdeportes-banneruno__subtitle {
        font-size: 18px;
        max-width: 434px
    }

    .mdeportes-banneruno__image-img {
        max-height: 92%
    }
}

.mdeportes-titulo {
    padding: 32px 16px;
    display: flex;
    justify-content: center
}

.mdeportes-programas__inner,
.mdeportes-titulo__inner {
    width: 100%;
    max-width: 330px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.mdeportes-titulo__title {
    font-size: 32px;
    text-align: center;
    letter-spacing: -.6px;
    line-height: 1.3em
}

.mdeportes-titulo__subtitle {
    text-align: center;
    font-size: 16px
}

.mdeportes-titulo__canal {
    color: #50535a;
    text-align: center;
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: 300
}

.mdeportes-titulo__btn {
    background-color: #019df4;
    border-radius: 60px;
    padding: 8px 32px;
    color: #fff;
    border: unset;
    font-size: 16px;
    font-weight: 700
}

.mdeportes-programas.uno {
    background-color: #f6f6f6
}

.mdeportes-programas {
    padding: 36px 16px;
    display: flex;
    justify-content: center
}

.mdeportes-programas__title {
    text-align: center;
    font-size: 28px;
    color: #50535a;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 24px
}

.mdeportes-programas__title b {
    font-weight: 700
}

.mdeportes-programas__container {
    max-width: 100%
}

.mdeportes-programas__card {
    border-radius: 8px;
    border-bottom: 2px solid #b6b7b7;
    background-color: #fff;
    overflow: hidden
}

.mdeportes-programas__cardimage {
    height: 200px;
    overflow: hidden
}

.mdeportes-programas__cardimage-img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mdeportes-programas__cardcontent {
    padding: 24px 20px
}

.mdeportes-programas__cardtitle {
    color: #313235;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 9px
}

.mdeportes-programas__cardtext {
    color: #50535a;
    font-size: 12px;
    margin-bottom: 20px
}

.mdeportes-programas__cardtag {
    border-radius: 10px;
    background-color: rgba(11, 39, 57, .1);
    padding: 6px 12px;
    display: flex;
    align-items: center;
    width: fit-content;
    color: #50535a;
    font-size: 14px
}

.mdeportes-programas__card-icon {
    margin-right: 6px
}

.mdeportes-programas__cardtag.hora {
    margin-bottom: 8px
}

.mdeportes-programas__container .mdeportes-programas__card:first-child,
.mdeportes-programas__container .mdeportes-programas__card:nth-child(2) {
    margin-bottom: 24px
}

@media (min-width:768px) {
    .mdeportes-titulo__inner {
        max-width: unset
    }

    .mdeportes-titulo__title {
        font-size: 40px
    }

    .mdeportes-titulo__canal,
    .mdeportes-titulo__subtitle {
        font-size: 20px
    }

    .mdeportes-titulo__btn {
        padding: 16px 64px;
        font-size: 18px
    }

    .mdeportes-programas__inner {
        max-width: 994px
    }

    .mdeportes-programas__title {
        max-width: 740px;
        font-size: 40px;
        letter-spacing: .5px
    }

    .mdeportes-programas__container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .mdeportes-programas__cardtext {
        font-size: 14px
    }

    .mdeportes-programas__card.horizontal {
        display: flex
    }

    .mdeportes-programas__card.horizontal .mdeportes-programas__cardimage {
        height: 100%;
        min-height: 300px;
        width: 50%
    }

    .mdeportes-programas__card.horizontal .mdeportes-programas__cardtitle {
        font-size: 28px
    }

    .mdeportes-programas__card.horizontal .mdeportes-programas__cardtext {
        font-size: 16px
    }

    .mdeportes-programas__card.horizontal .mdeportes-programas__cardcontent {
        width: 50%;
        padding: 28px 36px
    }

    .mdeportes-programas__card.vertical {
        width: 48%;
        min-width: 360px;
        max-width: 480px;
        display: flex;
        flex-wrap: wrap
    }

    .mdeportes-programas__card.vertical .mdeportes-programas__cardimage-img {
        height: 238px
    }

    .mdeportes-programas__container .mdeportes-programas__card:nth-child(2) {
        margin-bottom: unset
    }

    .mdeportes-programas__card.vertical .mdeportes-programas__cardcontent {
        position: relative
    }

    .mdeportes-programas__card.vertical .mdeportes-programas__cardtag {
        position: absolute;
        font-size: 16px
    }

    .mdeportes-programas__card.vertical .mdeportes-programas__cardtag.canal {
        bottom: 24px
    }

    .mdeportes-programas__card.vertical .mdeportes-programas__cardtag.hora {
        bottom: 65px;
        margin-bottom: 0
    }

    .mdeportes-programas.uno .mdeportes-programas__card.vertical .mdeportes-programas__cardtext {
        margin-bottom: 94px
    }
}

.duotv-internet_form {
    width: 100%
}

.duotv-internet_titulo img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto
}

.duotv-internet_info {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #fff !important;
    margin-bottom: 8px !important;
    margin-top: 5px
}

.duotv-internet_llamanos {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    margin: 5px 0 !important;
    color: #019df4 !important
}

.duotv-internet_llamanos a {
    text-decoration: underline;
    color: #019df4 !important
}

@media (min-width:767px) {
    .duotv-internet_body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .duotv-internet_bottom {
        margin-top: 40px
    }

    .duotv-internet_form {
        min-width: 405px
    }
}

.glide__arrows,
.mdeportes-banneruno__btn.test-ocultar {
    display: none
}

@media (min-width:768px) and (max-width:1200px) {
    .duotv-internet_body {
        justify-content: flex-start;
        margin-top: 70px
    }

    .duotv-internet_titulo {
        max-width: 486px
    }

    .duotv-internet_titulo img {
        width: 80%
    }

    .duotv-internet_form {
        min-width: 405px;
        max-width: 405px
    }
}

@media (min-width:600px) and (max-width:992px) {
    .duotv-internet_form {
        width: 50%;
        margin: 0 auto
    }
}

.banner-superior-deportes .template-hero-banner .slider__item {
    height: 400px !important
}

.template-hero-banner .picture .picture__image {
    object-fit: cover !important;
    object-position: center !important;
    height: 100%;
    max-width: 100%;
    width: 100%;
}

@media (min-width: 600px) {
    .stefa-fibra-banner {
        max-width: 600px !important;
        justify-content: center !important;
        transform: translateX(-14%);
    }

    .template-hero-banner .picture .picture__image {
        object-fit: fill !important;
    }
}

@media(min-width:767px) {

    .mdeportes-banneruno {
        margin-left: 5%
    }

    .mdeportes-banneruno__image-img {
        max-height: 80%;
        right: 80px;
        left: 50%;
        width: auto;
        object-fit: initial
    }
}

@media(min-width:1200px) {
    .container__free-html-banner {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .duotv-internet_body {
        max-width: 1080px;
        margin: 30px auto
    }

    .mdeportes-banneruno {
        margin-left: 15%
    }

    .mdeportes-banneruno__image-img {
        max-height: 80%;
        right: 80px;
        left: 50%;
        width: auto;
        object-fit: initial
    }
}

@media(max-width:600px) {
    .form--duotv-internet {
        max-width: 330px;
        margin: 0 auto
    }

    .duotv-internet_titulo img {
        width: 70%;
        max-height: 114px
    }

    .container__free-html-banner {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .mdeportes-banneruno__image-img {
        bottom: -40px;
        right: -5%;
        width: 152px;
        height: 104px
    }
}

.mdeportes-banneruno__btn {
    display: inline-flex;
    gap: 8px;
    padding: 12px 40px;
    border-radius: 64px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin: 18px 0 0;
    background-color: #e63780;
    color: #fff;
    bottom: 0;
    right: 0;
    z-index: 2
}

.mdeportes-banneruno__btn:hover {
    color: #fff;
    background-color: #922859
}

.mdeportes-banneruno__form {
    position: relative
}

@media(min-width:800px) {
    .mdeportes-banneruno__btn {
        position: absolute
    }
}

/*Banner Fibra*/
.stefa-fibra-banner {
    max-width: 320px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: start;
    padding-bottom: 3em;
}

.stefa-fibra-banner__img--icon {
    margin-right: 8px
}

.stefa-fibra-banner__titulo {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #0b2739;
    margin: 20px auto 8px
}

.stefa-fibra-banner__button--container {
    position: relative
}

.stefa-fibra-banner__img {
    width: auto;
    height: auto
}

.stefa-fibra-banner__box-uno {
    text-align: center
}

.stefa-fibra-banner__box-dos {
    max-width: 211px;
    text-align: center;
    margin-top: 24px
}

.stefa-fibra-banner__texto {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
    text-align: center;
    color: #fff;
    margin-bottom: 8px
}

.stefa-fibra-banner__box-tres {
    display: flex;
}

.stefa-fibra-banner__button {
    background-color: #e63780;
    color: #fff;
    width: 196px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-top: 30px
}

.stefa-fibra-banner__button:active,
.stefa-fibra-banner__button:focus,
.stefa-fibra-banner__button:hover {
    background-color: #922859;
    color: #fff;
    text-decoration: none
}

.stefa-fibra-banner__img--instalacion {
    position: absolute;
    top: 20px;
    left: -7px
}

.stefa-fibra-banner__img--reloj {
    position: absolute;
    right: -20px;
    top: 34%
}

.stefa-fibra-banner__instalacion {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 8px
}

.stefa-fibra-banner__texto--dos {
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    order: 2
}

.stefa-fibra-banner__texto--gratis {
    color: #fff;
    display: inline;
    text-transform: uppercase
}

@media (min-width: 1366px) {
    .stefa-fibra-banner {
        padding-bottom: 8.5em;
        transform: translateX(-45%);
    }
}

@media (min-width: 1279px) and (max-width: 1365px) {
    .stefa-fibra-banner {
        transform: translate(-40%, -83px);
    }
}

@media (min-width: 1024px) and (max-width: 1278px) {
    .stefa-fibra-banner {
        transform: translateX(-30%);
    }
}

@media(min-width:767px) and (max-width: 1023px) {
    .stefa-fibra-banner {
        padding-bottom: 3.7em;
        transform: translateX(-15%);
    }
}

@media(min-width:767px) {

    .stefa-fibra-banner__box-dos {
        max-width: 100%;
        position: absolute;
        right: -249px;
        top: 70px
    }

    .stefa-fibra-banner__texto {
        font-size: 24px;
        line-height: 30px
    }

    .stefa-fibra-banner__instalacion {
        flex-direction: row;
        margin-top: 15px
    }

    .stefa-fibra-banner__texto--dos {
        font-size: 16px;
        margin-left: 6px
    }

    .stefa-fibra-banner__texto--gratis {
        display: inline
    }

    .stefa-fibra-banner__button {
        width: 252px;
        height: 56px;
        font-size: 18px
    }

    .stefa-fibra-banner__img--instalacion {
        top: 26px
    }

    .stefa-fibra-banner__img--reloj {
        right: -13px;
        top: 32px
    }

    .stefa-fibra-banner__titulo {
        font-size: 28px;
        line-height: 35px;
        margin-top: 60px
    }
}