body {
	font-family: "Roboto";
	font-weight: 400;
	color: #0F0F0F;
	background-color: #f8f8f8;
	scrollbar-width: thin;
  	scrollbar-color: #9B2671;
}

::-webkit-scrollbar {
	width: 6px !important;
	height: 8px !important;
}

/* Track */
	::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #9B2671;
	border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #9B2671;
}

html {
  scroll-behavior: smooth;
}

a {
	color:#48297C;
}

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

hr {
	margin-bottom:65px;
	background-color:#f5f5f5;
	height: 1px;
}

input:focus {
	outline-color: #9B2671;
	outline-style: solid; 
	outline-width: 1px;
}

.grecaptcha-badge{
	margin: 0 auto;
    margin-bottom: 1rem;
}

.clear-padding {
	padding-left:0px !important;
	padding-right: 0px !important;
}

.align-icons {
	display: flex;
	justify-content: flex-end;
}

@media screen and (min-width:1400px){
	.container-default {
		max-width:1400px !important;
		width:1400px !important;
		margin: 0 auto !important;
	}
}

@media screen and (max-width:1350px){
	.container-default {
		margin: 0 auto !important;
	}

	#certification p, #integration-method p {
		font-size: 12px !important;
		line-height: 21px !important;
	}

	#certification .align-integration-info p, #integration-method .align-integration-info p {
		font-size: 12px !important;
		line-height: 21px !important;
	}

	#certification h2, #integration-method h2 {
		font-size: 28px !important;
	}

	.image-container {
		height: auto;
		padding-right: 0px !important;
    	padding-left: 0px !important;
		border-radius: 20px;
	}

	#certification img.banner, #integration-method img.banner {
		width: 100%;
		height: 100% !important;
		object-fit: cover;
		border-radius: 20px;
	}

	#hero {
		height: 500px !important;
	}

	#hero h1 {
		font-size: 55px !important;
		line-height: 58px !important;
	}

	#hero p {
		font-size:20px !important;
	}

	header ul li {
		padding:0px 19px !important;
	}

	#about .processing .bg-square {
		top:20px !important;
	}

	#other-products .item-container p, #statements .item-container p{
		font-size:11px !important;
		line-height: 18px !important;
	}

	#pos .tab-pane p {
		font-size:12px !important;
		line-height: 20px !important;
	}

	p {
		font-size:13px !important;
		line-height: 22px !important;
	}

	#statements .item-container p {
		padding: 0px 20px !important;
	}

}

.d-desktop {
	display: block;
}

.d-mobile {
	display: none;
}

.purple-btn {
	padding: 15px 36px 13px;
	border-radius: 84px;
	color: #fff;
	background-color: #48297C;
	display: block;
	border: 2px solid #48297C;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	transition: .4s;
}

.purple-btn:hover {
	color: #48297C;
	transition: .4s;
	background-color: transparent;
}

.purple-btn.light {
	background-color: #9B2671;
	border-color: #9B2671;
}

.purple-btn.light:hover {
	color: #9B2671;
	transition: .4s;
	background-color: transparent;
}

.circle-container {
	background-color: rgba(72, 41, 124, 0.08);
	width: 75px;
	height: 75px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.circle-container img {
	max-width: 42px;
	object-fit: contain;
}

.purple-divider {
	display: block;
	height: 3px;
	width: 124px;
	background-color: #9B2671;
	margin: 24px 0;
}

body .container-fluid {
	max-width: calc(100% - 120px);
	padding: 0 60px;
}

header {
	padding: 18px 0;
    max-height: 110px;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    top: 0;
	box-shadow: 1px 10px 55px -9px rgba(0,0,0,0.12);
}

header .align-menu-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 180px;
}

header .col-md-9 {
	display: flex;
	align-items: center;
}

header .logo-menu {
	width:146px;
}

header ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

header ul li {
	display: inline-block;
	padding: 0 24px;
}

header ul li a {
	font-weight: 600;
	font-size: 15px;
	color: #4C4C4C;
	transition: .4s;
}

header ul li a:hover {
	color: #9B2671 	;
	text-decoration: none;
	transform: .4s;
}

.menu-mobile {
	display: none;
}

