* {
    margin: 0;
    padding: 0;
    font-family: "inter", sans-serif;
}

header {
    width: 100%;
    height: 8vw;
    display: flex;
    background: #000;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 3;
    position: fixed;
    gap: 2vw;




}

header .img-logo {
    width: 10vw;
    height: 7vw;
    margin-top: .5vw;
    margin-left: 6.5vw;
    margin-right: 10vw;
    border: none;
    border-radius: 0;
    display: flex;
    cursor: pointer;




}




header a {

    top: 5.3vw;
    left: 20vw;
    text-decoration: none;


}

header .links-header a {
    display: flex;
    align-items: center;
    color: #F7E4A0;
    font-size: 1.1vw;
    font-style: unset;
    font-weight: 500;
    padding-right: 7%;

}

.contatos::after {
    content: '';
    display: inline-block;
    position: relative;
    width: 1vw;
    height: 1vw;
    background-image: url("./img/Chevron down.png");
    background-size: cover;
    margin-left: .1vw;
    margin-top: -.2vw;
    padding-left: 1vw;

}

.contatos:hover::after {
    background-image: url("./img/Chevron down.svg");
    transition: .5s;
}

ul {
    display: flex;
    align-items: center;
    justify-content: space-between;

}


.drop-hover {
    position: relative;
    z-index: 10;
    list-style-type: none;


}

.drop-hover .drop a {
    padding: clamp(0.8rem, 1.3vw, 2rem);
    font-size: clamp(0.8rem, 1vw, 1.2rem);
}

.drop-hover .drop {
    position: absolute;
    background-color: #424147bb;
    width: clamp(150px, 20vw, 300px);
    height: 0;
    overflow: hidden;
    transition: .5s;
    border-radius: 2px;
    margin-left: 3vw;
}

.drop-hover:hover .drop {
    height: clamp(100px, 7.8vw, 200px);
    width: clamp(200px, 20vw, 400px);
}

.drop a:hover {
    background: linear-gradient(109deg, rgba(10, 12, 16, 0.99) 15%, rgba(10, 12, 16, 0.7) 50%, rgba(10, 12, 16, 0.99) 85%);
    transition: transform 0.3s ease;



}

nav ul li a {
    color: #fff;
    padding: clamp(0.8rem, 1.5vw, 2rem) clamp(1rem, 3vw, 4rem);
    text-decoration: none;
    font-weight: 600;
    display: block;
    transition: .2s;
    font-size: clamp(0.8rem, 1vw, 1.2rem);
}

li {
    list-style-type: none;
}

header .links-header .links:hover {
    color: #FFF;
    text-decoration: none;
    transition: .5s;
}

header .links-header {
    height: 3.8vw;
    width: 50vw;
    display: flex;
    padding: 3vw 0 0 0;
}

header .social-media {
    padding: 4vw 0 0 3vw;
    display: flex;
    gap: 2vw;

}

.icon-facebook,
.icon-insta {
    width: 1.5vw;
    height: 1.5vw;
    display: block;
    cursor: pointer;
    background-size: cover;


}

.icon-facebook {
    background-image: url("./img/icon-facebook.svg");
}

.icon-insta {
    background-image: url("./img/icon-insta.svg");
}

.icon-facebook:hover {
    background-image: url("./img/icon-facebook-branca.svg");
    transition: .5s;
}

.icon-insta:hover {
    background-image: url("./img/icon-insta-branca.svg");
    transition: .5s;
}





.Chevron-down {
    position: relative;
    width: 1vw;
    height: 1vw;
    padding-left: 2px;
}




#section-home {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#section-home img {
    z-index: 1;
    width: 97%;
    height: 100%;
    margin: 0 auto;
    align-items: center;
}


#section-home h1 {
    font-family: "Ubuntu", sans-serif;
    width: 60%;
    position: absolute;
    top: 35%;
    left: 50%;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.20);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 3vw;
    text-align: left;
    font-weight: 500;
    font-size: normal;
    z-index: 2;
    line-height: 1;
}

#section-home h2 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.20);
    left: 20.5%;
    top: 46%;
    color: #FFF;
    font-size: 1vw;
    font-style: normal;
    font-weight: 500;
    z-index: 2;
    position: absolute;



}

