html {
    scroll-behavior: smooth;
    scroll-padding-top: 5.6rem;
}


body {
    font-family: "Poppins", serif;
}

.interface {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 4%;
}

/* HEADER */

header {
    width: 100%;
    padding: 40px 0 10px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    height: 100px;
    transition: .5s;
}

header .interface {
    display: flex;
    justify-content: center;
    align-items: center;
}

header .menu-desktop nav ul {
    list-style-type: none;
    display: flex;
    gap: 40px;
}


header .menu-desktop nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 1.3rem;
    font-weight: 500;
    display: inline-block;
    border-left: 2px solid white;
    border-right: 2px solid white;
    padding: 0 40px;
    transition: .5s;
}

header .menu-desktop nav ul li a:hover {
    background-color: rgb(255, 255, 255);
    color: #000000;
}

/* HEADER EFEITO MENU */

header.rolar {
    background-color: #f7d8cb;
    color: #613737;
    box-shadow: 0 0 10px black;
    z-index: 999;
}

header.rolar .menu-desktop nav ul li a {
    color: #613737;
    border-left: 2px solid #613737;
    border-right: 2px solid #613737;
}

header.rolar .menu-desktop nav ul li a:hover {
    color: white;
    background-color: #613737;
}


/* HEADER COLORIDO */
header .menu-desktop-color nav ul li a {
    color: #613737;
    border-left: 2px solid #613737;
    border-right: 2px solid #613737;

    transition: .5s;
}

header .menu-desktop-color nav ul li a:hover {
    background-color: #613737;
    color: white;
}



/* estilo botao do menu mobile  */

header .botao {
    width: 50px;
    height: 50px;
    border: 4px solid #ffffff;
    background: transparent;
    border-radius: 2px;
    cursor: pointer;
    display: none;
    transform: translateY(-15px);
}

.linha {
    width: 30px;
    height: 2px;
    display: block;
    margin: 6px auto;
    background-color: #ffffff;
    position: relative;
    transform-origin: center;
    transition: 0.2s;
}

.botao.ativar .linha:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
}

.botao.ativar .linha:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
}

.botao.ativar .linha:nth-child(2) {
    width: 0;
}

.botao.ativar {
    box-shadow: 1px 1px 10px #000000;
}

.botao.ativar .linha {
    box-shadow: 1px 1px 10px #000000;
}




/* estilo menu mobile */

header .menu-mobile {
    background-color: rgba(0, 0, 0, 0.384);
    backdrop-filter: blur(10px);
    position: absolute;
    width: 100%;
    height: 0vh;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    transition: .5s;
}


header .menu-mobile nav {
    width: 100%;

}

header .menu-mobile nav ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;

}

header .menu-mobile nav a {
    font-size: 24px;
    text-decoration: none;
    color: #ffffff;
    padding: 20px 0;
    display: block;
    width: 100vw;
    text-align: center;
}

header .menu-mobile nav a:hover {
    background-color: #0000004b;
    color: rgba(255, 255, 255, 0.986);

}

header .menu-mobile.abrir {
    width: 100%;
    height: 100vh;

}

body.no-overflow {
    overflow: hidden;
}



/* HERO */

section.hero-site {
    height: 98vh;
    background: url(../hero/foto-viveiro16.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;

}


.hero-site img {
    max-width: 70%;
    z-index: 2;
    margin: 0 auto;
    display: block;

}



/* SOBRE */

section.sobre {
    padding: 40px 80px 50px;

}

.sobre .itens-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 40px 0 10px;

}

.sobre .itens-container .txt-itens h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #613737;
}

.sobre .itens-container .txt-itens p {
    text-align: justify;
    margin-bottom: 70px;
    font-size: 1.2rem;
    line-height: 2rem;
}


.sobre .itens-container .txt-itens a {
    text-decoration: none;
    color: white;
    background-color: #613737;
    padding: 15px;
    border-radius: 40px;

}

.sobre .itens-container .txt-itens a:hover {
    box-shadow: 2px 2px 15px black;
}


/* PRODUTOS */

section.produtos {
    padding: 75px 80px;
}

.produtos .img-itens {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;

}


.efeito-imagem-um,
.efeito-imagem-dois,
.efeito-imagem-tres,
.efeito-imagem-quatro,
.efeito-compromisso {
    visibility: hidden;
}


.produtos .titulo-produtos h2 {
    font-size: 3rem;
    margin-bottom: 30px;
    color: #613737;
}

.produtos .titulo-produtos p {
    margin-bottom: 35px;
    font-size: 1.3rem;
}



.produtos .img-itens .img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;

}

.produtos .img-itens .img-container h3 {
    font-size: 1.4rem;
}

.produtos .img-itens .img-container span {
    font-weight: 400;
}

.produtos .img-itens img {
    max-width: 260px;
}


/* SERVIÇOS */

