
main{
    width: 100%;
    height: 100vh;
    background:url('../img/bkg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-bottom: var(--bkg-color) 2px solid;
}
.logo-main{
    margin-top: 60px;
    width: 80%;

}
.tit-main{
    color: #fff;
    text-align: center;
}
.madeira{
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    filter: brightness(.2);
    opacity: .7;
}
.info{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:center;
    height: 100%;
}
.pesq{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 500;
}
.princ{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 50%;
}
.linha{
    width: 30px;
    height: 2px;
    background-color: var(--bkg-color);
}
.pesq>span{
    letter-spacing: 4px;
}
.tit-main>h1{
    font-size: 40px;
}
.onda-container{
    width: 100%;
    overflow: hidden;
}
.onda{
    width: 200%;
    z-index: 1;
    height: 200px;
}
.onda-container .info-onda{
    background-color: var(--bkg-color);
    width: 100%;
    height: 200px;
    margin-top: -10px;
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.onda-container p{
    text-align: center;
    width: 80%;
    font-family: var(--font);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
    margin-top: -30px;
}
.detalhe-main{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    margin-top: 20px;
}
.detalhe-main .v{
    width: 40%;
    background-color: var(--primary-color);
}
.detalhe-main .cubo{
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    rotate: 45deg;
    border-radius: 2px;
}
footer{
    position: relative;
    width: 100%;
    height: 38vh;
    overflow: hidden;
}
.footer-main{
    background-image: url('../img/bkg.jpg');
    width: 100%;
    height: 100%;
    background-position: top;
    position: absolute;
}
.madeira-footer{
    filter: brightness(.4);
    opacity: .5;
    position: absolute;
    z-index: 1;
}
.inv{
    rotate: 180deg;
    width: 300%;
    height: 300px;
    position: absolute;
    z-index: 2;
}
.text-footer{
    position: absolute;
    z-index: 3;
    color: #fff;
    bottom: 3px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    width: 100%;
}
.text-footer a{
    color: #fff;
    text-decoration: none;
    display: flex;
    gap: 5px;
}
.text-footer p{
    color: #fff;
    text-decoration: none;
    display: flex;
    gap: 5px;
}
.text-footer span{
    width: 100%;
    text-align: center;
    opacity: .7;
    margin-top: 20px;
}