body{
    min-height: 100vh;
    display: flex;
}

.ib-popup {
    max-width: 340px;
    margin: 20px auto;
    display: flex;
    padding: 0 39px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    animation: fadeIn 1s ease-in 1 forwards;
    text-align: center;
    margin-bottom: 115px;
}

.ib-popup>h1 {
    font-size: 34px;
    line-height: 38px;
    color: var(--branco);
    margin-bottom: 32px;
}

.ib-popup>h1>em {
    font-weight: 700;

}

.ib-popup>#capaPrograma {
    width: 100%;
    height: 282px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
    background: #ccc;
    box-shadow: 0px 5px 15px #0000000D;
}

.ib-popup>h2 {
    font-weight: 700;
    color: var(--branco);
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
}

.ib-popup>h3 {
    color: var(--branco);
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
}

.ib-popup>.controls {
    display: flex;
    gap: 15px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.ib-popup>.controls>.fundo {
    background: #6F19CB 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 5px #00000029;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.ib-popup>.controls>.fundo>img {
    width: 20px;
    height: 20px;
}

.ib-popup>.controls>.fundo.control   {
    width: 75px;
    height: 75px;
}

.ib-popup>.controls>.fundo.control>img {
    width: 35px;
    height: 35px;
}

.ib-popup>.controls .volume:hover>.vol {
    visibility: visible;
    opacity: 1;
}

.ib-popup>.controls .volume:hover>img {
    position: inherit;
    z-index: 10;
}

.ib-popup>.controls .volume>.vol {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transform: rotate(270deg);
    bottom: 70px;
    width: 110px;
    height: 25px;
    background-color: #6F19CB;
    border-radius: 30px;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ib-popup .shareInfo {
    position: absolute;
    background: #6f1ecb;
    bottom: -30px;
    padding: 10px 20px;
    border: 1px solid #fff;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 125px;
    top: -135px;
    flex-direction: column;
    left: -10px;
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
}

.ib-popup .shareInfo.show {
    bottom: -44px;
    visibility: visible;
    animation: fadeIn 0.5s ease-in 1 forwards;
}

.ib-popup input[type="range"] {
    -webkit-appearance: none;
    margin: 15px 0;
    width: 100%;
}

.ib-popup input[type="range"]:focus {
    outline: none;
}

.ib-popup input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #fff;
    opacity: 1;
    border-radius: 25px;
    border: 0px solid #000101;
}

.ib-popup input[type="range"]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 2px solid #fff;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    opacity: 1;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}

.ib-popup input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #fff;
}

.ib-popup input[type="range"]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #fff;
    opacity: 1;
    border-radius: 25px;
    animate: 0.2s;
    border: 0px solid #000101;
}

.ib-popup input[type="range"]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 2px solid #fff;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    opacity: 1;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}

.ib-popup input[type="range"]::-ms-track {
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 39px 0;
    color: transparent;
}

.ib-popup input[type="range"]::-ms-fill-lower {
    background: #fff;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

.ib-popup input[type="range"]::-ms-fill-upper {
    background: #fff;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

.ib-popup input[type="range"]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 39px;
    border-radius: 7px;
    background: #65001c;
    cursor: pointer;
}

.ib-popup input[type="range"]:focus::-ms-fill-lower {
    background: #fff;
}

.ib-popup input[type="range"]:focus::-ms-fill-upper {
    background: #fff;
}

.ib-popup > #capaPrograma {
    height: 200px;
}