* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
}

ul {
	list-style: none;
}

html {
	scroll-behavior: smooth;
}

body {
	color: #34495e;
	font-weight: 400;
	font-size: 13px;
	background-color: #f8fafc;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
}

input {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
}

body.overflow {
	overflow: hidden;
}

body ::selection {
	background-color: #6772E5;
	color: #fff;
}

header,
section {
	float: left;
	width: 100%;
}

.clearfix {
	clear: both;
}

.dnone {
	display: none !important;
}

.mb-1 {
	margin-bottom: 10px;
}

.cpointer {
	cursor: pointer !important;
}

.text-light {
	font-weight: 100 !important;
}

.text-strike {
	text-decoration: line-through !important;
}

.text-bold {
	font-weight: 600 !important;
}

.text-center {
	text-align: center !important;
}

.nowrap {
	white-space: nowrap !important;
}

.inner {
	width: 1100px;
	margin: 0 auto;
}

@media (max-width: 1160px) {
    .inner {
        width: 90%;
    }
}

/* Breakpoints: 1160px, 1100px e 600px */

/*------ HEADER ---------*/

.header {
	color: #fff;
	height: 700px;
	padding-top: 60px;
	background-size: cover;
	background-color: #6a4ce7;
	background-image: url(../img/bg.svg);
}

@media (max-width: 1010px) {
	.header {
		height: auto;
		padding-bottom: 80px;
	}
}

.header-nav {
	float: left;
	width: 100%;
	height: 40px;
	margin-top: -40px;
}

.nav-logo-icon {
	float: left;
	width: 36px;
	height: 36px;
	fill: #fff;
}

.nav-logo {
	float: left;
	height: 40px;
	font-size: 28px;
	font-weight: 300;
	line-height: 40px;
	margin-left: 5px;
	letter-spacing: -0.5px;
	font-family: 'Ropa Sans', Helvetica, Arial, sans-serif;
}

.nav-link {
    color: #fff;
    float: right;
    padding: 0 10px;
    margin-left: 5px;
    height: 38px;
    font-weight: 500;
    line-height: 34px;
    cursor: pointer;
    border-radius: 18px;
    text-transform: uppercase;
    border: 2px solid transparent;
}

.nav-link:hover {
	border-color: #fff;
}

.nav-link-bordered {
    color: #fff;
    line-height: 34px;
	margin-left: 10px;
    border-radius: 18px;
    border: 2px solid #fff;
}

.nav-link-bordered:hover {
	color: #6772E5;
	border-color: #fff;
	background-color: #fff;
}

.header-info {
	width: 40%;
	float: left;
	margin-top: 120px;
}

.header-picture {
	float: left;
	width: 60%;
	height: 540px;
	margin-top: 50px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/mobile.webp);
}

.header-picture-step1,
.header-picture-step2 {
	float: left;
	line-height: 20px;
	animation: header-pulse 3s ease infinite;
	width: 215px;
	padding: 20px;
	text-align: center;
	font-weight: 400;
}

.header-picture-step1 {
	margin-left: 80px;
	color: #2f1c6a;
	border-radius: 20px 0 60px 30px;
	background-color: #8c85ff;
}

.header-picture-step2 {
	float: right;
	animation-delay: 1.5s;
	margin-top: 225px;
	margin-right: 20px;
	color: #fff;
	color: rgba(255,255,255,0.8);
	background-color: #2f1c6a;
	background-color: #431db7;
	border-radius: 60px 30px 0 20px;
}

.header-picture-step-icon {
	width: 30px;
	height: 30px;
	fill: #2f1c6a;
	margin: 0 auto 10px;
	display: block;
}

.header-picture-step2 .header-picture-step-icon {
	width: 26px;
	height: 26px;
	fill: #fff;
}

.header-title {
	font-size: 52px;
	line-height: 1.2;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
}

.header-button {
	float: left;
	cursor: pointer;
	font-size: 14px;
	padding: 15px 30px;
	margin-top: 20px;
	border-radius: 5px;
	text-transform: uppercase;
	border-radius: 30px;
	background-color: #fc5185;
    transition: all .1s ease;
	font-weight: 500;
}

.header-button:hover {
	background-color: #d63163;
	box-shadow: 0 0 20px rgba(0,0,0,.25);
    transform: scale(1.05);
}


@media (max-width: 1160px) {
	.header-title {
		font-size: 46px;
	}
}


h2.header-sub-title {
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
}

.header-sub-title {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 300;
}

@media (max-width: 1160px) {
	h2.header-sub-title {
		font-size: 20px;
	}

	.header-sub-title {
		font-size: 18px;
	}
}

