@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.whatsappIcon {
    position: fixed;
    z-index: 5;

    left: 20px;
    bottom: 20px;

    font-size: 40px;

    background-color: #159146;

    width: 60px;
    height: 60px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;


    box-shadow:
        inset 10px 10px 5px rgba(255, 255, 255, 0.2),
        inset -10px -10px 5px rgba(0, 0, 0, 0.2),
        0 4px 10px rgba(0, 0, 0, 0.5);
}

.whatsappIcon:hover {
    background-color: #0f6b3a;
}


/* Header ================================================================================================ */
header {
    width: 100%;
    height: 70px;

    display: flex;

    position: sticky;

    top: 0;

    z-index: 5;
}

.logoHeaderWrapper {
    width: 45%;
    height: 70px;

    position: absolute;

    z-index: 2;

    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
}

.logoHeaderContainer {
    width: 100%;
    height: 100%;

    background-color: #e6bc8c;

    clip-path: polygon(0% 0%, 100% 0%, 98% 100%, 0% 100%);

    display: flex;
    align-items: center;
    justify-content: center;
}

.logoHeader {
    width: 200px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.logoHeader img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

nav {
    width: 100%;
    height: 60px;

    display: flex;

    background-color: #285840;

    /* padding-right: 50px; */

    z-index: 0;
}

nav ul {
    width: 100%;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: right;

    list-style: none;
}

nav ul li a {
    width: 120px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-weight: 500;
    font-size: 15px;

    transition: all 0.3s ease-in-out;

    /* background-color: #ddd; */

    /* padding: 18px 25px; */
}

nav ul li a:hover {
    background-color: #2a7e54;
    /* color: #285840; */
}

/* Header ================================================================================================ */




/* Bloco Um ============================================================================================== */
.chamadaBlocoUm {
    width: 50%;
    height: 700px;
    /* border: 1px solid black; */

    display: flex;
    align-items: flex-end;

    padding-left: 130px;
    padding-bottom: 200px;

    position: relative;
}

.chamadaBlocoUmContainer {
    width: 900px;
    position: absolute;
    /* border: 1px solid red; */
}

.chamadaBlocoUmContainer h1 {
    color: #285840;
    font-size: 30px;
}

.chamadaBlocoUmContainer .retanguloChamada {
    background-color: #285840;
    color: #fff;

    text-align: center;

    width: 550px;
    font-size: 30px;
}

.imagemDestaqueBlocoUm {
    width: 50%;
    /* height: 700px; */
    /* border: 1px solid red; */

    display: flex;
    align-items: center;
    justify-content: right;

    position: absolute;

    top: 0;
    right: 0;
    z-index: -1;
}

.blocoUm {
    width: 100%;

    display: flex;

    /* border: 1px solid blue; */
}

.botaoRecebaCatalogo{
    background-color: rgb(177, 74, 0);
    color: #fff;

    width: 300px;
    height: 50px;
    /* padding: 20px; */
    margin-top: 20px;

    font-size: 15px;
    font-weight: 600;

    border-radius: 10px;
    cursor: pointer;
}

/* Bloco Um ============================================================================================== */

/* Bloco Dois ============================================================================================ */
.blocoDois {
    width: 100%;
}

.containerTextoSobre {
    height: 700px;

    display: flex;
    align-items: center;
    justify-content: center;

}

.textoBlocoDois {
    width: 50%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding-left: 200px;

    /* border: 1px solid red; */
}

.textoBlocoDois h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.textoBlocoDois p {
    width: 600px;
    text-align: justify;
}

.imagemBlocoDois {
    width: 50%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;


    /* border: 1px solid black; */
}

.imagemBlocoDois img {
    width: 60%;
    height: 60%;

    object-fit: contain;
    object-position: center;

    border-radius: 10px;
}

.containerValorMissaoVisao {
    width: 100%;
    height: 300px;

    background-color: #285840;
    color: #fff;

    display: flex;
}

.containerValorMissaoVisao article {
    width: 33.33%;
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    /* float: left; */
}

.containerValorMissaoVisao i {
    font-size: 60px;
    margin-bottom: 10px;
}

.containerValorMissaoVisao h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

.containerValorMissaoVisao p {
    width: 350px;
    text-align: center;
    font-size: 14px;
}

/* Bloco Dois ============================================================================================ */



/* Bloco Tres ============================================================================================ */
.blocoTres {
    width: 100%;
    /* height: 700px; */

    display: flex;
    flex-direction: column;
    align-items: center;

    /* border: 1px solid red; */

    padding: 200px 0;
}

.containerChamadaProdutos {
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blocoTres article h2 {
    font-size: 50px;
    color: #285840;
    margin: 20px;
    text-align: center;
}

.iconesMateriaisContainer {
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    justify-content: center;
}

.iconeMateriais {
    width: 100px;

    margin: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.iconeMateriais img {
    /* width: 100%; */

    object-fit: contain;
}

.containerProdutos {
    width: 100%;
    margin-top: 50px;

    display: flex;
    flex-flow: row wrap;
    justify-content: center;

    /* border: 1px solid blue; */
}

.card {
    width: 230px;
    height: 250px;

    background-color: #084621;
    /* Verde escuro */

    border-radius: 20px;

    padding: 10px;
    margin: 20px;

    text-align: center;
    font-family: sans-serif;

    color: white;

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

    /* Efeito Bevel and Emboss */
    box-shadow:
        inset 10px 10px 5px rgba(255, 255, 255, 0.2),
        /* luz superior esquerda */
        inset -10px -10px 5px rgba(0, 0, 0, 0.2),
        /* sombra inferior direita */
        0 4px 10px rgba(0, 0, 0, 0.5);
    /* sombra externa */
}

.iconeProdutosCard {
    width: 200px;
    height: 180px;
}

.iconeProdutosCard img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    margin-bottom: 5px;
}

.card p {
    font-size: 18px;

    margin: 0;
}

/* Bloco Tres ============================================================================================ */



/* Bloco Quatro ========================================================================================== */
.blocoQuatro {
    width: 100%;
    height: 400px;

    background-color: #e6bc8c;

    margin-top: 100px;

    display: flex;
    justify-content: space-between;
    flex-flow: wrap row;
}

.imagemDestaqueBlocoQuatro {
    width: 800px;
    height: 100%;

    overflow: hidden;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 100% 100%, 0% 100%);
}

.imagemDestaqueBlocoQuatro img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.textoPersonalizado {
    width: 620px;
    /* height: 400px; */

    /* padding-top: 50px; */
    padding-right: 50px;

    text-align: right;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.textoPersonalizado h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

/* Bloco Quatro ========================================================================================== */



/* Bloco Cinco =========================================================================================== */
.blocoCinco {
    width: 100%;
    /* height: 500px; */

    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-flow: wrap row;

    padding: 100px 0;

    background-color: #dddddd70;
}

.mapsContatos {
    background-color: #ffffff;

    width: 500px;
    height: 580px;

    padding: 20px;

    border-radius: 10px;
    box-shadow: 5px 5px 15px 0 #00000027;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.blocoCinco iframe {
    width: 400px;
    height: 300px;
    border: 0;
    border-radius: 10px;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.dadosContatosContainer {
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-bottom: 20px;
}

.dadosContato {
    display: flex;
    align-items: center;

    /* border: 1px solid #285840; */

    margin-bottom: 10px;

    color: #000;
}

.iconeContato {
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px 0 0 10px;

    font-size: 30px;

    margin-right: 10px;
}

.dadosContato span {
    font-weight: 600;
    font-size: 15px;
}

#formularioContato {
    width: 500px;
    height: 580px;

    background-color: #ffffff;

    padding: 20px;

    border-radius: 10px;
    box-shadow: 5px 5px 15px 0 #00000027;
}

#formularioContato h2 {
    color: #285840;
    font-size: 35px;
}

#formularioContato input,
textarea {
    width: 100%;
    height: 50px;

    border: 1px solid #ddd;
    border-radius: 5px;

    margin-bottom: 10px;
    padding-left: 5px;

    font-size: 15px;

    box-shadow: 5px 5px 15px 0 #00000027;

}

#formularioContato textarea {
    resize: none;

    height: 200px;

    padding: 10px;
}

