html {
	font-size: 10px;
}

img {
	max-width: 100%;
}

h2 {
	color: #222;
}

body {
	font-family: UOLText !important;
}

a,
a:hover {
	text-decoration: none;
}

/* div[class^='owl-item'] {
	background-color: #fff;
} */

/* ------------------------------------------------------------------ */

.pecaja {
	background-color: #68d3e8;
	border-color: #68d3e8;
	color: rgb(34, 34, 34);
	padding: 1.4rem 3.2rem;
	border-radius: 2px;
	display: inline-block;

	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.pecaja:hover {
	background-color: #7ae0ff;
	color: rgb(34, 34, 34);
}

#todos {
	background: linear-gradient(180deg, #ffffff 0%, #ececec 100%);

	p {
		color: #595959;
		font-size: 2.2rem !important;
		line-height: 3.3rem;
	}

	li {
		color: #595959;
		font-size: 2.2rem !important;
		line-height: 2.8rem;
	}
}

#todos .pecaja {
	background-color: #90d2e6;
}

#todos .pecaja:hover {
	background-color: #7ae0ff;
	color: rgb(34, 34, 34);
}

/* ------------------------------------------------------------------ */

#maquinas .maquinas__data span.finalprice {
	font-size: 4rem;
	font-weight: bold;
}

#maquinas .maquinas__data span.finalprice small {
	font-size: 2.4rem;
}

#banner {
	background-image: url(../images/img-bg-banner.jpg);
	background-image: url(../images/img-bg-banner.jpg),
		linear-gradient(-180deg, rgba(0, 177, 179, 0) 0%, rgb(0, 177, 179) 100%);
	background-color: #00b1b3;
	padding: 100px 0 0;
	background-repeat: repeat-x;
	position: relative;
}

#banner .container {
	position: relative;
}

#banner h1 {
	color: rgb(68, 68, 68);
	font-size: 40px;
	font-weight: 700;
	max-width: 750px;
	margin: 0 auto 55px;
}

#banner h1 span {
	background-color: #3e4c85;
	padding: 5px;
	color: #fff;
}

#banner .selos {
	position: absolute;
	top: 27%;
	left: 30%;
	max-width: 70px;
}

#banner .selos img {
	margin-bottom: 10px;
}

#banner::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100vw 0px 0;
	border-color: transparent #009395 transparent transparent;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
}

/* ------------------------------------------------------------------ */
#cartao {
	padding: 50px 0 100px;
	background-color: #65b0c7;
	color: #000;
}

#cartao .icon span,
#cartao .icon img {
	display: block;
}

#cartao .icon img {
	margin: 0 auto;
}

#cartao .icon span {
	font-size: 16px;
	margin-top: 20px;
}

#cartao .cartoes .row {
	background-color: #fff;
	margin: 0;
	padding: 15px;
	border-radius: 10px;
}

#cartao .cartoes h3,
#cartao .cartoes span,
#cartao .cartoes img {
	display: block;
	text-align: center;
}

#cartao .cartoes h3 {
	color: rgb(0, 101, 102);
	font-size: 18px;
	margin: 15px 0;
}

#cartao .cartoes span {
	color: rgb(102, 102, 102);
	font-size: 14px;
}

#cartao .cartoes img {
	margin: 0 auto;
}

/* ------------------------------------------------------------------ */

.banco {
	background: linear-gradient(180deg, #ffffff 0%, #ececec 100%);
	background-position: center top;
	background-repeat: repeat-x;
	padding: 64px 0;
}

.banco h2 {
	color: #000;
	font-size: 3.2rem;
	margin-bottom: 40px;
	font-weight: 400 !important;
}

.banco p {
	color: #595959;
	font-size: 2.2rem;
	margin-bottom: 45px;
}

.banco ul,
#investir ul {
	margin-bottom: 60px;
}

#investir ul {
	margin-top: 36px;
}

.banco ul li {
	color: #595959;
	font-size: 2.2rem;
}

#investir h2,
.banco h2 {
	font-size: 3.2rem;
	margin-bottom: 4rem;
}

