@font-face {
    font-family: "Bevas";
    src: url(./fonte/Bevas.eot);
    src: url(./fonte/Bevas.eot?#iefix) format("embedded-opentype"),
        url(./fonte/Bevas.woff2) format("woff2"),
        url(./fonte/Bevas.woff) format("woff"),
        url(./fonte/Bevas.svg#Bevas) format("svg"),
        url(./fonte/Bevas.ttf) format("truetype");
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --bevas: "Bevas";

    --cor-1: #f58220;
    --cor-2: #005c34;
    --cor-3: #ded8c5;
    --cor-4: #816d60;
    --cor-5: #f8f0d7;
    --cor-6: #988677;
}
body {
    font-family: "Montserrat", "system-ui", "-apple-system", "Segoe UI",
        "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial,
        sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";

    background-color: var(--cor-4);
}

a,
a:hover {
    text-decoration: none;
}

header {
    position: fixed;
    width: 100%;
    z-index: 10;
    left: 0;
    top: 0px;
    padding-top: 15px;
    background-color: transparent;
    transition: 0.3s;
}
header h1 {
    margin: 0;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header h1 span {
    font-size: 0;
    color: transparent;
}
header .botao {
    position: absolute;
    top: 0;
    right: 0;
}
header.scroll {
    background-color: var(--cor-6);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

#banner {
    overflow: hidden;
    height: 645px;
    display: flex;
    align-items: center;
}
#banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.formulario {
    height: 430px;
    max-width: 350px;
    width: 100%;
    padding: 40px 35px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
}
.formulario p {
    text-align: center;
}
.formulario strong {
    color: white;
    font-size: 16px;
    line-height: 26px;
}
.formulario span {
    color: white;
    font-size: 12px;
    line-height: 20px;
}
.formulario label {
    display: block;
    margin-bottom: 7px;
}
.formulario input {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    line-height: 50px;
    border: none;
    border-radius: 5px;
    background-color: white;
    color: var(--cor-4);
    font-size: 12px;
}
.formulario button {
    width: 100%;
}
.enviado{
    color: white;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#diferenciais .itens {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0;
    position: relative;
}
#diferenciais .itens span {
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
    color: white;
    background-color: var(--cor-2);
    font-size: 12px;
    border-radius: 17px;
}
#diferenciais .espaco {
    display: block;
    width: 10px;
    height: 16px;
    position: relative;
    background-color: var(--cor-2);
    margin: 0 -1px;
}
#diferenciais .forma {
    margin: 0 -13px;
}

#localizacao {
    padding: 125px 0;
    background-color: var(--cor-3);
}
#localizacao .mapa {
    text-align: center;
}
#localizacao .mapa img {
    filter: drop-shadow(20px 70px 80px rgba(0, 0, 0, 0.1));
    max-width: 100%;
}
#infraestrutura {
    padding: 60px 0;
}
#plantas {
    padding: 85px 0;
    background-color: var(--cor-3);
}
#plantas .imagem img {
    filter: drop-shadow(20px 50px 50px rgba(0, 0, 0, 0.2));
}
#plantas .nome {
    padding-left: 15px;
    border-left: 2px solid var(--cor-1);
}
#plantas h3 {
    font-size: 19.5px;
    line-height: 20px;
    color: var(--cor-4);
    font-weight: 700;
}
#plantas strong {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: var(--cor-4);
}
#plantas .item {
    display: flex;
    align-items: center;
    gap: 35px;
    height: 70px;
}
#plantas .icone {
    width: 55px;
}
#plantas .texto {
    width: 165px;
    line-height: 20px;
}
.area-planta {
    margin-bottom: 105px;
}
#plantas .imagem img {
    max-width: 100%;
}

#design {
    padding: 90px 0;
}
.texto-light {
    font-size: 18px;
    color: var(--cor-3);
    font-weight: 300;
    line-height: 44px;
}
.texto-light strong {
    font-weight: 700;
}
footer {
    background: url("./imagens/objeto.png") top center no-repeat var(--cor-3);
    color: var(--cor-4);
    padding: 90px 0;
}
footer .mensagem {
    font-weight: 300;
    font-size: 20.9px;
}
footer .mensagem .bevas {
    font-family: var(--bevas);
    font-size: 41.2px;
}
footer .mensagem p {
    margin-bottom: 0;
}
footer li {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 20px;
}
footer li a {
    font-weight: 300;
    font-size: 14px;
    color: var(--cor-4);
}

