.section__canalesExclusivos .flex-directionMobile {
    display: none !important;
}

.section__canalesExclusivos .container__remplazo {
    height: 281px;
    background-image: url('../../img/promos/canalesRemplazo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section__canalesExclusivos .container__remplazo .title {
    font: normal normal normal 32px/40px "Telefonica-Regular";
    letter-spacing: 0px;
    color: #707070;
}

.section__canalesExclusivos .container__remplazo .subtitle {
    margin-top: 9px;
    font: normal normal normal 22px/31px "Telefonica-Regular";
    letter-spacing: 0px;
    color: #707070;
}

.section__canalesExclusivos .container__remplazo .subtitle span {
    font-weight: 600;
}

.section__canalesExclusivos .container__remplazo .text {
    margin-left: 500px;
}

@media (max-width:990px) {
    .section__canalesExclusivos .container__remplazo .text {
        margin-left: 300px;
    }
}

@media (max-width:767px) {
    .section__canalesExclusivos .container__remplazo {
        height: 450px;
        align-items: flex-start;
        background-image: url('../../img/promos/canalesRemplazoMobile.png');
        justify-content: flex-start;
        
    }

    .section__canalesExclusivos .container__remplazo .text {
        margin: 0px auto;
    }

    .section__canalesExclusivos .container__remplazo .title {
        font: normal normal normal 28px/35px "Telefonica-Regular";

    }
    
    .section__canalesExclusivos .container__remplazo .subtitle {
        margin-top: 9px;
        font: normal normal normal 22px/31px "Telefonica-Regular";
    }

    .section__canalesExclusivos .container__remplazo .title br{
        display: none;
    }

    .section__canalesExclusivos .container__remplazo .subtitle br{
        display: none;
        margin-top: 15px;
    }
}