.buttons-home {
    position: absolute;
    display: flex;
    left: 21.5%;
    top: 50%;
}

.button-ambiente-planejado,
.button-Cama-enxovais {

    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.20);
    border-radius: var(--sds-size-radius-200);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: #000;
    color: #FFF;
    z-index: 2;
    width: 16vw;
    height: 2vw;
    margin-right: 1.5vw;
    border-radius: 5px;
    padding: var(--sds-size-space-300);
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
    font-size: 1vw;
    cursor: pointer;

}



.whats a img {
    opacity: 0.75;
    bottom: 20px;
    right: -5vw;
    bottom: -6vw;
    width: 30vw;

    position: fixed;
    z-index: 3;
    display: flex;
    cursor: pointer;
}

.whats a img:hover {
    opacity: 1;
    transition: 0.8s;
}

#Novidades,
#Ambientes-Planejados,
#Cama-Enxovais,
#Já-Imaginou,
#Sobre-Perfeita-Casa,
#Feedback,
#Onde-Encontrar,
#End-Contatos-e-Parceiros {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 97%;
    height: 35vw;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#Novidades {
    scroll-margin-top: 9vw;
    /* igual ou maior que a altura do header */
}

#Novidades,
#Cama-Enxovais {
    background: #1a1a1a;
}

#Ambientes-Planejados {
    background: rgb(10, 10, 10);
}



#Já-Imaginou {
    height: 56vw;
    background: #FFF;
}


#Feedback {
    background: #FFF;

}

#Onde-Encontrar {
    background: #1a1a1a;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    scroll-margin-top: 9vw;
}

.Onde-Encontrar-Flex {
    display: flex;
    flex-direction: row;
    gap: 1vw;
    width: 100%;
    height: 90%;
}

#Onde-Encontrar h2 {
    color: #FFF;
    font-size: 2vw;
    font-weight: 500;
    margin-top: 1vw;
    margin-left: 2.5vw;
    align-items: start;
    text-align: left;
    width: 100%;
    height: 10%;
    position: relative;
}

#Onde-Encontrar h3 {
    color: #F7E4A0;
    font-size: 1.5vw;
    font-weight: 400;
    width: 30%;

    display: flex;
    position: relative;
    flex-direction: row;

}


.color {
    background-color: #F7E4A0;
    width: .1vw;
    height: 20vw;

}

#Onde-Encontrar iframe {
    width: 55%;
    height: 90%;
    border: none;
    margin-left: 2.5vw;
    margin-right: 2vw;
    border-radius: 0.2vw;
    display: block;





}

#End-Contatos-e-Parceiros {
    background: #050505;

}

#Created {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    width: 100vw;
    height: 4vw;
    position: absolute;
    z-index: 2;
    background: #000;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#Created a {
    height: 100%;
    color: #F7E4A0;
    font-size: 0.8vw;
    font-weight: 500;
    padding-right: 4vw;
    align-items: center;
    display: flex;
    justify-items: center;


}

#Novidades,
#Ambientes-Planejados,
#Cama-Enxovais {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;

}

#Novidades h2,
#Ambientes-Planejados h2,
#Cama-Enxovais h2 {
    margin: 2vw 0 0 2.5vw;
    padding: 0;
    font-size: 2vw;
    color: #FFF;

}

#Novidades-Container {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    margin: 1.5vw 0 0 6.3vw;

}


.Novidade-01,
.Novidade-02 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    justify-content: center;
}

.Novidade-01 h3,
.Novidade-02 h3 {
    color: #FFF;
    font-size: 1.2vw;
    font-weight: 500;

    text-align: left;
    width: 100%;
    /* Faz o h3 ocupar toda a largura do container */
}

.Novidade-01 h4,
.Novidade-02 h4 {
    color: #FFF;
    font-size: 1vw;
    font-weight: 400;
    margin-top: 0.5vw;
    text-align: left;
    width: 100%;
    /* Faz o h4 ocupar toda a largura do container */
}

#Ambientes-Planejados-Container {
    display: flex;
    flex-direction: row;
    gap: 3.2vw;
    margin: 1.5vw 0 0 6.3vw;
}

