/* BACKGROUNDS */
.bg-white {
	background-color: #FFFFFF !important;
}
.bg-pink{
	background-color: #FF0064 !important;
}
.bg-orange{
	background-color: #FF7D00 !important;
}
.bg-gray {
	background-color: #9B9B9B !important;
}
.bg-light-gray {
	background-color: #EBEBEB !important;
}
.bg-gradient-default{
	background: #FF7D00;
	background: linear-gradient(180deg, #FF7D00 0%, #FF0064 100%);
}
.bg-gradient-orange-over{
	background: #FF5D1A;
	background: linear-gradient(180deg, #FF5D1A 0%, #FF0064 100%);
}
.bg-gradient-pink-over{
	background: #FF7D00;
	background: linear-gradient(180deg, #FF7D00 0%, #FF1B4F 100%);
}
.bg-gradient-both-over{
	background: #FF6017;
	background: linear-gradient(180deg, #FF6017 0%, #FF0C5A 100%);
}
/**/
/* TEXT COLORS */
.text-white {
	color: #FFFFFF !important;
}
.text-light-gray {
	color: #9B9B9B !important;
}
.text-gray {
	color: #4A4A4A !important;
}
.text-black {
	color: #000000 !important;
}
.text-orange {
	color: #FF7D00 !important;
}
.text-orange-b {
	color: #FFB400 !important;
}
.text-pink {
	color: #FF0064 !important;
}
/**/
/* ANIMATIONS */
.menuAnimate {
	animation-duration: 0.75s;
	-webkit-animation-duration: 0.75s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}
@keyframes menuFadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
	0% {
		opacity: 0;
	}
}
@-webkit-keyframes menuFadeIn {
	0% {
		-webkit-opacity: 0;
	}
	100% {
		-webkit-opacity: 1;
	}
	0% {
		-webkit-opacity: 0;
	}
}
.menufadeIn {
	-webkit-animation-name: menuFadeIn;
	animation-name: menuFadeIn;
}
/**/
.small-line{
	height: 1px;
	width: 28px;
    border-bottom: 2.5px #FF7D00 solid;
}
.small-line.white{
	height: 1px;
	width: 28px;
    border-bottom: 5px #FFFFFF solid;
}
.cursor-pointer {
	cursor: pointer;
}
.selected-underline{
	position: relative;
}
.selected-underline:after {
    content: "";
    display: inline-flex;
    width: 25px;
    position: absolute;
    border-bottom: 2.5px solid orange;
    bottom: -2px;
    left: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/**/
.overflow-hidden {
	overflow: hidden;
}
.textura-cinza{
	position: absolute;width:719px;height:643px;z-index:-1;background-repeat:no-repeat !important;
}
.textura-amarela{
	position: absolute;width:719px;height:643px;z-index:0;background-repeat:no-repeat !important;
}
/* HEADER */
.navbar {
	height: 96px;
	position: relative;
}
.navbar.fixed {
	position: fixed;
	width: 100vw;
	z-index: 100;
	top:0;
}
.desktop-overlay {
	display: none;
	z-index: 10;
	background-color: #FF7804;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 96px;
	left: 0;
	opacity: 0.75;
}
.desktop-menu-background{
	display: none;
	z-index: 11;
	background-color: #FFFFFF;
	width: 100%;
	position: absolute;
	top: 96px;
	left: 0;
	transition: all .5s ease !important;
}
.navbar #menu-header.menu {
	display: flex;
    list-style-type: none;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0;
	z-index: 11;
}
.navbar #menu-header .menu-item {
	position: relative;
}
.navbar #menu-header a {
	font: 800 italic 12px/12.6px "Praktika Rounded", "Roboto", sans-serif;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
.navbar #menu-header a:hover {
	text-decoration: none;
}
.navbar #menu-header a:hover:after, 
.navbar #menu-header-1 a.opened:after {
	content: "";
    position: absolute;
    display: inline-block;
    width: 29px;
    height: 1px;
    left: 0;
    bottom: -3px;
    border: 1px solid #FF7D00;
}

.navbar #menu-header a:after {
	display: none;
}
.navbar #menu-header a .description {
	font-family: "PraktikaRounded-Medium";
	color: #4A4A4A;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.5px;
	display: block;
	color: #000000;
	font-weight: normal;
	width: 215px;
}
.navbar #menu-header .sub-menu {
	display: none;
    padding-bottom: 30px;
    padding-top: 50px;
	border: 0px;
	border-radius: 0px;
	background-color: transparent;
}
.navbar #menu-header .sub-menu a {
	color: #ff7d00;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.5px;
	text-transform: none;
	font-weight: bold;
	font-family: "PraktikaRounded-Bold";
	text-decoration: none;
}
.navbar #menu-header .sub-menu a:hover:after {
	display: none !important;
}
.navbar #menu-header .sub-menu li {
	/*width: 215px;*/
	width: 430px;
	margin-bottom: 15px;
	display: flex;
}

.navbar #menu-header .sub-menu .sub-menu {
	position: unset;
	padding: 0px;
	margin-left: 56px;
	margin-top: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: space-evenly;
}
.navbar #menu-header .sub-menu .sub-menu:before {
	color: #ff7d00;
    content: ">";
    font-family: "PraktikaRounded-Bold";
    position: absolute;
    margin-left: -28px;
    top: calc(50% - 12px);
    height: 24px;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.navbar #menu-header .sub-menu .sub-menu li {
	margin: 0px;
	margin-left: 24px;
}
.navbar #menu-header .sub-menu .sub-menu a {
	color: #4A4A4A;
	transition: all 0.5s;
}
.navbar #menu-header .sub-menu .sub-menu a:hover {
	color: #FF7D00;
}
@media (max-width: 768px) {
	.navbar-brand{
		margin-right: 0px;
		margin-left: 0px;
	}
}
.navbar .small-item a{
	font-family: "PraktikaRounded-Bold";
	color: #FF7D00;
    font-size: 11px;
    text-decoration: none;
	letter-spacing: 0.846px;
}
/* MENU MOBILE */
.collapse {
	justify-content: flex-end;
}
.collapse.show {
	/* display: flex;  */
	align-items: center; 
}
.navbar-toggler {
	padding: 16px;
	border: none;
}
.menu-mobile {
	height: 0;
	width: 100%;
	position: fixed;
	z-index: 110;
	left: 0;
	top: 0;
	background: rgb(255,124,1);
	background: linear-gradient(180deg, rgba(255,124,1,1) 0%, rgba(255,0,100,1) 100%);
	overflow: hidden;
	transition: 0.5s;
}
.menu-mobile-content {
	position: relative;
	width: 100%;
	text-align: center;
    padding-top: 28px;
	display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}
