@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600;800&display=swap');

:root {
    --background: #101114;
    --dark-gray: #1e1e1e;
    --background-t: rgba(0,0,0,0.9);
    --verde: #a5ce37;
    --verde-escuro: #83c434;
    --branco: #fff;
    --offWhite: #fafafa;
  }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05rem;
}

a {
    color: var(--branco);
}

img {
    max-width: 100%;
    height: auto;
}

body {
    background-color: var(--branco);
    overflow-x: hidden;
}

header {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    padding: 0 50px;
    background: var(--branco);
    z-index: 999999;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.logo {
    width: 300px;
}

.logo-r {
    width: 65px;
    display: none;
}

.linhas {
    display: none;
    position: absolute;
    top: 20px;
    right: 25px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    width: 35px;
    height: 30px;
    cursor: pointer;
    z-index: 100;
}

.linha-1, .linha-2 {
    width: 100%;
    height: 2px;
    background-color: var(--dark-gray);
}

.linha-3 {
    width: 50%;
    height: 2px;
    background-color: var(--dark-gray);
    transition: 0.5s;
}

.linhas:hover .linha-3 {
    width: 100%;
}

.menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.menu li {
  padding: 30px 0;
}

.menu a.ativo, .menu a:hover, .dropbtn:hover, .dropbtn.ativo {
    color: var(--verde);
}

.menu a {
    padding: 0 15px;
    font-size: 0.85rem;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    color: var(--dark-gray);
}

.dropbtn {
    padding: 15px 0;
    font-size: 0.85rem;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    color: var(--dark-gray);
    cursor: pointer;
    width: 135px;
}

.dropdown {
    position: relative;
    display: inline-block;
    padding: 37px 0;
}

.dropbtn img {
    margin-left: 10px;
    margin-bottom: 1px;
    transition: 0.3s;
}

.dropdown:hover img {
    transform: rotateX(180deg);
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100px;
    padding-top: 14px;
    z-index: 999999;
}
  
.dropdown-content a {
    font-size: 0.75rem;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    color: var(--dark-gray);
    background-color: var(--offWhite);
    text-decoration: none;
    display: block;
    padding: 10px 0;
    margin-bottom: 1px;
    width: 150px;
}

.dropdown-content a:hover {
    color: var(--branco);
    background-color: var(--verde);
}
  
.dropdown:hover .dropdown-content {
    display: block;
}

.show-nav {
    display: none;
    position: absolute;
    right: 10px;
    width: 125px;
    height: 260px;
    opacity: 1;
}

.banners {
    width: 100vw;
    height: 100vh;
}

.banner {
    display: none;
    background-color: var(--background);
}

.banner-1, .banner-2, .banner-3 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner-1 {
    background-image: url(../img/slide-1.jpg);
}

.banner-2 {
    background-image: url(../img/slide-2.jpg);
}

.banner-3 {
    background-image: url(../img/slide-3.jpg);
}

.banner .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: var(--branco);
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    padding-left: 100px;
}

.banner h1 {
    font-size: 4rem;
    line-height: 3.5rem;
}

.content p {
    font-size: 2rem;
    line-height: 2rem;
    width: 70vw;
    text-transform: uppercase;
    padding: 10px 0;
}

.content span {
    color: var(--verde);
}

.content a {
    font-size: 1rem;
    color: var(--dark-gray);
    text-transform: uppercase;
    background-color: var(--verde);
    border: 1px solid var(--verde);
    padding: 10px 25px;
    font-weight: 600;
    z-index: 999999;
    transition: all 0.5s;
}

.content a:hover {
    background-color: var(--dark-gray);
    border: 1px solid var(--dark-gray);
    color: var(--branco);
}

.fade {
    animation-name: fade;
    animation-duration: 1s;
}
  
@keyframes fade {
    from {opacity: 0.4} 
    to {opacity: 1}
}

.btns {
    position: absolute;
    right: 0;
    top: 52%;
    display: flex;
    flex-direction: row;
    width: 100vw;
    z-index: 9999;
}

.prev {
    left: 0;
}

.next {
    position: absolute;
    right: 0;
}

.prev, .next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    transition: 0.6s ease;
    user-select: none;
    cursor: pointer;
}

.prev:hover, .next:hover {
    background-color: var(--background);
}

.prev {
    background-color: var(--verde);
}

.next {
    background-color: var(--verde);
}

.home-sobre {
    display: flex;
    width: 100%;
}