@media (max-width: 600px) {
	h2.header-sub-title {
		margin-top: 60px;
		font-size: 18px;
		width: 100%;
		display: none;
	}

	.header-sub-title {
		font-size: 16px;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 40px;
	}
}

@media (min-width: 901px) {
	.header-nav.fixed {
		top: 0;
		left: 0;
		height: 51px;
		line-height: 50px;
		margin-top: 0;
		z-index: 10;
		color: #34495e;
		position: fixed;
		background-color: #fff;
		border-bottom: 1px solid #eee;
		box-shadow: 0 5px rgba(0,0,0,.02),0 5px 22px -6px rgba(0,0,0,.1),0 -12px 35px -19px rgba(0,0,0,.2);
	}

	.header-nav.fixed .nav-logo-icon {
		fill: #6772E5;
		margin-top: 6px;
	}

	.header-nav.fixed .nav-logo {
		margin-top: 5px;
		font-size: 24px;
		color: #6772E5;
	}

	.header-nav.fixed .nav-link {
		line-height: 50px;
		height: 50px;
		padding: 0 10px;
		border: none;
		color: #34495e;
		border-radius: 0;
	}

	.header-nav.fixed .nav-link:hover {
		background-color: #f5f5f5;
	}

	.header-nav.fixed .nav-link-bordered {
		color: #6772E5;
		border-radius: 0;
	}
}