.Ambiente-01 img,
.Ambiente-02 img,
.Ambiente-03 img,
.Ambiente-04 img {
    width: 18vw;
    border-radius: 0.2vw;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.Ambiente-01,
.Ambiente-02,
.Ambiente-03,
.Ambiente-04 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Alinha tudo à esquerda */
    justify-content: center;
}

.Ambiente-01 h3,
.Ambiente-02 h3,
.Ambiente-03 h3,
.Ambiente-04 h3 {
    color: #FFF;
    font-size: 1.2vw;
    font-weight: 500;
    margin-top: 0.5vw;
    text-align: left;
    width: 100%;
    /* Faz o h3 ocupar toda a largura do container */
}

#Cama-Enxovais-Container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1.5vw 0 0 6.3vw;
    position: relative;
}

#Cama-Enxovais-Container img {
    width: 81.2vw;
    border-radius: 0.2vw;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: block;
}



#Cama-Enxovais-Container h2 {
    position: absolute;
    left: 71%;
    top: 86.5%;
    margin: 0;
    color: #FFF;
    font-size: 2.2vw;
    font-weight: 500;
    margin-top: 1vw;
    text-align: left;
    z-index: 2;

    width: 26vw;

}

#Já-Imaginou {
    display: flex;
    flex-direction: row;
    gap: 3.5vw;
    align-items: flex-start;

}

#img-ja-imaginou {
    height: 50vw;
    display: flex;
    margin-top: 2.5vw;
    border-radius: .3vw;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#img-ja-imaginou img {

    border-radius: .3vw;
}


#text-ja-imaginou {
    width: 40vw;
    margin-top: 5vw;


}

#text-ja-imaginou h1 {
    color: #000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    width: 30vw;
}

#text-ja-imaginou h3 {
    color: #000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 500;
    margin-top: 1vw;
    width: 30vw;
    height: 35vw;

}

#text-ja-imaginou button {
    border-radius: 8px;
    background: #32D852;
    color: #FFF;
    font-weight: 500;
    font-size: 1vw;
    width: 20vw;
    height: 4vw;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: var(--sds-size-radius-200);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: none;
    outline: none;
    border-radius: .2vw;
    cursor: pointer;

}

#Sobre-Perfeita-Casa {
    height: auto;
    width: 97%;
    height: 70vw;
    background: #000;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    scroll-margin-top: 9vw;



}

.conteiner-01-sobre {

    width: 100%;
    height: 100%;
}



#Sobre-Perfeita-Casa h2 {
    width: 65%;
    color: #FFF;
    font-size: 1vw;
    font-weight: 500;
    margin-top: 1vw;
    text-align: center;
    align-items: center;

    margin: 0 0 0 17vw;

}



#Sobre-Perfeita-Casa .img-perfeita-sobre {
    margin: 1vw 28vw 0;

    height: 8vw;
    border-radius: .3vw;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

}

.img-sobre-proprietarios {
    display: flex;
    flex-direction: row;

    margin: 1vw 0vw 0 17vw;
    gap: 35vw;
}

.img-sobre-proprietarios img {

    height: 15vw;
    border-radius: .3vw;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.sobre-arquiteta {
    display: flex;
    height: 100%;
    width: 100%;

    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 13vw;
    border-radius: .3vw;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 4.5vw 0vw 0 0vw;
}

.sobre-arquiteta img {
    width: 13vw;
    height: 13vw;
    border-radius: .3vw;
}

.sobre-arquiteta p {
    color: #FFF;
    font-size: 1vw;
    font-weight: 400;
    width: 65%;
    text-align: left;

    margin-top: 1vw;
    margin-left: 1vw;
}

figcaption {
    color: #FFF;
    font-size: 0.8vw;
    text-align: end;

    margin-right: 0.2vw;

}

#End-Contatos-e-Parceiros {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;

}

.End-Parceiros {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;

}

.End-Parceiros a {
    margin-top: 1vw;
}

.End-Parceiros div {

    display: flex;
    gap: 15vw;


}

.End-Contatos {
    margin-top: 10vw;
}

