
#circulo {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
}
#circulo > p {
    font-family: sans-serif;
    color: white;
    font-size: 1rem;
    font-weight: bold;
}

#producto_destacado {
    width: 100%; 
    height: 200px;
}


@media (max-width: 380px) {

    #producto_destacado{
        width: 50%;
    }
}