.botao-fechar {
	padding: 0;
    position: relative;
    right: -10px;
}
.menu-mobile #menu-header-mobile {
	display: flex;
    list-style-type: none;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    color: white;
    padding: 0;
    margin: 0;
	z-index: 11;
    margin-top: -37px;
    padding-left: 20px;
    padding-right: 20px;
}
.menu-mobile #menu-header-mobile li {
	list-style-type: none;
}
.menu-mobile #menu-header-mobile li.menu-item {
	margin-bottom: 20px;
}
.menu-mobile #menu-header-mobile ul {
	padding: 0;
}
.menu-mobile #menu-header-mobile a {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1.077px;
	text-transform: none;
	font-weight: bold;
	font-family: "PraktikaRounded-Bold";
	text-decoration: none;
	text-transform: uppercase;
}
.menu-mobile #menu-header-mobile a:after{
	display: none;
}

.menu-mobile #menu-header-mobile a .description {
	display: none;
	font-family: "PraktikaRounded-Medium";
	color: #FFB400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.5px;
	font-weight: normal;
}
.menu-mobile #menu-header-mobile .sub-menu {
	margin-top: 20px;
}
.menu-mobile #menu-header-mobile .sub-menu li{
	margin-top: 30px;
}
.menu-mobile #menu-header-mobile .sub-menu a{
	text-transform: none;
}
.menu-mobile #menu-header-mobile .sub-menu .sub-menu {
	position: unset;
	padding: 0px;
	margin: 0px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-evenly;
	align-items: center;
}
.menu-mobile #menu-header-mobile .sub-menu .sub-menu:before {
	color: #ffffff;
    content: ">";
    font-family: "PraktikaRounded-Bold";
    height: 24px;
    width: 24px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    transform: rotate(90deg);
	margin-top: 15px;
    margin-bottom: -10px;
}
.menu-mobile #menu-header-mobile .sub-menu .sub-menu li {
	margin: 0px;
	margin-top: 10px;
}
.menu-mobile #menu-header-mobile .sub-menu .sub-menu a {
	color: #FFC800;
}
.navbar-content {
	width: 100%; 
	max-width: 1366px; 
	margin: 0 auto; 
	padding: 0 48px; 
	display: flex; 
	align-items: center; 
	justify-content: space-between;
}

/* FOOTER */
.footer-menu > p {
	margin-bottom: 24px;
	font: 800 italic 12px/17px "Praktika Rounded", "Roboto", sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.footer-menu > ul > li > a {
	display: block;
	position: relative;
    margin-bottom: 24px;
    font: 700 italic 16px/17px "PraktikaRounded-Medium", "Roboto", sans-serif;
    color: #ff7300;
}

#menu-solucoes > li:last-child > a {
	margin-bottom: 0;
}

.footer-menu > ul > li > .sub-menu > li > a {
	display: block;
	margin-left: 8px;
    padding: 4px 0;
	position: relative;
    font: 700 italic 16px/17px "PraktikaRounded-Medium", "Roboto", sans-serif;
    color: #ff9b00;	
}

.footer-menu > ul > li > a:hover:after, 
.footer-menu > ul > li > a.opened:after,
.footer-menu > ul > li > .sub-menu > li > a:hover:after {
	display: none;
}

.footer-menu > ul > li > a:hover:after, 
.footer-menu > ul > li > a.opened:after,
.footer-menu > ul > li > .sub-menu > li > a:hover:after {
	content: "";
    width: 29px;
    height: 1px;
    position: absolute;
	top: 18px;
    left: 0;
	border: 1px solid #ff7300;
    background-color: #ff7300;
	display: block;
}

.footer-menu > ul > li > .sub-menu > li > a:hover:after {
	top: 20px;
	border: 1px solid #ff9b00;
    background-color: #ff9b00;
}

.ajuda {
	margin-top: 41px;
}

#menu-item-47001,
#menu-item-47002 {
	margin-bottom: 16px;
}

#menu-item-47001 > a,
#menu-item-47002 > a {
	margin-bottom: 8px;
}

.footer-social {
	justify-content: space-between;
	display: flex;
	width: 300px;
}

@media (max-width: 768px) {
	#menu-footer.menu {
		display: flex;
		list-style-type: none;    
		padding: 0;
		justify-content: space-between;
		flex-direction: column;
		width: 75%;
		margin: 0 auto;
		margin-left: 95px;
	}
	#menu-footer li.menu-item {
		margin-top: 0px;
		margin-bottom: 45px;
	}
	#menu-footer .sub-menu li.menu-item{
		margin: 0;
	}
}
.footer {
	background-color: black;
}
.footer .padding-vertical-large {
	padding-top:60px; 
	padding-bottom:60px;
}
.footer-bottom {
	border-top:1px #555 solid;
	height: 35px;
}
/* FIM DO FOOTER */
/**/
.smaller-title {
	font-size: 25px;
	font-style: italic;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 10px;
}
.small-title {
	font-size: 25px;
	font-style: italic;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 10px;
}
.default-title {
	font-size: 35px;
	font-style: italic;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 10px;
}
.default-title-b {
	font-size: 35px;
	font-style: italic;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 10px;
}
.big-title {
	font-size: 45px;
	font-style: italic;
	font-weight: 700;
	line-height: 50px;
}
.small-description, .block-description {
	font-size: 18px;
	line-height: 28px;
}
.block-description.big {
	font-size: 23px;
	line-height: 33px;
}
.default-description {
	font-size: 23px;
	line-height: 33px;
}
.big-description {
	font-size: 25px;
	line-height: 35px;
}

