*{
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

#p1{ 
    height: 93.7vh;
    background-image: url(imgbitmap/home-banner.jpg);
    background-size: cover;
}
#p1center{
    height: 50vh;

}

#p2{
    height: 200vh;
    background-color: #f9f9ff;
}
#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;
}

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;
}

.text1{
    color: white;
    font-size: 38px;
    font-family: "Poppins", sans-serif;
    text-align: center;
}
.text2{
    color: white;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    padding: 2%;
}

.text3{
    color: black;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    padding: 2%;
}

.text4{
    color: #f9f9ff;
}

.text5{
    color: black;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    padding: 2%;
    cursor: pointer;
    border: solid 1px;
    border-color: #eeeeee;
}

.text5:hover{
    background-color: #fcdc00;
    transition: 0.5s;
}

.text6{
    color: black;
    font-size: 10px;
    font-family: "Poppins", sans-serif;
    display: flex;
    cursor: pointer;
    padding: 2%;
    
    
}


.text7{
    color: black;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    
}

.text11{
    color: #777777;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

.text12{
    color: black;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    padding: 2% 2%;
}

.box1{
    width: 550px;
    height: 245px;
    background-color: black;
    margin-left: 35%;
    margin-top: 13%;
    padding: 2%;
    
}

.box2{
    width: 190px;
    height: 40px;
    padding: 1%;
    margin-left: 29%;
    margin-top: 12%;
    background-color: #fcdc00;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    
}

.box3{
    width: 1000px;
    height: 55px;
    border: solid 1px;
    border-color: #eeeeee;
    background-color: white;
    margin-left: 23%;
    margin-top: 5%;
    display: flex;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    
}

.box4{
    width: 190px;
    height: 40px;
    padding: 0.5%;
    margin-left: 45%;
    margin-top: 22.5%;
    background-color: #fcdc00;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    
}



.galeria{
    margin-top: 4%;
    height: 110vh;
    width: 100%;
    display: flex;
    justify-content: center;
}

.fotos{
    width: 87%;
    display: flex;
    flex-wrap: wrap;
}

.imggaleria{
    padding: 0 15px 30px;
}

.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;
}