*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --branco: #e0deda;
    --branco2:#c9c6cd;
    --preto: #262626;
    --cinza: #8d71be;
    --roxo: #673ab7;
}
html{
    scroll-behavior: smooth;
}
 /*===================================ANIMAÇÃO====================================*/
.animated{
    opacity: 0;
}
@keyframes entrada{
    0% { opacity: 0; transform: translateY(-100px); }
    100% { opacity: 1; transform: translateY(0); }
}
@keyframes entradaReversa{
    0% { opacity: 0; transform: translateY(100px); }
    100% { opacity: 1; transform: translateY(0px); }
}
@keyframes telefoneAnimar {
  0%, 10% { transform: translateY(0); opacity: 1; }
  20%, 30% { transform: translateY(-10px) rotate(5deg); }
  30%, 40% { transform: translateY(10px) rotate(-5deg); }
  40%, 50% { transform: translateY(0); }
  50%, 100% { opacity: 1; }
}
@keyframes envelopeAbertoAnimar {
  0%, 40% { opacity: 0; }
  50%, 60% { opacity: 1; }
  70%, 100% { opacity: 0; }
}
@keyframes envelopeFechadoAnimar {
  0%, 60% { opacity: 0;  }
  70% { opacity: 1; transform: translate(140% , -50%); }
  90% { transform: translate(300% , -50%); opacity: 1; }
  100% { transform: translate(300% , -50%); opacity: 0; }
}
@keyframes rapido{
    0%, 60% { opacity: 0; }
    70% { opacity: 1;transform: translate(30% , -50%) }
    90% { transform: translate(200% , -50%); opacity: 1; }
    100% { transform: translate(200% , -50%); opacity: 0; }
}
/*====================================Header=====================================*/

header{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
header .img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    background-color: var(--preto);
}
header .img img{
    width: 200px;
    height: auto;
    height: auto;
}
header .menu{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--roxo);
    padding: 20px 0;
}
header .menu ul{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    list-style: none;
}
header .menu ul li a{
    text-decoration: none;
    color: var(--branco);
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 20px;
    transition: 0.3s ease-in-out;
}
header .menu ul li a:hover{
    color: var(--preto);
    font-size: 25px;
    transition: 0.3s ease-in-out;
}

/*===================================Main====================================*/

