* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body, html {
	width: 100%;
	height: 100%;
}

/* Código para a seção home hero */
.hero-home {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #315659;
	padding: 100px 0;
}

.logo-container {
	width: 100%;
	height: 250px;
	background-image: url(./src/img/ddp-logo-alpha-3.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 100px;
	margin-bottom: 50px;
}

#logo {
	width: 30%;
	margin: 0 auto;
}

.home-company {
	width: 100%;
	text-align: center; /* 🏹 Centraliza o texto */
}

.home-company {
	width: 100%;
	text-align: center;
	padding-top: calc(7vh);
}

.ddp-name {
	display: block;
	font-size: 10rem;
	font-weight: 900;
	width: 100%;
	margin-left: calc(-1vw);
}


/* Código para a seção Quem Somos */
.quem-somos {
	display: none;
	background-color: black;
	color: aliceblue;
	width: 100vw;
	height: 100vh;
	padding: 50px 20px;
	box-sizing: border-box;
}

.present {
	max-width: 1200px;
	margin: 0 auto;
	text-align: justify;
	line-height: 1.6;
	font-size: 1.2rem;
}