/**/
.small-title-spacing {
	margin-top: 135px;
}
.default-title-spacing {
	margin-top: 170px;
}
.smaller-title-spacing {
	margin-top: 123px;
}
.default-bottom-spacing {
	margin-bottom: 110px;
}
.big-bottom-spacing {
	margin-bottom: 300px;
}
.block-padding {
	padding-left: 55px;
	padding-right: 55px;
}
/**/
.header-default-title {
	font-size: 36px;
    font-style: italic;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 10px;
}
.header-horizontal-padding {
	min-height:670px;
	height: 670px;
	background-color:white;
	padding-left:55px;
	padding-right:55px;
	overflow: hidden;
	position: relative;
}
.header-content {
	height: 100%;
}
.header-content-spacing {
	margin-left:108px;
}
.header-button-spacing {
	margin-top: 81px;
}
/*
.header-button {
	font-size:18px;
	border:1px solid #FFB400;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	display: inline-block;
	transition: all 0.5s;
    line-height: 42px;
    width: 240px;
    text-align: center;
}
*/
.header-button {
	font-size: 16px;
	border:1px solid #FF7300;
	padding: 0px 24px;
	cursor: pointer;
	transition: all 0.5s;
    line-height: 105%;
	display: flex;
	align-items: center;
	justify-content:center;
    width: 240px;
	height: 48px;
    text-align: center;
	font-family: "PraktikaRounded-BoldItalic" !important;
}

.header-button:hover {
	background-color: #FFB400;
	color: white !important;
}
.header-content .header-button {
	position: absolute;
    margin: 0;
    bottom: 84px;
}
.header-text-block {
	margin-top:150px;
}
.header-smaller-title {
	margin-top: 48px;
}
/* CONTA DIGITAL */
.conta-digital-feature-header {
	width: 768px;
    height: 675px;
    z-index: 2;
	position: absolute;
	right: -55px;
    max-width: unset !important;
}
.conta-digital-background-header {
	position: absolute;
	right: -55;
	z-index: 1;
	top: -250;
	width: 835px;
}
.conta-digital-text-block {
	width: 430px;
}
.conta-digital-pix-spacing {
	margin-left: 232px;
	margin-right: 108px;
}
.conta-digital-onboarding-spacing {
	margin-right: 164px;
}
.conta-digital-gradient-spacing {
	padding-bottom: 300px;
	padding-top: 385px;
	height: 890px;
}
.conta-digital-featured-image {
	width: 80%;
    position: absolute;
    z-index: 20;
    bottom: -35%;
	right: 0px;
}
.conta-digital-slider-block {
	margin-top: -217px;
}
/* CARTÃO PRÉ-PAGO */
.cartao-pre-feature-header {
	width: 768px;
    height: 675px;
    z-index: 2;
	position: absolute;
	right: -55px;
	max-width: unset !important;
}
.cartao-pre-featured-image {
	width: 80%;
    position: absolute;
    z-index: 20;
    bottom: -28%;
	right: 0px;
}

