section#radio-ipb {
    margin-top: 20px;
}

#boxPlayerRadio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #414571;
    border-radius: 100px;
    padding: 5px 30px;
    font-family: "Roboto", "Oepn Sans", Helvetica, Arial, sans-serif;
    gap: 20px;
}

    #boxPlayerRadio img {
        height: 40px;
    }

    #boxPlayerRadio p {
        margin: 0;
    }

    #boxPlayerRadio .titulo {
        color: #bcef23;
        font-size: 16px;
        font-weight: 800;
    }

    #boxPlayerRadio .texto {
        color: #fff;
        font-size: 12px;
    }

@media screen and (max-width: 600px) {
    #boxPlayerRadio {
        flex-direction: column;
        gap: 5px;
        padding: 10px 20px;
    }

        #boxPlayerRadio #playerRadioIPB {
            width: 80%;
        }
}