@media (max-width: 900px) {
	.nav-logo-wrapper {
		width: 185px;
		margin: 0 auto;
		display: block;
	}

	.nav-logo {
		font-size: 22px;
		letter-spacing: -0.1px;
	}

	.nav-logo-icon {
		width: 32px;
		height: 32px;
	}

	.header-info {
		width: 100%;
		margin-top: 0;
	}

	.header-picture {
		width: 100%;
		height: 430px;
		margin-top: 20px;
	}

	.header-title {
		padding: 0;
		margin-top: 70px;
		margin-bottom: 50px;
		text-align: center;
	}

	.header-button {
		display: none;
	}

	.header-picture-step1 {
		margin-left: 20px;
		margin-top: 30px;
	}

	.header-picture-step2 {
		margin-top: 90px;
	}

    .mobile-menu {
        width: 26px;
        height: 40px;
        float: left;
		cursor: pointer;
		padding-top: 8px;
    }

    .mobile-menu-bar {
        width: 26px;
        height: 2px;
        margin: 3px 0;
        float: left;
        background-color: #fff;
	}

	.mobile-menu-overlay {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        z-index: 110;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .mobile-menu-opened .mobile-menu-overlay  {
        display: block;
	}

	.nav-links {
        top: 40px;
        left: 10%;
        width: 80%;
        display: none;
        position: fixed;
        z-index: 120;
        background-color: #fff;
    }

    .mobile-menu-opened .nav-links {
        display: block;
    }

	.deal-active .header-nav {
		top: 51px;
	}

	.header-nav {
		height: auto;
		margin-top: 0;
		padding: 5px 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		background-color: #673ee5;
		box-shadow: 0 12px 18px 2px rgba(34,0,51,.04),0 6px 22px 4px rgba(7,48,114,.12),0 6px 10px -4px rgba(14,13,26,.12);
	}

    .nav-link {
        color: #232a30;
		width: 100%;
		height: auto;
        font-size: 14px;
        margin: 0;
        padding: 8px 5%;
        text-align: center;
		border-radius: 0;
		border: none;
		border-bottom: 1px solid #ccc !important;
    }

    .nav-link:hover {
        color: #232a30;
		border-color: #ccc;
		border-width: 1px;
		background-color: #ccc;
	}
}

@media (max-width: 600px) {
	.header-title {
		margin-bottom: 20px;
	}

	.header-picture-step1 {
		opacity: 0.5;
		margin-left: 0;
		margin-top: 0;
	}

	.header-picture-step2 {
		opacity: 0.5;
		margin-top: 120px;
		margin-right: 0;
	}
}

/* -------------------------- Customers Kind App ---------------------------- */

section.customers {
	padding: 80px 0;
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.customers-title {
	font-weight: 300;
	margin-bottom: 30px;
}

.customer-kind:first-child {
	margin-left: 0;
}

.customer-kind {
	width: 204px;
	height: 315px;
	float: left;
	border-radius: 20px;
	margin-left: 20px;
	color: #fff;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 0 5px rgba(0,0,0,.02),0 5px 22px -6px rgba(0,0,0,.1),0 -12px 35px -19px rgba(0,0,0,.2);
}

@media (max-width: 1160px) {
	.customer-kind {
		width: calc(20% - 16px) !important;
		height: 350px;
	}
}

.customer-kind.one {
	background: rgba(0, 0, 0, 0) linear-gradient(209.21deg, rgb(159, 127, 229) 13.57%, rgb(78, 153, 227) 98.38%) repeat scroll 0% 0%;
}

.customer-kind.two {
	background: rgba(0, 0, 0, 0) linear-gradient(209.21deg, rgb(75, 190, 255) 13.57%, rgb(33, 107, 218) 98.38%) repeat scroll 0% 0%;
}

.customer-kind.three {
	background: rgba(0, 0, 0, 0) linear-gradient(209.21deg, rgb(47, 184, 255) 13.57%, rgb(158, 236, 217) 98.38%) repeat scroll 0% 0%;
}

.customer-kind.four {
	background: rgba(0, 0, 0, 0) linear-gradient(209.21deg, rgb(238, 184, 109) 13.57%, rgb(153, 70, 178) 98.38%) repeat scroll 0% 0%;
}

.customer-kind.five {
	background: rgba(0, 0, 0, 0) linear-gradient(209.21deg, rgb(100, 66, 137) 13.57%, rgb(129, 122, 227) 98.38%) repeat scroll 0% 0%;
}

.customer-kind-thumb {
	width: 120px;
	height: 120px;
	margin: 20px auto;
	border-radius: 50%;
	border: 2px solid #fff;
}

.customer-kind-thumb-icon {
	width: 50px;
	height: 50px;
	fill: #fff;
	display: block;
	margin: 32px auto 0;
}

.customer-kind-title {
	font-size: 18px;
	padding: 0 36px;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 500;
}

@media (max-width: 1160px) {
	.customer-kind-title {
		padding: 0 10px;
	}
}

.customer-kind-description {
	padding: 0 20px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
}

.customer-kind:hover,
.customer-kind.active {
	transform: scale(1.05);
	box-shadow: 0 12px 18px 2px rgba(34,0,51,.04),0 6px 22px 4px rgba(7,48,114,.12),0 6px 10px -4px rgba(14,13,26,.12);
}

.customer-kind:hover .customer-kind-description,
.customer-kind.active .customer-kind-description {
	color: #fff;
}

@media (max-width: 900px) {
	section.customers {
		padding: 40px 0;
	}

	.customers-title {
		font-size: 16px;
		text-align: center;
		line-height: 24px;
	}

	.customer-kind {
		width: 100% !important;
		height: auto;
		padding: 20px;
		margin-left: 0;
		margin-bottom: 20px;
		transition-property: none;
	}

	.customer-kind-thumb {
		margin: 0;
		float: left;
		width: 60px;
		height: 60px;
		margin-top: 5px;
		margin-left: -5px;
		margin-right: 15px;
		border-radius: 50%;
		border: 1px solid #fff;
	}

	.customer-kind-thumb-icon {
		width: 30px;
		height: 30px;
		margin: 14px auto 0;
	}

	.customer-kind-title {
		font-weight: 600;
	}

	.customer-kind-title,
	.customer-kind-description {
		width: calc(100% - 70px);
		text-align: left;
		padding: 0;
		float: left;
		color: #fff;
	}

	.customer-kind:hover,
	.customer-kind.active {
		transform: scale(1);
		box-shadow: 0 0 5px rgba(0,0,0,.02),0 5px 22px -6px rgba(0,0,0,.1),0 -12px 35px -19px rgba(0,0,0,.2);
	}
}

/*------ Feature ---------*/

.features {
	padding: 50px 0;
}

.main-features {
	margin-top: -100px;
	height: 250px;
}

.main-feature-card {
	width: 31%;
	float: left;
	margin: 0 3.5%;
	padding: 25px 30px;
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.02),0 5px 22px -6px rgba(0,0,0,.1),0 -12px 35px -19px rgba(0,0,0,.2);
	transition: all .8s ease;
}

.main-feature-card:first-child,
.main-feature-card:last-child {
	margin: 0;
}

.main-feature-card:last-child {
	padding-right: 27px;
}

.main-feature-card:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.03),0 8px 26px -4px rgba(0,0,0,.1),0 -18px 35px -19px rgba(0,0,0,.2);
	transition: all .4s ease;
	transform: scale(1.05) translateY(-4px);
}

@media (max-width: 1010px) {
	.main-feature-card {
		width: 100%;
		margin: 0 0 20px 0 !important;
	}

	.main-feature-card:last-child {
		margin-bottom: 50px !important;
	}
}

.main-feature-card-icon {
	width: 45px;
	height: 45px;
	margin-bottom: 10px;
}