#investir ul li,
#investir p,
.banco p,
.banco ul li {
	font-size: 2.2rem;
	line-height: 3.3rem;
}

#investir p,
#investir ul li {
	color: #b5b5b5;
}

#investir {
	background: url('../images/bg-section-5-xs.png'), #1b1b1b;

	@media (min-width: 768px) {
		background: url('../images/bg-section-5-md.png'), #1b1b1b;
	}

	@media (min-width: 992px) {
		background: url('../images/bg-section-5-xl.png'), #1b1b1b;
	}

	background-position: center top;
	background-repeat: repeat-x;
	padding: 100px 0;

	h2 {
		color: #fff;
		font-size: 3.2rem;
	}
}

/* ------------------------------------------------------------------ */

#pre-footer {
	background: #fff;
	padding: 65px 0;
}

#pre-footer p {
	color: rgb(102, 102, 102);
	font-size: 12px;
}

.link-section {
	font-size: 1.8rem;
}

#ps:before {
	display: none;
}

/* ------------------------------------------------------------------ */

#maquinas {
	background-color: #f2f2f2;
	padding: 95px 0;
	background-position: center top;
	background-repeat: repeat-x;
}

#maquinas .item.maquinas-papper {
	font-size: 1.8rem;
}

#maquinas div.owl-stage-outer div.owl-item {
	background: #ffffff;
	border-radius: 10px;
	padding: 1rem 3.2rem;
	box-shadow: 0px 0px 15px 0px #00000026;
}

#maquinas div.owl-dots {
	margin-top: 4.8rem;
}

#maquinas .maquinas__data {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 8px;
	text-align: center;
}

#maquinas .maquinas__data p,
#maquinas .maquinas__data div.price {
	min-height: 48px;
}

#maquinas .maquinas__titulo {
	color: rgb(34, 34, 34);
	font-size: 40px;
	margin: 0 auto 60px;
	text-align: center;
	font-weight: bold !important;
}

#maquinas .table-desk {
	margin-top: 30px;
}

#maquinas .table-desk .row {
	align-items: center;
	text-align: center;
}

#maquinas .table-desk .row:nth-child(2n) {
	background-color: #f8f8f8;
}

#maquinas .table-desk .row > div {
	padding: 10px 15px;
	color: rgb(68, 68, 68);
	font-size: 16px;
}

#maquinas .table-desk .row > div span {
	color: rgb(156, 156, 156);
	font-size: 20px;
	text-align: left;
	display: block;
}

#maquinas .selos {
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin-bottom: 4.8rem;
}

#maquinas .selos img {
	display: block;
	margin: 0 auto 15px;
}

.owl-carousel.owl-drag .owl-item > div strong {
	color: rgb(34, 34, 34);
	font-size: 22px;
	margin-bottom: 10px;
	display: block;
}

.owl-carousel.owl-drag .owl-item > div p {
	color: rgb(102, 102, 102);
	font-size: 18px;
	margin-bottom: 30px;
	min-height: 55px;
}

.owl-carousel.owl-drag .owl-item > div div.price {
	color: rgb(68, 68, 68);
	font-size: 18px;
	margin-bottom: 30px;
}

.owl-carousel.owl-drag .owl-item > div div.price span {
	display: block;
}

.owl-carousel.owl-drag .owl-item > div div.price .price {
	font-weight: 700;
	font-size: 40px;
}

.owl-carousel.owl-drag .owl-item > div div.price .price small {
	font-size: 18px;
	vertical-align: baseline;
}

.owl-carousel.owl-drag .owl-item > div .pecaja-car {
	background: #90d2e6;
	border-radius: 2px;
	display: block;
	padding: 15px;
	color: #222222;
	font-size: 1.8rem;
	width: 100%;
	font-weight: 700;
	padding: 1.4rem 3.2rem;
}

.owl-carousel.owl-drag .owl-item > div .pecaja-car:hover {
	background: #7ae0ff;
}