#hero {
	background-image: url('../images/hero.png');
	height: 640px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 84px;
}

#hero .container-fluid, #hero .row, #hero .col-md-12 {
	height: 100%;
}

#hero .hero-content-position {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 18px;
}

#hero h1 {
	font-size: 70px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	line-height: 72px;
}

#hero p {
	width:38%;
	color: #fff;
	font-size: 24px;
	margin: 0 0 6px 0;
}

#hero button.purple-btn {max-width: 170px;}

#hero button.purple-btn:hover {
	color: #fff;
	border-color: #fff;
}

#about {
	padding-top: 100px;
}

p.about {
	line-height: 28px;
} 

#about .purple-divider {
	width: 72px;
	margin: 12px 0;
}

#about .align-about-info {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

#about .align-about-info h3 {
	font-size: 24px;
	margin-bottom: 12px;
	line-height: 26px;
}

#about .align-about-info p {
	color: #5D6970;
	font-size: 16px;
	line-height: 28px;
	max-width: 300px;
}

#about .processing {
	margin-bottom: 140px;
}

#about .processing img {
	max-width: 470px;
	width: 100%;
	object-fit: contain;
	position: relative;
	z-index: 2;
}

#about .processing .bg-square {
	max-width: 470px;
	width: calc(100% - 20px);
	height: 100%;
	display: block;
	position: absolute;
	top: 33px;
	left: -20px;
	background-color: #48297C;
	border-radius: 20px;
	z-index: 1;
}

#about .content-procesing {
	margin-left: 48px;
}

#about .processing h2 {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 24px;
	margin-top: 40px;
}

#about .processing p small {
	font-size: 15px;
	font-weight: 500;
	color: #6A6A6A;
}

#about .processing p {
	color: #5D6970;
	font-size: 16px;
	margin-bottom: 24px;

}

#about button {
	margin-top: 40px;
	padding: 18px 52px 16px;
}

#brands {
	padding-bottom: 90px;
}

.owl-carousel.brands-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.owl-carousel.brands-carousel .owl-item  .item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-carousel.brands-carousel .owl-item img {
	width: 140px;
}

#main-payment-methods {
	background-color: rgba(39, 39, 39, 0.07);
	padding: 74px 0;
	width: 100%;
	display: block;
}

#main-payment-methods .content-payment-methods {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
}


#main-payment-methods .content-payment-methods h3 {
	text-align: center;
	font-size: 24px;
	margin:0px;
}

#main-payment-methods .content-payment-methods img {
	width: 100%;
}


#other-products {
	position: relative;
}

#other-products .item-container p {
	font-size:13px;
	height: 70px;
}

#pos {
	padding: 75px 0 60px;
	position: relative;
	margin:0px 0px 80px;
}

#pos .nav-tabs {
    border: none;
    border-radius: 40px;
    display: flex;
    width: fit-content;
    overflow: hidden;
	background-color: rgba(72, 41, 124, 0.08);
	padding: 10px;
	margin-bottom: 50px;
}

#pos .nav-tabs .nav-link {
	padding: 10px 23px;
	font-weight: 700;
	font-size: 14px;
	border: none;
	border-radius: 20px;
	line-height: 1;
	color: #4c4c4c;
	background: none !important;
}

#pos .nav-tabs .nav-link.active {
	color: #48297C;
	position: relative;
	background-color: #fff !important;
}

#pos .tab-content {
	width: 100%;
}

#pos .tab-pane h2 {
	font-size: 50px;
	margin-bottom: 40px;
	color: #48297C;
	font-weight: 400;
}

#pos .tab-pane p {
	font-size:15px;
	line-height: 26px;
	color: #5D6970;
	margin-bottom: 52px;
}

#pos .align-pos-info {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 24px;
}

#pos .align-pos-info h3 {
	font-size: 21px;
	margin-bottom: 12px;
	line-height: 21px;
	font-weight: 500;
}

#pos .align-pos-info p {
	color: #5D6970;
	font-size: 15px;
	line-height: 26px;
	max-width: 300px;
}

#pos .col-xl-5 {
	position: absolute;
	top: 80px;
	right: 0;
}

