*{margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
    font-family: "Poppins", sans-serif;}

.planodefundo {
    background-image: url(home-banner.jpg.webp);
    height: 40vh; 
    background-blend-mode: multiply;
    position: relative;
}    

header {
    height: 9vh;
    margin-top: 0%;
    background-color: rgba(0, 0, 0, 45%);
}

header>img {
    margin-top: 3vh;
    margin-left: 8%;
    vertical-align: middle;
}

.bntHome {
    text-decoration: none;
    font-size: 12px;
    color: #fcdc00;
    position: relative;
    top: 10%;
    left: 35%;
}

.bntGalery {
    text-decoration: none;
    font-size: 12px;
    color: white;
    position: relative;
    top: 10%;
    left: 37%;
    transition: 0.5s;
}

.bntGalery:hover {
    color: #fcdc00;
    background-color: transparent;
}

.bntServices {
    text-decoration: none;
    font-size: 12px;
    color: white;
    position: relative;
    top: 10%;
    left: 39%;
    transition: 0.5s;
}

.bntServices:hover {
    color: #fcdc00;
    background-color: transparent;
}

.bntAbout {
    text-decoration: none;
    font-size: 12px;
    color: white;
    position: relative;
    top: 10%;
    left: 41%;
    transition: 0.5s;
}

.bntAbout:hover {
    color: #fcdc00;
    background-color: transparent;
}

.bntElements {
    text-decoration: none;
    font-size: 12px;
    color: white;
    position: relative;
    top: 10%;
    left: 43%;
    transition: 0.5s;
}

.bntElements:hover {
    color: #fcdc00;
    background-color: transparent;
}

.bntBlog {
    text-decoration: none;
    font-size: 12px;
    color: white;
    position: relative;
    top: 10%;
    left: 45%;
    transition: 0.5s;
}

.bntBlog:hover {
    color: #fcdc00;
    background-color: transparent;
}

.bntContact {
    text-decoration: none;
    font-size: 12px;
    color: white;
    position: relative;
    top: 10%;
    left: 47%;
    transition: 0.5s;
}

.bntContact:hover {
    color: #fcdc00;
    background-color: transparent;
}

#About {
    font-size: 40px;
    margin-bottom: 15px;
    padding-top: 60px;
    color: white;
    position: relative;
    left: 45%;
    top: 8%;
}

.pagina2 {
    height: 80vh; 
    background-blend-mode: multiply;
    position: relative;
    color: #f9f9ff;
}

#imagemMontanha {
    position: relative;
    top: 15%;
    left: 30%;
}

#retBranco {
    width: 35%;
    height: 25vh;
    background-color: white;
    position: relative;
    top: 1%;
    left: 32%;
}

#TituloDid {
    font-size: 24px;
    margin-bottom: 22px;
    color: black;
}

#textinhoInapro {
    color: #a3a4a3;
    font-size: 14px;
}

.pagina3 {
    height: 50vh;
    background-color: #fcdc00;
}

#tituloClient {
    font-size: 36px;
    margin-bottom: 18px;
    position: relative;
    top: 40%;
    left: 20%;
}

#textinhoClient {
    width: 20%;
    font-size: 14px;
    position: relative;
    top: 40%;
    left: 20%  
}

.retanguloBranco {
    width: 30%;
    height: 25vh;
    background-color: white;
    position: relative;
    top: 5%;
    left: 50%;
}

#imagemMulher {
    position: relative;
    top: 15%;
    left: 8%;
}

#textoRetanguloBranco {
    width: 60%;
    position: relative;
    top: 1%;
    left: 30%; 
    font-size: 14px;
    margin-bottom: 17px;
    color: #a3a4a3;
}

#textinhoRetanguloBranco {
    width: 70%;
    position: relative;
    left: 30%;
    font-size: 18px;
    margin-bottom: 8px;
}

