.bg-timeline{
    background-position: initial;
    background-image: url('../images/bg-timeline.svg');
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: cover;
    
}
.titulo-banner{
    max-width: 50%;
}

.container-ldt-1{
    padding-top: 10%;
}

.titulos{
    font-size: 5em !important;
    font-weight: 200;
    font-family: 'Gogoia';
    color: #231f20;
    line-height: 1em;
}

.image-float {
    max-height: 400px;
    height: auto;
    background-image: url(../images/timeline/z04.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.timeline-img-float img{
    max-height: 400px;
}

.figcaption-img {
    text-align: center;
    font-size: small;
    color: #808080;
    line-height: 1rem;
    padding-top: 1em;
    position: relative;
}

.absolute .relative{
    transform: translateY(-10%);
}


.timeline-desc{
    padding-left: 1em;
    position: relative;
    width: 100%;
    padding-right: 1em;
}

.timeline-titulo{
    top: -1em;
    position: absolute;
}

.timeline-titulo-2{
    right: 5%;
    top: -1em;
    position: absolute;
}

.timeline-titulo-solo {
    z-index: 2;
    text-align: center;
    top: 3em;
    position: relative;
}
.timeline-clip{
    position: absolute;
    right: 14%;
    bottom: 0%;
}

.timeline-clip-2{
    position: absolute;
    left: 20%;
    bottom: 0%;
}

.timeline-clip-solo {
    position: absolute;
    bottom: 0%;
}


.clip-1{
    background-color: #1c4f78;
    -webkit-clip-path: polygon(0 4%, 100% 0, 97% 97%, 3% 100%);
    clip-path: polygon(0 4%, 100% 0, 97% 97%, 3% 100%);
    padding: 2.5em;
    text-align: center;
    color: rgb(255, 255, 255);
}

.clip-2{
    background-color: #b61d22;
    padding: 2.5em;
    text-align: center;
    color: rgb(255, 255, 255);
    -webkit-clip-path: polygon(4% 1%, 93% 5%, 97% 96%, 0% 100%);
    clip-path: polygon(4% 1%, 93% 5%, 97% 96%, 0% 100%);
}
.clip-3{
    background-color: #d6b4b6;
    -webkit-clip-path: polygon(0 4%, 100% 2%, 94% 100%, 0 94%);
    clip-path: polygon(0 4%, 100% 2%, 94% 100%, 0 94%);
    padding: 2.5em;
    text-align: center;
    color: #231f20db;
}

.clip-4{
    background-color: #9dc4bf;
    padding: 2.5em;
    text-align: center;
    color: #231f20db;
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 96%, 5% 100%);
    clip-path: polygon(0 0, 100% 5%, 100% 96%, 5% 100%);
}

.clip-5{
    background-color: #f5f4f0;
    font-weight: bold;
    padding: 2.5em;
    text-align: center;
    color: #231f20db;
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 96%, 5% 100%);
    clip-path: polygon(0 0, 100% 5%, 100% 96%, 5% 100%);
}

.fill-avaliable{
    max-height: -webkit-fill-available;
    width: -webkit-fill-available;
}

.left-image{
    left: 10%;
}
.right-image{
    right: 10%;
}

hr {
    margin-top: 1rem;
    margin-bottom: 3rem;
    border: 0;
    border-top: 1px solid rgb(214 180 182 / 33%);
}

@media (max-width: 768px) {

    .left-image{
        left: 0%;
    }
    .right-image{
        right: 0%;
    }
    .bg-timeline{
        background-color: #ffeebd;
        background-image: unset;
        
    }

    .imagem-linhadotempo-1{
        margin-top: -24%;
    margin-bottom: 3em;
    }
}


.vertical-lines {
    height: 10px;
    color: orange;
    background-image: linear-gradient(
      90deg,
      currentColor,
      currentColor 33.33%,
      transparent 33.33%,
      transparent 100%);
    background-size: 3px 100%;
    width: 60%;
  }
  
  .horizontal-lines {
    height: 10px;

    color: green;
    background-image: linear-gradient(
      currentColor,
      currentColor 33.33%,
      transparent 33.33%,
      transparent 100%);
    background-size: 100% 3px;
    width: 40px;
  }
  
  .slash-1 {
    height: 10px;
    color: rebeccapurple;
    background-image: linear-gradient(-45deg,
      transparent,
      transparent 25%,
      currentColor 25%,
      currentColor 50%,
      transparent 50%,
      transparent 75%,
      currentColor 75%);
    background-size: 10px 10px;
    width: 250px;
  }
