main .home{
    width: 100%;
    height: auto;
}
main .home .container{
    width: 100%;
    height: auto;
    position: relative;
}
main .home .container > video{
    width: 100%;
    height: 700px;
    filter: brightness(0.5);
    object-fit: cover;
}
main .home .container .sobre-container{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    gap: 30px;
    background: linear-gradient(to top, var(--preto), transparent, transparent);
}
main .home .container .sobre-container > h1{
    width: 50%;
    line-height: 60px;
    text-align: center;
    font-size: 70px;
    font-weight: bold;
    font-family: 'outfit';
    color: var(--azul);
}
main .home .container .sobre-container > h1.visivel{
    animation: enter-right 1s forwards;
    animation-delay: 1s;
}
main .home .container .sobre-container > p{
    width: 70%;
    font-size: 20px;
    margin-bottom: 100px;
    font-weight: 400;
    font-family: 'poppins';
    color: var(--branco);
    text-align: center;
}
main .home .container .sobre-container > p.visivel{
    animation: enter-right 1.5s forwards;
    animation-delay: 1.5s;
}
main .home .container .sobre-container > a{
    width: 30px;
    height: 60px;
    margin-bottom: 50px;
    border-radius: 15px;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 10px;
    font-size: 30px;
    font-weight: 600;
    border: 2px solid var(--branco);
    text-decoration: none;
    color: var(--branco);
    font-family: "Poppins";
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
main .home .container .sobre-container > a.visivel{
    animation: enter 2s forwards;
    animation-delay: 2s;
}
main .home .container .sobre-container > a:hover{
    background-color: var(--azul);
    border: 2px solid var(--azul);
    transition: 0.3s ease-in-out;
}
main .home .container .sobre-container > a:hover > i{
    color: var(--branco);
    transition: 0.3s ease-in-out;
}
main .home .container .sobre-container > a > i{
    color: var(--azul);
    transform: rotate(-90deg);
    transition: 0.3s ease-in-out;
    animation: descer 2s infinite;
}

/*Sobre*/

main .sobre{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
main .sobre .container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    gap: 50px;
}
main .sobre .container > .txt1{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    gap: 15px;
}
main .sobre .container > .txt1 > p{
    font-size: 20px;
    font-weight: 400;
    font-family: 'poppins';
    color: var(--branco);
    text-align: justify;
}
main .sobre .container > .historia{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 50px;
}
main .sobre .container > .historia > img{
    width: 40%;
    height: auto;
    border-radius: 20px;
    border: 5px solid var(--azul);
}
main .sobre .container > .historia > .timeline {
  position: relative;
  width: 55%;
  margin: auto;
}
main .sobre .container > .historia > .timeline::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 45px;
  background-color: var(--azul);
}
main .sobre .container > .historia > .timeline > .timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-left: 70px;
  position: relative;
}
main .sobre .container > .historia > .timeline > .timeline-item.visivel {
  animation: enter-right 1s forwards;
    animation-delay: 0.5s;
}
main .sobre .container > .historia > .timeline > .timeline-item > .timeline-icon {
  position: absolute;
  left: 0;
  background-color: var(--azul);
  color: var(--branco);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  line-height: 40px;
}
main .sobre .container > .historia > .timeline > .timeline-item > .timeline-content h3 {
  margin: 0 0 5px;
  font-family: 'Outfit', sans-serif;
  font-size: 25px;
  color: var(--branco);
}
main .sobre .container > .historia > .timeline > .timeline-item > .timeline-content p {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: var(--branco);
  font-size: 15px;
}

/*Conheça*/

main .conheca{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
}
main .conheca .container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
main .conheca .container  h1{
    width: 100%;
    height: auto;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Outfit';
    color: var(--branco);
    background-color: var(--azul);
    padding: 20px 0;
    text-align: center;
}
main .conheca .container .lideres{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    gap: 30px;
}
main .conheca .container .lideres .lider{
    width: 25%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
main .conheca .container .lideres .lider > img{
    width: 100%;
    border-radius: 15px;
    position: relative;
    transition: 0.3s ease-in-out;
}
main .conheca .container .lideres .lider > img:hover{
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
}
main .conheca .container .lideres .lider > .txt{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.384);
    padding: 5%;
    border-radius: 15px;
}
main .conheca .container .lideres .lider > .txt > h2{
    font-size: 20px;
    font-weight: 600;
    font-family: 'Outfit';
    color: var(--azul);
}
main .conheca .container .lideres .lider > .txt > p{
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins';
    color: var(--branco);
}

/*=========================== Responsividade ===========================*/

@media screen and (max-width: 600px) {
    main .home .container > video{
        height: 100vh;
    }
    main .home .container .sobre-container > h1{
        width: 95%;
        font-size: 35px;
        line-height: 40px;
    }
    main .home .container .sobre-container > p{
        width: 90%;
        font-size: 12px;
    }
    main .home .container .sobre-container > a{
        width: 25px;
        height: 50px;
        font-size: 25px;
    }

    /*Sobre*/

    main .sobre .container{
        gap: 0px;
    }
    main .sobre .container > .txt1{
        padding-left: 5%;
        padding-right: 5%;
    }
    main .sobre .container > .txt1 > p{
        font-size: 12px;
    }
    main .sobre .container > .historia{
        flex-direction: column-reverse;
    }
    main .sobre .container > .historia > img{
        width: 100%;
        margin-bottom: 20px;
    }
    main .sobre .container > .historia > .timeline {
        width: 100%;
    }
    main .sobre .container > .historia > .timeline::before{
        width: 2px;
    }
    main .sobre .container > .historia > .timeline > .timeline-item > .timeline-content h3 {
        font-size: 20px;
    }
    main .sobre .container > .historia > .timeline > .timeline-item > .timeline-content p {
        font-size: 12px;
    }

    /*Conheça*/

    main .conheca{
        padding-top: 0px;
    }
    main .conheca .container  h1{
        font-size: 30px;
        padding: 20px 0;
    }
    main .conheca .container .lideres{
        padding-left: 5%;
        padding-right: 5%;
    }
    main .conheca .container .lideres .lider{
        width: 40%;
        height: auto;
    }
    main .conheca .container .lideres .lider > .txt > h2{
        font-size: 14px;
        color: var(--branco);
    }
    main .conheca .container .lideres .lider > .txt > p{
        font-size: 10px;
        color: var(--branco);
    }
}
