*{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;
}

#Services {
    font-size: 40px;
    margin-bottom: 15px;
    padding-top: 60px;
    color: white;
    position: relative;
    left: 45%;
    top: 8%;
}

.pagina2 {
    height: 51vh; 
    background-blend-mode: multiply;
    position: relative;
    color: #f9f9ff;
}

#rets {
    display: flex;
    margin: auto;
    width: 60%;
    height: 50vh;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10vh;
    left: 5%;
}

#Photo {
    border: 1px solid lightgray;
    font-size: 14px;
    padding: 40px;
    transition: 0.5s;
    margin-top: 5%;
    color: black;
}

#Photo h4 {
    font-size: 18px;
}

#Photo:hover {
    background-color: #fcdc00;
}

#Image {
    border: 1px solid lightgray;
    font-size: 14px;
    padding: 40px;
    transition: 0.5s;
    margin-top: 5%;
    color: black;
}

#Image h4 {
    font-size: 18px;
}

#Image:hover {
    background-color: #fcdc00;
}

#Video {
    border: 1px solid lightgray;
    font-size: 14px;
    padding: 40px;
    transition: 0.5s;
    margin-top: 5%;
    color: black;
}

#Video h4 {
    font-size: 18px;
}

#Video:hover {
    background-color: #fcdc00;
}

#Cinema {
    border: 1px solid lightgray;
    font-size: 14px;
    padding: 40px;
    transition: 0.5s;
    margin-top: 5%;
    color: black;
}

#Cinema h4 {
    font-size: 18px;
}

#Cinema:hover {
    background-color: #fcdc00;
}

#Pro {
    border: 1px solid lightgray;
    font-size: 14px;
    padding: 40px;
    transition: 0.5s;
    margin-top: 5%;
    color: black;
}

#Pro h4 {
    font-size: 18px;
}

#Pro:hover {
    background-color: #fcdc00;
}

#Digital {
    border: 1px solid lightgray;
    font-size: 14px;
    padding: 40px;
    transition: 0.5s;
    margin-top: 5%;
    color: black;
}

#Digital h4 {
    font-size: 18px;
}

#Digital: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;
}