.home-sobre-image {
    background: url(../img/marmore-textured.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.home-sobre-content {
    background: var(--verde);
    width: 50%;
    padding: 100px 50px;
}

.home-sobre-content p {
    padding-bottom: 20px;
}

.home-sobre-content a {
    text-transform: uppercase;
    font-size: 0.8rem;
    background: var(--dark-gray);
    padding: 10px 25px;
    transition: all 0.5s;
}

.home-sobre-content a:hover {
    background: transparent;
    border: 2px solid var(--dark-gray);
    color: var(--dark-gray);
}

.home-produtos {
    display: flex;
    width: 100%;
}

.h-produtos-content {
    width: 45%;
    padding: 100px 50px;
}

.h-produtos-content p {
    padding-bottom: 20px;
}

.h-produtos-content a {
    background: var(--dark-gray);
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 10px 25px;
    transition: all 0.5s;
}

.h-produtos-content a:hover {
    background: transparent;
    border: 2px solid var(--dark-gray);
    color: var(--dark-gray);
}

.h-produtos-img {
    display: flex;
    flex-direction: row;
    width: 55%;
}

.h-produto {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 50%;
    transition: all 0.5s;
}

.h-produto:hover {
    width: 100%;
}

.h-produto p {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--verde);
    background: var(--dark-gray);
    padding: 10px 20px;
    display: none;
    opacity: 0;
}

.h-produto:hover p {
    display: block;
    opacity: 1;
}

.h-produto-1 {
    background: url(../img/produtos-home/proj-home-01.jpg) no-repeat center center;
    background-size: cover;
}

.h-produto-2 {
    background: url(../img/produtos-home/proj-home-02.jpg) no-repeat center center;
    background-size: cover;
}

.h-produto-3 {
    background: url(../img/produtos-home/proj-home-03.jpg) no-repeat center center;
    background-size: cover;
}

.home-projetos {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 100vw;
    margin: 0;
}

.h-projetos {
    position: relative;
    width: 100%;
    height: 100%;
}

.h-projetos img {
    min-height: 100%;
}

.h-projetos div {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80%;
    opacity: 0;
    transition: 0.5s;
}

.h-projetos span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 90%;
    height: 90%;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.h-projetos h3 {
    font-size: 0.9rem;
}

.h-projetos p {
    text-align: center;
    font-size: 0.7rem;
    padding: 10px;
    text-transform: uppercase;
}

.h-projetos a {
    text-transform: uppercase;
    font-size: 0.7rem;
    padding: 10px 20px;
    background: var(--verde);
    color: var(--dark-gray);
    border: 1px solid transparent;
}

.h-projetos a:hover {
    background: transparent;
    color: var(--branco);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.h-projetos:hover div {
    height: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
    color: var(--branco);
}

.h-projetos p.todos {
    background: var(--dark-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--branco);
    text-transform: uppercase;
    font-size: 0.8rem;
    width: 100%;
    height: 100%;
}

.h-projetos p.todos:hover {
    border: none;
}

.sobre {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 100px;
}

.sobre-content {
    background: var(--branco);
    width: 100%;
    padding: 50px;
}

.sobre-content p {
    padding-bottom: 20px;
}

.sobre-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 50px 50px 50px;
    width: 100%;
}

.projetos, .produtos, .contato {
    display: flex;
    flex-direction: column;
    padding-top: 100px;
}
.projetos-descricao, .produtos-descricao, .contato-descricao {
    padding: 50px;
}

.projetos-content, .produtos-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    margin: 0;
    padding: 0 50px 50px 50px;
    gap: 10px;
}

.projeto, .produto {
    position: relative;
    width: 100%;
    height: 100%;
}

.projeto img, .produto img {
    min-height: 100%;
}

.projeto div, .produto div {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80%;
    opacity: 0;
    transition: 0.5s;
}

.projeto span, .produto span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 90%;
    height: 90%;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.projeto h3, .produto h3 {
    font-size: 0.9rem;
}

.projeto p, .produto p {
    text-align: center;
    font-size: 0.7rem;
    padding: 10px;
    text-transform: uppercase;
}

.projeto a, .produto a {
    text-transform: uppercase;
    font-size: 0.7rem;
    padding: 10px 20px;
    background: var(--verde);
    color: var(--dark-gray);
    border: 1px solid transparent;
}

.projeto a:hover, .produto a:hover {
    background: transparent;
    color: var(--branco);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.projeto:hover div, .produto:hover div {
    height: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
    color: var(--branco);
}

.contato-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 50px 50px 50px;
}

.form-contato {
    width: 100%;
}