main{
    width: 100%;
    height: auto;
}
main .janea1{
    width: 100%;
    height: auto;
}
main .janela1 section{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
main .janela1 section .video{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .janela1 section .video video{
    width: 100%;
    height: 700px;
    object-fit: cover;
    filter: brightness(0.3);
}
main .janela1 section .txt{
    width: 100%;
    height: 700px;
    position: absolute;
    background: linear-gradient(to top, var(--preto), transparent);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
main .janela1 section .txt h1{
    font-family: 'Ubuntu', sans-serif;
    font-weight: bolder;
    text-align: center;
    line-height: 100px;
    font-size: 120px;
    padding-bottom: 50px;
    color: var(--branco);
}
main .janela1 section .txt h1 span{
    color: var(--roxo);
}
main .janela1 section .txt h1.visivel{
    animation: entrada 2s forwards;
}
main .janela1 section .txt p{
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
    color: var(--branco);
    padding-bottom: 50px;
}
main .janela1 section .txt p.visivel{
    animation: entrada 2s forwards;
}
main .janela1 section .txt a{
    text-decoration: none;
}
main .janela1 section .txt a button > i{
    font-size: 30px;
    padding-right: 10px;
}
main .janela1 section .txt a button{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 25px;
    width: 500px;
    height: 70px;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 2px solid var(--roxo);
    background-color: transparent;
    color: var(--roxo);
    cursor: pointer;
    transition: 0.3s ease;
}
main .janela1 section .txt a button.visivel{
    animation: entradaReversa 1s forwards;
}
main .janela1 section .txt a button:hover{
    border: none;
    background-color: var(--roxo);
    color: var(--branco);
    transition: 0.3s ease;
}
main .janela1 section .txt a > i{
    font-size: 30px;
    padding-top: 50px;
    color: var(--branco);
    transition: .3s ease-in-out;
}
main .janela1 section .txt a.visivel{
    animation: entradaReversa 1s forwards;
}
main .janela1 section .txt a > i:hover{
    font-size: 32px;
}

/*Janela 2*/

main .janela2{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--preto);
}
main .janela2 h1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bolder;
    padding-top: 50px;
    font-size: 60px;
    color: var(--roxo);
}
main .janela2 .sub{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: var(--branco);
}
main .janela2 .apt > a{
    text-decoration: none;
    width: 30%;
}
main .janela2 .apt{
    width: 90%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}
main .janela2 .apt .locais{
    width: 100%;
    height: 600px;
    position: relative;
    border: 3px solid var(--roxo);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    border-radius: 20px;
}
main .janela2 .apt .locais > img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: right;
    align-items: start;
    transition: 0.3s ease;
}
main .janela2 .apt .locais.visivel{
    animation: entradaReversa 3s forwards;
}
main .janela2 .apt .locais:hover > img{
    transform: scale(1.05);
}
main .janela2 .apt .locais .info{
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--cinza);
    z-index: 1;
}
main .janela2 .apt .locais .info > h3{
    font-family: 'ubuntu', sans-serif;
    font-weight: bolder;
    width: 100%;
    text-align: start;
    padding-left: 30px;
    font-size: 35px;
    color: var(--branco);
}
main .janela2 .apt .locais .info > h2{
    font-family: 'ubuntu', sans-serif;
    font-weight: bolder;
    text-align: start;
    width: 100%;
    padding-left: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 25px;
    color: var(--roxo);
}
main .janela2 .apt .locais .info > p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: start;
    width: 100%;
    padding-left: 30px;
    padding-bottom: 5px;
    font-size: 18px;
    color: var(--branco);
}
main .janela2 .apt .locais .info > p.click{
    padding-bottom: 0;
    font-size: 12px;
}
main .janela2 .apt .locais .info > p.click > i{
    padding-right: 5px;
    font-size: 20px;
}

/*Janela 3*/

