#plantas {
    & #menu-plantas {
        ul {
            display: flex;
            justify-content: center;
            gap: 30px;
        }
    }
}
#plantas {
    & #menu-plantas {
        & ul {
            li {
                margin-bottom: 30px;
                border: 1px solid #625859;
                border-radius: 20px;
                padding: 10px 20px;
            }
        }
    }
}
#plantas-comuns {
    & .item {
        & .content-plantas {
            p {
                width: 100%;
            }
        }
    }
}
#projetistas {
    & .item {
        .info {
            text-align: center;
        }
    }
}
#projetistas {
    & .item {
        img, figure {
            width: 100%;
            max-width: 250px;
        }
    }
}
#formulario-fixo{
    position: absolute;
    display: block;
    width: 300px;
    height: auto;
    background: rgba(255, 255, 255, 0.6);
    z-index: 999;
    right: 0;
    top: 16vh;
    padding: 20px;
    backdrop-filter: blur(3px);
}
#formulario-fixo h2{
    font-family: StereoGothic-450;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #076e8e;
}
header {
    & .logo {
        & a#logo-helbor {
            svg {
                transition: all 0.5s ease;
                width: initial;
                height: initial;
            }
        }
    }
}

@media screen and (min-width:768px){
    #logo-helbor{
        padding-top: 30px;
        padding-left: 100px;
    }
    .logo.logo-scrolled #logo-helbor{display: none; transition: 500ms;}
    #logo-helbor .mobile{display: none;}
}
@media screen and (max-width:767px){
    header {
        & .logo {
            & a {
                svg {
                    transition: all 0.5s ease;
                    width: 120px;
                    height: 130px;
                }
            }
        }
    }
    #logo-helbor .desktop{display: none;}
    #logo-helbor .mobile {
        display: block !important;
        padding: 26px 0;
    }
    #formulario-fixo {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        background: rgb(198 183 155);
        z-index: 999;
        right: 0;
        top: auto;
        padding: 60px 20px 0;
        backdrop-filter: none;
    }
    #formulario-fixo h2 {
        font-size: 14px;
    }
    .logo.logo-scrolled #logo-helbor .mobile {
        padding: 26px 10px;
    }
    header {
        & .logo {
            &.logo-scrolled {
                & a {
                    svg {
                        width: 100%;
                        height: 100px;
                    }
                }
            }
        }
    }
    header {
        & .logo {
            &.logo-scrolled {
                width: 120px;
            }
        }
    }
    header {
        .btns-menu {
            margin-top: 14px;
            display: flex;
            gap: 10px;
        }
    }

}

