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 {
    width: 100%;
}
a, p, div, span {
	font-family: 'gotham';
	font-weight: 300;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'gotham';
    font-size: 30px;
}
video {
	display: block;
    width: 100%;
}
#copy {
    background: #000;
    padding: 10px;
    color: #fff;
}
#copy .bottom {
    color: #fff;
}
#copy img {
    width: auto;
}
.h100 {
	height: 100%;
}
.centralize {
	height: 100%;
	width: 100%;
}
.np {
	padding: 0;
}
.np .row {
	margin: 0;
}

input, textarea {
	width: 100%;
    color: #fff;
    background: transparent;
    border: solid 1px;
    border-radius: 18px;
    padding: 5px 15px;
    margin-bottom: 30px;
}
input::placeholder, textarea::placeholder {
	color: #fff;
}
textarea {
	min-height: 168px;
    margin-bottom: 0;
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    border: none;
}
.carousel-indicators {
    justify-content: right;
}
.carousel-caption {
    position: absolute;
    right: 20%;
	top: 40%;
    bottom: auto;
    left: 20%;
	border-left: solid 4px;
	padding: 100px 0 50px 30px;
}
.carousel-caption h2{
    font-size: 36px;
    font-weight: 300;
	text-align: left;
}