.container{
    position: relative;
    width: 100%;
    height: 246px;
    background: #004088;
}
.programaPrincipal{
    top: 45%;
    position: relative;
    left: 43.7%;
    font-size: xx-large;
    color: rgb(172, 153, 153);
}

.VectorPrincipal{
    position: relative;
    margin: 0 auto;
    margin-left: 40%;
}

.seccionJingles{
    padding-bottom: 38px;
    box-sizing: border-box;
    height:800px;
    background:#E5E5E5; 
}

.audio{
    position: relative;
    background-color: #FFFFFF;
    /* width: 40%;
    height: 18%; */
    width: -webkit-fill-available;
    height: 200px;
    float: left;
    border-radius: 7px;
    /* margin-left: 2%; */
}

.contenedorPrincipal{
    position: relative;
    width: 85%;
    left: 7.3%;
    top: 72px;
    height: 88.6%;
}

.imgPeti{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /* margin-top: 21px; */
    float: left;
    display: block;
    border-radius: -12px;
    background-size: 150% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.tituloAudio{
    position: relative;
    float: left;
    width: 100%;
    /* margin: 0 auto; */
    /* margin-top: 20px; */
    /* margin-right: 27px; */
    font-family: 'Gotham';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #001A46;
}
.nombreCantante{
    /* position: relative; */
    width: 100%;
    height: auto;
    /* left: 399px; */
    float: left;
    /* margin: 0 auto; */
    margin-top: 6px;
    /* margin-left: 134px; */
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 350;
    font-size: 15px;
    line-height: 23px;
    color: #C4C4C4;
}

.infoAudio{
    position: relative;
    width: 53%;
    height: auto;
    /* margin: 0 auto; */
    float: right;
    margin-top: 4%;
    margin-left: 29px;
}

.btnPlay{
    height: 40px;
    margin: 0 auto;
    width: 40px;
    /* margin-left: 4px; */
    /* margin-right: 211px; */
    margin-top: 51px;
    float: left;
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.duracionAudio{
    position:relative;
    /* height: 0px; */
    width: 217px;
    top: 11%;
    margin: 0 auto;
    margin-top: 46px;
    margin-left: 197px;
    border: 0.5px solid #001A46;
}

.volumenAudio{
    position: relative;
    width: 84px;
    height: 0px;
    top: 11%;
    margin: 0 auto;
    margin-left: 267px;
    margin-top: 24px;
    border: 0.5px solid #001A46;
}
.player{
    position: relative;
    float: left;
    margin-top: 11%;
    height: revert;
    width: 90%;
}
audio::-webkit-media-controls-play-button{
    background-image: url("/files/layouts/playButton.png");
    height: 60%;
    width: 100%;
    
    
}

/* audio::-webkit-media-controls-mute-button {
    background-image: url("/files/layouts/pausa.svg");
    height: 60%;
    width: 100%;
   
    
} */



@media screen and (max-width: 768px) {
    .audio{
        width: 100%;
        height: 142px;
    }
    .imgPeti {
        height: 100%;
        position: relative;
        width: 100%;
        margin-top: 0px;
    }
    .tituloAudio{
        width: 87%;
        margin-top: 19px;
        font-size: 15px;
        line-height: 15px;
        margin-left: 8px;
        height: fit-content;
    }
    .nombreCantante {
        width:75%;
        margin-left:8px;
        margin-top: 9%;
        height: fit-content;
        font-size: 12px;
        line-height:16px;
    }
    .btnPlay{
        margin-top: 20px;
        width:30px;
        height:30px;
    }
    .duracionAudio{
        width: 147px;
        margin-top: 27px;
        margin-left: 105px;
        top:unset;
    }
    .volumenAudio{
        width: 50px;
        margin-left: 155px;
        margin-top: 20px;
        top:unset;
    }

    .player{
        position: relative;
        height: 37px;
        width: 100%;
        margin-top: 6%;
        margin-left: 5px;
    }
    .infoAudio{
        position: relative;
        width: 62%;
        height: fit-content;
        float: left;
        margin-top: -2%;
        margin-left: 0px;
    }
}