#pos .owl-carousel img {
	height: 560px;
	object-fit: contain;
	position: relative;
	z-index: 2;
}

#pos .owl-carousel::after {
	content: "";
	display: block;
	max-width: 380px;
	width: 100%;
	height: 380px;
	border-radius: 50%;
	background-color: rgba(72, 41, 124, 0.08);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

#pos .owl-carousel .owl-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.products-carousel .owl-dots {
	margin:40px 0px 0px;
}

#pos .owl-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50px;
	background-color: #d7d7d7;
}

#pos .owl-carousel .owl-dots .owl-dot.active {
	background-color: #48297C;
}

#possibility {
	background-image: url('../images/possibility-bg.png');
	height: 270px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
}

#possibility .container-fluid, #possibility .row {
	height: 100%;
}

#possibility .col-md-12 {
	display: flex;
	align-items: center;
	justify-content: center;
}

#possibility h2 {
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	margin: 0;
}

#integration-method {
	padding: 72px 0 105px;
}

#integration-method img.banner {
	width: 100%;
}

#integration-method h2 {
	font-size: 36px;
	margin-top: 18px;
}

#integration-method p {
	color: #5D6970;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 40px;
}

#integration-method .align-content-integration {
	margin-left: 48px;
}

#integration-method .align-integration-info {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 24px;
	margin-bottom: 32px;
}

#integration-method  .align-integration-info h3 {
	font-size: 21px;
	margin-bottom: 12px;
	line-height: 21px;
	font-weight: 500;
}

#integration-method  .align-integration-info p {
	color: #5D6970;
	font-size: 14px;
	line-height: 25px;
	max-width: 300px;
	margin: 0;
}

#make-it-easy {
	padding: 80px 0;
	background-color: rgba(39, 39, 39, 0.07);
}

#make-it-easy h2 {
	font-size: 55px;
	font-weight: 700;
	margin-bottom: 36px;
	line-height: 60px;
	width: 80%;
}

#make-it-easy p {
	font-size: 20px;
	line-height: 30px;
	color: #4C4C4C;
	max-width: 82%;
}

#make-it-easy .tech-button {
	max-width: 180px;
	width: 100%;
	height: 170px;
	border-radius: 20px;
	background-color: #fff;
	border: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	gap: 8px;
	margin: 0 auto;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

#make-it-easy .mb-button {
	margin-bottom: 40px;
}

#make-it-easy .tech-button:hover {
	transform: translateY(-16px);
	transition: 0.3s;
}

#make-it-easy .container-fluid, #make-it-easy .row {
	height: 100%;
}


#make-it-easy .nav-modal .nav-link.active {
	color: #48297C;
	position: relative;
}

/* Estilo da linha */
#make-it-easy .nav-modal .nav-link.active::after {
    content: '';
    display: block;
    border-bottom: 3px solid #9B2671; /* Cor da linha ativa */
    width: 70%; /* Largura da linha */
    position: absolute;
    bottom: 5px; /* Posicionamento da linha em relação ao texto do título */
	left: 0;
    right: 0;
    margin: 0 auto;
	transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

#make-it-easy .nav-modal .nav-link.active {
    font-weight: 700;
}

#make-it-easy .col-md-6:first-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#make-it-easy .modal-content {
	border-radius: 20px;
	width:1000px !important;
	padding: 10px 10px 30px;
	flex-direction: column;
	border: none;
}

.modal-dialog {
	max-width:900px !important;
	justify-content: center;
}

#make-it-easy .modal-content .modal-header {
	padding: 0;
    border: none;
    position: absolute;
    right: 20px;
    top: 20px;
}

#make-it-easy .modal-content .tab-content {
	width: 100%;
}

#make-it-easy .modal-content .nav-tabs {
	border: none;
}

#make-it-easy .modal-content .nav-item button {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: none;
    background: transparent;
    box-shadow: none;
    margin-bottom: 10px;
}

#make-it-easy .code-container {
	background: #282828;
	border-radius: 20px;
	width: calc(100% - 40px);
	padding: 20px;
	margin: 0 auto;
}

#make-it-easy .code-container pre {
	white-space: pre-line;
	height:350px;
	overflow-y: scroll;
}

