*{
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

#p1{ 
    height: 42vh;
    background-image: url(imgbitmap/home-banner.jpg);
    background-size: cover;
}

header{
    height: 8.5vh;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
    display: flex;
    justify-content: space-around;
    align-items: center;

}

header svg{
    fill:white;
    width: 20px;
    cursor: pointer;
}

nav{
    display: flex;
    width: 30%;
    margin-left: 20%;
    justify-content: space-between;
    align-items: center;
}

.text{
    color: white;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}

.text:hover{
    color: #fcdc00;
}

.titulo{
    color: white;
    display: flex;
    justify-content: center;
    margin-top: 5%;
    font-size: 32px;
}

#p2{
    height: 80vh;
}

.center{
    display: flex;
    justify-content: center;
    align-items: center;

}

.center > img{
    margin-top: 7%;
}

.box1{
    width: 650px;
    height: 250px;
    background-color: white;
    vertical-align: middle;
    margin-left: 33%;
    text-align: center;
    border:solid 1px black;

}

.box1 > h1{
    font-size: 23px;
    display: flex;
    justify-content: center;
    margin-top: 35px;

}
.box1 > p{
    font-size: 14px;
    margin-top: 15px;
}

#p3{
    height:50vh;
    background-color: #fcdc00;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.text8{
    color: black;
    text-align: left;
    font-family: "Poppins", sans-serif;
}

.text8 > h2{
    font-size: 34px;
}

.text8 > p{
    font-size: 14px;
    line-height: 1.7;
    margin-top: 7%;
}

.box5{
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 2%;
}

.text9{
    display: flex;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
}

.text9 > p{
    color: #777777;
    font-size: 14px;
}

.text9 > h2{
    color: black;
    font-size: 16px;
    padding: 2% 2%;
}

#p4{
    height:130vh;
    background-color: #f9f9ff;
}
#p5{
    height: 50vh;
    background-color: #04091e;
    display: flex;
    align-items: center;
}

.aboutustxt{
    text-align: center;

}

.aboutustxt > h2{
    font-size: 35px;
    margin-top: 3%;
}

.aboutustxt > p{
    font-size: 13px;
    color: #777777;

}
.areaquadrados{
    width: 63%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 5%;
}
.quadrados{
    border: solid 1px rgba(0, 0, 0, 0.3);
    width: 22%;
    padding: 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 3%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 32%;
   
}

.quadrados > h2{
    font-size: 18px;
    color: black;
    font-weight: 600;
}

.quadrados > p{
    font-size: 14px;
    color: #777777;
    margin-top: 5%;
    
}

.quadrados:hover{
    background-color: #fcdc00;
    transition: 0.5s;
}

.box6{
    width: 250px;
    height: 40px;
    padding: 0.5%;
    margin-left: 43%;
    margin-top: 2.5%;
    background-color: #fcdc00;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.box6 > h2{
    font-size: 14px;
}

.instagram{
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 0;
    flex-grow: 0;
    flex-shrink: 1;
    margin-top: 14.8vh;
}



.final{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    padding-left: 10%;
}
.aboutme{
    display: flex;
    flex-direction: column;
    text-align: left;
    color: white;
    font-size: 14px;
}

.aboutme > p{
    color: #777777;
    font-size: 14px;
    margin-top: 10%;
}

.newsletter{
    display: flex;
    flex-direction: column;
    text-align: left;
}

.newsletter > h2{
    color: #FFF;
    font-size: 18px;
}
.newsletter > p{
    color: #777777;
    font-size: 14px;
    margin-top: 10%;
    margin-bottom: 5%;
}
.botao1{
    display: flex;
}
.botao1 > input{
    height: 5vh;
    width: 20vw;
}
.botao2{
    display: flex;
    width: 13%;
    height: 4.95vh;
    background-color: #FCDC00;
    margin-left: -1%;
    justify-content: center;
    align-items: center;
}
.botao2 > svg{
    height: 4vh;
}

.followme{
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-right: 15%;
}
.followme > h2{
    color: #FFF;
    font-size: 18px;
}
.followme > p{
    color: #777777;
    font-size: 14px;
    margin-top: 20%;
    margin-bottom: 10%;
}
.logo{
    display: flex;
    fill: #FFF;
    align-items: center;
    justify-content: space-around;
}