.End-Contatos p {
    color: #454545;
    margin-left: 13vw;
    font-size: .8vw;

}

.End-Contatos-Text {
    margin-top: 1vw;
}

.End-Perfeita-Casa-img {

    height: 10vw;
    margin-left: 10vw;



}

.End-Fecebook,
.End-Instagram,
.End-Youtube,
.End-Linkdin {
    width: 1.5vw;
    height: 1.5vw;
    cursor: pointer;
    background-size: cover;


}

.End-Redes-Sociais {
    display: flex;
    flex-direction: row;
    gap: 1vw;
    margin-left: 15.9vw;
}


.End-Fecebook {
    background-image: url("./img/End/Icon-Fecebook.svg");
}

.End-Instagram {
    background-image: url("./img/End/Icon_Instagram.svg");
}

.End-Fecebook:hover {
    background-image: url("./img/icon-facebook-branca.svg");
    transition: .5s;
}

.End-Instagram:hover {
    background-image: url("./img/icon-insta-branca.svg");
    transition: .5s;
}


.End-Youtube {
    background-image: url("./img/End/Icon-Youtube.svg");
}

.End-Linkdin {
    background-image: url("./img/End/Icon-Linkedin.svg");
}






.formulario-fale-conosco {



    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    gap: 1.8vw;
    flex-direction: column;
    position: fixed;
    top: 20%;
    left: -50%;
    padding: 1vw;
    border-radius: .5vw;
    transition: left 1s ease-in-out;
    z-index: 10;

}

.text-01 {
    color: #FFF;
    font-size: 1vw;
}

.text-02 {
    color: #FFF;
    font-size: .9vw;
    font-weight: 200;
    width: 13vw;

}



.formulario-fale-conosco button {
    color: black;
    background-color: #F7E4A0;
    border-radius: .5vw;
    border: none;
    width: 98%;
    height: 2.5vw;
    cursor: pointer;
    text-transform: uppercase;
    font-size: .8vw;
    font-weight: bolder;

    border-right: 1vw;

}

.whats-form {
    color: #FFF;
    background-color: #32D852;
    font-weight: 200;
    border-radius: .5vw;
    border: none;
    text-decoration: none;
    width: 98%;
    height: 2.5vw;
    cursor: pointer;
    text-transform: uppercase;
    font-size: .8vw;
    font-weight: bolder;

    border-right: .5vw;
    align-items: center;
    display: flex;
    justify-content: center;
}




.input-02,
.input-01,
select {
    height: 2vw;
    width: 98%;
    font-size: .8vw;
    border-radius: .3vw;
    border: none;

    outline-color: #18D80F;
}

#Tipo-Serviço {
    width: 98%;
}

textarea {
    width: 95%;
    height: 5vw;
    font-size: .8vw;
    border-radius: .4vw;
    border: 1px solid gray;
    padding-left: 0.7vw;
    outline-color: #18D80F;
}

.mascara-formulario {
    visibility: hidden;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(109deg, rgba(10, 12, 16, 0.99) 15%, rgba(10, 12, 16, 0.7) 50%, rgba(10, 12, 16, 0.99) 85%);
    transition: visibility 1s ease-in-out;
}

.slider {
    width: 40vw;
    height: 30vw;
    overflow: hidden;
    margin: 0 auto;
}

.slider-Novidades-01 {
    width: 40vw;
    height: 30vw;
    overflow: hidden;
    margin: 0 auto;

}