#make-it-easy .code-container code {
	color: #f7f7f7;
}

#certification {
	padding: 95px 0 65px;
}

#certification h2 {
	font-size: 36px;
	margin-top: 18px;
}

#certification p {
	color: #5D6970;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 40px;
}

#certification .col-md-4 {
	display: flex;
	align-items: center;
	height: 100%;
}

#certification img.banner {
	width: 100%;
}

#certification .align-content-certification {
	margin-left: 48px;
}

#certification .align-certification-info {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 24px;
	margin-bottom: 32px;
}

#certification .align-certification-info h3 {
	font-size: 21px;
    margin-bottom: 12px;
    line-height: 21px;
	font-weight: 500;
}

#certification .align-certification-info p {
	color: #5D6970;
	font-size: 14px;
    line-height: 25px;
	max-width: 300px;
	margin: 0;
}

#other-products .owl-nav {
	right:9%;
    position: absolute;
    top: -180px;
	font-size: 90px;
	color:#c5c5c5;
}

#other-products .owl-nav .owl-next {
	margin-left:10px;
}

#other-products h2 {
	font-size: 36px;
}

#other-products h4 {
	font-size: 18px;
	font-weight: 700;
}

.owl-carousel.products-carousel .owl-stage {
	left: -40px;
}

.owl-carousel.products-carousel .item {
	background-color: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 20px;
	padding: 35px 40px;
	transition: .4s;
	min-height: 300px;
}

.owl-carousel.products-carousel .item:hover {
	background-color: rgba(72, 41, 124, 0.08);
	transition: .4s;
}

.owl-carousel.products-carousel .item h4 {
	margin-top: 24px;
	font-size: 24px;
	font-weight: 600;
}

.owl-carousel.products-carousel ul {
	color: rgba(76, 76, 76, 0.8);
	padding-left: 20px;
	margin: 0 0 24px;
	font-size: 20px;
	line-height: 35px;
}

.owl-carousel.products-carousel .purple-btn {
	font-size: 14px;
	padding: 13px 27px 14px;
}

#statements {
	padding-top: 96px;
	position: relative;
}

#statements h2 {
	font-size: 36px;
	margin-bottom: 24px;
}

#statements .bg-tentacle, #other-products .bg-tentacle {
	position: absolute;
	right: 0;
	top: -120px;
	width: 350px;
}

#statements p.description, #other-products p.description{
	font-size: 18px;
	width:80%;
	color: #5D6970;
	line-height: 28px;
	margin-bottom: 80px;
	max-width: 850px;
}

#statements .item-container p {
	font-size:13px;
	line-height: 18px;
}

.owl-carousel.statements-carousel .owl-stage {
	padding: 45px 0px;
}

.owl-carousel.statements-carousel .item {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
	border-radius: 20px;
	background: #FFF;
	width: 100%;
	padding: 50px 35px;
	position: relative
}

.owl-carousel.statements-carousel .item img.profile {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	object-fit: cover;
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
}

.owl-carousel.statements-carousel .item p {
	line-height: 25px;
	columns: #4c4c4c;
	margin-bottom: 32px;
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
}

.owl-carousel.statements-carousel .item img {
	max-width: 80px;
	margin: 0 auto;
}

.owl-carousel.statements-carousel .item h4 {
	font-weight: 700;
	line-height: 18px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 32px;
}

.owl-carousel.statements-carousel .item p.author-name 	{
	line-height: 18px;
	margin-bottom: 0;
}

.statements-carousel .owl-dots, .products-carousel .owl-dots, .brands-carousel .owl-dots{
	display: flex;
    justify-content: center;
}

.statements-carousel button.owl-dot, .products-carousel button.owl-dot, .brands-carousel button.owl-dot {
	background: 0 0 #c0c0c0;
    height: 7px;
    width: 7px;
    margin: 3px;
    border: none;
    border-radius: 100%;
}

.statements-carousel button.owl-dot.active, .products-carousel button.owl-dot.active, .brands-carousel button.owl-dot.active {
	background: 0 0 #9B2671;
}

#contact {
	padding-top: 120px;
	padding-bottom: 52px;
	position: relative;
}

