#topo{
	background-color: #e4c99d;
	padding-top: 40px;
	padding-bottom: 30px;
}

#topo h3{
	color: var(--main-empresa);
	font-size: 32px;
}

#topo p{
	font-size: 18px;
}

.photo{
	max-width: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.imagem{
	max-width: 100%;
	margin-top: -80%;
}

#topo h3{
	font-size: 32px;
	font-weight: bold;
}

#projeto{
	background-color: var(--main-empresa);
	margin-top: 35%;
}

#projeto strong{
	color: var(--main-white);
}


#main h3{
	font-size: 42px;
	font-weight: bold;
	color: var(--main-azul);
}

#main p{
	font-size: 21px;
}