body {
	color: var(--preto);
	background-color: var(--branco);
}

a {
	color: unset;
	text-decoration: none;
}
a:hover {
	color: unset;
	text-decoration: none;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p {
 	margin: 0;
}

img {
    max-width: 100%;
}
a, p, div, span {
	font-family: 'Chesna Grotesk';
    font-weight: 500;
	line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Chesna Grotesk';
    font-weight: 500;
	margin-bottom: 0;
}

input, select,
textarea {
	display: block;
    width: 100%;
    margin: 20px 0px;
    padding: 10px 15px;
    border: solid 1px #aaa;
}

#copy {
    background: #000;
    padding: 10px;
    color: #fff;
}
#copy .bottom {
    color: #fff;
}
#copy img {
    width: auto;
}
.h100 {
	height: 100%;
}
.mt-18 {
	margin-top: 18px;
}
.centralize {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.np {
	padding: 0;
}
.np .row {
	margin: 0;
}