.slider-Novidades-02 {

    width: 40%;
    height: 25vw;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.slide,
.slide-first {
    width: 100%;
    flex-shrink: 0;
    transition: 5s;
    border-radius: 1.2vw;
    margin-top: 1.5vw;
}

.slide-01,
.slide-first-01 {
    width: 40vw;
    flex-shrink: 0;
    transition: 5s;
    border-radius: 1.2vw;
    margin-top: 1.5vw;
}

.slide-02,
.slide-first-02 {
    width: 40%;

    flex-shrink: 0;
    transition: 5s;
    border-radius: 1.2vw;
    margin-top: 1.5vw;
}

.slides {
    width: 100%;
    display: flex;
}

.slides-01 {
    width: 100%;
    display: flex;
}

.slides-02 {
    width: 40%;
    display: flex;
}

.slides input {
    display: none;
}

.slides-01 input {
    display: none;
}

.slides-02 input {
    display: none;
}


.slide {
    width: 40vw;
    position: relative;
}

.slide-01 {
    width: 40vw;

    position: relative;
}

.slide-02 {
    width: 40vw;

    position: relative;



}

.slide img,
.slide-first img {
    width: 40vw;

    object-fit: cover;
    border-radius: 0.2vw;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

}

.slide-01 img,
.slide-first-01 img {
    width: 40vw;

    object-fit: cover;
    border-radius: 0.2vw;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

}

.slide-02 img,
.slide-first-02 img {
    width: 40vw;

    object-fit: cover;
    border-radius: 0.2vw;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.manual-navigation {
    position: absolute;
    width: 40vw;
    margin-top: -2vw;
    display: flex;
    justify-content: center;
    z-index: 7;
}

.manual-navigation-01 {
    position: absolute;
    width: 40vw;
    margin-top: -2vw;
    display: flex;
    justify-content: center;
    z-index: 7;
}

.manual-navigation-02 {
    position: absolute;
    width: 40vw;
    margin-top: -2vw;
    display: flex;
    justify-content: center;
    z-index: 6;
}


.manual-btn-02 {
    border: .1vw solid #000;
    padding: .6vw;
    border-radius: 10px;
    cursor: pointer;
    transition: .8s;

}

.manual-btn:not(:last-child) {
    margin-right: 5vw;
}

.manual-btn-01:not(:last-child) {
    margin-right: 5vw;
}

.manual-btn-02:not(:last-child) {
    margin-right: 5vw;
}

.manual-btn:hover {
    background: #F7E4A0;
}

.manual-btn-01:hover {
    background: #F7E4A0;
}

.manual-btn-02:hover {
    background: #F7E4A0;
}

#radio1:checked~.slide-first {
    margin-left: 0;
}

#radio2:checked~.slide-first {
    margin-left: -100%;
}

#radio1-01:checked~.slide-first-01 {
    margin-left: 0;
}

#radio2-01:checked~.slide-first-01 {
    margin-left: -100%;
}

#radio1-02:checked~.slide-first-02 {
    margin-left: 0;
}

#radio2-02:checked~.slide-first-02 {
    margin-left: -100%;
}


.Navigation-auto div {
    border: .1vw solid #FFFF;
    padding: .6vw;
    border-radius: 2vw;
    cursor: pointer;
    transition: .8s;
    z-index: 6;
    opacity: 0.8;
}

.Navigation-auto-01 div {
    border: .1vw solid #FFFF;
    padding: .6vw;
    border-radius: 2vw;
    cursor: pointer;
    transition: .8s;
    z-index: 6;
    opacity: 0.8;
}

.Navigation-auto-02 div {
    border: .1vw solid #FFFF;
    padding: .6vw;
    border-radius: 2vw;
    cursor: pointer;
    transition: .8s;
    z-index: 6;
    opacity: 0.8;
}

.Navigation-auto {
    position: absolute;
    width: 40vw;
    margin-top: 21.6vw;
    display: flex;
    justify-content: center;
    z-index: 7;
}

.Navigation-auto-01 {
    position: absolute;
    width: 40vw;
    margin-top: 21.6vw;
    display: flex;
    justify-content: center;
    z-index: 7;
}

.Navigation-auto-02 {
    position: absolute;
    width: 40vw;
    margin-top: 21.6vw;
    display: flex;
    justify-content: center;
    z-index: 7;

}

.Navigation-auto div:not(:last-child) {
    margin-right: 5vw;
}

.Navigation-auto-01 div:not(:last-child) {
    margin-right: 5vw;
}

.Navigation-auto-02 div:not(:last-child) {
    margin-right: 5vw;
}

#radio1:checked~.Navigation-auto .auto-btn1 {
    background-color: #F7E4A0;
}

#radio1-01:checked~.Navigation-auto-01 .auto-btn1-01 {
    background-color: #F7E4A0;
}

#radio1-02:checked~.Navigation-auto-02 .auto-btn1-02 {
    background-color: #F7E4A0;
}