main .janela3{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--preto);
    padding-top: 50px;
    padding-bottom: 50px;
}
main .janela3 .container-box{
    width: 80%;
    height: 500px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
main .janela3 .container-box .box1{
    width: 100%;
    height: 100%;
    background-color: var(--branco2);
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}
main .janela3 .container-box .box1 .animacao{
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: end;
}
main .janela3 .container-box .box1 .animacao .telefone{
    font-size: 110px;
    font-weight: bold;
    color: var(--preto);
    animation: telefoneAnimar 3s infinite;
}
main .janela3 .container-box .box1 .animacao .rapido{
    font-size: 50px;
    font-weight: bold;
    color: var(--roxo);
    position: absolute;
    transform: translate(20%, -50%);
    animation: rapido 3s infinite;
}
main .janela3 .container-box .box1 .animacao .fechado{
    font-size: 50px;
    font-weight: bold;
    color: var(--roxo);
    position: absolute;
    transform: translate(130%, -50%);
    animation: envelopeFechadoAnimar 3s infinite;
}
main .janela3 .container-box .box1 .animacao .aberto{
    font-size: 50px;
    font-weight: bold;
    color: var(--roxo);
    position: absolute;
    transform: translate(130%, -60%);
    animation: envelopeAbertoAnimar 3s infinite;
}
main .janela3 .container-box .box1 .info{
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
main .janela3 .container-box .box1 .info .top{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-top: 30px;
}
main .janela3 .container-box .box1 .info .top h1{
    font-size: 40px;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    color: var(--roxo);
}
main .janela3 .container-box .box1 .info .top p{
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
    color: var(--verde-escuro);
}
main .janela3 .container-box .box2{
    width: 90%;
    height: 100%;
    background-color: var(--branco);
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    padding: 50px;
}
main .janela3 .container-box .box2 form{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
main .janela3 .container-box .box2 form label{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: var(--cinza);
    font-family: 'Ubuntu', sans-serif;
}
main .janela3 .container-box .box2 form input{
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-family: 'poppins';
    border: 3px solid var(--roxo);
    background-color: transparent;
    padding: 10px;
    color: var(--preto);
    font-weight: 400;
    outline: none;
}
main .janela3 .container-box .box2 form textarea{
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 3px solid var(--roxo);
    background-color: transparent;
    padding: 10px;
    color: var(--preto);
    font-family: 'poppins';
    font-weight: 400;
    outline: none;
}
main .janela3 .container-box .box2 form button{
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    background-color: var(--cinza);
    font-family: 'Ubuntu', sans-serif;
    color: var(--branco);
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
main .janela3 .container-box .box2 form button:hover{
    background-color: var(--roxo);
    transition: 0.3s ease-in-out;
}

/*======================================footer=============================*/

footer{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--preto);
}
footer .rodape1{
    width: 100%;
    height: 200px;
    background-color: var(--roxo);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
footer .rodape1 > img{
    width: 200px;
    padding-bottom: 10px;
}
footer .rodape1 p{
    font-size: 15px;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    color: var(--branco);
}
footer > p{
    font-size: 15px;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    color: var(--branco);
    padding: 30px 0;
}

/*=================================================Responsividade===========================================*/

@media screen and (max-width: 600px) {
    header .img img{
        width: 150px;
    }
    header .menu ul{
        gap: 20px;
    }
    header .menu ul li a{   
        font-size: 12px;
    }
    header .menu ul li a:hover{
        font-size: 16px;
    }

    /*==================Main=============*/

    main .janela1 section .video video{
        height: 500px;
    }
    main .janela1 section .txt{
        height: 500px;
    }
    main .janela1 section .txt h1{
        font-size: 55px;
        line-height: 55px;
        padding-bottom: 15px;
    }
    main .janela1 section .txt p{
        font-size: 14px;
        padding-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    main .janela1 section .txt a button > i{
        font-size: 20px;
    }
    main .janela1 section .txt a button{
        width: 300px;
        height: 50px;
        font-size: 18px;
        border: none;
        background-color: var(--roxo);
        color: var(--branco);
    }

    /*Janela 2*/

    main .janela2 h1{
        font-size: 35px;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
        line-height: 30px;
    }
    main .janela2 .sub{
        font-size: 15px;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    main .janela2 .apt > a{
        width: 100%;
    }
    main .janela2 .apt{
        flex-direction: column;
    }
    main .janela2 .apt .locais{
        height: 500px;
    }
    main .janela2 .apt .locais .info > h3{
        font-size: 25px;
        padding-left: 20px;
    }
    main .janela2 .apt .locais .info > h2{
        font-size: 20px;
        padding-left: 20px;
        padding-bottom: 5px;
    }
    main .janela2 .apt .locais .info > p{
        font-size: 15px;
        padding-left: 20px;
        padding-bottom: 5px;
    }

    /*Janela 3*/

    main .janela3 .container-box{
        flex-direction: column;
        height: auto;
    }
    main .janela3 .container-box .box1{
        border-bottom-left-radius: 0;
        border-top-right-radius: 30px;
    }
    main .janela3 .container-box .box1 .animacao .telefone{
        font-size: 80px;
        padding-top: 10px;
    }
    main .janela3 .container-box .box1 .animacao .rapido{
        font-size: 30px;
        transform: translate(10%, -50%);
    }
    main .janela3 .container-box .box1 .animacao .fechado{
        font-size: 30px;
        transform: translate(100%, -50%);
    }
    main .janela3 .container-box .box1 .animacao .aberto{
        font-size: 30px;
        transform: translate(140%, -60%);
    }
    main .janela3 .container-box .box1 .info .top h1{
        font-size: 30px;
    }
    main .janela3 .container-box .box1 .info .top p{
        font-size: 10px;
        padding-top: 10px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: justify;
    }
    main .janela3 .container-box .box2{
        width: 100%;
        height: auto;
        padding: 20px;
        border-bottom-right-radius: 0;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 0px;
    }
    main .janela3 .container-box .box2 form label{
        font-size: 15px;
    }
    main .janela3 .container-box .box2 form button{
        background-color: var(--roxo);
    }

    /*==============footer================*/

    footer .rodape1{
        height: 150px;
    }
    footer .rodape1 > img{
        width: 150px;
    }
    footer .rodape1 p{
        font-size: 12px;
    }
    footer > p{
        font-size: 12px;
    }
}





