.bg-oferta-cambiate {
    /* height: 85px; */
    background-color: #E63780;
    margin-top: 124px;
}

.cambiate-50 {
    background-color: #E63780;
    width: 100%;
    height: 70px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cambiate-50 p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Telefonica-regular';
    font-weight: bold;
}

.porcentaje-descuento {
    font-size: 30px;
    color: #184A6A ;
}

.cta-oferta {
    /* width: 40%; */
    /* justify-content: space-evenly; */
    width: 60%;
    /* justify-content: space-evenly; */
    align-self: center;
}

.btn-cta-oferta {
    background-color: #184A6A;
    border: none;
    border-radius: 60px;
    width: 199px;
}

.btn-cta-oferta:hover {
    background-color: #326f96;
    border: none;
    border-radius: 60px;
    width: 199px;
}

.line-height-small {
    line-height: 1;
}

.cta-oferta small {
    color: #5D5D5D;
}

.tachado {
    text-decoration:line-through;
    text-decoration-color: #0B2739;
    font-size: 18px;
    color: #019DF4;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}

.precio-plan-oferta {
    font-size: 18px;
    line-height: 0.6;
}

.span-precio-30 {
    font-size: 30px;
}

@media (max-width: 1197px) {
    .portabilidad-movistar-movil {
        margin-top: 2px !important; 
    }

    .cambiate-50 p {
        font-size: 20px;
    }

    .bg-oferta-cambiate {
        margin-top: 113px;
    }
}

@media (max-width: 991px) {
   .bg-oferta-cambiate {
        width: 80%;
        height: 120px;
        margin-top: 100px;

   } 

   .portabilidad-movistar-movil {
       margin-top: 221px;
   }

   .row-mobile {
       display: block;
   }

   .bg-oferta-cambiate {
        display: none;
   }

   .bg-oferta-cambiate-mobile {
        margin-top: 56px;
        background-color: #E63780;
        height: auto;
        border-radius: 20px;
        margin: auto auto;
        width: 91%;
        margin: 75px auto 16px auto;
        margin: 131px auto 55px auto;
   }


   .oferta-desktop {
       display: none;
   }

   .div-precio-mobile {
       line-height: 0.7;
   }

   .div-precio-mobile p {
       color: white;
       font-size: 16px;
       font-family: 'Telefonica-regular';
   }

   .mobile-oferta-porcentaje {
       font-size: 50px;
       color: white;
       font-family: 'Telefonica-regular';
   }

   
}

@media (max-width: 600px) {
    .portabilidad-movistar-movil {
        margin-top: 0;
    }

    .bg-oferta-cambiate-mobile {
        margin-top: 56px;
        background-color: #E63780;
        height: auto;
        border-radius: 20px;
        margin: auto auto;
        width: 91%;
        margin: 90px auto 32px auto;
    }

    .bg-oferta-cambiate {
        display: none;
    }

    .btn-cta-oferta {
        width: 130px;
    }

    .copy-oferta-mobile {
        font-size: 18px;
        font-family: 'Telefonica-regular';
        line-height: 1.3;
        margin-top: 24px;
    }

    .span-mobile {
        font-size: 55px;
    }


}

