* {
    margin: 0;
    padding: 0;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main {
    position: relative;
    top: 95px;
    margin-bottom: 95px;
}
.navbar {
    transition: padding 0.3s, background-color 0.3s;
}
.navbar-reduced {
    padding: 10px 0;
    height: 75px;
    box-shadow: 2px 1px 15px #666;
}
.content {
    flex: 1;
}
a {
    text-decoration: none;
}
.image-link {
    display: inline-block;
    position: relative;
}
.image-link img {
    transition: transform 0.3s ease-in-out;
}
.image-link:hover img {
transform: scale(1.1);
}
.navbar-nav .nav-link {
    transition: color 0.3s ease-in-out;
}
.navbar-nav .nav-link:hover {
    color: #007bff;
    background-color: #f9f9f9;
}
.carousel-caption {
    top: 11.25rem;
    bottom: 0;
    left: 10%;
    text-align: left;
}
.carousel-caption h2 {
    font-size: 3.6rem;
    text-shadow: 2px 2px 2px #000;
}
.carousel-caption h3 {
    font-size: 2.6rem;
    text-shadow: 2px 2px 2px #000;
}
.carousel-item {
    height: 600px;
}
.seja-bem-vindo img {
    height: 400px;
}
.chamada-01 {
    background: url('../img/bg-section-desvendar.png') no-repeat;
    background-size: cover;
    color: #fff;
}

.container-videos {
    width: 100%;
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #1931A6, #1931A6);
    background-size: 100% 120px, 100% calc(100% - 16px);
    background-position: top, bottom;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    padding: 20px;
}
.imgVideo {
    position: relative;
    text-align: center;
}
.imgVideo img {
    max-width: 95%;
    height: 150px;
}
.descVideo {
    padding: 10px 0;
}
.chamada-03 {
    background-color: #000;
    color: #fff;
    font-size: 18px;
}
.chamada-03 img {
    height: 400px;
}
.chamada-05 {
    background: url(../img/luminaria-livros.png) #D9D9D9 no-repeat right 25px top;
    background-size: 175px;
}
.boxVideos h2 {
    text-align: center;
    color: #594d4d;
    font-family: "Open Sans", Sans-serif;
    font-size: 19px;
    font-weight: 600;
}
.jumbotron {
    padding: 10px;
    margin-bottom: 2rem;
    background: #000000 url(../img/bg-interno.png) no-repeat center 66%;
    background-size: cover;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    width: 100%;
}
.jumbotron .container {
    position: relative;
    z-index: 2;
}
.jumbotron h1 {
    color: #fff;
}

h2.tituloVideo {
    background-color: #00012a;
    color: #fff;
    width: 100%;
    min-height: 105px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 1.3rem;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
.listaPosts a {
    text-decoration: none;
}
.listaPosts img {
    height: 220px;
    width: 100%;
}
.line-left {
    border-left: 1px solid #ccc;
}
.breadcrumb-item a, .breadcrumb-item.active {
    color: #fff;
}
.conteudo img {
    margin: 5px 15px;
    max-width: 100%;
}
.conteudoPost img {
    width: 100%;
    height: auto;
}
a.btnRounded {
    color: #0000ff;
    border: 1px solid #0000ff;
    border-radius: 30px;
    padding: 5px 10px;
}
h2.tituloRelacionado {
    font-size: 26px;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
}
.tituloPost {
    background-color: #00012a;
    color: #fff;
    width: 100%;
    min-height: 115px;
    padding: 5px;
    font-weight: normal;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
.tituloPost h2 {
    font-size: 1.3rem;
    color: #fff;
}
.posts-conteudo-midias a {
    height: 40px;
}
.posts-conteudo-midias img {
    height: 100%;
}
.conteudoPost img {
    max-width: 100%;
}


footer {
    flex-shrink: 0;
    background-color: #000;
    color: #fff;
    font-size: 12px;
}
footer a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 600px) {
    div#carouselExampleIndicators {
        max-height: 305px;
    }
    a.carousel-control-next, a.carousel-control-prev {
        display: none;
    }
    .carousel-caption {
        top: 1.25rem;
        left: 1%;
    }
    .carousel-caption h2 {
        font-size: 1.6rem;
    }
    .carousel-caption h4 {
        font-size: 1.2rem;
    }
    section.chamada-05 {
        background-size: 100px;
    }
    h1.display-3 {
        font-size: 1.6rem;
    }
    .breadcrumb {
        font-size: 0.7rem;
    }
    .boxVideos img {
        width: 100%;
    }
}

nav svg {
    height: 35px;
}

/**
 * TIMELINE DE VÍDEOS
 **/
.timeline h1 {
    text-align: center;
}

.timeline ul {
    --col-gap: 2rem;
    --row-gap: 1.5rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    margin-inline: auto;
}

/* line */
.timeline ul::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: rgb(225, 225, 225);
    border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.timeline ul li:not(:last-child) {
    margin-bottom: var(--row-gap);
}

/* card */
.timeline ul li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
}

/* date */
.timeline ul li .date {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP) * -1);

    text-align: center;
    background-color: var(--accent-color);

    color: white;
    font-size: 1.25rem;
    font-weight: 700;

    display: grid;
    place-content: center;
    position: relative;

    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.timeline ul li .date::before {
    content: "";
    width: var(--inlineP);
    aspect-ratio: 1;
    background: var(--accent-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;

    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
}

  /* circle */
.timeline ul li .date::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: #fff;
    border: 0.3rem solid var(--accent-color);
    border-radius: 50%;
    top: 50%;

    transform: translate(50%, -50%);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

  /* title descr */
.timeline ul li .title,
.timeline ul li .descr {
    background: var(--bgColor);
    position: relative;
    padding-inline: 1.5rem;
}
.timeline ul li .title {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 500;
}
.timeline ul li .descr {
    padding-block-end: 1.5rem;
    font-weight: 300;
}

  /* shadows */
.timeline ul li .title::before,
.timeline ul li .descr::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
}
.timeline ul li .title::before {
    bottom: calc(100% + 0.125rem);
}

.timeline ul li .descr::before {
    z-index: -1;
    bottom: 0.25rem;
}

@media (min-width: 40rem) {
    .timeline ul {
      grid-template-columns: 1fr var(--line-w) 1fr;
    }
    .timeline ul::before {
      grid-column: 2;
    }
    .timeline ul li:nth-child(odd) {
      grid-column: 1;
    }
    .timeline ul li:nth-child(even) {
      grid-column: 3;
    }

    /* start second card */
    .timeline ul li:nth-child(2) {
      grid-row: 2/4;
    }

    .timeline ul li:nth-child(odd) .date::before {
      clip-path: polygon(0 0, 100% 0, 100% 100%);
      left: 0;
    }

    .timeline ul li:nth-child(odd) .date::after {
      transform: translate(-50%, -50%);
      left: calc(100% + var(--col-gap) + var(--line-w) / 2);
      background-color: #fff;
    }
    .timeline ul li:nth-child(odd) .date {
      border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
    }
  }

  .timeline .credits {
    margin-top: 1rem;
    text-align: right;
  }
  .timeline .credits a {
    color: var(--color);
  }

.btn-youtube, .btn-youtube:hover {
    background-color: #fe0100;
}
.btn-videos {
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease-out;
}

.btn-videos:hover {
    animation: pulse 0.8s infinite;
}
.btn-whatsapp {
    background: #40c553;
    border-color: #40c553;
}
.btn-telegram {
    background-color: #1b98c9;
    border-color: #1b98c9;
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

