:root {
    --fancybox-zIndex: 99999;
    --azul: #0202bf;
    --laranja: #ff6946;
}

#timelinePageContent {
    --swiper-theme-color: var(--azul);
    color: var(--texto-principal);
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 300;
    text-align: justify;
}

#timelinePageContent > p {
    margin-bottom: 1em;
}

#timelinePageContent h2 {
    font-weight: 900;
    font-size: 3rem;
    text-transform: uppercase;
    margin: 20px auto 10px auto;
    color: var(--laranja);
    line-height: 1em;
}

#timelinePageContent h3 {
    font-weight: 700;
    margin-bottom: 0.35em;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 1em;
}

#timelinePageContent .timeline-video-list .timeline-video-item {
    text-decoration: none;
}

#timelinePageContent .timeline-video-list .video-thumb {
    position: relative;
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#timelinePageContent .timeline-video-list .video-thumb::before {
    content: "";
    aspect-ratio: 1/1;
    background: url("play-icon.svg") center center no-repeat;
    background-size: contain;
    width: 20%;
}

#timelinePageContent .timeline-video-list .video-thumb::before,
#timelinePageContent .timeline-video-list .video-thumb .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

#timelinePageContent .timeline-video-list .video-thumb-img {
    width: 100%;
}

#timelinePageContent .timeline-video-list .video-title {
    text-decoration: none;
    color: var(--texto-principal);
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.2em;
    text-align: center;
    margin-top: 10px;
}

#timelinePageContent .timeline-equipe-list .timeline-equipe-item {
    text-align: center;
    padding: 20px;
}

#timelinePageContent .timeline-equipe-list .timeline-equipe-item .equipe-thumb-img {
    aspect-ratio: 1/1;
    width: 150px;
    margin: auto;
    border-radius: 50%;
}

#timelinePageContent .timeline-equipe-list .timeline-equipe-item .equipe-title {
    color: var(--azul);
    font-weight: 600;
    margin-top: 20px;
}

#timelinePageContent .timeline-equipe-list .timeline-equipe-item .equipe-area,
#timelinePageContent .timeline-equipe-list .timeline-equipe-item .equipe-cidade {
    font-size: 0.75em;
    margin: 5px auto;
}

#timelinePageContent .timeline-equipe-list .timeline-equipe-item .equipe-botao {
    text-decoration: none;
    background: var(--azul);
    font-weight: 600;
    border-radius: 50px;
    color: white;
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
}

.box-conteudo-eqiupe {
    display: none;
    width: 800px;
    max-width: 100%;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 300;
}

#timelinePageContent .timeline-foto-list .timeline-foto-item {
    text-decoration: none;
    color: var(--texto-principal);
}

#timelinePageContent .timeline-foto-list .timeline-foto-item.foto-polaroid {
    padding: 0.7em 0.7em 1em 0.7em;
    background: white;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
    margin-top: 10px;
    margin-bottom: 10px;
}

#timelinePageContent .timeline-foto-list .timeline-foto-item.foto-polaroid .foto-title {
    margin-top: 1em;
}

#timelinePageContent .timeline-foto-list .timeline-foto-item .foto-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#timelinePageContent .timeline-foto-list .timeline-foto-item .foto-title {
    font-weight: 600;
    margin-top: 5px;
    font-size: 1.2rem;
    color: var(--azul);
}

#timelinePageContent .timeline-foto-list .timeline-foto-item .foto-location {
    margin-top: 5px;
}

#timelinePageContent .timeline-foto-list .swiper-button-prev,
#timelinePageContent .timeline-foto-list .swiper-button-next {
    background: rgba(255, 255, 255, 0.75);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.3);
}

#timelinePageContent .timeline-foto-list .swiper-button-prev::after,
#timelinePageContent .timeline-foto-list .swiper-button-next::after {
    font-size: 30px;
}