/**/
.galeria {
    display: flex;
    flex-wrap: wrap;
}
.galeria .imagem {
    max-width: 50%;
    position: relative;
}
.galeria .imagem img {
    max-width: 100%;
}
.galeria .info {
    position: absolute;
    min-height: 42px;
    width: calc(100% - 40px);
    margin-left: 25px;
    padding-left: 15px;
    overflow: hidden;
    z-index: 2;
    border-left: 2px solid var(--cor-1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: 18px;
    color: white;
    font-size: 14px;
}
.galeria .info p {
    margin: 0;
}

.titulo {
    margin-bottom: 40px;
}
.titulo h2 {
    font-family: var(--bevas);
    font-size: 50px;
    line-height: 64px;
    letter-spacing: -4px;
}
.titulo hr {
    width: 45px;
    border-color: var(--cor-1);
    border-width: 2px;
    opacity: 1;
}
.titulo.cor-4 h2,
.titulo.cor-4 span {
    color: var(--cor-4);
}
.titulo.cor-3 h2,
.titulo.cor-3 span {
    color: var(--cor-3);
}
.titulo span {
    font-size: 18px;
}

.botao {
    display: inline-block;
    padding: 15px 20px;
    border: none;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
.botao.cor-1 {
    background-color: var(--cor-1);
    color: white;
}
.texto {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
.texto.cor-4 {
    color: var(--cor-4);
}
#whatsapp img {
    width: 65px;
    position: fixed;
    right: 3vw;
    bottom: 4vh;
    z-index: 5;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.4));
}
/*-xl*/
@media (max-width: 1399.98px) {
}

/*-lg*/
@media (max-width: 1199.98px) {
}

/*-md*/
@media (max-width: 991.98px) {
    header {
        padding: 5px 0;
    }
    header h1 {
        height: 50px;
    }
    #banner {
        height: 395px;
    }

    .formulario {
        height: auto;
        max-width: 270px;
        padding: 10px;
        margin-top: 25px;
    }
    .formulario input {
        height: 36px;
        line-height: 36px;
    }
    .formulario button {
        padding: 7px;
    }

    #diferenciais .item {
        flex-direction: column;
        gap: 20px;
    }
    #diferenciais .forma {
        display: none;
    }

    footer li {
        justify-content: center;
    }
}

/*-sm*/
@media (max-width: 767.98px) {
    header .col-12 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header h1 img {
        width: 180px;
    }
    header .botao {
        position: static;
    }
    #diferenciais .itens {
        flex-direction: column;
        gap: 20px;
        flex-direction: column;
        height: auto;
        padding: 30px 0;
    }

    .botao {
        padding: 0 10px !important;
        height: 32px;
        line-height: 32px;
    }
}

/*-xs*/
@media (max-width: 575.98px) {
    header {
        padding-bottom: 10px;
    }
    header .col-12 {
        flex-direction: column;
        gap: 7px;
    }

    #banner {
        display: block;
        height: auto;
        background-color: #786355;
        padding-bottom: 30px;
    }
    #banner img {
        position: static;
        transform: none;
    }

    .formulario {
        margin: 0 auto;
    }

    #diferenciais {
        background-color: #786355;
    }
    #diferenciais .itens {
        padding: 0 0 30px 0;
    }
    #diferenciais .itens span {
        height: auto;
        text-align: center;
        line-height: 20px;
        padding: 10px;
        border-radius: 32px;
    }

    #localizacao {
        padding: 80px 0;
    }
    .galeria .info {
        position: static;
        padding: 5px;
        margin-left: 0px;
        background-color: rgba(0, 0, 0, 0.3);
        width: 100%;
    }
    .galeria .imagem {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .galeria .imagem img {
        border-left: 2px solid var(--cor-1);
    }

    #plantas .item {
        gap: 20px;
    }
    #plantas .texto {
        width: calc(100% - 55px);
    }
    #plantas .texto br {
        display: none;
    }

    footer {
        padding-bottom: 40px;
    }

    .titulo {
        text-align: center;
    }
}