#radio2:checked~.Navigation-auto .auto-btn2 {
    background-color: #F7E4A0;
}

#radio2-01:checked~.Navigation-auto-01 .auto-btn2-01 {
    background-color: #F7E4A0;
}

#radio2-02:checked~.Navigation-auto-02 .auto-btn2-02 {
    background-color: #F7E4A0;
}

.Novidade-02 h3,
h4 {
    z-index: 10;
}

.menu-cell img {
    display: none;
}

.drop-menu {
    display: none;
}

@media (max-width:768px) {

    header .links-header {
        display: none;
    }

    header {
        height: 10vw;
    }

    header img {

        height: 9vw;
    }

    .menu-header ul {
        position: relative;
        right: 0;
        align-items: flex-end;
        justify-self: space-around;

    }

    .icon-insta {
        margin-left: 45vw;
        margin-right: 1vw;
    }

    .icon-facebook,
    .icon-insta {
        width: 3vw;
        height: 3vw;

    }

    .social-media {
        height: 5vw;
    }


    .menu-cell img {
        display: inline-block;
        width: 6vw;

    }










    .drop-hover-menu {
        position: relative;
        z-index: 10;
        list-style-type: none;
        top: -2vw;
        right: 2vw;
    }

    .drop-hover-menu .drop-menu {
        position: absolute;
        opacity: 0.9;
        background: #000;
        width: 100%;
        height: 2vw;
        overflow: hidden;
        transition: .5s;
        border-radius: 2px;
        margin-left: -45vw;
        margin-top: vw;


    }

    .drop-hover-menu .drop-menu a {
        padding: 1.3vw;



    }

    .drop-hover-menu:hover .drop-menu {
        height: 200vw;
        width: 60vw;


    }

    .drop-menu a:hover {
        background: linear-gradient(109deg, rgba(10, 12, 16, 0.99) 15%, rgba(10, 12, 16, 0.7) 50%, rgba(10, 12, 16, 0.99) 85%);
        transition: transform 0.3s ease;

    }

    .drop-menu {
        display: flex;
        flex-direction: column;
        top: -1.5vw;

    }

    nav ul li a {
        color: #fff;
        padding: clamp(0.8rem, 1.5vw, 2rem) clamp(1rem, 3vw, 4rem);
        text-decoration: none;
        font-weight: 600;
        display: block;
        transition: .2s;
        font-size: 4vw;
        margin: 0 0 2vw 2vw;
    }

    li {
        list-style-type: none;
    }

    .logo-drop-perfeita-casa img {
        width: 70%;
        height: 25vw;
        padding-left: 7.3vw;
        padding-top: 4vw;
    }

    .logo-drop-perfeita-casa {

        height: 20vw;
        width: 100%;

    }

    .divider {
        margin-top: 20vw;

    }

    #section-home img {
        content: url(./img/@media/solicite.png);
    }

    #section-home .text-home {
        width: 80%;
        font-size: 6vw;
        font-weight: 400;
        text-align: center;
    }

    #section-home h2 {
        font-size: 2.5vw;
        top: 49vw;
        left: 16vw;
        width: 75%;

    }

    #section-home .buttons-home {
        display: flex;
        flex-direction: column;
        top: 70vw;

    }

    .button-ambiente-planejado,
    .button-Cama-enxovais {
        width: 60vw;
        height: 8vw;
        margin-bottom: 2vw;
        font-size: 2.5vw;
    }

    .formulario-fale-conosco {
        width: 60%;
        height: 100vw;
        left: -70%;
    }

    .input-01,
    .input-02,
    #Tipo-Serviço {
        width: 98%;
        height: 8vw;
        margin-bottom: 2vw;
        font-size: 2.5vw;
    }

    .text-01,
    .text-02 {
        font-size: 3vw;
        width: 100%;
    }

    .formulario-fale-conosco textarea {
        width: 95.5%;
        height: 20vw;
        margin-bottom: 2vw;
        font-size: 2.5vw;
    }

    .formulario-fale-conosco button,
    .whats-form {
        width: 98%;
        height: 8vw;
        font-size: 2.5vw;

    }

}