#contact h2 {
	font-size: 36px;
	margin-bottom: 40px;
	font-weight: 600;
}

#contact p {
	font-size: 18px;
	line-height: 28px;
	max-width: 650px;
	color: #5D6970;
	margin-bottom: 40px;
}

#contact .align-contact-info {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 44px;
}

#contact .align-contact-info .circle-container {
	width: 40px;
	height: 40px;
}

#contact .align-contact-info .circle-container img {
	max-width: 24px;
	object-fit: contain;
}

#contact .align-contact-info h3 {
	font-size: 16px;
	font-weight: 500;
	color: #4C4C4C;
	margin-bottom: 8px;
}

small {
	font-size: 16px !important;
}

#contact .align-contact-info p {
	margin: 0;
	font-size: 16px !important;
	color: #4C4C4C;
	line-height: 1;
}

#contact .container-form {
	background-color: rgba(72, 41, 124, 0.08);
	border-radius: 20px;
	padding: 40px 32px;
	width: 100%;
}

#contact .container-form h3 {
	font-size: 28px;
	font-weight: 700;
	color: #48297C;
	margin-bottom: 24px;
}

.input-container {
	position: relative;
}

.container-form input {
	display: block;
	width: 100%;
	border: 1px solid #48297C;
	border-radius: 14px;
	height: 54px;
	margin-bottom: 24px;
	padding: 25px 16px 16px;
	font-size:14px;
	color:#4c4c4c
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 18px;
  transition: 0.2s ease all;
  font-size: 13px;
  color: #5D6970;
  text-transform: uppercase;
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label{
  top: 8px;
  bottom: 10px;
  left: 15px;
  font-size: 9px;
  opacity: 1;
}

.container-form button {
	width: 100%;
	border-radius: 20px;
	padding: 20px 0 18px;
	font-size: 18px;
}

#contact .bg-tentacle {
	position: absolute;
	bottom: 0px;
}

#contact .bg-tentacle-mobile {
	display: none;
}

footer {
	background-color: #201D24;
	color: #fff;
	padding: 36px 0;
}

footer p {
	margin: 0;
	margin-top: 8px;
	font-size: 15px;
}

footer .align-social-media {
	display: flex;
	align-items: center;
	gap: 16px;
	height: 100%;
	justify-content: center;
}

footer .social-media {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
	border: none;
}

footer .social-media:hover {
	background:#cfcfcf;
	transition: 0.6s;
}

footer .social-media img {
	width:18px;
}

footer p {
	font-size: 13px;
}

.aditum-logo-footer {
	width:110px;
}

.mb-8 {
	margin-bottom:80px;
}

@media screen and (max-width: 1590px) {
	header .align-menu-btn {
		gap: 60px;
	}

	header ul li {
		padding: 0px 24px;
	}

	.circle-container {
		width: initial;
		height: initial;
		padding: 12px;
	}

	.circle-container img {
		max-width: 32px;
	}

	.owl-carousel.products-carousel .circle-container {
		max-width: 64px;
	}

	.owl-carousel.products-carousel .item h4 {
		font-size: 16px;
	}

	.owl-carousel.products-carousel ul {
		font-size: 18px;
	}
}

@media screen and (max-width: 1440px) {
	#about .processing .bg-square {
		max-height: 350px;
	}
}

@media screen and (max-width: 1290px) {
	.purple-btn {
		padding: 14px 24px 16px;
	}

	header .align-menu-btn {
		gap: 35px;
	}

	header ul li {
		padding: 9px;
	}

	header ul li a {
		font-size: 12px;
	}

	#hero h1 {
		font-size: 64px !important;
	}

	#about .processing {
		height: 100%;
	}

	#about .processing .col-md-4 {
		display: flex;
		align-items: center;
		height: 100%;
	}

	.owl-carousel.brands-carousel .owl-item img {
		max-width: 100px;
	}

	#make-it-easy button {
		font-size: 16px;
	}

	#possibility h2 {
		font-size: 28px;
	}

	#contact .container-form {
		padding: 36px 16px;
	}
}

