.container_tyc {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto 40px;
    font-size: 1rem;
    color: #52545a;
    padding: 0 12px;
}

.container_tyc p {
    margin: 0 auto 14pdx;
    font-size: 15px;
    line-height: 20px;

}

.alianza-bar {
    width: 100%;
    max-width: 411px;
    height: 100px;
    background: url(https://aprodmovistarcomsa.z13.web.core.windows.net/empresas/privilegios-movistar/alianza-smart/carrusel/barra_mb.webp) center/contain no-repeat;
    margin: 0 auto;
    display: block;
    margin-top: -40px;
    margin-bottom: 15px;
}


.container_tyc .titles_tyc {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}


.container_tyc .titles_tyc h3 {
    font-size: 1.2rem;
}

#carousel,
.banner_noHome {
    height: 400px !important;
}

.fntw500 {
    font-weight: 500;
}

.br-mob {
    display: none;
}

@media only screen and (min-width: 768px) {
    .alianza-bar {
        width: 100%;
        max-width: 1170px;
        height: 104px;
        background: url(https://aprodmovistarcomsa.z13.web.core.windows.net/empresas/privilegios-movistar/alianza-smart/carrusel/barra.webp) center/contain no-repeat;
    }

    .container_tyc {
        font-size: 1.2rem;
    }

    .container_tyc p {
        line-height: 27px;
        font-size: 23px;

    }

    .container_tyc .titles_tyc h3 {
        font-size: 2.4rem;
    }

    #carousel,
    .banner_noHome {
        height: 480px !important;
    }
}