.maq-image img {
	display: block;
	width: fit-content !important;
	height: 100%;
	max-height: 285px;
	min-height: 285px;
	margin: 0 auto;
}

.owl-prev,
.owl-next {
	width: 40px;
	height: 40px;
	background-color: rgb(255, 255, 255) !important;
	border: 5px solid rgb(242, 242, 242) !important;
	position: absolute;
	background-position: center center !important;
	top: 150px;
	border-radius: 50%;
	background-repeat: no-repeat !important;
}

.owl-prev {
	background-image: url(../images/arrow-left.jpg) !important;
	left: -10px;
}

.owl-next {
	background-image: url(../images/arrow-right.jpg) !important;
	right: -10px;
}

.owl-dots {
	text-align: center;
}

.owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #adadad !important;
	margin: 0 12.5px;
}

.owl-dots .owl-dot.active {
	background: #009d9f !important;
}

.disclaimer-block__to-top {
	z-index: 10;
}

#credito {
	background: #2c2d2f;
	padding: 3rem 0 5rem;

	.list {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.list li {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-bottom: 2rem;
	}

	.list li img {
		display: block;
		margin: 0 auto;
		margin-bottom: 3rem;
	}

	.list li {
		font-size: 1.6rem;
		color: #fff;
		margin-top: 2rem;
	}

	@media (max-width: 575px) {
		.list {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}

		.list li {
			width: 45%;
			margin: 2.5%;
		}
	}

	@media (min-width: 576px) {
		.seals {
			padding-top: 6rem;
		}

		.list {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}

		.list li {
			width: 30%;
			margin: 1.5%;
		}
	}

	@media (min-width: 992px) {
		padding-bottom: 0;

		.seals {
			padding-top: 8rem;
		}
	}

	.btn-primary {
		font-family: 'UOLText';
		text-transform: uppercase;
		font-weight: bold;
		color: rgb(34, 34, 34);
		background-color: #68d3e8;
		border-color: #68d3e8;
		padding: 14px 32px;
		font-size: 16px;
		margin-top: 4rem;
		line-height: 2rem;
	}

	.btn-primary:hover {
		background-color: #7ae0ff;
	}
}

#credito .seals > img {
	margin: 55px 0 -215px -75px;
}

#credito h2 {
	color: #fff;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 3.8rem;
	margin: 3rem 0 2rem;
}

#credito h2 span {
	color: #ffe72c;
}

#credito ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding: 0;
}

#credito ul img {
	display: block;
	margin: 0 auto;
	margin-top: 2rem;
	padding-bottom: 2rem;
}

#credito li {
	width: 45%;
	margin: 2.5%;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
}

#credito p {
	color: #fff;
	font-size: 2.2rem;
	margin: 0 0 70px;
}

#credito .icons {
	text-align: center;
}

#credito .icons img {
	display: block;
	margin: 0 auto 30px;
}

#credito .icons span {
	color: #444444;
	font-size: 1.4rem;
}

#credito .icons > div {
	margin-bottom: 60px;
	line-height: 1;
}

#credito a {
	color: #000;
	background: #68d3e8;
	padding: 15px 25px;
	border-radius: 4px;
	display: inline-block;
	font-weight: 700;
}

#credito a:hover {
	background-color: #000;
}

#banner-telo {
	min-width: 320px;
}

#banner-telo .btn-primary {
	font-family: 'UOLText';
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(34, 34, 34);
	background-color: #68d3e8;
	border-color: #68d3e8;
	padding: 14px 32px;
	font-size: 18px;
}

#banner-telo .btn-primary:hover {
	background-color: #7ae0ff;
}

#banner-telo h1 {
	font-family: 'UOLText';
	color: #222;
	font-size: 4rem;
	line-height: 1.1;
}

#banner-telo a:not(.btn) {
	font-weight: 400;
	color: #222;
	display: block;
	margin-top: 25px;
}

#logo-mob {
	background-color: #6bd4e8;
	padding-top: 25px;
}

#logo-mob img {
	max-width: 240px;
}

