@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

.navbar{
    position: relative;
    width: 100%;
    height: 75px;
    background-color: #0C0B0A;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.icone-navbar{
    width: 56px;
}

.tabs {
    display: flex;
}

.tabs > li {
    list-style: none;
    padding: 19px;
}

.tabs > li > a {
    color: #fff ;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

.selected{
    border-bottom: 2px solid #fff;
}

.whats-button{
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    padding: 7px;
    border-radius: 6px;
    font-weight: 800;
}

.icon {
    display: none;
}

/* Madeirado */

.madeirado{
    width: 100%;
    height: 212px;
    background-color: #161616;
}

.madeirado > img {
    position: absolute;
    width: 100%;
    height: 210px;
    opacity: 0.55;
    object-fit: fill;
}

.contatos{
    width: 100%;
    height: 210px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contatos > h3{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.buttons > a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 5px;
}

.conheca{
    width: 100%;
    height: 720px;
    background-color: #161616;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.conheca > h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 29px;
}

.conheca > h2 > a {
    color: #DEC259;
}

.line-gold{
    width: 100px;
    height: 6px;
    border-radius: 6px;
    background-color: #DEC259;
    margin-bottom: 29px;
}

.text-big{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.text-little{
    font-size: 16px;
    margin-bottom: 11px;
    width: 80%;
}

.btnContato{
    font-size: 22px;
    text-decoration: none;
    color: #DEC259;
    margin-top: 25px;
    border: 1px solid #DEC259;
    padding: 5px;
    border-radius: 6px;
}

.quadrados{
    width: 100%;
    display: flex;
    flex-direction: row;
}

.quadrado-esquerda{
    width: 50%;
    height: 75vh;
    background-color: #0C0B0A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.quadrado-esquerda > p {
    color: #fff;
    width: 455px;
    font-weight: 300;
}

.texto-esquerda{
    color: #fff;
}

.texto-esquerda > h2 {
    font-size: 36px;
}

.texto-esquerda > h2> a, h3 > a {
    color: #DEC259;
}

.texto-esquerda > h3{
    text-align: start;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.quadrado-direita{
    width: 50%;
    height: 75vh;
}

.quadrado-direita > img {
    width: 100%;
    height: 100%;

}

.vantagens{
    width: 100%;
    height: 90vh;
    background-color: #161616;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.texto-vantagens{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.texto-vantagens > h2{
    color: #fff;
    font-size: 32px;
}

.texto-vantagens > h2 > a {
    color: #DEC259;
}

.line-vantagens{
    width: 150px;
    height: 6px;
    background-color: #DEC259;
    border-radius: 3px;
    margin-top: 15px;
}

.cards-vantagens{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
}

.card > p {
    color: #fff;
    margin-top: 25px;
}

.texto-card-head {
    display: flex;
}

.texto-card-head > a {
    font-size: 24px;
    color: #DEC259;
    font-weight: 800;
    margin-left: 15px;
}

.footer{
    width: 100%;
    height: 45vh;
    background-color: #0C0B0A;
}

.logo-redes{
    width: 100%;
    height: 35vh;
    display: flex;
    align-items: center;
}

.first-section-footer > img{
    width: 125px;
    height: 102.11px;
    margin: 0 150px;
}

.first-section-footer{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.container-footer{
    display: flex;
}

.line-footer{
    width: 3px;
    height: 177px;
    background-color: #fff;
    border-radius: 12px;
    margin:0 36px;
}

.redes{
    display: flex;
    flex-direction: column;
    color: #fff;
    margin-right: 50px;
}

.redes > h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.redes > a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 11px;
}

.textCopy{
    color: #fff;
    text-align: center;
    margin-top: 35px;
}

/* Sobre nos */

.sobre{
    width: 100%;
    min-height: 75vh;
    background-color: #161616;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 0;
}

.textoSobreHead{
    font-size: 42px;
    margin-bottom: 20px;
}

.textoSobreHead > a {
    color: #DEC259;
}

.sobre > p {
    font-size: 16px;
    max-width: 1120px;
    margin: 15px;
}

.navegacao{
    width: 88px;
    display: flex;
    flex-direction: column;
}

.navegacao > h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.navegacao > a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    margin-bottom: 11px;
}

@media screen and (max-width: 600px) {
    .tabs{
        display: none;
        flex-direction: column;
        align-items: center;
    }

    .whats-button{
        display: none;
    }

    .icon{
        display: block;
        font-size: 30px;
        color: #fff;
    }

    .active{
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .conheca > h2{
        font-size: 24px;
    }

    .text-big{
        font-size: 16px;
        margin: 0 5px 8px 5px;
        text-align: center;
    }    

    .text-little{
        font-size: 14px;
        width: 95%;
    }

    .btnContato{
        font-size: 18px;
    }

    .quadrados{
        flex-direction: column-reverse;
    }

    .vantagens{
        height: 60vh;
    }

    .quadrado-esquerda{
        width: 100%;
        height: 50vh;
    }

    .texto-esquerda > h2{
        font-size: 28px;
    }

    .texto-esquerda > h3{
        font-size: 26px;
        margin-bottom: 20px;
    }

    .quadrado-esquerda > p {
        width: 360px;
    }

    .quadrado-direita{
        width: 100%;
        height: 50vh;
    }

    .texto-vantagens > h2{
        font-size: 24px;
    }

    .cards-vantagens{
        flex-direction: column;
    }

    .texto-card-head > img{
        width: 15px;
        height: 15px;
    }

    .texto-card-head > a {
        font-size: 14px;
        margin-left: 5px;
    }

    .card > p {
        font-size: 12px;
    }

    .logo-redes {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding: 15px;
    }

    .first-section-footer > img{
        width: 50px;
        height: 50px;
        margin: 15px;
    }

    .line-footer{
        display: none;
    }

    .redes {
        max-width: 132px;
    }

    .redes > h3 {
        font-size: 18px;
        margin-left: 20px;
    }

    .redes > a {
        font-size: 14px;
        margin-left: 20px;
        width: 132px;
        word-break: break-all;
    }

    .textCopy{
        height: 5vh;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-bottom: 15px;
    }

    .textoSobreHead{
        font-size: 24px;
    }

    .sobre > p {
        font-size: 14px;
        margin: 10px 15px;
    }
    .footer{
        height: auto;
    }
}