.cartao-spacer {
	height:720px;background-color:white;
}
.cartao-pre-end-block {
	height: 293px;
	position: relative;
	top: -290px;
	margin-bottom: -290px;
}
/* ONLINE PAYMENTS */
.online-payments-brands-box {
	padding-bottom: 155px;
	padding-top: 170px;
}
.online-payments-feature-header {
	width: 801px;
    height: 622px;
    z-index: 2;
    position: absolute;
    right: -130px;
    top: 20px;
	max-width: unset !important;
}
.online-payments-featured-image {
	width: 80%;
    position: absolute;
    z-index: 20;
    bottom: 10%;
	right: 0px;
}
.online-payments-white-block{
	padding-bottom: 175px;
}
.online-payments-brands {
	margin-top: 25px;
	width: 1000px;
}
.online-payments-management-tools-box {
	height:1154px;
	position:relative;
}
.online-payments-management-tools {
	padding-left:163px; 
	padding-top:197px;
}
.online-payments-management-tools-text-block {
	max-width: 394px;
}
.online-payments-management-tools-featured-image {
	width: 95%;
	height: unset;
	margin-top: -225px;
}
.online-payments-dash-conta {
	width: unset !important;
	display: flex;
}
.online-payments-management-tools-text-block-b {
	max-width: 323px;
	margin-top: 68px;
}
.online-payments-management-tools-text-block-b.left {
	margin-right:107px;
}
.online-payments-management-tools-text-block-b.right{
	margin-right:163px;
}
/* PRESENCIAL PAYMENTS */
.header-text-block.presencial {
	margin-top: 110px;
}
.header-text-block.presencial .header-button{
	margin-top: 60px;
}
.presencial-brand-container{
	padding-right: 22px;
}
.presencial-brands-label {
	font-style: italic;
    border-bottom: 2px solid #D8D8D8;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 8px;
}
.presencial-payments-feature-header {
	width: 583px;
    height: 612px;
    z-index: 2;
    position: absolute;
    right: 67px;
    top: -1px;
    max-width: unset !important;
}
.presencial-payments-featured-image {
	width: 80%;
    position: absolute;
    z-index: 20;
    bottom: 0%;
	right: 0px;
}
.presencial-payments-text-block {
	width: 432px;
}
/* DIFERENCIAIS ZOOP */
.diferenciais-omni-icon {
	position: absolute;
	left: -100px;
	top: 21px;
}
.diferenciais-split-box {
	height:1294px;
	position:relative;
}
.diferenciais-featured-image-b {
	width: 85%;
	position: absolute;
	z-index: 20;
	bottom: 15%;
}
.diferenciais-comissionamento-block {
	padding-left: 120px;
}
.diferenciais-top-spacing {
	padding-top: 0px;
}
.diferenciais-bottom-spacing {
	margin-bottom: 130px;
}
.diferenciais-recorrentes {
	padding-left: 163px;
}
/* PIX */
.pix-feature-header {
	width: 768px;
    height: 675px;
    z-index: 2;
    position: absolute;
    right: -70px;
    max-width: unset !important;
}
.pix-featured-image {
	width: 80%;
    position: absolute;
    z-index: 20;
    bottom: 0%;
	right: 0px;
}
.pix-gradient-box {
	height: 828px;
	position: relative;
}
.pix-block {
	padding-left: 163px;
    padding-top: 270px;
}
.pix-block-right {
	padding-bottom: 110px;
}
.pix-row-100{
	height: 100%;
}
.pix-timeline-container {
	padding-left:450px;
	margin-top: 108px;
	padding-bottom: 110px;
}
.timeline-title {
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 10px;
}
.timeline {
	position: relative;
}
.timeline::before {
	content: '';
	position: absolute;
	width: 1px;
	background-color: #9B9B9B;
	top: 30px;
	bottom: 35px;
	left: -40px;
	margin-left: 0px;
}
.timeline-entry {
	position: relative;
}
.timeline-entry:before {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	left: -67px;
	background-color: #9B9B9B;
	border: 9px solid white;
	top: 2px;
	border-radius: 50%;
	z-index: 1;
}
/* CONFORMIDADE */
.conform-header-feature {
	width: 825px;
    height: 515px;
    z-index: 2;
    position: absolute;
    right: -218px;
    top: 70px;
    max-width: unset !important;
}
.conform-title-icon {
	position: absolute;
	left: -70px;
	top: 10px;
}
.conform-papers-logo {
	width: 50px;
	height: 63px;
}
.conform-check-logo {
	width: 54px;
	height: 66px;
}
.conform-security-logo {
	width: 44px;
	height: 50px;
	position: relative;
	top: -15px;
}
.conform-bacen-logo {
	width: 64px;
	height: 80px; 
	position: relative;
	top: -15px;
}
/**/
.featured-image {
	width:80%;
	height:500px;
	margin:-130px auto 80px;
	background-position:right;
	background-size:cover;
	position: relative;
	z-index:4;
}
.button-black {
	transition: all 1s ease;
	border: 1px solid #4A4A4A;
    padding: 0 24px;
	font-size: 16px;
    color: #4A4A4A;
    font-weight: bold;
	text-decoration: none;
	font-family: "PraktikaRounded-BoldItalic" !important;
	height: 48px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 260px;
}
.button-black:hover {
	border: 1px solid #4A4A4A;
	color: #FFFFFF;
	background-color: #4A4A4A;
	text-decoration: none;
}
/* FEATS */
.feats-container {
	white-space: nowrap;
    width: 100%;
    position: relative;
}
.feat-container {
	margin-right: 36px;
}
.feat-container:last-of-type {
	margin-right: 0px;
}
.feat-image {
	height: 80px;
	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feat-description {
	margin-top: 23px;
    white-space: normal;
    width: 179px;
	font-family: Roboto;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
/**/
.small-description.omni-item-title{
	margin-bottom: 1rem;
}
.omni-button{
	margin-top: 30px !important;
	margin-bottom: 73px !important;
}
.omni-title {
	margin-top: 100px;
}
.omni-online-picture {
	width: 606px;
	height: 735px;
	max-width: 100%
}
.omni-offline-picture {
	width: 569px;
	height: 742px;
	max-width: 100%
}
.online-offline-tab {
	font-size:23px;
}
/**/
.payment-block {
	margin-bottom: 130px;
}
/**/
.multi-cash-picture {
	width: 721px;
	height: 691px;
	max-width: 100%
}
.move-container .feats-container{
	margin-bottom: 100px;
	margin-top: 20px;
}
/**/
.credit-block {
	 margin-bottom:250px;
}
/**/
.product-image {
	max-width: 535px;
	z-index: 1;
}
.product-description {
	max-width: 535px;
	height: 415px;
	padding: 70px;
	margin-left: -25px;
	z-index: 2;
}
.product-description.small-top{
	padding-top: 45px;
}
.product-description .product-title {
	margin-top: 25px;
}
.product-description .product-text {
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 26px !important;
}
.product-description .explore {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
    z-index: 10;
    bottom: -45px;
}
.product-container:nth-child(even) .product-description {
	margin-left: 0px;
}
.product-container:nth-child(even) .product-image {
	margin-left: -25px;
}
/**/
.security-text-block{
	margin-bottom: 75px !important;
}
.shield-icon {
	width:115px;
	height:131px;
}
.shield-icon-container {
	z-index: 5;
	margin-bottom:70px;
}
/**/
.accept-icons-container{
	margin-bottom: 175px;
}
/**/
.product-container-footer {
	margin-top: 200px;
	padding-bottom:100px;
}
.product-container-footer .product-link {
	text-decoration: none;
}
.product-container-footer .product-link:hover {
	text-decoration: none;
}
.product-description-footer {
	width: 520px;
	height: 415px;
}
.product-description-box-footer {
	height: 100%;
	padding: 70px;
}
.product-description-box-footer .small-description {
	line-height: 26px !important;
	margin-bottom: 1rem;
}
.product-description-box-footer .product-title{
	margin-top: 60px;
}
.product-image-footer {
	z-index: 1;
    width: 520px;
    height: 415px;
    overflow: hidden;
}
.product-image-footer span {
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	transition: all .5s;
}
.product-container-footer .product-link:hover .product-image-footer span,
.product-container-footer .product-link:focus .product-image-footer span{
  transform: scale(1.2);
}
.product-description-box .transition {
	transition: all .5s;
}
/* CHALLENGE */
.challenges-container a{
	color: #4A4A4A;
	font-size:18px;
	line-height: 26px;
}
.challenge-text-block {
	margin-bottom: 35px;
}
.challenge-text-block:last-of-type{
	margin-bottom:114px;
}
.challenge-featured-image {
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: contain;
	height: 874px;
}
/* CLIENTS */
.client-entry {
	width: 245px;
	height: 85px;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.clients-holder {
	display: flex;
	justify-content: center;
	align-items: center;
}
.clients-left-button {
	cursor:pointer;
	left:0;
	z-index:3;
	font-size: 50px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	width: 40px;
	height: 40px;
}
.clients-right-button {
	cursor:pointer;
	z-index:3;
	right:0;
	font-size: 50px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	width: 40px;
	height: 40px;
}
.clients-scroller {
	overflow-x:hidden;
	display:flex;
}

/**/
/* MOBILE */
@media screen and (max-width: 768px) {
	.navbar-brand {
		margin-left: 16px;
	}
	.navbar-content {
		padding: 0;
	}
	.smaller-title {
		font-size: 18px;
		font-style: italic;
		font-weight: 700;
		line-height: 28px;
	}
	.small-title {
		font-size: 22px;
		font-style: italic;
		font-weight: 700;
		line-height: 30px;
	}
	.default-title {
		font-size: 28px;
		font-style: italic;
		font-weight: 700;
		line-height: 34px;
	}
	.default-title-b {
		font-size: 25px;
		font-style: italic;
		font-weight: 700;
		line-height: 35px;
		margin-bottom: 10px;
	}
	.big-title {
		font-size: 28px;
		font-style: italic;
		font-weight: 700;
		line-height: 34px;
	}
	.small-description {
		font-size: 16px;
		line-height: 24px;
	}
	.default-description {
		font-size: 20px;
		line-height: 30px;
	}

	/**/
	.small-title-spacing {
		margin-top: 62px;
	}
	.default-title-spacing {
		margin-top: 69px;
	}
	/**/
	.feat-container.no-margin {
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-bottom: 30px !important;
	}
	
	.feat-container.no-margin .feat-description {
		margin: 0 auto;
	}
	.feat-description p {
		font-size: 16px !important;
	}
	/**/
	.product-image {
		max-width: 535px;
		z-index: 3;
		margin: 0 !important;
		width: 261px;
		height: 302px;
	}
	.product-description {
		max-width: unset;
		margin: 0;
		height: unset;
		padding: 70px 35px 45px 35px;
		margin-bottom: 105px;
		margin-top: -45px;
		z-index: 2;
	}
	.product-description.small-top {
		padding-top: 70px;
	}
	.product-description .product-title {
		margin-top: 25px;
	}
	.product-description .product-text {
		margin-bottom: 20px;
		margin-top: 20px;
		line-height: 24px !important;
	}
	.product-description .explore {
		font-size: 18px;
		font-weight: bold;
		position: absolute;
		z-index: 10;
		bottom: -45px;
	}
	/**/
	.security-text-block{
		margin-bottom: 33px !important;
	}
		
	.shield-icon {
		width:69px;
		height:79px;
	}
	.shield-icon-container {
		z-index: 5;
		margin-bottom:90px;
	}
	/**/
	.accept-icons-container{
		margin-bottom: 97px;
	}
	/**/
	.product-container-footer {
		margin-top: 200px;
		padding-bottom:0px;
	}
	.product-image-footer {
		z-index: 1;
		width: 100%;
		height: 400px;
		overflow: hidden;
		margin: 0 auto;
	}
	.product-description-footer {
		width: 100%;
		height: unset;
	}
	
	.featured-image {
		width:80%;
		height:400px;
		margin:-130px auto 80px;
		background-position:center;
		background-size:cover;
	}
	
	.feats-container, .clients-container {
		overflow-x: scroll !important;
		margin-bottom: 30px !important;
		padding-bottom: 20px;
	}
	.feats-container.no-scroll {
		overflow-x: hidden !important;
	}
	.feats-container.no-scroll .feat-text {
		height: unset;
		margin: 0 auto;
	}
	.feat-container:first-of-type {
		margin-left: 65px;
	}
	.feat-container:last-of-type {
		margin-right: 60px;
	}
	.feats-container.no-margin {
		margin: 0px;
	}
	
	.feats-container::-webkit-scrollbar, .clients-scroller::-webkit-scrollbar {
		height: 8px;
	}
	.feats-container::-webkit-scrollbar-track, .clients-scroller::-webkit-scrollbar-track {
		background-color: #D8D8D8;
		border-radius: 10px;
	}
	.feats-container::-webkit-scrollbar-thumb, .clients-scroller::-webkit-scrollbar-thumb {
		background-color: #ff7d00;
		border-radius: 10px;
		outline: 1px solid slategrey;
		height: 10px;
	}
	/**/
	.challenges-container a{
		color: #4A4A4A;
		font-size:16px;
		line-height: 24px;
	}
	.challenge-text-block:last-of-type{
		margin-bottom: 92px;
	}
	.challenge-featured-image {
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: contain;
		width: 100%;
		height: 419px;
	}
	/**/
	.clients-scroller {
		overflow-x: auto !important;
	}
	.clients-holder {
		display: flex;justify-content: center;align-items: center;width: unset;padding:0px;
	}
	.client-container.first-client {
		margin-left: 65px;
	}
	.client-container {
		margin-right: 40px;
	}
	.clients-left-button, .clients-right-button {
		display: none !important;
	}
	/**/
	.payment-block {
		margin-bottom: 84px;
	}
	/**/
	.p-14{
		padding-left: 14px;
		padding-right: 14px;
	}
	.button-black {
		margin-bottom: 63px;
	}
	.online-offline-tab{
		font-size: 18px;
	}	
	.omni-title {
		margin-top: 49px;
		margin-bottom: 18px;
	}
	.omni-online-picture {
		width: 257px;
		height: 310px;
		max-width: 100%
	}
	.omni-offline-picture-container {
		height: 310px;
		align-items: center;
		justify-content: center;
		display: flex !important;
	}
	.omni-offline-picture {
		width: 293px;
		height: 223px;
		max-width: 100%
	}
	/**/
	.multi-block{
		margin-top: 136px;
	}
	.multi-cash-picture {
		width: 316px;
		height: 302px;
		max-width: 100%
	}
	.move-container {
		padding: 0px;
	}
	/**/	
	.credit-block {
		 margin-bottom:170px;
	}
	/**/
	.clients-block {
		
	}
	/**/
	.product-container-footer {
		background: transparent !important;
	}
	.product-container-footer .product-link {
		text-decoration: none;
	}
	.product-container-footer .product-link:hover {
		text-decoration: none;
	}
	.product-description-footer {
		margin-top: -50px;
	}
	.product-description-box-footer {
		height: 100%;
		padding: 40px 35px 45px 35px;
	}
	.product-description-box-footer .small-description {
		line-height: 26px !important;
		margin-bottom: 1rem;
	}
	.product-description-box-footer .product-title{
		margin-top: 60px;
	}
	.product-image-footer {
		z-index: 1;
		width: 100%;
		height: 415px;
		overflow: hidden;
	}
	.product-image-footer span {
		z-index: 1;
		width: 100%;
		height: 100%;
		display: block;
		background-size: cover;
		transition: all .5s;
	}
	.product-container-footer .product-link:hover .product-image-footer span,
	.product-container-footer .product-link:focus .product-image-footer span{
	  transform: scale(1.2);
	}
	.product-description-box .transition {
		transition: all .5s;
	}
	.block-description {
		font-size: 16px;
		line-height: 26px;
	}
	.block-description.big {
		font-size: 20px;
		line-height: 30px;
	}
	.smaller-title-spacing {
		margin-top: 48px;
	}
	.default-bottom-spacing {
		margin-bottom: 48px;
	}
	.block-padding {
		padding-left: 0px;
		padding-right: 0px;
	}
	/**/
	.header-default-title {
		font-size: 23px;
		font-style: italic;
		font-weight: 700;
		line-height: 33px;
		margin-bottom: 10px;
	}
	.header-horizontal-padding {
		padding: 0px;
		height: unset;
		padding-bottom: 45px;
		background-color: inherit;
	}
	.header-content .header-button {
		position: relative;
		margin: 0;
		bottom: unset;
	}
	.header-content {
		height: unset;
	}
	.header-content-spacing {
		margin-left: 0px;
		padding-top: 0px;
		margin-bottom: 0px;
	}
	.header-button {
		margin-top: unset;
		margin-bottom: 81px;
		width: 302px;
		border: 1px solid #FF7D00;
	}
	.header-button.small-bottom{
		margin-bottom: 21px;
	}
	.header-smaller-title {
		margin-top: 32px;
	}
	.bg-mobile-white {
		background-color: white !important;
	}
	.bg-mobile-light-gray {
		background-color: #EBEBEB !important;
	}
	.text-mobile-black {
		color: #000000 !important;
	}
	.w-mb-100 {
		width: 100%;
	}
	.button-black {
		width: 100%;
	}
	/* CONTA DIGITAL */
	.conta-digital-mobile-header-feature {
		position: relative;
		flex: 1;
		overflow: hidden;
		text-align: center;
		height: 355px;
	}
	.conta-digital-feature-header {
		width: 251px;
		height: 432px;
		z-index: 2;
		position: relative;
		top: -40;
		right: 1px;
	}
	.conta-digital-background-header {
		position: absolute;
		right: 0;
		z-index: 1;
		top: 0;
		width: 100%;
		bottom: 0;
		left: 0;
	}
	.conta-digital-text-block {
		width: 302px;
	}
	.conta-digital-pix-spacing {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 48px;
	}
	.conta-digital-onboarding-spacing {
		margin-right: 217px;
	}
	.conta-digital-gradient-spacing {
		padding-bottom: 110px;
		padding-top: 59px;
		flex-direction: column;
		align-items: center;
	}
	.conta-digital-featured-image {
		width: 302px;
		height: 364px;
		margin: 0 auto;
		position: unset;
		margin-top: -59px;
	}
	.conta-digital-slider-block {
		margin-top: -100px;
	}
	/* CARTÃO PRÉ-PAGO */
	.cartao-pre-feature-header {
		width: 351px;
		height: 355px;
		z-index: 2;
		top: unset;
		bottom: 0px;
		right: unset;
	}
	.cartao-pre-featured-image {
		width: 302px;
		height: 364px;
		margin: 0 auto;
		position: unset;
		margin-top: -59px;
	}
	.cartao-spacer {
		height:484px;background-color:white;
	}
	.cartao-pre-end-block {
		height: 429px;
	}
	/* ONLINE PAYMENTS */
	.online-payments-feature-header {
		width: 351px;
		height: 355px;
		z-index: 2;
		top: unset;
		bottom: 0px;
		right: 0px;
	}
	.online-payments-brands {
		width: 100%;
	}
	.online-payments-brands-box {
		padding-bottom: 78px;
		padding-top: 78px;
	}
	.online-payments-white-block{
		padding-bottom: 175px;
	}
	.online-payments-management-tools-box {
		height:unset;
		padding-bottom: 100px;
		position:relative;
	}
	.online-payments-management-tools {
		padding-left: 15px;
		padding-top: 0px;
	}
	.online-payments-management-tools-text-block {
		max-width: unset;
	}
	.online-payments-management-tools-featured-image {
		width: 100%;
		height: unset;
		margin-top: -157px;
		margin-left: 15px;
	}
	.online-payments-dash-conta {
		width: 302px !important;
		display: block;
	}
	.online-payments-management-tools-text-block-b {
		max-width: unset;
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 18px;
	}
	.online-payments-management-tools-text-block-b.left {
		margin-right:0px;
	}
	.online-payments-management-tools-text-block-b.right{
		margin-right:0px;
	}
	/* PRESENCIAL PAYMENTS */
	.presencial-payments-feature-header {
		width: 327px;
		height: 340px;
		z-index: 2;
		position: absolute;
		right: 0px;
		top: 0px;
	}
	.presencial-payments-featured-image {
		width: 100%;
		height: unset;
		margin-top: -95px;
		margin-left: 0px;
		position: relative;
		bottom: unset;
		right: unset;
	}
	.presencial-payments-text-block {
		width: 302px;
	}
	.presencial-brands-label {
		width: 302px;
		margin-right: 0px;
		margin: 0 auto;
		font-style: italic;
		border-bottom: 2px solid #D8D8D8;
		font-size: 16px;
		line-height: 28px;
		padding-bottom: 8px;
	}
	.presencial-gray-block {
		padding-bottom: 100px;
	}
	/* DIFERENCIAIS ZOOP */
	.diferenciais-feature-header {
		width: 259px;
		height: 355px;
		z-index: 2;
		position: relative;
	}
	.diferenciais-omni-icon {
		position: unset;
		margin-bottom: 10px;
	}
	.diferenciais-split-box {
		height:unset;
		position:relative;
	}
	.diferenciais-featured-image-b-container {
		margin-bottom: -120px;
	}
	.diferenciais-featured-image-b {
		width: 100%;
		position: relative;
		z-index: 20;
		top: -150px;
	}
	.diferenciais-comissionamento-block {
		padding-left: 15px;
	}
	.diferenciais-top-spacing {
		padding-top: 88px;
	}
	.diferenciais-split-bottom-spacing {
		padding-bottom: 220px;
	}
	.diferenciais-bottom-spacing {
		margin-bottom: 30px;
	}
	.diferenciais-recorrentes {
		padding-left: 15px;
	}
	/* PIX */
	.pix-feature-header {
		width: 357px;
		height: 340px;
		z-index: 2;
		position: absolute;
		right: 0px;
		top: 0px;
	}
	.pix-featured-image {
		width: 90%;
		height: unset;
		margin-top: -60px;
		margin-left: 0px;
		position: relative;
		bottom: unset;
		right: unset;
	}
	.pix-gradient-box {
		height: unset;
		padding-top: 50px;
		padding-bottom: 25px;
	}
	.pix-block {
		padding-left: 15px;
		padding-top: 0px;
	}	
	.pix-block-right {
		padding-bottom: 10px;
	}
	.pix-row-100{
		height: unset;
	}
	.pix-timeline-container {
		padding-left:15px;
		margin-top: 50px;
		padding-bottom: 60px;
	}
	.timeline-title {
		font-size: 20px;
		font-style: italic;
		font-weight: 700;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.timeline {
		position: relative;
	}
	.timeline::before {
		content: '';
		position: absolute;
		width: 1px;
		background-color: #9B9B9B;
		top: 30px;
		bottom: 40px;
		left: -30px;
		margin-left: 0px;
	}
	.timeline-entry {
		position: relative;
	}
	.timeline-entry:before {
		content: '';
		position: absolute;
		width: 30px;
		height: 30px;
		left: -59px;
		background-color: #9B9B9B;
		border: 9px solid white;
		top: 11px;
		border-radius: 50%;
		z-index: 1;
	}
	/* CONFORMIDADE */
	.conform-header-feature {
		width: 338px;
		height: 263px;
		z-index: 2;
		position: absolute;
		right: 0px;
		top: 47px;
	}
	.conform-title-icon {
		text-align: left;
		margin-bottom: 15px;
		position: relative;
		left: 0px;
		top: 0px;
	}
	.conform-papers-logo {
		width: 50px;
		height: 63px;
	}
	.conform-check-logo {
		width: 54px;
		height: 66px;
	}
	.conform-security-logo {
		width: 44px;
		height: 50px;
		position: relative;
		top: 0px;
	}
	.conform-bacen-logo {
		width: 64px;
		height: 80px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
	.conta-digital-feature-header, .pix-feature-header, .online-payments-feature-header, .presencial-payments-feature-header {
		display: none;
	}
}
@media screen and (min-width: 1250px) and (max-width: 1365px) {
	.conta-digital-feature-header {
		width: 768px;
    	height: 675px;
		z-index: 2;
		position: absolute;
		right: -135px;
	}
	.pix-feature-header {
		width: 668px;
		height: 575px;
		z-index: 2;
		position: absolute;
		right: -70px;
		max-width: unset !important;
	}
	.online-payments-feature-header {
		width: 701px;
		height: 522px;
		z-index: 2;
		position: absolute;
		top: 75px;
		max-width: unset !important;
	}
	.presencial-payments-feature-header {
		width: 583px;
		height: 612px;
		z-index: 2;
		position: absolute;
		right: 20px;
		top: -1px;
		max-width: unset !important;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
	.conta-digital-featured-image {
		width: 80%;
		position: absolute;
		z-index: 20;
		bottom: -45%;
		right: 0px;
	}
	.cartao-pre-featured-image {
		width: 80%;
		position: absolute;
		z-index: 20;
		bottom: -10%;
		right: 0px;
	}
}
/* FULL HD */
@media screen and (min-width: 1920px) {
	.d-xxl-block {
		display: block !important;
	}
	.d-xxl-none {
		display: none !important;
	}
	.feature-text {
		white-space: normal;
		text-align: center;
		width: 253px;
		height: 192px;
		font-size: 19px;
		line-height: 29px;
		margin-top: 20px;
	}
	.default-title {
		font-size: 49px;
		line-height: 50px;
	}
	.default-title-b {
		font-size: 45px;
		line-height: 46px;
	}
	.small-title {
		font-size: 30px;
		line-height: 40px;
	}
	.smaller-title {
		font-size: 25px;
		line-height: 40px;
	}
	.smaller-title-spacing {
		margin-top: 209px;
	}
	.block-description {
		font-size: 25px;
		line-height: 35px;
	}
	.block-description.big {
		font-size: 33px;
		line-height: 43px;
	}
	.block-padding {
		padding-left: 113px;
		padding-right: 113px;
	}
	/**/
	.header-default-title {
		font-size: 49px;
		font-style: italic;
		font-weight: 700;
		line-height: 59px;
		margin-bottom: 10px;
	}
	.header-horizontal-padding {
		min-height:973px;
		height: 973px;
		background-color:white;
		padding-left:113px;
		padding-right:113px;
		overflow: hidden;
		position: relative;
	}
	.header-content-spacing {
		margin-left:108px;
	}
	.header-button-spacing {
		margin-top: 160px;
	}
	.header-button {
		font-size:21px;
		/*border:1px solid #FFB400;*/
		/*padding: 0px;*/
		/*padding-left:20px;*/
		/*padding-right: 20px;*/
		/*cursor: pointer;*/
		/*display: inline-block;*/
		/*transition: all 0.5s;*/
		/*line-height: 59px;*/
		width: 325px;
		/*text-align: center;*/
	}
	.header-button:hover {
		background-color: #FFB400;
		color: white !important;
	}
	.header-content .header-button {
		position: absolute;
		margin: 0;
		bottom: 79px;
	}
	.header-content {
		max-width: 1920px;
		margin: 0 auto;
	}
	.header-text-block {
		margin-top:279px;
	}
	.header-smaller-title {
		margin-top: 67px;
	}
	/* CONTA DIGITAL */
	.conta-digital-feature-header {
		width: 1124px;
		height: 982px;
		z-index: 2;
		position: absolute;
		right: -113px;
	}
	.conta-digital-background-header {
		position: absolute;
		right: -75;
		z-index: 1;
		top: -450;
		width: 1235px;
	}
	.conta-digital-text-block {
		width: 580px;
	}
	.conta-digital-pix-spacing {
		margin-left: 397px;
		margin-right: 144px;
	}
	.conta-digital-onboarding-spacing {
		margin-right: 217px;
	}
	.conta-digital-gradient-spacing {
		padding-bottom: 300px;
		padding-top: 385px;
		height: 1250px;
	}
	.conta-digital-featured-image {
		width: 80%;
		position: absolute;
		z-index: 20;
		bottom: -35%;
		right: 0px;
	}
	.conta-digital-slider-block {
		margin-top: -267px;
	}
	/* CARTÃO PRÉ-PAGO */
	.cartao-pre-feature-header {
		width: 1154px;
		height: 982px;
		z-index: 2;
		position: absolute;
		right: -113px;
	}
	.cartao-pre-featured-image {
		width: 80%;
		position: absolute;
		z-index: 20;
		bottom: -29%;
		right: 0px;
	}
	.cartao-spacer {
		height:1016px;background-color:white;
	}
	.cartao-pre-end-block {
		height: 429px;
		position: relative;
    	top: -400px;
    	margin-bottom: -400px;
	}
	/* ONLINE PAYMENTS */
	.online-payments-brands-box {
		padding-bottom: 130px;
	}
	.online-payments-feature-header {
		width: 1054px;
		height: 882px;
		z-index: 2;
		position: absolute;
		right: -113px;
		top: 50px;
	}
	.online-payments-featured-image {
		width: 80%;
		position: absolute;
		z-index: 20;
		bottom: 5%;
		right: 0px;
	}
	.online-payments-brands {
		width: 1500px;
	}
	.online-payments-brands-box {
		padding-bottom: 200px;
		padding-top: 230px;
	}
	.online-payments-white-block {
		padding-bottom:118px;
	}
	.online-payments-management-tools-box {
		height:1554px;
		position:relative;
	}
	.online-payments-management-tools {
		padding-left:221px; 
		padding-top:243px;
	}
	.online-payments-management-tools-text-block {
		max-width: 508px;
	}
	.online-payments-management-tools-featured-image {
		width: 95%;
		height: unset;
		margin-top: -313px;
	}
	.online-payments-dash-conta {
		width: unset !important;
		display: flex;
	}
	.online-payments-management-tools-text-block-b {
		max-width: 432px;
		margin-top: 28px;
	}
	.online-payments-management-tools-text-block-b.left {
		margin-right:108px;
	}
	.online-payments-management-tools-text-block-b.right{
		margin-right:219px;
	}
	/* PRESENCIAL PAYMENTS */
	.header-text-block.presencial {
		margin-top: 210px;
	}
	.header-text-block.presencial .header-button{
		margin-top: 110px;
	}
	.presencial-payments-feature-header {
		width: 875px;
		height: 918px;
		z-index: 2;
		position: absolute;
		right: 67px;
		top: -1px;
	}
	.presencial-payments-featured-image {
		width: 80%;
		position: absolute;
		z-index: 20;
		bottom: -5%;
		right: 0px;
	}
	.presencial-payments-text-block {
		width: 615px;
	}
	/* DIFERENCIAIS ZOOP */
	.diferenciais-omni-icon {
		position: absolute;
		left: -100px;
		top: 30px;
	}
	.diferenciais-split-box {
		height:1404px;
		position:relative;
	}
	.diferenciais-featured-image-b {
		width: 80%;
		position: absolute;
		z-index: 20;
		bottom: 0%;
	}
	.diferenciais-comissionamento-block {
		padding-left: 120px;
	}	
	.diferenciais-recorrentes {
		padding-left: 221px;
	}
	/* PIX */
	.pix-feature-header {
		width: 1064px;
		height: 918px;
		z-index: 2;
		position: absolute;
		right: -113px;
	}
	.pix-gradient-box {
		height: 928px;
		padding-bottom: 25px;
	}
	.pix-block {
		padding-left: 163px;
		padding-top: 270px;
	}
	.pix-block-right {
		padding-bottom: 90px;
	}
	.pix-row-100{
		height: 100%;
	}
	.pix-timeline-container {
		padding-left:450px;
		margin-top: 108px;
		padding-bottom: 110px;
	}
	.timeline-title {
		font-size: 28px;
		font-style: italic;
		font-weight: 700;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.timeline {
		position: relative;
	}
	.timeline::before {
		content: '';
		position: absolute;
		width: 1px;
		background-color: #9B9B9B;
		top: 30px;
		bottom: 35px;
		left: -60px;
		margin-left: 0px;
	}
	.timeline-entry {
		position: relative;
	}
	.timeline-entry:before {
		content: '';
		position: absolute;
		width: 30px;
		height: 30px;
		left: -90px;
		background-color: #9B9B9B;
		border: 9px solid white;
		top: 7px;
		border-radius: 50%;
		z-index: 1;
	}
	/* CONFORMIDADE */
	.conform-header-feature {
		width: 1081px;
		height: 753px;
		z-index: 2;
		position: absolute;
		right: -113px;
		top: 82px;
	}
	.conform-title-icon {
		position: absolute;
		left: -90px;
		top: 0px;
	}
	.conform-papers-logo {
		width: 67px;
		height: 84px;
	}
	.conform-check-logo {
		width: 72px;
		height: 88px;
	}
	.conform-security-logo {
		width: 63px;
		height: 72px;
		top: -10px;
    	position: relative;
	}
	.conform-bacen-logo {
		width: 81px;
		height: 101px;
		top: -30px;
    	position: relative;
	}
}