#formularioContato button{
    width: 100%;
    height: 50px;
    border-radius: 5px;

    background-color: #285840;
    color: #fff;

    cursor: pointer;
}

#formularioContato button:hover{
    background-color: #3f8864;
}

/* Bloco Cinco =========================================================================================== */



/* Bloco Footer ========================================================================================== */
footer {
    display: flex;
    flex-direction: column;

    background-color: #285840;
    color: #fff;
}

.containerRodape {
    width: 100%;
    height: 200px;

    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-flow: wrap row;
}

.logoRodape {
    width: 100px;
}

.linksUteis {
    display: flex;
    flex-direction: column;
}

.linksUteis a {
    color: #fff;
    font-size: 14px;
    margin: 5px 0;
}

.textoRodape {
    display: flex;
    flex-direction: column;
}

.textoRodape span {
    font-size: 14px;
    margin: 5px 0;

    margin: 3px 0;
}

.redesSociais {
    display: flex;
    align-items: center;
}

.redesSociais a {
    color: #fff;
    font-size: 30px;
    margin: 5px 10px;
}

.textoRodapeFinal {
    width: 100%;

    text-align: center;

    font-size: 13px;

    padding: 10px 0;
}

.textoRodapeFinal a {
    color: #fff;
    font-weight: 600;
}

/* Bloco Footer ========================================================================================== */