#CEO {
    width: 70%;
    position: relative;
    left: 30%;
    font-size: 14px;
    color: #a3a4a3;
}

.pagina4 {
    height: 70vh;
    background-color: white;
}

#whywe {
    font-size: 36px;
    margin-bottom: 10px;
    color: black;
    position: relative;
    top: 5%;
    left: 35%;
}

#textinhopg4 {
    font-size: 14px;
    color: #a3a4a3;
    position: relative;
    top: 5%;
    left: 40%; 
}

#rets {
    display: flex;
    margin: auto;
    width: 60%;
    height: 50vh;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10vh;
    left: 5%;
}

#expert {
    border: 1px solid lightgray;
    font-size: 14px;
    padding: 40px;
    transition: 0.5s;
    margin-top: 5%;
}

#expert h4 {
    font-size: 18px;
}

#expert:hover {
    background-color: #fcdc00;
}

#prof {
    border: 1px solid lightgray;
    font-size: 14px;
    padding: 40px;
    transition: 0.5s;
    margin-top: 5%;
}

#prof h4 {
    font-size: 18px;
}

#prof:hover {
    background-color: #fcdc00;
}

#great {
    border: 1px solid lightgray;
    font-size: 14px;
    padding: 40px;
    transition: 0.5s;
    margin-top: 5%;
}

#great h4 {
    font-size: 18px;
}

#great:hover {
    background-color: #fcdc00;
}

#tech {
    border: 1px solid lightgray;
    font-size: 14px;
    padding: 40px;
    transition: 0.5s;
    margin-top: 5%;
}

#tech h4 {
    font-size: 18px;
}

#tech:hover {
    background-color: #fcdc00;
}

#highly {
    border: 1px solid lightgray;
    font-size: 14px;
    padding: 40px;
    transition: 0.5s;
    margin-top: 5%;
}

#highly h4 {
    font-size: 18px;
}

#highly:hover {
    background-color: #fcdc00;
}

#positive {
    border: 1px solid lightgray;
    font-size: 14px;
    padding: 40px;
    transition: 0.5s;
    margin-top: 5%;
}

#positive h4 {
    font-size: 18px;
}

#positive:hover {
    background-color: #fcdc00;
}

#retanguloFollow {
    width: 15%;
    height: 6vh;
    background-color: #fcdc00;
    position: relative;
    top: 10%;
    left: 42%;
    text-align: center;
}

.btnFollow {
    text-decoration: none;
    font-size: 20px;
    padding: 0px 28px;
    color: #222222;
    position: relative;
}

.galeriaDeFotos2 {
    display: flex;
    margin: auto;
    width: 90%;
    height: 50vh;
    flex-wrap: wrap;
    margin-top: 15vh;
    margin-left: 17vh;
}

.Rodape {
    height: 45vh;
    background-color: #04091e;
    margin-top: 56vh;
}

#aboutMe {
    position: relative;
    top: 25%;
    left: 20%;
}

#aboutMe h3 {
    font-size: 18px;
    color: white;
    margin-bottom: 30px;
    width: 15%;
}

#textoRodape {
    width: 19%;
    font-size: 14px;
    margin-bottom: 30px;
    color: #777777;
}

#textinhoRodape {
    width: 19%;
    font-size: 14px;
    margin-bottom: 30px;
    color: #777777;
}

#newsletter {
    position: relative;
    top: 0%;
    left: 50%;
}

#newsletter h3 {
    font-size: 18px;
    color: white;
    margin-bottom: 30px;
}

#textinhoStay {
    width: 19%;
    font-size: 14px;
    margin-bottom: 30px;
    color: #777777;
}

#Follow {
    position: relative;
    top: 0%;
    left: 50%;
}

#Follow h3 {
    font-size: 18px;
    color: white;
    margin-bottom: 30px;
}

#LetUs {
    width: 19%;
    font-size: 14px;
    margin-bottom: 30px;
    color: #777777;
}
