.img_circular{
    width: 130px;
    height: 130px;
    borderRadius: 100%;
    object-fit: cover;
}

.porcentaje-descuento {
    height: 45px;
    width: 45px;
    background: #dd2222;
    border-radius: 50%;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 15px;
}

.texto_titulo{
    font-weight: bold;
}

.texto_subtitulo{
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .texto_titulo{

    }
}

@media screen and (min-width: 600px) {
    .texto_titulo{
        font-size: 48px;
    }
    .texto_subtitulo{
        font-size: 24px;
    }
}