@media screen and (max-width: 1180px) {
	.owl-carousel.products-carousel .item {
		min-height: 350px;
	}

	.bg-tentacle {
		display: none;
	}

	body .container-fluid {
		padding: initial;
	}

	.menu-desktop {
		display: none;
	}

	.menu-mobile {
		display: flex;
		z-index: 10;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 65px;
	}

	.menu-mobile .navbar {
		width: 100%;
		background: #fff;
		height: 65px;
	}

	.menu-mobile .navbar img {
		max-width: 120px;
	}

	.navbar-toggler {
		border: none;
		z-index: 10;
	}

	.navbar-toggler img {
		width: 24px;
	}

	.navbar-toggler:focus {
		box-shadow: none;
	}

	.navbar-toggler[aria-expanded="false"] img.close {
		display: none;
		transition: 0.4s;
	}

	.navbar-toggler[aria-expanded="true"] img.close {
		display: block;
		transition: 0.4s;
	}

	.navbar-toggler[aria-expanded="true"] img.open {
		display: none;
		transition: 0.4s;
	}

	.navbar-collapse {
		height: 100vh;
		background: #fff;
		position: absolute;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-evenly;
		width: 100%;
		left: 0;
		top: -100vh;
		transition: 0.4s;
	}

	.navbar-collapse.show {
		transition: 0.4s;
		top: 0;
	}

	.navbar-collapse ul {
		flex-direction: column;
		display: flex;
    	text-align: center;
	}

	.navbar-collapse ul li {
		font-size: 18px;
	}

	.navbar-collapse ul li:last-child {
		margin: 0;
	}

	.navbar-collapse .dowload-btn {
		margin: initial;
		width: 90%;
	}

	.navbar-collapse p {
		font-size: 12px !important;
		opacity: 0.4;
	}

	#hero {
		margin-top: 65px;
	}

	#about .align-about-info {
		margin-bottom: 24px;
	}

	#about .align-about-info p {
		max-width: initial;
	}

	#about .processing .bg-square {
		max-height: initial;
	}

	#pos .col-xl-5 {
		position: relative;
		top:0px;
	}

	#make-it-easy h2 {
		font-size: 58px;
	}

	#make-it-easy p {
		font-size: 18px;
	}

	#integration-method .align-content-integration, #certification .align-content-certification, #about .content-procesing {
		margin-left: 0;
	}

	#integration-method img.banner, #certification img.banner {
		max-width: 450px !important;
		margin: 0 auto;
		display: block;
	}

	.products-carousel .owl-stage-outer, .brands-carousel .owl-stage-outer {
		margin-bottom:30px;
	}

}

@media screen and (max-width:992px) {
	#about .processing .bg-square {
		left: 19.5%;
	}

	#about .processing img {
		display: flex;
		margin: 0 auto;
	}

	#about .processing h2 {
		margin-top:60px;
	}

	#about .processing {
		margin-bottom:90px;
	}

	#pos {
		padding:50px 0;
	}

	#integration-method h2, #certification h2 {
		margin-top:40px;
	}
}

@media screen and (max-width: 767px) {
	.align-icons {
		justify-content: center;
	}
	
	.owl-carousel.products-carousel .item {
		min-height: auto;
	}

	#make-it-easy .modal-content {
		width:100% !important;
	}

	#about {
		padding-top: 60px;
	}

	#contact {
		padding-top: 20px;
	}

	#pos {
		padding: 0px 0;
	}

	#pos .nav-tabs {
		margin: 80px auto 40px;
	}
