
.panel {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* background: linear-gradient(to right, #6d7d8b, #4a545e); */
}

.panelwrapper {
    display: none;
}
.mobile-wrapper {
    display: block;
}
@media (min-width: 1024px) {
    .panelwrapper {
        display: block;
    }
    .mobile-wrapper {
        display: none;
    }
}
.content-box {
    /* max-width: 600px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
    width: 739px;
}
.pentrada {
    font-family: Firme-Light;
    font-weight: 400;
    font-size: 27px;
    line-height: 34px;
    letter-spacing: 0%;
    text-align: center;
    color: white;
}
@media (max-width: 1024px) {
    .pentrada{
    font-size: 23px;
    }
}
.date {
    margin-top: 20px;
    font-size: 14px;
    font-family: Firme;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0%;
    text-align: center;


}
.scroll-container {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}
.scroll-arrow {
    width: 20px;
    height: 20px;
    border-left: 4px solid white;
    border-bottom: 4px solid white;
    transform: rotate(-45deg);
    margin-bottom: 5px;
    border-radius: 4px;

}
.scroll-text {
    font-size: 14px;
    margin-top: 5px;
    font-family: Firme;
    font-weight: 400;
}
/* .panel:nth-child(2) {
    background: linear-gradient(to right, #5a6b78, #3c464e);
} */

.title {
    font-family: Firme;
    font-weight: 400;
    font-size: 40px;
    line-height: 64px;
    letter-spacing: 0%;
    text-align: center;    
}
.subtitle {
    font-family: Blacker Pro Display;
    font-weight: 400;
    font-size: 52px;
    line-height: 64px;
    letter-spacing: 0%;
    text-align: center;
    color: white;
}
.year {
    font-family: Firme;
    font-weight: 400;
    font-size: 26px;
    line-height: 64px;
    letter-spacing: 0%;
    text-align: center;

}

@media (max-width: 1023px) {
    .content-box {
        max-width: 90%;
    }
    .title {
        font-size: 30px;
        line-height: 56px;
        font-size: 26px;
        line-height: 38px;
    }
    .subtitle {
        font-size: 40px;
        line-height: 60px;
        font-size: 35px;
        line-height: 55px;
    }
    .year {
        font-size: 20px;
        line-height: 40px;
    }
}

.mobile-wrapper .panel{
    height:150vh;
}


/* PLAYEER */
.player {
    width: 100%;
    height: 180px;
    padding: 10px 10px 10px 10px;
    /* border-radius: 10px; */
    display: flex;
    flex-direction: column;
    gap: 11px;
    position: relative;
    color: white;
    overflow: hidden;
    /* margin-top: -34px; */
    margin-bottom: 4px;
}
.player-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://www.omnycontent.com/d/clips/8c0a4104-a688-4e57-91fd-ad7b00d5dddd/2b1a9112-86c4-4c6d-9e37-b245013c9973/4d7ee65f-9b0e-4a03-b990-b25700a7337b/image.jpg?t=1737712776&token=CHby2GVPLEnT9ppkUgXO0IWcgkFrI26x&size=Medium");
    background-size: cover;
    background-position: center;
    filter: blur(50px) brightness(45%);
    /* z-index: -1; */
}
.player-header {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.7;
    text-shadow: 0 0 5px rgb(0 0 0);
}
.player-header img {
    width: 32px !important;
    height: 32px !important;
    margin:0;
}
.player-icons {
    margin-left: auto;
    display: flex;
    gap: 3px;
}
.player-icons span {
    font-size: 18px;
    cursor: pointer;
}
.player-content {
    /* background: rgba(255, 255, 255, 0.2); */
    padding: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    flex-direction: row;
}

/* Hide native play button */
audio::-webkit-media-controls-panel,
audio::-webkit-media-controls-play-button {
    display: none !important;
}

.play-button {
    width: 80px;
    height: 50px;
    background: #ffffff8a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    width: 60px;
    height: 60px;
    background: #ffffff8a;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    flex-shrink: 0;

    width: 50px;
    height: 50px;
    background-color: gray;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;

}
.play-button::before {
    color: black;
    font-size: 32px;
    margin-left: 8px;
}

.play-button i {
    font-size: 24px;
    color: #ffffff;
    margin-left: 6px;

}

.ticker-container-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 3.48432%, rgb(0, 0, 0) 96.5157%, rgba(0, 0, 0, 0) 100%);
}
.ticker-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.ticker {
    display: inline-block;
    /* padding-left: 100%; */
    animation: ticker 6.8s linear infinite;
    animation: ticker 7.8s linear infinite;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
    letter-spacing: 1.2px;
    font-weight: 600;
    color: #ebebebe3;

    /* animation-name: animation-1i0wpv1;
    animation-timing-function: linear;
    animation-delay: -1s;
    animation-iteration-count: infinite;
    white-space: nowrap;
    will-change: transform;
    animation-duration: 9.24286s;
    animation-play-state: running; */
}
@keyframes ticker {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
}

@keyframes animation-1i0wpv1{
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
.progress-bar {
    /* flex-grow: 1; */
    height: 40px;
    background: #ffffff8a;
    position: relative;
    border-radius: 30px;
    width: 90%;
}
@media (max-width: 1024px) {
    .progress-bar{
    height: 30px;
    }
    /* .ticker {
    padding-left: 50%;
    padding-right:50%;
    } */
}
.timestamp {
    font-size: 12px;
    color: #ddd;
    margin-top: 5px;
    text-align: center;
    opacity: 0.7;
    font-size: 14px;
    line-height: 1.7;
    vertical-align: top;
    text-shadow: 0 0 5px rgb(0 0 0);
    margin-left: 5px;
}

.player-icons button{
    background-color: #ffffff2b;
    border-radius: 20px;
    height: 30px;
    width: 30px;
    border-style: none;
}

.player-icons button svg{
    width: 1.3em;
    height: 28px;
}

.progress-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.progress-container a{
    height: 30px;
    width: 30px;
}

.progress-container svg{
    width: 1.8em;
    height: 30px;
}

.gonetext{    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    overflow: hidden;
    margin-left: -3px;
    margin-right: 3px;
    padding-left: 3px;
    padding-right: 3px;
}

.mobile-wrapper .panel {
    height: 120vh;
}

#umtempo{height: 50vh;}
#doistempo{height: 50vh;}
#trestempo{height: 65vh;}
#quatrotempo{height: 60vh;}

@media (min-width: 1920px) {
.panel{
height:75vh;
}
#panelentry{
height:100vh;
padding-bottom: 360px;
}
#umtempo{
margin-top:-360px;
}
}

@media (max-width: 1024px) {
#umtempo{
    height: 60vh;
    padding-top: 90px;
    margin-top: -5px;}
#doistempo{
    height: 75vh;
    padding-top: 130px;
    margin-top: -160px;}
#trestempo{
    height: 95vh;   
    padding-top: 130px;
    margin-top: -160px;}
#quatrotempo{
    height: 75vh;  
    padding-top: 130px;
    margin-top: -160px;}
}

.agregador{
    padding-top: 6em;
    padding-bottom: 6em;
}