#banner-telo ul {
	font-family: 'UOLText';
	color: #000;
	line-height: 1.4;
	padding: 0;
	margin: 0;
	padding-bottom: 2.25rem;
}

#banner-telo ul li {
	display: flex;
	list-style: none;
	font-size: 2.2rem;
	margin-bottom: 1.5rem;
	color: #444;
}

#banner-telo ul li::before {
	content: '';
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	background-color: #68d3e8;
	flex-shrink: 0;
	margin: 0.5rem 1.7rem 0 0;
}

@media only screen and (min-width: 1400px) {
	#banner-telo h1 {
		margin-top: 4.8rem;
	}
	#banner-telo ul li {
		max-width: 62.1rem;
	}

	#banner-telo .logo {
		margin-bottom: 3rem;
	}

	#credito h2 {
		font-size: 3rem;
	}

	#maquinas .maquinas__titulo {
		font-size: 3rem;
	}
}

@media only screen and (min-width: 1200px) {
	#investir ul,
	#artistas ul,
	#todos ul {
		padding-left: 2rem;
	}

	#investir ul li,
	#artistas ul li,
	#todos ul li {
		padding-left: 1.2rem;
	}

	#investir ul li::marker,
	#artistas ul li::marker,
	#todos ul li::marker {
		font-size: 1.4rem;
	}

	#maquinas div.owl-stage-outer div.owl-item {
		padding: 1rem 1.6rem;
	}

	#banner-telo ul li {
		max-width: 548px;
	}

	#banner-telo .blue img {
		max-width: 533px;
	}

	#credito .icons span {
		font-size: 1.6rem;
	}

	#maquinas div.owl-stage-outer div.owl-item {
		min-height: 66.4rem;
	}

	#maquinas .maquinas__data {
		min-height: 33rem;
	}
	#maquinas .owl-carousel.owl-drag .owl-item > div .pecaja-car {
		margin-top: auto;
	}

	#maquinas .maquinas__titulo {
		font-size: 40px;
	}

	#banner-telo .logo {
		margin-bottom: 3rem;
	}

	.pecaja {
		font-size: 22px;
		padding: 20px 48px;
	}

	#investir ul li,
	#investir p,
	.banco p,
	.banco ul li {
		font-size: 22px;
	}

	#investir h2,
	.banco h2 {
		font-size: 30px;
	}

	#credito .container a {
		font-size: 20px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	#banner-telo .blue img {
		max-width: 444px;
	}
}
@media only screen and (min-width: 992px) {
	#banner-telo .blue > picture {
		margin-left: 8px;
	}

	#banner-telo {
		background: linear-gradient(
			90deg,
			rgba(253, 221, 61, 1) 50%,
			rgba(104, 211, 232, 1) 50%
		);
	}

	#banner-telo h1 {
		margin-bottom: 4rem;
	}

	#banner-telo .blue {
		display: flex;
		justify-content: center;
		align-items: center;

		padding: 6rem 0;
		background: linear-gradient(
			90deg,
			rgba(253, 221, 61, 1) 50%,
			rgba(104, 211, 232, 1) 50%
		);
		position: relative;
	}

	#banner-telo .yellow {
		background-color: #fddd3d;
		padding: 6rem 0;
	}

	#investir h2 {
		margin-bottom: 32px;
	}

	#credito a {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1199px) {
	#maquinas .maquinas__titulo {
		font-size: 26px;
	}

	#banner .selos {
		left: 26%;
	}

	#maquinas .selos img {
		display: inline-block;
		margin: 0px 12px;
		vertical-align: text-top;
	}

	#maquinas .hide-table ul {
		padding: 30px 0 0;
		list-style: none;
		margin-bottom: 0px;
	}

	#maquinas .hide-table ul li {
		margin-bottom: 10px;
		color: rgb(156, 156, 156);
		font-size: 18px;
		text-align: left;
		display: flex;
	}

	#maquinas .hide-table img {
		width: 22px;
		height: 16px;
		margin: 5px 15px auto 0px;
	}

	#banner-telo .logo {
		margin-bottom: 3rem;
	}

	#artistas ul li + li,
	#todos ul li + li {
		margin-top: 0.8rem;
	}

	#investir ul,
	#artistas ul,
	#todos ul {
		padding-left: 2rem;
	}

	#investir ul li,
	#artistas ul li,
	#todos ul li {
		padding-left: 1.2rem;
		font-size: 2.2rem;
	}

	#investir ul li::marker,
	#artistas ul li::marker,
	#todos ul li::marker {
		font-size: 1.4rem;
	}

	#investir ul li {
		font-size: 2.2rem;
	}

	#maquinas div.owl-stage-outer div.owl-item {
		min-height: 110rem;
	}
}