.main-feature-card-icon.c1 {
	width: 50px;
	height: 50px;
	margin: -2.5px 0 7.5px 0;
	fill: #6772E5;
}

.main-feature-card-icon.c2 {
	width: 42px;
	height: 42px;
	margin-bottom: 13px;
	fill: #3eb0ef;
}

.main-feature-card-icon.c3 {
	fill: #40bfb1;
}

.main-feature-card-title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
}

.main-feature-card-description {
	line-height: 1.5;
	font-size: 13px;
	color: #738a94;
	font-weight: 300;
}

.feature-box {
	margin-top: 50px;
}

.feature-title {
	color: #34495e;
	width: 600px;
	margin: 0 auto;
	font-size: 30px;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	text-align: center;
}

@media (max-width: 1010px) {
	.feature-title {
		width: 80%;
	}
}

@media (max-width: 600px) {
	.feature-title {
		width: 100%;
		font-size: 24px;
		line-height: 30px;
	}
}

/* -------------------------- Section App ---------------------------- */

section.app {
	background-color: #ccc;
	width: 100%;
	background-image: linear-gradient(60deg,#19afc9,#562db5);
}

@media (max-width: 1160px) {
	section.app {
		padding: 50px 0;
	}
}

.app-image {
	width: 180px;
	height: 470px;
	float: left;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.app-image.mobile1 {
	background-image: url(../img/app-1.webp);
}

.app-image.mobile2 {
	background-image: url(../img/app-2.webp);
}

.app-image.mobile3 {
	background-image: url(../img/app-3.webp);
}

@media (max-width: 1160px) {
	.app-image {
		width: 15%;
		height: 300px;
	}
}

@media (max-width: 900px) {
	.app-image {
		height: 400px;
		width: 33.333%;
	}
}

@media (max-width: 600px) {
	.app-image {
		height: 300px;
	}
}

.app-info {
	width: 520px;
	margin-top: 50px;
	color: rgba(255, 255, 255, 0.9);
	float: right;
}

@media (max-width: 1160px) {
	.app-info {
		width: 50%;
		margin-top: 0;
	}
}

@media (max-width: 900px) {
	.app-info {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
}

.app-title {
	font-size: 34px;
	font-weight: 500;
	line-height: 44px;
	margin-bottom: 20px;
	margin-top: 80px;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
}

@media (max-width: 1160px) {
	.app-title {
		font-size: 30px;
		line-height: 40px;
		margin-top: 40px;
	}
}

@media (max-width: 600px) {
	.app-title {
		font-size: 24px;
		line-height: 30px;
		margin-top: 20px;
		text-align: center;
	}
}

.app-description {
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 20px;
}


@media (max-width: 1160px) {
	.app-description {
		font-size: 16px;
		line-height: 26px;
	}
}

@media (max-width: 600px) {
	.app-description {
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
}

.app-ios,
.app-android {
	width: 160px;
	height: 48px;
	margin-right: 20px;
	float: left;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.app-ios{
	background-image: url(../svg/ios-white.svg);
}

.app-android {
	background-image: url(../svg/android-white.svg);
}

@media (max-width: 900px) {
	.app-ios {
		margin-left: calc(50% - 170px) !important;
	}
}

@media (max-width: 600px) {
	.app-ios,
	.app-android {
		float: none;
		margin: 0 auto !important;
	}

	.app-android {
		margin-top: 15px !important;
	}
}

/* -------------------------- Free Test ---------------------------- */

section.subscribe {
	padding: 50px 0;
	position: relative;
	z-index: -2;
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
}

.subscribe-info {
	width: 590px;
	float: left;
}

@media (max-width: 1160px) {
	.subscribe-info {
		width: 100%;
		float: none;
	}
}

.subscribe-title {
	font-size: 36px;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	margin-top: 100px;
}

@media (max-width: 1160px) {
	.subscribe-title {
		margin-top: 0;
	}
}

@media (max-width: 600px) {
	.subscribe-title {
		font-size: 24px;
		line-height: 30px;
		text-align: center;
	}
}

.subscribe-description {
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 0.5px;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
}

.subscribe-description + .subscribe-description  {
	margin-top: 50px;
	margin-bottom: 10px;
}

@media (max-width: 600px) {
	.subscribe-description {
		font-size: 18px;
		line-height: 24px;
		text-align: center;
		margin-top: 10px;
	}

	.subscribe-description + .subscribe-description {
		font-size: 14px;
		margin-top: 20px;
	}
}

.subscribe-steps {
	color: #6d7a90;
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
	margin-top: 10px;
	display: inline-block;
	padding-right: 20px;
	border-radius: 10px;
	background-color: #fff;
	transition: all linear 0.1s;
}

@media (max-width: 1160px) {
	.subscribe-steps {
		width: 100%;
		font-size: 18px;
	}
}

@media (max-width: 600px) {
	.subscribe-steps {
		font-size: 14px;
		text-align: center;
		line-height: 24px;
		padding-bottom: 5px;
	}
}

.subscribe-steps.one:hover,
.subscribe-steps.one.active {
	color: #9c86f4;
	background-color: #ebe7fd;
}

.subscribe-steps.two:hover,
.subscribe-steps.two.active {
	color: #f3992d;
	background-color: #fcecd9;
}

.subscribe-steps.three:hover,
.subscribe-steps.three.active {
	color: #f54378;
	background-color: #feecf1;
}

.subscribe-steps.four:hover,
.subscribe-steps.four.active {
	color: #5cc0be;
	background-color: #e3f6f6;
}

.subscribe-step-number {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	margin-right: 8px;
}

@media (max-width: 600px) {
	.subscribe-step-number {
		float: none;
		margin: 0 auto;
		font-size: 18px;
		font-weight: 600;
	}
}

.one .subscribe-step-number {
	color: #9c86f4;
	background-color: #ebe7fd;
}

.two .subscribe-step-number {
	color: #f3992d;
	background-color: #fcecd9;
}

.three .subscribe-step-number {
	color: #f54378;
	background-color: #feecf1;
}

.four .subscribe-step-number {
	color: #5cc0be;
	background-color: #e3f6f6;
}

.subscribe-form {
	width: 450px;
	float: right;
	border-radius: 10px;
	position: relative;
	padding: 30px 30px 50px 30px;
	border: 1px solid #ccc;
	background-color: #f8fafc;
	box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1160px) {
	.subscribe-form {
		float: none;
		margin: 70px auto 0;
	}
}

@media (max-width: 600px) {
	.subscribe-form {
		width: 100%;
		margin-top: 40px;
	}
}

.subscribe-form .modal-form .input-text {
	border-radius: 3px;
}

.subscribe-form::before {
	position: absolute;
	left: -31px;
	top: -30px;
	width: 90%;
	z-index: -1;
	height: 92%;
	border-radius: 50%;
	content: '';
    background-color:#93d2e455;
}

.subscribe-form::after {
    position: absolute;
	right: -31px;
	bottom: -30px;
	z-index: -1;
	border-radius: 50%;
    width: 90%;
    height: 92%;
	content: '';
	background-color: #a8a6dd55;
}

@media (max-width: 600px) {
	.subscribe-form::after,
	.subscribe-form::before {
		display: none;
	}
}

/*------ PRICE TABLE ---------*/

section.pricing {
	padding: 80px 0;
}

.pricing-title {
	font-size: 36px;
	font-weight: 500;
	line-height: 46px;
	margin-bottom: 10px;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	text-align: center;
}

@media (max-width: 600px) {
	.pricing-title {
		font-size: 24px;
		line-height: 30px;
	}
}

.pricing-description {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: center;
}

@media (max-width: 600px) {
	.pricing-description {
		font-size: 16px;
		line-height: 24px;
		font-weight: 300;
	}
}

.pricing-tables {
	width: 100%;
	font-size: 15px;
	margin: 50px auto 0;
	border-collapse: collapse;
	table-layout: fixed;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	border-collapse:separate;
	border: 1px solid #e8eaec;
	box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}

.mobile-princing-table {
	display: none;
}

.plan-name {
	color: #3498db;
	font-size: 14px;
}

.pricing-table-users {
	color: #6772E5;
	font-size: 20px;
	line-height: 36px;
	white-space: nowrap;
}

.pricing-table-header {
	background-color: rgba(0,0,0,.03);
}

.pricing-tables td {
	width: 15%;
	padding: 10px 0;
	font-weight: 400;
	border: 1px solid #eef0f1;
	text-align: center;
}

.pricing-tables td.large {
	width: 25%;
}

.pricing-tables h4 {
	font-size: 13px;
	font-weight: 100;
}

.pricing-icon {
	width: 20px;
	height: 20px;
	margin: 0 auto;
	background-size: contain;
	background-image: url(../svg/check.svg);
}

@media (max-width: 1010px) {
	.pricing-description {
		margin-bottom: 0;
	}

	.pricing-tables {
		display: none;
	}

	.mobile-princing-table {
		display: block;
	}

	.mobile-plans {
		margin-top: 20px;
	}

	.mobile-plan {
		width: calc(25% - 10px);
		float: left;
		border: 1px solid #e0e0e0;
		margin: 5px;
		padding: 10px 0;
		text-align: center;
		border-radius: 5px;
		background-image: linear-gradient(0deg,#f0f0f0,#fff);
	}

	.mobile-plan-name {
		color: #3498db;
		font-size: 14px;
	}

	.mobile-plan-users {
		color: #4551bb;
		font-size: 20px;
		line-height: 30px;
	}

	.mobile-plan-label {
		font-size: 14px;
	}

	.mobile-plan-price {
		font-size: 14px;
		margin-top: 10px;
	}

	.mobile-plan-feature-title {
		font-size: 18px;
		width: 100%;
		float: left;
		margin: 20px 0;
		text-align: center;
	}

	.mobile-plan-feature {
		width: 33%;
		height: 30px;
		float: left;
	}

	.pricing-icon {
		float: left;
		margin-right: 7px !important;
	}
}

@media (max-width: 600px) {
	.mobile-plan {
		width: calc(50% - 20px);
	}

	.mobile-plan-users {
		font-size: 20px;
		line-height: 30px;
	}

	.mobile-plan-name,
	.mobile-plan-price,
	.mobile-plan-label,
	.mobile-plan-feature-title {
		font-size: 14px;
	}

	.mobile-plan-features {
		width: 210px;
		margin: 0 auto;
	}

	.mobile-plan-feature {
		width: 100%;
	}
}



/* -------------------------- Modal ---------------------------- */

.modal-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    overflow-y: auto;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-overlay.show {
    display: block;
}

.modal-shadow {
	width: 400px;
    height: 140px;
    z-index: 1100;
    position: absolute;
	top: 150px;
	left: 50%;
    margin-left: -200px;
    box-shadow: 0 0 100px 0px #000;
}

.modal-close {
    float: right;
	width: 30px;
	height: 30px;
    font-size: 22px;
	line-height: 28px;
    margin-top: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
    cursor: pointer;
	position: relative;
	text-align: center;
	border-radius: 50%;
    background-color: #6772E5;
	color: #fff;
}

.modal-close:hover {
    background-color: #fff;
	color: #6772E5;
}

.modal {
	width: 800px;
	top: 100px;
	left: 50%;
    margin: 0 auto;
    position: absolute;
    z-index: 1200;
	margin-left: -400px;
	border-radius: 15px;
	box-shadow: 0 12px 27.26px 1.74px rgba(0,0,0,.5);
    background-color: #f8fafc;
}

.modal strong,
.subscribe-form strong {
    color: #6772E5;
    font-weight: normal;
}

.modal .modal-loading,
.modal .modal-choose,
.modal .modal-form {
    width: 400px;
	float: left;
    padding: 40px;
}

.modal .modal-choose {
	height: 520px;
	background-size: cover;
	border-radius: 15px 0 0 15px;
	background-position: -400px 0;
	background-image: url(../img/bg-white.svg);
}

.modal .modal-loading {
	padding: 0;
	display: none;
}

.modal-banner {
    width: 400px;
	float: left;
	height: 520px;
	background-color: #F2F4FF;
	border-bottom-right-radius: 15px;
	background-image: url(../img/bg-modal.webp);
}

.modal-form div {
    width: 100%;
    margin-bottom: 20px;
}

.modal .modal-form div {
    margin-bottom: 15px;
}

.modal-form label {
    display: block;
    margin-bottom: 10px;
	float: left;
	font-weight: 600;
    text-transform: uppercase;
}

.modal-form-title {
	font-size: 24px;
	margin-top: -10px;
	font-weight: 400;
	margin-bottom: 40px !important;
	text-align: center;
}

.modal .modal-form-title {
	margin-bottom: 20px !important;
}

.modal-form .input-text {
    width: 100%;
    color: #6772E5;
    height: 40px;
	font-size: 16px;
	font-weight: 400;
    padding-left: 10px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 2px;
	outline: none;
}

.modal-form .input-text:focus{
    border-color: #6772E5;
}

.modal-form .input-text:invalid {
	box-shadow: none;
}

.modal .modal-form .input-text {
	height: 34px;
	font-size: 14px;
	line-height: 32px;
}

.modal-form a.button {
    float: left;
}

.modal-form .button {
    cursor: pointer;
    font-size: 15px;
	padding: 0 14px;
	display: block;
	margin: 25px auto -35px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
    border: none;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	color: #fff;
	background: #6772E5;
	box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
	font-weight: 500;
	letter-spacing: .025em;
}

.modal-form .button:hover,
.modal-form .button.active {
    color: #fff;
	background-color: #7795f8;
	transform: translateY(-1px);
	box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
}

.modal-form .resp {
    color: #6772E5;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 100px;
    line-height: 100px;
    margin-top: -50px;
    margin-left: -200px;
    text-align: center;
    position: absolute;
    border: 1px solid #6772E5;
    box-shadow: 0 0 50px 1px #000;
    background-color: rgba(0, 0,0 ,0.7);
}

.modal-form .resp.error {
    color: #e74c3c;
    border-color: #e74c3c;
}

.modal-overlay.loading .modal-choose,
.modal-overlay.loading .modal-form,
.subscribe-form.loading .modal-form {
    display: none;
}

.modal-overlay .cssload-wrapper,
.subscribe-form .cssload-wrapper {
	display: none;
}

.modal-overlay.loading .modal-loading {
    display: block;
}

.modal-overlay.loading .cssload-wrapper,
.subscribe-form.loading .cssload-wrapper {
    display: block;
	margin-top: 200px;
	margin-bottom: 190px;
}

@media (max-width: 900px) {
	.modal {
		width: 90%;
		margin-left: -45%;
	}
	.modal-banner {
		width: calc(90vw - 400px);
	}
}

@media (max-width: 600px) {
	.modal {
		width: 100%;
		top: 0;
		left: 0;
		margin: 0;
	}

	.modal-banner {
		display: none;
	}

	.modal .modal-loading,
	.modal .modal-choose,
	.modal .modal-form {
		width: 100%;
	}

	.modal .modal-choose {
		height: auto;
	}

	.modal-close {
		margin-top: 0;
		margin-right: 0;
		border-radius: 0 0 0 50%;
	}

	.modal-overlay.loading .cssload-wrapper {
		margin-top: 100px;
		margin-bottom: 90px;
	}
}

/* -------------------------- Modal Preferencial ---------------------------- */

.modal-demo-title {
	font-size: 14px;
	line-height: 22px;
}

.modal-demo-text {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}

.modal .modal-choose .modal-form-title {
	margin-top: 50px;
}

@media (max-width: 900px) {
	.modal .modal-choose .modal-form-title {
		margin-top: 0;
	}
}

.modal .modal-choose .modal-demo-text + .modal-demo-text {
	margin-top: 25px;
}

.modal-choose-row {
	width: 150px;
	float: right;
	font-size: 14px;
	padding: 10px;
	font-weight: 500;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	color: #6772E5;
	line-height: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 2px solid #6772E5;
}

.modal-choose-row.link-to-join {
	float: left;
}

.modal-choose-row:hover {
	color: #fff;
	background-color: #6772E5;
}

@media (max-width: 600px) {
	.modal-choose-row {
		float: none !important;
		margin: 20px auto 0 !important;
	}

	.modal .modal-choose {
		border-radius: 0 0 15px 15px;
	}

	.modal .modal-choose .modal-demo-text + .modal-demo-text {
		margin-top: 0;
	}
}

/*------ FOOTER ---------*/

footer {
	color: #738a94;
	float: left;
	width: 100%;
	padding: 40px 0 20px;
	background-color: #ffffff;
	border-top: 1px solid #eaeaea;
}

.footer-column {
	float: left;
	width: 230px;
	padding-right: 40px;
}

.footer-column:first-child {
	width: 410px;
}

.footer-column:last-child {
	padding-right: 0;
}

@media (max-width: 1160px) {
	.footer-column {
		width: 25% !important;
	}
}

@media (max-width: 1010px) {
	.footer-column {
		width: 50% !important;
	}

	.footer-column:last-child {
		padding-top: 20px;
	}
}

@media (max-width: 600px) {
	.footer-column {
		width: 100% !important;
		padding: 0;
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-column:last-child {
		padding-top: 0;
		margin-bottom: 0;
	}
}

.footer-title {
	color: #242628;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 600;
}

.footer-description {
	width: 100%;
	margin-top: 10px;
	line-height: 20px;
	font-weight: 400;
}

.footer-item {
	margin: 5px 0;
	display: block;
	cursor: pointer;
	font-weight: 400;
}

.footer-item:hover {
	color: #242628;
}

.footer-logo-icon {
	float: left;
	width: 30px;
	height: 30px;
	fill: #738a94;
}

.footer-logo {
	float: left;
	height: 30px;
	font-size: 22px;
	font-weight: 100;
	line-height: 30px;
	margin-left: 2px;
	letter-spacing: -0.2px;
	font-family: 'Ropa Sans', Helvetica, Arial, sans-serif;
}

.footer-logo-wrapper {
	margin-bottom: 10px;
}

@media (max-width: 600px) {
	.footer-logo-wrapper {
		width: 150px;
		margin: 0 auto 10px;
	}
}

.footer-social-icon {
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 5px;
	margin-top: 15px;
	cursor: pointer;
}

@media (max-width: 600px) {
	.footer-social-icons {
		width: 180px;
		margin: 0 auto;
	}
}

.footer-social-icon.facebook {
	background-image: url(../svg/icon-facebook.svg);
}

.footer-social-icon.twitter {
	background-image: url(../svg/icon-twitter.svg);
}

.footer-social-icon.linkedin {
	background-image: url(../svg/icon-linkedin.svg);
}

.footer-social-icon.youtube {
	margin-left: 0;
	background-image: url(../svg/icon-youtube.svg);
}

.footer-social-icon.instagram {
	background-image: url(../svg/icon-instagram.svg);
}

.footer-app-store,
.footer-google-play {
	float: left;
	cursor: pointer;
}

.footer-app-store {
	width: 65px;
	height: 65px;
	background-image: url(../svg/app-store.svg);
}

.footer-google-play {
	width: 59px;
	height: 59px;
	margin-left: 5px;
	border-radius: 10px;
	margin-top: 3px;
	border: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	background: url(../svg/google-play.svg) no-repeat center/65%, linear-gradient(0deg,#f0f0f0,#fff);
}

@media (max-width: 600px) {
	.footer-apps-wrapper {
		width: 130px;
		margin: 0 auto;
	}
}

/*------ LOADING ---------*/

.cssload-wrapper {
	width: 160px;
	margin: 20px auto;
}

.cssload-container {
	padding: 11px;
	height: 113px;
	width: 113px;
	margin: 34px 23px;
	position: relative;
	text-align: center;
}

.cssload-loading-center {
	display: inline-block;
	position: absolute;
	background: #6772E5;
	height: 34px;
	width: 34px;
	left: 41px;
	top: 42px;
	transform: rotate(45deg);
	border-radius: 3px;
	animation: pulse 1s ease infinite;
}

.cssload-loading {
	display: inline-block;
	position: relative;
	width: 84px;
	height: 84px;
	margin-top: 3px;
	transform: rotate(45deg);
}
.cssload-loading:after, .cssload-loading:before {
	position: absolute;
	content: '';
	height: 11px;
	width: 11px;
	display: block;
	top: 0;
	background: #e1e3fa;
	border-radius: 3px;
	animation-delay: -.8s;
}
.cssload-loading:after {
	right: 0;
	animation: square-tr 2.8s ease infinite;
	animation-delay: .200s;
}
.cssload-loading:before {
	animation: square-tl 2.8s ease infinite;
	animation-delay: .200s;
}

.cssload-loading.cssload-two {
	position: relative;
	top: -90px;
}
.cssload-loading.cssload-two:after, .cssload-loading.cssload-two:before {
	bottom: 0;
	top: initial;
}
.cssload-loading.cssload-two:after {
	animation: square-br 2.8s ease infinite;
	animation-direction: reverse;
}
.cssload-loading.cssload-two:before {
	animation: square-bl 2.8s ease infinite;
	animation-direction: reverse;
}

@keyframes square-tl {
	0% { transform: translate(0, 0); }
	25% { transform: translate(0, 70.5px); }
	50% { transform: translate(70.5px, 70.5px); }
	75% { transform: translate(70.5px, 0); }
}

@keyframes square-bl {
	0% { transform: translate(0, 0); }
	25% { transform: translate(0, -70.5px); }
	50% { transform: translate(70.5px, -70.5px); }
	75% { transform: translate(70.5px, 0); }
}

@keyframes square-tr {
	0% { transform: translate(0, 0); }
	25% { transform: translate(-70.5px, 0); }
	50% { transform: translate(-70.5px, 70.5px); }
	75% { transform: translate(0, 70.5px); }
}
@keyframes square-br {
	0% { transform: translate(0, 0); }
	25% { transform: translate(-70.5px, 0);}
	50% { transform: translate(-70.5px, -70.5px); }
	75% { transform: translate(0, -70.5px); }
}

@keyframes pulse {
	0%, 100% { transform: scale(inherit) rotate(45deg); }
	75% { transform: scale(0.25) rotate(45deg); }
}
@keyframes header-pulse {
	0% { transform: scale(1) }
	25% { transform: scale(1) }
	50% { transform: scale(1.05); opacity: 1; box-shadow: 0 0 5px rgba(0,0,0,.02),0 5px 22px -6px rgba(0,0,0,.1),0 -12px 35px -19px rgba(0,0,0,.2)}
	75% { transform: scale(1.05); opacity: 1; box-shadow: 0 0 5px rgba(0,0,0,.02),0 5px 22px -6px rgba(0,0,0,.1),0 -12px 35px -19px rgba(0,0,0,.2)}
}