.form-contato p.form-bloco {
    display: flex;
    gap: 10px;
}

.form-contato span {
    width: 100%;
}

.form-contato span label {
    text-transform: uppercase;
    font-size: 0.8rem;
}

.form-contato input, select {
    padding: 5px 10px;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.2);
}

.form-contato select {
    background: var(--branco);
}

.form-contato select#assunto {
    display: none;
}

.form-contato input#mensagem {
    height: 150px;
}

.form-contato input[type="submit"] {
    border: none;
    background: var(--verde);
    color: var(--dark-gray);
    margin-top: 25px;
    cursor: pointer;
    width: 200px;
    height: 50px;
    text-transform: uppercase;
    float: right;
}

.local {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 50px 0;
    gap: 10px;
    background: var(--verde);
    color: var(--dark-gray);
    font-size: 0.8rem;
    width: 100%;
}

.bloco {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 25px;
    gap: 5px;
    line-height: 1rem;
}

.bloco p, .bloco a {
    display: flex;
    align-items: center;
    height: 25px;
    color: var(--dark-gray);
}

.bloco img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.footer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0;
}

.footer .copy {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    padding: 20px;
    gap: 5px;
    background-color: var(--dark-gray);
    color: var(--branco);
    font-size: 0.6rem;
    text-transform: uppercase;
}

.footer .share img {
    width: 60px;
}

#whatsapp {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    bottom: 80px;
    width: 60px;
    height: 60px;
    background: var(--verde-escuro);
    border-radius: 50%;
}
#whatsapp a, #whatsapp a:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    width: 50px;
    height: 50px;
}
#whatsapp img {
    width: 40px;
    height: 40px;
}

@media screen and (max-width:950px) {
    .logo {
        display: none;
    }

    .logo-r {
        display: block;
    }
}


@media screen and (max-width: 900px) {
    .home-projetos, .projetos-content, .produtos-content {
        grid-template-columns: repeat(3, 1fr);
    }

    .home-produtos {
        flex-direction: column;
    }

    .h-produtos-content {
        width: 100%;
    }

    .h-produtos-img {
        width: 100%;
        height: 400px;
    }

    .sobre-images {
        grid-template-columns: repeat(2, 1fr);
    }

    .local {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .bloco {
        align-items: center;
    }
}

@media screen and (max-width:768px) {
    header {
        padding: 0 25px;
    }

    .menu {
        visibility: hidden;
        position: absolute;
        right: 25px;
        top: 110px;
        flex-direction: column;
        align-items: flex-end;
        opacity: 0;
        transition: 0.5s;
    }

    .menu li {
        width: 150px;
        height: 40px;
        background-color: var(--offWhite);
        padding: 0;
        margin-bottom: 1px;
    }

    .menu li a {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 150px;
        height: 40px;
        font-size: 0.85rem;
        color: var(--dark-gray);
    }

    .dropbtn {
        background-color: var(--offWhite);
        color: var(--dark-gray);
        padding: 10px 0;
        font-size: 0.85rem;
        width: 150px;
    }

    .menu a.ativo, .menu a:hover, .dropbtn:hover, .dropbtn.ativo {
        background-color: var(--verde);
        color: var(--branco);
        border: none;
    }

    .dropdown {
        padding: 0;
        margin-bottom: 1px;
    }

    .dropdown-content {
        top: 0;
        padding-top: 0;
        right: 141px;
        padding-right: 10px;
    }

    .dropdown-content a {
        background-color: var(--offWhite);
        font-size: 0.8rem;
        margin-bottom: 1px;
        border: none;
        width: 170px;
    }

    .show {
        visibility: visible;
        opacity: 1;
    }

    .linhas {
        display: flex;
        top: 35px;
        right: 35px;
    }

    .banners .content {
        padding-left: 25px;
    }

    .banners .content p {
        width: 80vw;
    }

    .btns {
        top: 80%;
    }

    .next {
        background-color: var(--verde-escuro);
    }

    .home-sobre {
        flex-direction: column;
    }

    .home-sobre-image {
        display: none;
    }

    .home-sobre-content {
        width: 100%;
    }

    .form-contato p.form-bloco {
        flex-direction: column;
    }
}

@media screen and (max-width:480px) {
    .home-projetos, .projetos-content, .produtos-content {
        grid-template-columns: repeat(1, 1fr);
    }
    .h-projetos, .projeto, .produto {
        max-width: 100%;
    }

    .sobre-images {
        grid-template-columns: repeat(1, 1fr);
    }
}