section.servicos {
    padding: 20px 0 80px;
    height: 90vh;
    background-image: url(../servicos/galeria5.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #ffffff;
    background-attachment: fixed;

}

.servicos .txt-servicos h2 {
    color: white;
    font-size: 3rem;
    text-align: center;
    margin: 40px 0;
    font-weight: 400;
}


.servicos .servicos-container  {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

}

.txt-servicos-box {
    padding: 30px;
    border: 4px solid white;
    margin: 20px;
    max-width: 400px;
    max-height: 330px;
    box-shadow: 10px -10px 1.3px #f9e8e1;
    border-radius: 80px;
}

.txt-servicos-box ul {
    color: #ffffff;
    padding-left: 20px;
}

.txt-servicos-box ul li {
    font-size: 1.2rem;
    margin-bottom: 10px;
}


.txt-servicos-box h4 {
    color: white;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1rem;
}

.txt-servicos-box p {
    color: white;
    text-align: justify;
    margin-bottom: 10px;
    font-size: 1.2rem;
}




/* CERTIFICAÇÃO */

section.certificacao {
    padding: 60px;
    background-color: #f9e8e1;
}

.certificacao .txt-certificacao {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.certificacao .txt-certificacao h3 {
    font-size: 2.5rem;
    padding: 0px 300px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
    line-height: 50px;
}

.certificacao .txt-certificacao .img-certificacao {
    display: flex;
    align-items: center;
    gap: 40px;
}

.certificacao .txt-certificacao .img-certificacao img {
    width: 200px;
    max-height: 300px;

}


/* COMPROMISSO */

section.compromisso {
    padding: 60px;
}

.compromisso .titulo-compromisso h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-weight: 400;

}

.compromisso .txt-compromisso {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.txt-compromisso .compromisso-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;

}


.txt-compromisso .compromisso-container img {
    max-width: 200px;
}

.txt-compromisso .compromisso-container .txt-compromisso-box h3 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 20px;

}

.txt-compromisso .compromisso-container .txt-compromisso-box p {
    text-align: center;
    font-size: 1.1rem;
}

/* CONTATO */

section.contato {
    height: 500px;
    background-image: url(../hero/foto-viveiro16.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #ffffff;
    background-attachment: fixed;

}


.contato .txt-contato {
    display: flex;
    flex-direction: column;
    gap: 30px;

}

.contato .txt-contato h3 {
    text-align: center;
    font-size: 2.5rem;
    margin: 20px 0 30px;
    font-weight: 600;
}

.contato>.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000067;
    width: 100%;
    height: 100%;
    z-index: 1;

}

.contato>.interface {
    height: 100%;
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.contato .txt-contato .icons-contato a {
    text-decoration: none;
    color: white;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid white;
    background-color: transparent;
    border-radius: 50px;
    width: 500px;
    height: 60px;
    margin: 0 auto 20px auto;
    padding: 40px;
    cursor: pointer;
    transition: 0.3s;

}


.contato .txt-contato .icons-contato a:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.227);
}

.contato .txt-contato .icons-contato p {
    font-size: 1.3rem;
}


/* FOOTER */

footer {
    width: 100%;
    padding: 60px 0 20px;
    background-color: #f9e8e1;
}

footer .footer-container {
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    gap: 50px;

}

footer .footer-container .left-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


footer .footer-container .left-footer img {
    max-width: 120px;
    margin-bottom: 10px;
}

footer .footer-container .right-footer a {
text-decoration:none;
color: black;


}

footer .bottom-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 0;
}

footer .bottom-footer p {
    font-size: 0.9rem;
}


/* GALERIA */

section.galeria {
    padding: 150px 0;

}

.galeria .titulo-galeria h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #613737;

}

.galeria .img-galeria {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;

}

.galeria .img-galeria img {
    max-width: 400px;
    border-radius: 10px;
}

.galeria .img-galeria .container-img-galeria {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.galeria .img-galeria .container-img-galeria p {
    font-size: 0.8rem;
}




/* HEADER GALERIA */


.header-galeria .menu-desktop nav ul li a {
    text-decoration: none;
    color: #613737;
    font-size: 1.3rem;
    font-weight: 500;
    display: inline-block;
    border-left: 2px solid #613737;
    border-right: 2px solid #613737;
    padding: 0 40px;
    transition: .5s;
}

.header-galeria .menu-desktop nav ul li a:hover {
    background-color: #613737;
    color: white;
}


/* HORTALIÇAS */

section.hortalicas {
    padding: 150px;
}


.hortalicas .hortalicas-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
   
}

.hortalicas .hortalicas-container .hortalicas-box {
    display: flex;
    align-items: start;
    gap: 60px;
   
}


.hortalicas-box .hortalicas-txt {
    width: 240px;
  
}


.hortalicas .titulo-hortalicas h2 {
    font-size: 3rem;
    margin-bottom: 60px;
    color: #613737;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hortalicas-box .hortalicas-box-img img {
    max-width: 200px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}


/* HISTÓRIA */

header .menu-desktop-historia nav ul {
    list-style-type: none;
    display: flex;
    gap: 40px;
}

header.header-historia {
    background-color: #f7d8cb;
    color: #613737;
    box-shadow: 0 0 10px black;
    z-index: 999;
}

header .menu-desktop-historia nav ul li a {
    text-decoration: none;
    color: #613737;
    font-size: 1.3rem;
    font-weight: 500;
    display: inline-block;
    border-left: 2px solid #613737;
    border-right: 2px solid #613737;
    padding: 0 40px;
    transition: .5s;

}

header .menu-desktop-historia nav ul li a:hover {
    color: white;
    background-color: #613737;
}



/* HERO HISTÓRIA */

section.hero-historia {
    height: 35vh;
    background: url(../hero/foto-viveiro16.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    margin-top: 100px;

}

.hero-historia .titulo-historia h2 {
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 500;
}


/* SEÇÃO QUEM SOMOS */

section.historia {
    padding: 40px 150px;
}

.historia .itens-container-historia {
    display: flex;
    flex-direction: column;
}

.historia .txt-itens-historia h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #613737;
}

.historia .txt-itens-historia p {
    text-align: justify;
    margin-bottom: 40px;
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 80px;
}

.historia .img-itens-historia {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    gap: 50px;
}

.historia .img-itens-historia img {
    max-width: 400px;
    border-radius: 10px;
}

.historia .img-itens-historia .container-foto-historia {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.historia .img-itens-historia .container-foto-historia p {
    font-size: 0.8rem;
}