@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #E9C792;
    font-family: 'poppins';
    overflow-x: hidden;
}
.intro .banner{
    width: 100%;
    height: 840px;
    background-image: url(/assets/img/Inicio.png);
    background-size:cover;
}
.intro .banner .nav-bar{
    padding: 48px;
    background: none;
    display: flex;
    flex-direction: row-reverse;
}
.banner .nav-bar .list-nav{
    gap: 30px;
    display: flex;
    background: none;
}
.banner .nav-bar .list-nav li{
    list-style: none;
    background: none;

}
.banner .nav-bar .list-nav li a{
    background:none;
}
.banner .nav-bar .list-nav li a img{
    background: none;
}

.intro .lg{
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.intro .lg img{
    width: 700px;
    background:none;
    margin-top: -25%;
}


.conhecer{
    display: grid;
    justify-content: center;
    padding: 24px 224px;

}
.box-midia{
    background-color: #8B8635;
    border-radius: 24px;
    display: flex;
}
.conhecer .box-midia .txt{
    display: grid;
    justify-content: space-around;
    background-color: #8B8635;
    padding: 24px;
    font-size: 20px;
    color: #FFF2DE;
    border-top-left-radius:24px;
    border-bottom-left-radius:24px;
}
.conhecer .box-midia .txt h1{
    font-size: 24px;
}
.conhecer .box-midia .txt p{
    font-size: 16px;
}
.conhecer .box-midia .txt a{
    width: 424px;
    height: 52px;
    gap: 8px;
    background-color: #FFF2DE;
    text-align: start;
    display: flex;
    align-items: center;
    border-radius: 16px;
    padding: 0 12px;
    font-weight: 700;
    color: #AE431D;
    text-decoration: none;
    transition: all 0.5s;
}
.conhecer .box-midia .txt a:hover{
    background-color: #E9C792;

}

.conhecer .alocasia{
    border-top-right-radius:24px;
    border-bottom-right-radius:24px;
    height: 450px;
}
#vasos-list{
    display: flex;
}
#vasos-list a{
    padding: 12px;
    border-radius: 12px;
    margin: 0 12px;
    color: #AE431D;
    text-decoration: none;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#vasos-list a img{
    width: 200px;
    height: 200px;
    border-radius: 12px;
}
#vasos-list a p{
    width: 200px;
}
#vasos-list span{
    font-size: 24px;
    font-weight:700;
}
#plantas-list{
    display: flex;
}
#plantas-list a{
    padding: 12px;
    border-radius: 12px;
    margin: 0 12px;
    color: #AE431D;
    text-decoration: none;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#plantas-list a img{
    width: 200px;
    height: 200px;
    border-radius: 12px;
}
#plantas-list a p{
    width: 200px;
}
#plantas-list span{
    font-size: 24px;
    font-weight:700;
}
#outros-list{
    display: flex;
}
#outros-list a{
    padding: 12px;
    border-radius: 12px;
    margin: 0 12px;
    color: #AE431D;
    text-decoration: none;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#outros-list a img{
    width: 200px;
    height: 200px;
    border-radius: 12px;
}
#outros-list a p{
    width: 200px;
}
#outros-list span{
    font-size: 24px;
    font-weight:700;
}
.produtos{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px;
    color: #AE431D;
}
.finalizacao-compra{
    position: fixed;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
}
.finalizacao-compra .box{
    background-color: #fff;
    width: 400px;
    border-radius: 24px;
    padding: 28px;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    button{
        font-family: 'poppins';
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        background-color: #AE431D;
        border: none;
        border-radius: 12px;
        padding: 4px 12px;

    }
}
/* Fundo borrado */
.finalizacao-compra {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);

    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 999999;
}

/* Esconde até ativar */
.popup-hidden {
    display: none;
}

/* Caixa do popup */
.finalizacao-compra .box {
    background: #ffffff;
    padding: 40px;
    border-radius: 24px;
    width: 390px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;

    color: #AE431D;

    animation: fadeIn .25s ease;
}

.finalizacao-compra .box img {
    width: 110px;
}

/* Botão */
.finalizacao-compra button {
    padding: 14px 32px;
    background: #AE431D;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    cursor: pointer;
}

/* animação */
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}
footer{
    background-color: #8B8635;
    width: 100vw;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
footer .geral-footer{
    padding: 60px;
    display: flex;
    width: 90vw;
    justify-content: space-between;
    color:#FFF2DE;
}
.geral-footer a{
    color:#FFF2DE;
    text-decoration: none;
    font-size: 12px;
}
footer h1{
    font-size: 8px;
    color: #FFF2DE;
    font-weight: 300;
}