#top-nav {
    position: fixed;
    top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 999;
}

#top-nav ul {
    background-color: #7b5e43;
    color: #fff;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 50px;
}

#top-nav ul li {
    text-align: center;
    width: 100px;
}

#top-nav ul li img {
    width: 40px;
}

#top-nav ul li a {
    color: #fff;
}

@media (max-width: 768px) {
    #top-nav ul li {
        width: 70px;
    }

    #top-nav ul {
        padding: 20px;
    }
}

/* HEADER */
header {
    padding: 0;
    margin: 0;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(/assets/images/banner/4.png);
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 300px 0;
}

header .area-contact {
    text-align: center;
    color: #fff;
}

header .area-contact h1 {
    font-size: 5rem;
    text-transform: uppercase;
    font-weight: 400;
}

header .area-contact h2 {
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
}

header .cta a {
    background-color: #25d366;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 40px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    header img {
        height: 430px;
    }

    header .cta a {
        font-size: 1rem;
        margin-bottom: 20px;
    }
}

/* GERAL */
#geral {
    background-color: #361f1d;
    padding: 40px 0;
    margin-top: -80px;
    position: relative;
    z-index: 0;
}

#geral::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #361f1d);
    z-index: -1;
}

#geral .container {
    position: relative;
    z-index: 1;
}

#geral .area-mob {
    display: none;
}

@media (max-width: 768px) {
    #geral .area-mob {
        display: block;
    }

    #geral .area-desk {
        display: none;
    }

    #geral ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #geral ul li {
        width: 100%;
        color: #fff;
    }

    #geral .card-geral {
        margin-bottom: 20px;
    }

    #geral .card-geral img {
        width: 100%;
    }

    #geral .card-geral h3 {
        font-weight: 400;
        margin: 20px 0;
    }

    #geral .card-geral .area-brown {
        background-color: #a78d6e;
        padding: 20px;
        border-radius: 5px;
    }

}

/* OPORTUNIDADE */
#oportunidade {
    padding: 40px 0;
    border-top: 2px solid #987a57;
    background-color: #361f1d;
}

#oportunidade h2 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 1.3rem;
}

#oportunidade ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
}

#oportunidade ul li {
    width: 31%;
    background-color: #987a57;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 5px;
    margin: 8px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    height: 130px;
    cursor: default;
    user-select: none;
}

#oportunidade ul li:hover {
    height: 180px;
}

#oportunidade ul li h3 {
    position: absolute;
    bottom: -15px;
    left: 0;
    font-weight: 400;
    color: #a78d6e;
    font-size: 7rem;
    margin-bottom: 0;
    z-index: 5;
}

#oportunidade ul li p {
    position: relative;
    z-index: 10;
}

@media (max-width: 768px) {
    #oportunidade ul li {
        width: 100%;
    }
}

/* GALERIA */
#galeria {
    padding-top: 20px;
    background-color: #a78d6e;
}

#galeria ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

#galeria ul li {
    width: 31%;
}

#galeria img {
    height: 350px;
    width: 350px;
    object-fit: cover;
    display: inline-block;
    margin-bottom: 20px;
}

@media (max-width: 768px) {

    #galeria ul li {
        width: 95%;
    }

    #galeria img {
        height: 250px;
        width: 250px;
    }
}

/* PARCEIROS */
#parceiros {
    background-color: #361f1d;
    color: #fff;
    text-align: center;
    padding: 60px 0;
}

#parceiros h2 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 1.6rem;
}

#parceiros h3 {
    font-weight: 400;
    font-size: 1.4rem;
    margin-top: 30px;
}

#parceiros .cta a {
    background-color: #25d366;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    #parceiros .cta a {
        font-size: 1rem;
    }
}

/* CONHECA */
#conheca {
    background-image: url(/assets/images/banner/3.png);
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 80px 0;
}

#conheca h2 {
    font-size: 6rem;
    font-weight: 400;
    text-transform: uppercase;
}

#conheca ul {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    padding: 0;
}

#conheca ul li {
    font-size: 1.3rem;
    margin-right: 10px;
}

@media (max-width: 768px) {

    #conheca h2 {
        font-size: 3rem;
    }

    #conheca ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }

    #conheca ul li {
        font-size: 1rem;
    }
}