.rtfm-anunciantes{
    width:100%;
    max-width:100%;
    min-width:0;
    overflow:hidden;
    box-sizing:border-box;
    margin:25px 0;
    padding:0;
    contain:layout paint;
}
.rtfm-anunciantes *{box-sizing:border-box}
.rtfm-anunciantes-heading{
    width:100%;
    max-width:100%;
    margin:0 0 18px;
    padding:10px 12px 8px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:13px;
    text-align:center;
}
.rtfm-heading-icon{
    width:46px;
    height:46px;
    flex:0 0 46px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#ff8a00;
    font-size:23px;
    box-shadow:0 5px 14px rgba(255,138,0,.24);
}
.rtfm-heading-content{
    min-width:0;
}
.rtfm-anunciantes-titulo{
    font-size:25px;
    line-height:1.1;
    font-weight:900;
    letter-spacing:.2px;
    color:#333;
}
.rtfm-anunciantes-titulo span{
    font-weight:700;
}
.rtfm-anunciantes-titulo strong{
    color:#ff8a00;
}
.rtfm-anunciantes-subtitulo{
    margin-top:5px;
    font-size:13px;
    line-height:1.25;
    color:#666;
    text-transform:uppercase;
    letter-spacing:.45px;
}
.rtfm-heading-line{
    width:100%;
    height:3px;
    margin:9px auto 0;
    background:#222;
    border-radius:10px;
    overflow:hidden;
}
.rtfm-heading-line span{
    display:block;
    width:34%;
    height:100%;
    margin:0 auto;
    background:#ff8a00;
    border-radius:10px;
}
.rtfm-carrusel{
    width:100%;
    max-width:100%;
    min-width:0;
    overflow:hidden;
    position:relative;
}
.rtfm-pista{
    display:flex;
    align-items:center;
    width:max-content;
    max-width:none;
    animation:rtfm-desplazar var(--rtfm-speed,28s) linear infinite;
    will-change:transform;
}
.rtfm-logo{
    width:180px;
    height:100px;
    flex:0 0 180px;
    margin:0 15px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.rtfm-logo a{
    display:flex;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center;
    text-decoration:none;
}
.rtfm-logo img{
    display:block;
    width:auto;
    height:auto;
    max-width:170px;
    max-height:90px;
    object-fit:contain;
    transition:transform .25s ease;
}
.rtfm-logo:hover img{transform:scale(1.06)}
@keyframes rtfm-desplazar{
    from{transform:translateX(0)}
    to{transform:translateX(-50%)}
}
@media (max-width:768px){
    .rtfm-anunciantes-heading{margin-bottom:12px;padding:5px 4px}
    .rtfm-heading-icon{width:38px;height:38px;flex-basis:38px;font-size:19px}
    .rtfm-anunciantes-titulo{font-size:20px}
    .rtfm-anunciantes-subtitulo{font-size:10px;letter-spacing:.25px}
    .rtfm-heading-line{margin-top:7px}
    .rtfm-logo{width:140px;height:80px;flex-basis:140px;margin:0 10px}
    .rtfm-logo img{max-width:130px;max-height:70px}
}
@media (prefers-reduced-motion:reduce){
    .rtfm-pista{animation:none}
}


/* CTA de contratación */
.rtfm-cta{
    width:100%;
    max-width:100%;
    margin:24px 0 6px;
    padding:18px 22px;
    display:flex;
    align-items:center;
    gap:18px;
    border-radius:18px;
    background:linear-gradient(135deg,#111 0%,#050505 70%,#1b1b1b 100%);
    border:2px solid #ff8a00;
    box-shadow:0 8px 22px rgba(0,0,0,.16);
    color:#fff;
    overflow:hidden;
    position:relative;
}
.rtfm-cta:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:7px;
    background:#ff8a00;
}
.rtfm-cta-icon{
    width:58px;
    height:58px;
    flex:0 0 58px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#ff8a00;
    color:#111;
    font-size:29px;
}
.rtfm-cta-text{
    min-width:0;
    flex:1 1 auto;
}
.rtfm-cta-question{
    font-size:17px;
    font-weight:700;
    line-height:1.15;
    margin-bottom:3px;
}
.rtfm-cta-main{
    font-size:22px;
    font-weight:900;
    line-height:1.15;
}
.rtfm-cta-main span{color:#ff8a00}
.rtfm-cta-sub{
    margin-top:5px;
    font-size:13px;
    opacity:.82;
    text-transform:uppercase;
    letter-spacing:.4px;
}
.rtfm-cta-whatsapp{
    min-width:185px;
    padding:10px 17px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    column-gap:9px;
    row-gap:1px;
    border-radius:13px;
    background:#18c66b;
    color:#fff !important;
    text-decoration:none !important;
    box-shadow:0 0 0 0 rgba(24,198,107,.65);
    animation:rtfm-wa-pulse 2.6s ease-in-out infinite;
}
.rtfm-wa-icon{font-size:27px;line-height:1}
.rtfm-wa-number{font-size:22px;font-weight:900;line-height:1}
.rtfm-cta-whatsapp small{
    flex-basis:100%;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
    opacity:.95;
}
.rtfm-cta-whatsapp:hover{
    transform:translateY(-1px);
}
@keyframes rtfm-wa-pulse{
    0%,70%,100%{box-shadow:0 0 0 0 rgba(24,198,107,.55)}
    78%{box-shadow:0 0 0 9px rgba(24,198,107,0)}
}
@media (max-width:768px){
    .rtfm-cta{
        padding:15px;
        gap:12px;
        flex-wrap:wrap;
        justify-content:center;
        text-align:center;
    }
    .rtfm-cta-icon{display:none}
    .rtfm-cta-text{flex-basis:100%}
    .rtfm-cta-question{font-size:15px}
    .rtfm-cta-main{font-size:19px}
    .rtfm-cta-sub{font-size:11px}
    .rtfm-cta-whatsapp{min-width:210px}
}
