body, html {
	width: 100%;
	height: 100%
}
body {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-rendering: optimizespeed;
}
a {
	color: var(--owl-primary);
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
#auxiliar section h4 {
	font-size: 20px;
	margin-top: 30px;
}
#auxiliar section p {
	font-weight: 100;
}
.mb-5, .my-5 {
	margin-bottom: 0!important;
}
hr.light {
	border-color: #fff;
}
h1 {
	font-family: 'Lato', 'Open Sans', sans-serif;
	letter-spacing: 0;
}
h2, h3 {
	font-family: 'Lato', Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem!important;
	padding: 0 0 0 30px;
}
.section-end {
	padding-bottom: 50px;
	background-color: #f7f9fc!important;
}
section h2 {
	font-size: 50px;
	font-weight: 100;
}
#section-agencia {
	margin-top: 30px;
}
#section-glossary{
	margin-top: 30px;
}
.blog .glossary-thumb h2{
	text-align: center !important;
	padding: 0px;
	font-size: 1.1rem !important;
	font-weight: 700 !important;
	font-size: 22px;
}

.glossary-thumb p{
	font-size: 1rem;
	text-align: center;
	margin: 0px;
}

.card-related.glossary-thumb{
	min-height: 200px;
	padding: 20px;
}

#mainNav .navbar-nav>li>a.active {
	color: var(--owl-primary) !important;
	background-color: transparent;
}
#mainNav .navbar-nav>li>a.active:hover {
	background-color: transparent;
}
#mainNav .navbar-nav>li>a.bt, #mainNav .navbar-nav>li>a.bt:focus {
	color: #fff!important;
	padding-left: 20px;
	padding-right: 20px;
	background: var(--owl-gradient);
	cursor: pointer;
}
#mainNav .navbar-nav>li>a:focus:hover, #mainNav .navbar-nav>li>a:hover {
	color: var(--owl-primary);
}
#mainNav.navbar-shrink .navbar-nav>li>a:focus:hover, #mainNav.navbar-shrink .navbar-nav>li>a:hover, .help .navbar-nav>li>a:hover {
	color: var(--owl-primary)!important;
}
#mainNav.navbar-shrink .navbar-nav>li>a.bt:focus:hover, #mainNav.navbar-shrink .navbar-nav>li>a.bt:hover, .help .navbar-nav>li>a.bt:hover {
	color: #fff!important;
}
.btnTrial {
	min-width: 200px;
	padding: 10px 30px;
	margin: 30px 0;
	background: var(--owl-gradient)!important;
	webkit-box-shadow: 0 6px 0 0 rgba(99,102,241,0.4), 0 1px 3px 0 rgba(0, 0, 0, .298039), 0 5px 10px 0 rgba(0, 0, 0, .247059);
	box-shadow: 0 6px 0 0 rgba(99,102,241,0.4), 0 1px 3px 0 rgba(0, 0, 0, .298039), 0 5px 10px 0 rgba(0, 0, 0, .247059);
	text-decoration: none;
	color: #fff!important;
	font-weight: 600;
	transform: scale(1.05);
	animation: none;
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
	border: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-overflow: clip;
}
header.masthead {
	position: relative;
	width: 100%;
	padding-top: 150px;
	padding-bottom: 100px;
	color: #fff;
	background-color: #fff;
}
header.masthead .header-content {
	margin-bottom: 100px;
	text-align: center;
}
header.masthead .header-content h1, header.masthead.blog-main .header-content h2 {
	font-size: 38px;
	font-weight: 700!important;
	text-align: center;
	color: #fff;
}
header.masthead .device-container {
	max-width: 325px;
	margin-right: auto;
	margin-left: auto;
}
header.masthead .device-container .screen img {
	border-radius: 3px;
}
@media (min-width:992px) {
	header.masthead {
		height: 90vh;
		min-height: 650px;
		padding-top: 0;
		padding-bottom: 0;
	}
	header.masthead .header-content {
		margin-bottom: 0;
		text-align: left;
	}
	header.masthead .main-text {
		color: #fff!important;
	}
	header.masthead .device-container {
		max-width: 325px;
	}
	header.masthead #subtitle {
		font-size: 19px;
		margin-bottom: 0px;
		font-weight: 300;
		text-align: center;
	}
}
section.download {
	position: relative;
	padding: 150px 0;
}
section.download h2 {
	font-size: 50px;
	margin-top: 0;
}
section.download .badges .badge-link {
	display: block;
	margin-bottom: 25px;
}
section.download .badges .badge-link:last-child {
	margin-bottom: 0;
}
section.download .badges .badge-link img {
	height: 60px;
}
@media (min-width:768px) {
	section.download .badges .badge-link {
		display: inline-block;
		margin-bottom: 0;
	}
}
@media (min-width:768px) {
	section.download h2 {
		font-size: 70px;
	}
}
section.features .section-heading {
	margin-bottom: 100px;
	font-weight: 100;
}
section.features .section-heading h2 {
	margin-top: 0;
	font-weight: 100;
}
section.features .section-heading p {
	margin-bottom: 0;
}
section.features .feature-item {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
section.features .feature-item h3 {
	font-size: 30px;
}
section.features .feature-item i {
	font-size: 80px;
	display: block;
	margin-bottom: 15px;
	background: var(--owl-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
section.cta {
	position: relative;
	padding: 250px 0;
	background-image: url(../img/bg-cta.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
section.cta .cta-content {
	position: relative;
	z-index: 1;
}
section.cta .cta-content h2 {
	font-size: 50px;
	max-width: 450px;
	margin-top: 0;
	margin-bottom: 25px;
	color: #fff;
}
footer ul {
	list-style: none;
	text-align: left;
}
footer ul li {
	font-size: 14px;
	font-weight: 100;
	display: inline-block;
	text-align: left;
}
.no-credit {
	margin: 0 auto;
	margin-top: 8px;
}
.header-content img {
	max-width: 350px;
	margin: 0 auto;
	display: block;
	margin-top: 40px;
}
header.masthead {
	padding-top: 110px;
	padding-bottom: 0;
}
h2.section-heading {
	font-size: 30px;
}
.only-desktop {
	display: none;
}
section.features .section-heading {
	margin-bottom: 50px;
}
section {
	padding: 50px 0;
}
.navbar.navbar-shrink {
	background-color: #fff;
}
footer .col {
	width: 100%!important;
	display: block!important;
	flex-basis: inherit!important;
}
#content .subscribe .mailchimp-subscribe {
	margin: 0!important;
}
section.contact {
	text-align: center;
}
section.contact h2 {
	margin-top: 0;
	margin-bottom: 25px;
}
section.contact h2 i {
	color: #dd4b39;
}
section.contact ul.list-social {
	margin-bottom: 0;
}
section.contact ul.list-social li a {
	font-size: 40px;
	line-height: 80px;
	display: block;
	width: 80px;
	height: 80px;
	color: #fff;
	border-radius: 100%;
}
section.contact ul.list-social li.social-twitter a {
	background-color: #1da1f2;
}
section.contact ul.list-social li.social-twitter a:hover {
	background-color: #0d95e8;
}
section.contact ul.list-social li.social-facebook a {
	background-color: #3b5998;
}
section.contact ul.list-social li.social-facebook a:hover {
	background-color: #344e86;
}
section.contact ul.list-social li.social-google-plus a {
	background-color: #dd4b39;
}
section.contact ul.list-social li.social-google-plus a:hover {
	background-color: #d73925;
}
.bg-primary {
	background: #fdcc52;
	background: -webkit-linear-gradient(#fdcc52, #fdc539);
	background: linear-gradient(#fdcc52, #fdc539);
}
.text-primary {
	color: #fdcc52;
}
.no-gutter>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.btn-outline {
	color: #fff;
	border: 1px solid;
	border-color: #fff;
}
.btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
	color: #fff;
}
.btn {
	border-radius: 300px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.btn-xl {
	font-size: 11px;
	padding: 10px 35px;
}
.navbar-brand img {
	width: 175px;
	height: auto;
}
.bt {
	border-radius: 10px;
}
.btDark {
	background-color: rgba(0, 0, 0, .3);
}
.btMain {
	background: var(--owl-gradient);
	webkit-box-shadow: 0 6px 0 0 rgba(99,102,241,0.4), 0 1px 3px 0 rgba(0, 0, 0, .298039), 0 5px 10px 0 rgba(0, 0, 0, .247059);
	box-shadow: 0 6px 0 0 rgba(99,102,241,0.4), 0 1px 3px 0 rgba(0, 0, 0, .298039), 0 5px 10px 0 rgba(0, 0, 0, .247059);
	color: #fff;
	letter-spacing: .5px;
	cursor: pointer!important;
}
.btnMainBlog {
	box-shadow: none;
}
.bt:hover {
	box-shadow: rgb(0 0 0 / 6%) 0 4px 12px;
	transform: translateY(-1px);
	animation: none;
	color: #000!important;
	background: #fff!important;
}
#subtitle {
	font-size: 16px;
	margin-bottom: 20px;
	letter-spacing: .5px;
	color: #eff6ff;
	font-weight: 300;
	line-height: 29px;
}
.header-content h3 {
	font-size: 21px;
	margin-bottom: 40px;
	letter-spacing: .5px;
	margin-top: 30px;
	color: #eff6ff;
	font-weight: 100;
	line-height: 29px;
}
.header-content h3 strong {
	font-weight: 600;
}
.header-content .btMain {
	position: relative;
	font-size: 18px;
	text-transform: initial;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 50px;
	display: table;
	border: 2px #fff solid;
	padding: 6px 25px!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: 0 0;
	font-weight: 100;
}
h2.section-heading {
	margin-bottom: 50px;
}
.item-faq {
	padding-right: 30px;
	padding-left: 30px;
}
.item-faq p {
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 50px;
}
#faq .section-heading {
	margin-top: 70px;
	margin-bottom: 70px;
}
.more-questions {
	margin: 0 auto;
	margin-top: 20px;
	font-weight: 100;
}
.more-questions a {
	color: var(--owl-primary);
}
.final-button-back {
	background-color: #fff!important;
}
.final-button h4 {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 30px;
	font-weight: 300;
	color: #212529;
}
.final-button a {
	font-size: 18px;
	text-transform: initial;
	font-weight: 500;
	margin-bottom: 10px;
}
.final-button .no-credit {
	margin: 0 auto;
	margin-top: 8px;
}
.blog header.masthead {
	height: 70vh;
	padding-top: 0px;
}
.blog header.masthead .main-text {
	z-index: 100;
}
.blog-main {
	padding: 50px;
	background-color: #fff;
}
.blog .final-button {
	background-color: #fafafa;
	padding: 50px 0;
}
.blog-main .blog-image img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.blog-main h1 {
	font-size: 33px;
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: 15px;
}
.blog-main h2 {
	font-size: 34px;
	font-weight: 700;
	padding-top: 50px;
	text-align: center;
	max-width: 100%;
	margin-top: 0;
	margin-bottom: 30px;
}
.h2 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 40px;
	text-align: left;
}
.blog-main h3 {
	font-size: 28px;
	font-weight: 700;
	padding: 20px 0;
	margin: 0;
	text-align: left;
}
.blog-main .content-menu {
	text-align: left;
}
.blog-main li, .blog-main p {
	font-size: 18px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	color: #000;
	line-height: 2;
}
.blog-main h4 {
	margin-bottom: 20px;
}
.blog-main .wp-caption-text {
	color: #666;
	font-size: 14px;
}
.wp-caption {
	width: 100%!important;
}
.card-related {
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 14px;
	display: block;
	cursor: pointer!important;
	min-height: 500px;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.card-related:hover {
	text-decoration: none;
	box-shadow: 0 4px 16px rgba(139,92,246,0.18);
	transform: translateY(-2px);
	cursor: pointer;
}

.hero-mask {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 80vh;
	position: relative;
	background-color: #526071;
}
.hero-mask #hero-mask {
	background-color: #000;
	opacity: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	z-index: 99;
}
.blog-title {
	padding: 50px 20px 0px 20px;
	position: relative;
	color: #fff;
	text-align: center;
	z-index: 100;
}
.post-category {
	color: var(--owl-primary);
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
}
.blog-title h1 {
	font-size: 50px;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #fff !important;
}
.blog-title h2 {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1.1px;
	color: #fff !important;
	max-width: 80%;
	margin: 0 auto;
	margin-top: 30px;
	font-style: italic;
}
#auxiliar.blog header {
	padding-top: 0;
}
#auxiliar {
	background-color: #fff!important;
}
.blog-content hr {
	margin: 5px 0;
}
.blog-all {
	padding-top: 60px;
	padding-bottom: 100px;
}
.blog-all h2 {
	font-size: 23px;
	color: #000;
	padding: 20px 0;
	font-weight: 600;
	text-align: center;
}
.blog .blog-all h2 {
	font-size: 30px;
	font-weight: 400;
}
.blog-all img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.blog-all p {
	font-weight: 300;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #69727b;
	margin-top: 25px;
}
.blog .final-button.grey {
	background: #f7f9fc;
	border-top: 1px #ebeff3 solid;
}
.blog .btn-blog {
	font-size: 16px;
	background: var(--owl-gradient);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
	color: #fff;
	letter-spacing: .5px;
	padding: 5px 25px;
	border: none;
}
.blog .btn-blog:hover {
	box-shadow: 1px 1px 8px rgba(0, 0, 0, .3);
}
.blog .btn-blog a {
	color: #fff;
}
.blog .btn-blog a:hover {
	text-decoration: none;
}
.blog-content a {
	color: var(--owl-primary);
}
.blog-content .btn.btn-primary.btn-instagram {
	background: var(--owl-gradient);
	border-radius: 3px;
	box-shadow: 0 9px 32px 0 rgba(0, 0, 0, .2);
	font-weight: 500;
	padding: .6rem 2rem;
	border: 0;
	margin: 0 auto;
	display: table;
	color: #fff;
	margin-top: 60px;
	margin-bottom: 60px;
}
.blog-content img, .kbe_content_full img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.blog-main p iframe, .kbe_content_full p iframe {
	display: block;
	margin: 0 auto;
}
blockquote {
	margin: 0 0 1rem;
	background-color: #ede9fe;
	padding: 15px 15px 5px 15px;
	border: 1px solid #c4b5fd;
	max-width: 750px;
	color: var(--owl-text-heading);
	text-align: center;
	font-weight: 700;
}
blockquote p {
	font-size: 20px!important;
	font-weight: 700!important;
}
iframe.instagram-media {
	margin: 0 auto!important;
}
#content .subscribe .mailchimp-subscribe .subscribe-image {
	background-color: rgba(255, 255, 255, .2);
	border-radius: 170px;
	padding: 15px;
	display: inline-block;
	text-align: center;
	display: block;
	width: 100px;
	margin: 0 auto;
	position: relative;
	top: 25px;
	margin-bottom: 20px;
	font-size: 50px;
}
#content .subscribe .mailchimp-subscribe .subscribe-image img {
	width: 60px;
}
#content .subscribe .mailchimp-subscribe {
	background: #fff;
	background-position-x: initial;
	background-position-y: initial;
	background-size: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	height: auto;
	display: block;
	padding: 20px;
}
#content .subscribe .mailchimp-subscribe h2 {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	padding: 20px 40px;
	color: #fff;
}
#content .subscribe .mailchimp-subscribe p {
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 0 40px;
	font-weight: 100;
}
#content .subscribe .mailchimp-subscribe form {
	text-align: center;
	border: 1px solid;
	border-radius: 100px;
	height: 80px;
	box-shadow: 0 5px 10px 0 rgba(43, 62, 81, .05);
	border: solid 1px #dfe5e9;
	margin: 0 auto;
	padding: 6px;
}
#content .subscribe .mailchimp-subscribe input {
	margin: 5px;
	height: 80%;
	padding: 0 0 0 10px;
	width: 60%;
	border: none;
	font-size: 18px;
	vertical-align: middle;
}
#content .subscribe .mailchimp-subscribe button {
	border-radius: 40px;
	background: #ea5454;
	color: #fff;
	height: 89%;
	width: 34%;
	font-weight: 100;
	font-size: 18px;
	border-radius: 100px;
	vertical-align: middle;
}
#content .subscribe .mailchimp-subscribe .msjError {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	line-height: 17px;
	padding-bottom: 20px;
	display: none;
}
.row-share-block {
	margin-top: 60px;
}
.row-share-block h4 {
	font-size: 18px;
	font-weight: 100;
	padding-top: 20px;
}
.share-icons-wrapper {
	margin-top: 25px;
}
.share-icons-wrapper ul li a {
	background: var(--owl-gradient);
	color: #fff;
	border-radius: 60px;
	width: 45px;
	height: 45px;
	display: inline-block;
	text-align: center;
	font-size: 24px;
	margin-left: 5px;
	padding: 2px 13px;
	cursor: pointer;
}
.share-icons-wrapper ul li a:hover {
	cursor: pointer;
	opacity: 0.85;
}
.share-icons-wrapper ul li a img {
	filter: invert(94%) sepia(6%) saturate(0) hue-rotate(57deg) brightness(106%) contrast(106%);
	width: 20px;
	height: 20px;
}
.avatar-name h4, .avatar-name p, .share-icons-wrapper ul li {
	display: inline-block!important;
}
.avatar-name img {
	border-radius: 100px;
	width: 50px;
	height: 50px;
}
.section-heading {
	font-size: 28px!important;
	font-weight: 700!important;
	margin-bottom: 30px!important;
	margin-top: 15px!important;
}
.box-new-title {
	font-size: 20px!important;
	color: #2b3e51!important;
	padding: 10px;
	font-weight: 400!important;
	font-family: 'Lato', sans-serif;
	margin-left: 19px;
	text-align: left!important;
	padding-top: 30px;
}
.box-new-desc {
	font-weight: 300;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #69727b;
	padding: 20px;
	text-align: left;
	padding-top: 10px;
}