@media only screen and (max-width: 991px) {
	#maquinas div.owl-stage-outer div.owl-item {
		min-height: 104rem;
	}

	#banner-telo ul li {
		font-size: 2.2rem;
	}

	#banner h1 {
		font-size: 26px;
	}

	#banner .selos {
		top: 28%;
		left: 23%;
	}

	#cartao {
		padding: 50px 0 30px;
	}

	#cartao .icon span {
		font-size: 14px;
	}

	#cartao .cartoes span {
		font-size: 12px;
	}

	#investir {
		background-color: #1b1b1b;
		padding: 65px 0;
	}

	#investir h2 {
		text-align: center;
		font-size: 3.2rem;
		color: #fff;
	}

	.banco ul li {
		font-size: 16px;
	}

	.pecaja-container {
		text-align: center;
	}

	#investir ul li {
		font-size: 2.2rem;
	}

	#todos p {
		padding: 0 2rem;
	}

	#investir p,
	#todos p {
		font-size: 2.2rem;
		line-height: 3.3rem;
	}

	
	#todos ul li + li {
		margin-top: 0.8rem;
	}

	#investir ul,
	#todos ul {
		padding-left: 2rem;
	}

	#investir ul li,
	#todos ul li {
		padding-left: 1.2rem;
	}

	#investir ul li::marker,
	#todos ul li::marker {
		font-size: 1.4rem;
	}

	
	#investir img {
		width: 100%;
		max-width: 350px;
		margin: 0 auto 65px;
		display: block;
	}

	#todos .row,
	#artistas .row {
		position: relative;
	}

	#todos h2,
	#artistas h2 {
		text-align: center;
		font-size: 26px;
		margin-top: 4rem;
	}

	#investir .row {
		display: flex;
		flex-direction: column-reverse;
		position: relative;
	}

	#artistas {
		padding: 55px 0 5rem;
		background: linear-gradient(180deg, #ffffff 0%, #ececec 100%);
	}

	#artistas img {
		margin: 0 auto;
	}

	#artistas {
		p {
			color: #595959;
			font-size: 2.2rem;
			line-height: 3.3rem;
		}

		li {
			color: #595959;
			font-size: 2.2rem !important;
			line-height: 2.8rem;
		}
	}

	#credito .seals > img {
		margin: 5px auto -215px;
		display: block;
	}

	#credito .seal {
		padding-left: 25%;
	}

	#credito h2,
	#credito p {
		text-align: center;
	}

	#credito .icons > div {
		margin-bottom: 45px;
	}

	#credito a {
		font-size: 20px;
		max-width: 510px;
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	#banner-telo h1 {
		margin: 0 0 4rem;
		font-size: 4rem;
	}

	#banner-telo .yellow {
		background-color: #fddd3d;
	}

	#banner-telo {
		background: linear-gradient(
			90deg,
			rgba(253, 221, 61, 1) 50%,
			rgba(104, 211, 232, 1) 50%
		);
	}

	#banner-telo {
		background: url('../images/bg-banner-md.jpg'), #ffde1f;
		background-position: top;
		background-repeat: repeat-x;
	}

	#banner-telo .blue {
		background: linear-gradient(
			0deg,
			rgba(253, 221, 61, 1) 50%,
			rgba(104, 211, 232, 1) 50%
		);
		padding: 6.4rem 0;
		position: relative;
		margin-top: 2px;
	}

	#banner-telo .yellow {
		padding: 0 0 4rem 0 !important;
	}

	#banner-telo .logo {
		margin-bottom: 3rem;
		width: 236px;
	}
}

