.cont-full {
	background: #fff;
}
.cont-full::after {
	content: '';
	width: 100%;
	height: 40px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background: var(--azulescuro);
	display: table;
}
@media (min-width: 1600px) {
	.cont-full {
		margin: 10px auto;
		max-width: 1600px;
		border-radius: 20px;
		box-shadow: 0px 10px 20px #00000050;
		padding: 15px;
	}
}
