@font-face {
    font-family: "Gotham";
    src: url(/fonts/Gotham/GothamHTF-Medium.otf) format("opentype");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Gotham";
    src: url(/fonts/Gotham/GothamHTF-Bold.otf) format("opentype");
    font-weight: bold;
    font-style: normal;
  }
  @font-face {
    font-family: "Gotham";
    src: url(/fonts/Gotham/GothamHTF-Black.otf) format("opentype");
    font-weight: 900;
    font-style: normal;
  }
  @font-face {
    font-family: "Gotham";
    src: url(/fonts/Gotham/GothamHTF-Book.otf) format("opentype");
    font-weight: 200;
    font-style: normal;
  }

body{
    background: #E5E5E5;
}

#content{
    position: relative;
    height: fit-content;

}

#container{
    position: relative;
    width: 100%;
    height: 246px;
    background: linear-gradient(180deg, #004088 0%, #001A46 100%);
}
#dentroContainer{
    position: relative;
    width: 800px;
    height: 260px;
    margin: 0 auto;
}
#contenedorPrincipal{
    position: relative;
    width: 80%;
    margin: 0 auto;
    top: 45px;
}
#programaPrincipal{
    top: 41%;
    width: fit-content;
    position: relative;
    margin: 0 auto;
    font-family: 'GOTHAM';
    font-size: 66px;
    line-height: 63px;
    font-weight: bold;
    color: #FFFFFF;
}
#VectorPrincipal{
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    top: 2%;
}

#seccionJingles{
    position: relative;
    height: auto;
    background:#E5E5E5;
}

#audio{
    position: relative;
    background-color: #FFFFFF;
    width: 670px;
    height: 215px;
    top: 20%;
    float: left;
    border-radius: 7px;
}

#contenedorPrincipal{
    position: relative;
    width: 100%;
    /* margin: 0 auto; */
    display: flex;
    height: fit-content;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /* margin-right: 19%; */
}
.frame{
    position: relative;
    height:169px;
    width:169px;
    float: left;
    border-radius: 0px;
    overflow: hidden;
    margin-top: 16px;
    margin-left: 16px;
    margin-bottom: 16px;
}
.imgPeti {
    position: relative;
    height: auto;
    width: auto;
    float: left;
    display: block;
    background-size: contain;
    background-position: center !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    border-radius: 6px !important;
}

#tituloAudio{
    position: relative;
    width: 432px;
    margin: 0 auto;
    margin-top: 6px;
    font-family: Gotham;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 25px;
    color: #001A46;
}
#nombreCantante{
    width: 230px;
    height: 23px;
    left: 399px;
    font-family: Gotham;
    font-style: normal;
    font-weight: 350;
    font-size: 19px;
    line-height: 23px;
    color: #C4C4C4;
}

#infoAudio{
    position: relative;
    width: 526px;
    height: 70px;
    margin: 0 auto;
    margin-left: 99px;
}

#btnPlay{
    height: 40px;
    margin: 0 auto;
    margin-top: 9px;
    float: left;
}

#duracionAudio{
    position:relative;
    height: 0px;
    width: 217px;
    top: 11%;
    margin: 0 auto;
    margin-top: 15px;
    margin-left: 113px;
    border: 0.5px solid #001A46;
}

#volumenAudio{
    position: relative;
    width: 84px;
    height: 0px;
    top: 11%;
    margin: 0 auto;
    margin-left: 152px;
    margin-top: 18px;
    border: 0.5px solid #001A46;
}

.audioContainer{
    position: relative;
    float: left;
    width: 505px;
    height: auto;
    margin-top: 2%;
    margin-left: 2%;
}

#btnVerMas{
    position: relative;
    float: left;
    width: 100%;
    height: 179px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 3%;
}

.btnVerMasDesactivado{
    display: none !important;
}

#textoBtn{
    width: 219.8px;
    position: absolute;
    height: 59px;
    display: flex;
    font-family: Gotham;
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    color: #001A46;
    border: 2px solid #001A46;
    border-radius: 100px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

#textoBtn:hover{
    background-color: #001A46;
    color: #FFFFFF;
    transition: 0.5s;
}

#menuOption{
    background-color: #FFFFFF;
}



@media screen and (max-width: 768px) {
    #container{
        height:150px;
    }
    #dentroContainer{
        width: 100%;
        height: 150px;
        float: left;
        margin-left: 0;
    }
    #VectorPrincipal {
        height: 100%;
        position: absolute;
        float: none;
        top: unset;
        margin: 0 auto;
        width: 190px;
        height: 100%;
    }
    #programaPrincipal{

        font-size: 29px;
    }
    .audioContainer{
        width: 323px;
    }
    .frame{
        height: 118px;
        width: 100px;
        margin-top: 11px;
        margin-left: 8px;
        margin-bottom: 14px;
    }
    .btnVerMasDesactivado{
        display: none !important;
    }
}