*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins', sans-serif;
}
body{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.container{
    width:100%;
    height:133px;
    overflow:hidden;
    background-color:#000000;
}
.conj-container{
    display:flex;
    align-items:center;
}
.noAr img{
    width:100px;
    margin-right:15px;
}
.foto-locutor img{
    width:100px;
    margin-right:10px;
}
.info-locutor p{
    color:#ffffff;
    margin-right:50px;
}
.logo img{
    width:200px;
    margin-right:600px;
}
.siga-nos p{
    color:#ffffff;
    font-size:1.1em;
    margin-right:50px;
}
.redes-sociais img{
    width:30px;
    margin-right:10px;
}
.redes-sociais img:hover{
    -webkit-transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
}
.pedidos{
    display:none;
}
#playButton{
    width:50px;
    height:50px;
    border:none;
    cursor:pointer;
    background-color:#000000;
    background-position:center;
    background-repeat:no-repeat;
    background-image:url(../img/player.gif);
}
#playButton:active{
    top:2px;
    position:relative;
}
.corpo{
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: center;
}
.corpo h1{
    text-align: center;
    font-size: 1.2rem;
}
.corpo p{
    text-align: center;
}
footer{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #000;
}
footer p{
    color: #fff;
    text-align: center;
}
@media(max-width:1712px){
    .logo img{
        margin-right:400px;
    }
}
@media(max-width:1514px){
    .logo img{
        margin-right:200px;
    }
}
@media(max-width:1312px){
    .logo img{
        margin-right:100px;
    }
}
@media(max-width:1212px){
    .logo img{
        margin-right:20px;
    }
    .siga-nos p{
        font-size:1em;
        margin-right:20px;
    }
    .info-locutor p{
        color:#ffffff;
        margin-right:20px;
    }
}
@media(max-width:1062px){
    .siga-nos,.redes-sociais{
        display:none;
    }
    .info-locutor p{
        color:#ffffff;
        margin-right:100px;
    }
}
@media(max-width:800px){
    .info-locutor p{
        color:#ffffff;
        margin-right:20px;
    }
}
@media(max-width:722px){
    .noAr img{
        display:none;
    }
    .container{
        width:100%;
    }
    .conj-container{
        width:70%;
        margin:auto;
        margin-top:30px;
    }
    .foto-locutor img{
        width:50px;
    }
    .info-locutor p{
        color:#ffffff;
        font-size:0.8em;
        margin-right:20px;
    }
    .logo img{
        width:100px;
    }
}
@media(max-width:592px){
    .conj-container{
        width:90%;
    }
}
@media(max-width:460px){
    .conj-container{
        width:97%;
    }
}
@media(max-width:430px){
    .logo img{
        display:none;
    }
    .pedidos{
        display:block;
    }
    .pedidos img{
        width:110px;
        display:block;
    }
    .info-locutor p{
        color:#ffffff;
        font-size:0.8em;
        margin-right:5px;
    }
    .player button{
        margin-right:5px;
    }
}
@media(max-width:475px){
    .container{
        display:flex;
        padding-top:10px;
        padding-bottom:2px;
        align-items:center;
    }
}
@media(max-width:302px){
    .conj-container{
        width:100%;
    }
}