@media only screen and (max-width: 767px) {
	
	#investir img {
		max-width: 352px;
		margin: 0 auto 48px;
		width: 100%;
	}

	#maquinas div.owl-stage-outer div.owl-item {
		min-height: 106.8rem;
	}
	#banner-telo .btn.btn-primary.btn-lg.solucao-pecaja {
		width: max-content;
		padding: 14px 17px;
		margin: auto;
	}

	.owl-carousel.owl-drag .owl-item > div {
		box-shadow: none;
	}

	#maquinas .item.maquinas-papper {
		max-width: 280px;
		margin: auto;
		margin-bottom: 17px;
	}

	#credito a {
		max-width: 539px;
		width: 100%;
		padding: 13px 25px;
	}

	#maquinas .row.carousel-maquinas {
		max-width: 320px;
		margin: auto;
	}

	#banner {
		padding-top: 50px;
	}

	#cartao .cartoes h3,
	#cartao .cartoes span,
	#cartao .cartoes img {
		text-align: left;
	}

	#cartao .cartoes .row {
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}

	#cartao .cartoes h3 {
		margin: 0 0 10px;
	}

	#banner .selos {
		max-width: 100%;
		text-align: center;
		bottom: 0;
		top: initial;
		z-index: 1;
		left: 0;
		width: 100%;
	}

	#banner .selos img {
		max-width: 70px;
		margin: 0 7.5px;
	}

	#banner::after {
		border-width: 50px 100vw 0px 0;
	}

	.banco,
	#investir,
	#pre-footer,
	#maquinas {
		padding: 6.2rem 0;
	}

	#artistas h2 {
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	}

	#credito .seal {
		padding-left: 17%;
	}

	#credito p {
		margin-bottom: 45px;
	}

	#banner-telo {
		background: url('../images/bg-banner-sm.jpg'), #ffde1f;
		background-position: top;
		background-repeat: repeat-x;
	}

	#banner-telo .blue {
		background: linear-gradient(
			0deg,
			rgba(253, 221, 61, 1) 50%,
			rgba(104, 211, 232, 1) 50%
		);
		padding: 6.4rem 0 0;
		position: relative;
	}

	#banner-telo .yellow {
		padding: 0 0 3rem 0;
	}

	#banner-telo .logo {
		margin-bottom: 2rem;
	}

	#banner-telo a:not(.btn) {
		text-align: center;
	}

	.pecaja-container {
		text-align: center;
	}

	.banco p,
	#investir p {
		text-align: center;
	}

	#banner-telo h1 {
		font-size: 4rem;
		margin: 4.6rem 0 3.2rem;
	}

	#banner-telo ul li {
		font-size: 2.2rem;
	}

	#banner-telo a:not(.btn) {
		font-size: 1.8rem;
	}

	#maquinas .maquinas__data div.price {
		display: flex;
		flex-direction: column;
	}

	#maquinas .maquinas__data a.pecaja-car {
		font-size: 1.8rem;
		font-weight: bold;
		color: #222222;
		background-color: #90d2e6;
		padding: 1.2rem;
		width: 100%;
		margin-top: 2.4rem;
	}

	#investir p,
	#todos p {
		font-size: 2.2rem;
		line-height: 3.3rem;
	}

	
	#todos ul li + li {
		margin-top: 0.8rem;
	}

	#investir p,
	#todos p {
		font-size: 2.2rem;
	}

	#investir p {
		text-align: justify;
	}

	#investir ul li {
		font-size: 2.2rem;
	}

	#investir ul,
	#todos ul {
		padding-left: 2rem;
	}

	#investir ul li,
	#todos ul li {
		padding-left: 1.2rem;
	}

	#investir ul li::marker,
	#todos ul li::marker {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 575px) {
	.banco,
	#investir,
	#pre-footer,
	#maquinas {
		padding: 4.8rem 0;
	}

	#banner-telo .btn.btn-primary.btn-lg.solucao-pecaja {
		width: 100%;
		padding: 14px;
	}

	#banner-telo a:not(.btn) {
		font-size: 1.6rem;
	}

	#credito a {
		max-width: 279px;
		font-size: 18px;
		line-height: 1.1;
	}

	#banner h1 {
		line-height: 1.4;
	}

	
	#investir img {
		max-width: 320px;
		margin: 0 auto 30px;
		width: 100%;
	}

	#cartao {
		padding: 70px 0 30px;
	}

	#banner .selos {
		max-width: 100%;
		text-align: center;
		bottom: -35px;
	}

	.pecaja,
	#investir .pecaja,
	#todos .pecaja {
		display: block;
	}

	.banco ul,
	#investir ul {
		margin-bottom: 30px;
	}

	#investir ul {
		margin-top: 24px;
	}

	.banco p,
	.banco h2 {
		margin-bottom: 25px;
	}

	#maquinas .maquinas__titulo {
		margin-bottom: 35px;
	}

	#credito .seals > img {
		margin: 5px auto -100px;
	}

	#credito .seal {
		padding-left: 0;
		text-align: center;
	}

	#credito h2 {
		color: #fff;
		font-weight: 700;
		font-size: 3.2rem;
		line-height: 3.8rem;

		span {
			color: #ffe72c;
		}
	}

	#credito p {
		font-weight: 400;
		color: #fff;
		font-size: 2.2rem;
		line-height: 3.3rem;
	}

	#banner-telo {
		background: url('../images/bg-banner-xs.jpg'), #ffde1f;
		background-position: top;
		background-repeat: repeat-x;
	}

	#banner-telo .blue {
		background: linear-gradient(
			0deg,
			rgba(253, 221, 61, 1) 50%,
			rgba(104, 211, 232, 1) 50%
		);
		padding: 2rem 0;
		position: relative;
	}

	#banner-telo .yellow {
		padding: 0 2rem 6.4rem 2rem !important;
	}

	#banner-telo .logo {
		margin-bottom: 2rem;
	}

	#banner-telo h1 {
		line-height: 1.1;
		font-size: 4rem;
	}

	#banner-telo ul li {
		font-size: 2.2rem;
	}

	#investir p {
		margin-bottom: 25px;
	}

	#investir ul li {
		font-size: 2.2rem;
	}

	#investir ul,
	#todos ul {
		padding-left: 2rem;
	}

	#investir ul li,
	#todos ul li {
		padding-left: 1.2rem;
	}

	
	#todos ul li + li {
		margin-top: 0.8rem;
	}

	#investir ul li::marker,
	#todos ul li::marker {
		font-size: 1.4rem;
	}

	#credito .col-lg-6.col-12,
	#investir .col-lg-6.col-md-12,
	#todos .col-lg-6.col-md-12 {
		padding: 0 2rem;
	}

	#investir p {
		text-align: center;
	}

	#investir p,
	#todos p {
		font-size: 2.2rem;
		line-height: 3.3rem;
	}

	#maquinas .maquinas__data div.price {
		display: flex;
		flex-direction: column;
	}

	#maquinas .maquinas__data span.finalprice {
		font-size: 4rem;
		font-weight: bold;
	}

	#maquinas .maquinas__data span.finalprice small {
		font-size: 2.4rem;
	}

	#maquinas .maquinas__data a.pecaja-car {
		font-size: 1.8rem;
		font-weight: bold;
		color: #222222;
		background-color: #90d2e6;
		padding: 1.2rem;
		width: 100%;
		margin-top: 2.4rem;
	}
}

@media only screen and (max-width: 400px) {
	#banner .col-12 {
		padding: 0 !important;
	}

	#banner::after {
		border-width: 60px 100vw 0px 0;
	}

	#banner h1 {
		padding: 20px;
	}
}

@media only screen and (max-width: 350px) {
	#credito .seals > img {
		margin: 5px auto -80px;
	}
}
