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;
}

/*========== Servicos ==========*/

main .servicos{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
main .servicos > p{
    width: 100%;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'poppins';
    color: var(--branco);
    margin-bottom: 50px;
}
main .servicos .cards{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
main .servicos .cards > .card{
    width: 600px;
    height: 250px;
    background-color: transparent;
    border: 4px solid var(--azul);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
main .servicos .cards > .card > img{
    width: 100%;
    height: 100%;
    border-radius: 14px;
    position: relative;
    object-fit: cover;
    filter: blur(1px) brightness(0.7);
    transition: 0.3s ease-in-out;
}
main .servicos .cards > .card > .txt{
    width: 600px;
    height: 250px;
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease-in-out;
}
main .servicos .cards > .card > .txt:hover{
    background-color: #5553c574;
    transition: 0.3s ease-in-out;
}
main .servicos .cards > .card > .txt > i{
    font-size: 40px;
    color: var(--azul);
    transition: 0.3s ease-in-out;
}
main .servicos .cards > .card > .txt > h2{
    font-size: 25px;
    font-weight: 600;
    font-family: 'poppins';
    color: var(--azul);
    text-align: center;
    transition: 0.3s ease-in-out;
}
main .servicos .cards > .card > .txt > p{
    font-size: 15px;
    font-weight: 400;
    font-family: 'poppins';
    color: var(--branco);
    text-align: center;
    transition: 0.3s ease-in-out;
}
main .servicos > a{
    width: 250px;
    height: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 20px;
    background-color: transparent;
    border: 3px solid var(--azul);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    color: var(--branco);
    font-family: "Poppins";
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
main .servicos > a:hover{
    background-color: var(--azul);
    color: var(--branco);
    border: none;
    transition: 0.3s ease-in-out;
}

/*========= Chamada=======*/

main .chamada{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
main .chamada .title{
    width: 100%;
    height: 120px;
    background-color: var(--azul);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
main .chamada .title > h1{
    font-family: 'poppins';
    font-size: 30px;
    font-weight: 400;
    color: var(--branco);
}
main .chamada .title > h1 > span{
    font-family: 'poppins';
    font-size: 35px;
    font-weight: bold;
    color: var(--preto);
}
/*Carrossel*/
main .chamada .slider-container{
    width: 100%;
    height: 635px;
    background-color: var(--branco);
    position: relative;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: start;
}
main .chamada .slider-container .slider{
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
    display: flex;
    transition: transform 0.5s ease-in-out; 
}
main .chamada .slider-container .slider .slide{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: absolute;
    opacity: 0;
    transition: 0.5s ease-in-out;
}
main .chamada .slider-container .slider .slide.active {
    position: relative;
    opacity: 1;
    align-items: center;
    justify-content: center;
}
main .chamada .slider-container .slider .slide img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
main .chamada .slider-container .slider .slide.active .caption{
    position: absolute;
    width: 800px;
    height: 300px;
    background-color: #6765f490;
    top: 30%;
    left:27%;
    border-radius: 20px;
    border: none;
    display: block;
    font-family: 'Poppins', sans-serif;
    color: var(--branco);
    padding: 10px;
}
main .chamada .slider-container .slider .slide.active .caption h2{
    padding-top: 20px;
    padding-left: 40px;
    background-color: transparent;
    color: var(--branco);
    font-size: 40px;
    font-weight: bolder;
}
main .chamada .slider-container .slider .slide.active .caption p{
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
    font-weight: 400;
}
main .chamada .slider-container .nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--branco);
    color: var(--azul);
    border: none;
    padding: 12px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1;
    border-radius: 10px;
    transition: 0.3s ease;
}
main .chamada .slider-container .nav:hover{
    transform: scale(1.03) translateY(-50%);
    transition: 0.3s ease;
}
main .chamada .slider-container .nav.prev{
    left: 10px;
}
main .chamada .slider-container .nav.next{
    right: 10px;
}
main .chamada .slider-container .dots{
    text-align: center;
    margin-top: 16px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
main .chamada .slider-container .dots .dot{
    display: inline-flex;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: var(--branco);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}
main .chamada .slider-container .dots .dot.active{
    background-color: var(--azul);
}

/*======== Sobre ========*/

main .sobre{
    width: 100%;
    height: auto;
    background-color: var(--branco);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
main .sobre .sobre-div{
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
main .sobre .sobre-div img{
    width: 450px;
    height: auto;
    border-radius: 15px;
}
main .sobre .sobre-div .txt{
    width: 600px;
    font-family: 'Poppins', sans-serif;
    padding-left: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 20px;
}
main .sobre .sobre-div .txt h1{
    font-size: 40px;
    font-weight: 400;
    color: var(--azul);
}
main .sobre .sobre-div .txt h1 > span{
    font-weight: bold;
}
main .sobre .sobre-div .txt p{
    font-size: 15px;
    font-weight: 400;
    color: var(--preto);
    text-align: justify;
}
main .sobre .sobre-div .txt > .az{
    color: var(--azul);
    font-weight: bold;
}
main .sobre .sobre-div .txt > a{
    width: 150px;
    height: 40px;
    margin-top: 20px;
    background-color: transparent;
    border: 2px solid var(--azul);
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--azul);
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
main .sobre .sobre-div .txt > a:hover{
    background-color: var(--azul);
    color: var(--branco);
    transition: 0.3s ease-in-out;
}

/*Cases*/

main .sobre .cases{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
main .sobre .cases > h1{
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: var(--preto);
}
main .sobre .cases > h1 > span{
    font-weight: bold;
    color: var(--azul);
    font-size: 40px;
}
main .sobre .cases > a{
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    text-decoration: none;
}
main .sobre .cases > a > img{
    width: 150px;
    height: auto;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
}
main .sobre .cases > a > img:hover{
    transform: scale(1.03);
    transition: 0.3s ease-in-out
}

/*============================= responsividade =============================*/

@media screen and (max-width: 600px) {
    main .home .container > video{
        width: 100%;
        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;
    }

    /*servicos*/

    main .servicos > p{
        font-size: 15px;
    }
    main .servicos .cards > .card{
        width: 90%;
    }
    main .servicos .cards > .card > .txt{
        width: 90%;
    }
    main .servicos .cards > .card > .txt > h2{
        font-size: 20px;
    }
    main .servicos .cards > .card > .txt > p{
        font-size: 12px;
    }
    main .servicos > a{
        width: 200px;
        height: 40px;
        font-size: 12px;
        background-color: var(--azul);
    }

    /*chamada*/

    main .chamada .title{
        height: 80px;
    }
    main .chamada .title > h1{
        font-size: 20px;
    }
    main .chamada .title > h1 > span{
        font-size: 25px;
    }
    /*carrosel*/

    main .chamada .slider-container{
        height: 400px;
    }
    main .chamada .slider-container .slider{
        height: 400px;
    }
    main .chamada .slider-container .slider .slide{
        height: 400px;
    }
    main .chamada .slider-container .slider .slide img{
        height: 400px;
    }
    main .chamada .slider-container .slider .slide.active .caption{
        width: 95%;
        height: 250px;
        top: 15%;
        left: 2%;
        border-radius: 20px;
    }
    main .chamada .slider-container .slider .slide.active .caption h2{
        width: 100%;
        text-align: center;
        line-height: 30px;
        margin-bottom: 10px;
        font-size: 25px;
        padding-left: 0px;
    }
    main .chamada .slider-container .slider .slide.active .caption p{
        font-size: 12px;
    }
    main .chamada .slider-container .nav{
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    /*sobre*/

    main .sobre .sobre-div{
        flex-direction: column-reverse;
    }
    main .sobre .sobre-div img{
        width: 90%;
    }
    main .sobre .sobre-div .txt{
        width: 90%;
        text-align: center;
    }
    main .sobre .sobre-div .txt h1{
        font-size: 25px;
        line-height: 30px;
    }
    main .sobre .sobre-div .txt p{
        font-size: 12px;
    }
    main .sobre .cases > h1{
        font-size: 25px;
    }
    main .sobre .cases > a > img{
        width: 100px;
    }
    main .sobre .sobre-div .txt > a{
        width: 100px;
        height: 40px;
        font-size: 12px;
    }

    /*Cases*/

    main .sobre .cases > h1{
        font-size: 25px;
    }
    main .sobre .cases > h1 > span{
        font-size: 30px;
    }
    main .sobre .cases > a > img{
        width: 70px;
    }
    main .sobre .cases > a{
        gap: 10px;
    }
    main .sobre .cases > a > img:hover{
        transform: scale(1);
    }
}