/* 	
	#pos .owl-carousel .owl-dots {
		position: absolute;
		left: 98%;
		margin: 0 auto;
		bottom:-15px;
	} */

	.bg-slide {
		background-color: white;
		padding:30px 30px 50px;
		width: 100%;
		margin: 0 auto;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
		border-radius:10px;
		margin-bottom: 21px;
		border: 0.5px solid #cfcfcf;
	}

	#contact .bg-tentacle-mobile {
		width:220px;
		margin-bottom: 10px;
		display: block;
	}

	#possibility h2 {
		font-size: 20px;
	}

	.d-desktop {
		display: none;
	}
	
	.d-mobile {
		display: block;
	}

	.products-carousel .owl-stage-outer, .brands-carousel .owl-stage-outer {
		margin-bottom:30px;
	}

	.owl-carousel.statements-carousel .owl-stage {
		padding-bottom: 30px;
	}

	.col-mobile {
		width:50%;
	}

	#make-it-easy .tech-button {
		height:150px;
	}
	
	#about .processing {
		margin-bottom: 80px;
	}

	#make-it-easy .mb-button {
		margin-bottom: 0px;
	}

	#make-it-easy .tech-button {
		margin-bottom: 40px;
	}

	.mb-8 {
		margin-bottom:50px;
	}

	body .container-fluid {
		max-width: initial;
		padding: 0 30px;
	}

	#hero {
		height: 450px !important;
	}

	#hero h1 {
		font-size: 40px !important;
		line-height:40px !important;
	}	

	#hero p {
		font-size: 20px;
		width:100%;
	}

	#hero button.purple-btn {
		margin: 5px 0 0 0;
	}

	#about .processing img {
		display: block;
		margin: 0 auto;
		left:15px;
		top: -7px;
	}

	#about .processing h2 {
		font-size: 32px;
	}

	#about .content-procesing button {
		margin: 0 auto;
	}

	#about .processing .bg-square {
		left: 0px;
		top: 20px;
	}

	#integration-method, #certification {
		padding-bottom: 40px;
		padding-top:40px;
	}

	#make-it-easy {
		padding:60px 0;
		margin-bottom:30px;
	}

	#integration-method h2, #certification h2 {
		font-size: 32px;
		margin-top: 40px;
	}

	#integration-method img.banner, #certification img.banner {
		height: 300px !important;
		object-fit: cover;
		border-radius: 20px;
	}

	#pos .nav-tabs .nav-link{
		padding: 10px 24px;
	}

	#pos .tab-pane .row {
		flex-direction: row-reverse;
		align-items: center;
	}

	#pos .tab-pane h2 {
		font-size: 25px;
		margin-top: 0px;
		margin-bottom: 15px;
		font-weight: 600;
	}

	#pos .tab-pane p {
		font-size:12px;
		line-height: 18px;
		margin-bottom: 0px;
	}

	#pos .owl-carousel .owl-stage {
		display: flex;
		align-items: center;
	}

	#pos .owl-carousel::after {
		display: none;
	}
	
	#pos .owl-carousel img{
		height: 180px;
	}

	#pos .align-pos-info {
		display: none;
	}

	#make-it-easy h2 {
		font-size: 40px;
	}

	#make-it-easy p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 40px;
	}

	#make-it-easy .code-container pre {
		width: initial;
		font-size: 60%;
	}

	#other-products h2 {
		font-size: 36px;
	}

	.owl-carousel.products-carousel .owl-stage {
		left: inherit;
	}

	.owl-carousel.products-carousel .item {
		padding: 40px 20px;
	}

	.owl-carousel.products-carousel .item h4 {
		font-size: 18px;
	}

	.owl-carousel.products-carousel .purple-btn {
		margin: 0 auto;
	}

	.owl-carousel.statements-carousel .item {
		padding: 40px 20px;
	}

	.owl-carousel.statements-carousel .item p.author-name {
		margin-top: 8px;
	}

	#statements p.description {
		font-size: 16px;
		line-height: 24px;
	}

	#contact h2 {
		margin-bottom: 24px;
	}

	#contact p {
		font-size: 16px;
		line-height: 24px;
	}

	.container-form input {
		height: 56px;
	}

	footer img {
		margin: 0 auto;
		display: block;
	}

	footer p {
		text-align: center;
		margin-top: 24px;
		margin-bottom: 32px;
	}
}

.container-form {
	transform-style: preserve-3d;
	transition: transform 0.5s ease;
}
  
.container-form.flipped {
	transform: rotateY(180deg);
	height: 665px;
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: row;
}

.success-message {
	display: none;
	font-size: 25px;
	color: #48297C;
	font-weight: 600;
	text-align: center;
	transform-style: preserve-3d;
	transform: rotateY(180deg);
	transition: transform 0.5s ease;
	flex-direction: column;
	align-items: center;
}

.success-message img {
	max-width:110px;
	margin-bottom:20px;
}

.pci-logo {
	max-width:100px;
	margin: 0;
}