.titulo{
    color: #6abdeb;
    font-family: "montserrat", sans-serif;
    font-weight: 800;
}
.fundo{
    background-image: url("../img/AdobeStock_534096151.png");
    /* background-color: #6abdeb; */
    background-repeat: no-repeat;
	background-size: cover;
}
.imagem{
    width: 100%;
    height: 350px;
}