.box-new-desc.marg {
	padding: 0 20px;
}
.box-new-title.marg-home {
	padding: 20px 10px 0 0!important;
}
.category {
	margin-left: 20px;
	display: block;
	margin-top: 30px;
	text-transform: uppercase;
	font-size: 13px;
	color: var(--owl-primary);
}
.box-new-image {
	height: 175px;
	background-position: center;
	background-size: cover;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.betterdocs-content {
	font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.betterdocs-content p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}
.betterdocs-content ol li {
	line-height: 2;
}
.docs-cat-title-inner span {
	color: #fff!important;
}
.betterdocs-categories-wrap .docs-sub-cat-title a, .betterdocs-categories-wrap li a {
	font-size: 16px;
}
@media (max-width:480px) {
	.blog-main {
		padding: 20px;
	}
	.blog-title h1 {
		font-size: 30px;
		line-height: 1.2;
		letter-spacing: 1px;
	}
	.blog-main li, .blog-main p {
		font-size: 18px;
		line-height: 1.8;
	}
}
@media (min-width:768px) {
	section.cta .cta-content h2 {
		font-size: 80px;
	}
}
@media (max-width:700px) {
	.navbar-brand img {
		width: 100px!important;
	}
	blockquote p {
		font-size: 17px;
	}
	.hero-mask {
		height: 80vh;
	}
	.blog-title h1 {
		line-height: 1.2!important;
	}
	.blog-main h2 {
		font-size: 28px;
		line-height: 35px;
		padding-top: 30px;
	}
	.blog-main h3 {
		font-size: 24px;
	}
}
@media (max-width:580px) {
	.blog-title h1 {
		font-size: 34px;
	}
}
@media (max-width:991px) {
	.blog header.masthead {
		height: auto!important;
		padding-top: 100px;
	}
	.blog-all {
		padding-top: 0;
	}
	.plan a {
		width: 150px!important;
		font-size: 14px!important;
		padding: 10px 0!important;
	}
	.navbar-collapse li.nav-item a {
		background-color: transparent!important;
	}
	header.masthead .header-content {
		margin: 0 auto;
	}
}