body {
	background: url('../img/background.png') no-repeat center top;
	background-size: contain;
}

h2,
h3,
h4,
h5, {
	color: #1f3349;
}

input {
	background: #eaedf2!important;
	border: 0!important;
}

.text-success {
	color: #33c377!important;
}

.navbar {
	/* box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 0 rgba(0,0,0,0.05); */
}

.form-register,
.video-wrap {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
	background: white;
	border-radius: 7px;
	overflow: hidden;
	margin-bottom: 35px;
}

.btn-special {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 14px 30px;
	margin: 30px 0;
	white-space:normal !important;
    word-wrap: break-word;
}

.btn-special small {
	opacity: 0.6;
	font-size: 12px;
	display: block;
}

.browser {
	border: 1px solid #eaedf2;
	border-bottom: none;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	min-height: 500px;
	display: inline-block;
}

.browser .browser-header {
	background: #eaedf2;
	padding: 10px;
	height: 28px;
}

.browser .browser-header span {
	display: inline-block;
	width: 8px;
	height: 8px;
	float: left;
	margin-right: 4px;
	border-radius: 50%;
	background: #c6d2e1;
}

.section {
	padding: 65px 0;
}

.section-hero {
	border-bottom: 1px solid #eaedf2;
	height: 600px;
	overflow: hidden;
	text-align: left;
}

@media (max-width: 992px) { 
	.section-hero .image {
		display: none;
	}

	.section-hero .content {
		text-align: center;
	}
}

.section-hero img {
	min-width: 650px;
}

.section-hero .btn-special {
	margin-top: 60px;
}

.section-video {
	background: #10b191;
	background: -moz-linear-gradient(left, #10b191 0%, #42b3ca 100%);
	background: -webkit-linear-gradient(left, #10b191 0%, #42b3ca 100%);
	background: linear-gradient(to right, #10b191 0%, #42b3ca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10b191', endColorstr='#42b3ca',GradientType=1 );
}

.section-content {
	border-top: 1px solid #eaedf2;
	padding: 65px 0;
}

.section-content:last-child {
	border-bottom: 1px solid #eaedf2;
}

.section-content:nth-child(2n + 2) {
	background: rgba(234, 237, 242, 0.25);
}

.section-content img,
.section-content video {
	max-width: 600px;
	width: 600px;
	display: inline-block;
}

.section-content:nth-child(2n + 2) img,
.section-content:nth-child(2n + 2) video {
	margin-left: -155px;
}

@media (min-width: 992px) { 
	.section-content:nth-child(2n + 2) .row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}
}

@media (max-width: 768px) {
	.section-hero {
		height: auto;
	}

	.section-content .row {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.section-content img {
		margin-bottom: 50px;
	}
}

.section-content:nth-child(2n + 2) .browser {
	margin-left: -247px;
}

.section-content:last-child {
	padding-bottom: 120px;
}

.section-content p,
.section-content ul li {
	font-size: 19px;
}

.section-howtoworks .item {
	margin: 20px 0;
}

.section-highlights {

}

@media (max-width: 992px) { 
	.section-highlights .item {
		margin-top: 50px;
		text-align: center;
	}
}

.section-howtoworks .item svg,
.section-highlights .item svg {
	font-size: 34px;
}

.section-footer {
	padding: 0;
}

.section-footer ul {
	margin: 0;
}

.section-footer .links a {
	display: block;
	padding: 0 10px;
}

.homepage-hero__bg .circle.circle-3 {
    width: 2250px;
    height: 2250px;
    background-color: rgba(54,16,224,.08);
    top: -300px;
}
.homepage-hero__bg .circle {
    position: absolute;
    border-radius: 50%;
    right: -500px;
}


.homepage-hero__bg .circle.circle-2 {
    width: 1750px;
    height: 1750px;
    background-color: rgba(189,16,224,.08);
    top: -100px;
}
.homepage-hero__bg .circle.circle-1 {
    width: 1400px;
    height: 1400px;
    background-color: rgba(24,16,224,.08);
    top: 70px;
}
/* efeito logo hide show */
.hide-show {
    height: 38px;
    line-height: 38px;
}

.hide-show:hover .logo-sc {
    display: none;
}

.link-home {
    display: none;
}

.hide-show:hover .link-home {
    display: block;
}
/* fim efeito logo hide show */

.navbar-nav{
	position: relative;
}


html body {
	color: #455880;
}
.section-report h2, .section-report p {
	color: white;
	opacity: .8;
}
.card:hover {
	object-fit: contain;
	transform: scale(1.04);
}
.card{
	transition: all .3s ease;
}
p.card-text, h5.card-title {
	color: #777b92;
}
.card a {
	text-decoration: none;
}
.card:hover {
    transform: none;
}
.header-advantages::after {
	width: 60%;
}
section.section.section-hero a {
	margin: 0px;
	margin-bottom: 20px;
}
li {
	font-size: 16px;
}
li img{
	-webkit-box-shadow: 0px 0px 5px 0px rgb(197 197 197);
	-moz-box-shadow: 0px 0px 5px 0px rgb(197 197 197);
	box-shadow: 0px 0px 5px 0px rgb(197 197 197);
}
html {
	scroll-behavior: smooth
}
@media (min-width: 1400px) {
	.modal-body {
		max-height: 100% !important;
	}
}
@media (max-width: 768px) {
	section.section.section-hero a {
		margin-bottom: 20px;
	}
}
.section-hero {
	background-color: #17191E;
}
p.first-p:after {
	position: absolute;
	content: "";
	z-index: -10;
	top: 20%;
	height: 100%;
	width: 100%;
	left: 0%;
	background: url(https://astro.build/assets/noise.webp) repeat,linear-gradient(247.23deg,#4a8df2 0%,#2f4cb3 100%);
	background-blend-mode: overlay;
	-webkit-mask-image: radial-gradient(rgba(0,0,0,.7),transparent 70%);
	mask-image: radial-gradient(rgba(0,0,0,.7),transparent 70%);
}
.navbar {
	box-shadow: none;
	position: fixed;
	width: 100%;
	z-index: 999;
	background: #17191E;
}
.btn.call-to-action {
	background: white;
	color: #455880 !important;
	z-index: 9999;
	margin: 0px;
	color: white;
	letter-spacing: 3px;
}
.orbit-div {
	z-index: 0;
	width: 100%;
	max-width: 1200px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: absolute;
	top: 20%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	opacity: .3;
}
.orbit-1 {
	z-index: 2;
	width: 266px;
	height: 266px;
	background-image: url(https://uploads-ssl.webflow.com/6408bea3de5aef58b7e197d4/6408d31fe77edc25e03ef3ee_orbit-01.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute
}

.orbit-2 {
	width: 366px;
	height: 366px;
	background-image: url(https://uploads-ssl.webflow.com/6408bea3de5aef58b7e197d4/6408d3e0d8cc0c3841f4610c_orbit-02.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute
}

.orbit-3 {
	width: 500px;
	height: 500px;
	background-image: url(https://uploads-ssl.webflow.com/6408bea3de5aef58b7e197d4/6408d3e07780a743800ce785_orbit-03.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute
}

.orbit-4 {
	z-index: 8;
	width: 650px;
	height: 650px;
	background-image: url(https://uploads-ssl.webflow.com/6408bea3de5aef58b7e197d4/6408d37b37c774cb70ce6165_orbit-04.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute
}

.orbit-5 {
	z-index: 3;
	width: 820px;
	height: 820px;
	background-image: url(https://uploads-ssl.webflow.com/6408bea3de5aef58b7e197d4/6408d37bde5aefd9e3e2fb40_orbit-05.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute
}

.orbit-6 {
	width: 950px;
	height: 950px;
	background-image: url(https://uploads-ssl.webflow.com/6408bea3de5aef58b7e197d4/6408d37b68e95e20341ee180_orbit-06.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute
}

.orbit-7 {
	width: 1060px;
	height: 1060px;
	background-image: url(https://uploads-ssl.webflow.com/6408bea3de5aef58b7e197d4/6408d37b8ca9162921f45f1d_orbit-07.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute
}

.orbit-8 {
	width: 1200px;
	height: 1200px;
	background-image: url(https://uploads-ssl.webflow.com/6408bea3de5aef58b7e197d4/6408d37be058903e15faca2e_orbit-08.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute
}
table svg.svg-inline--fa.fa-check {
	margin-right: 10px;
}
table svg.svg-inline--fa.fa-xmark {
	margin-right: 10px;
}
.modal-dialog {
	top: 0px;
	transform: none !important;
	max-width: 100%;
	margin: 0;
	margin: 30px auto;
}
.modal-header {
	padding: 0px;
	border:none;
}
.modal-body{
	max-height: 540px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.modal-footer {
	padding-bottom: 0px;
}
table tr td {
	min-width: 230px;
}
#videoModal .modal-content {
	padding: 0px;
	max-width: 1200px;
}
#videoModal .modal-body {
	max-height: 100%;
}
/* width */
::-webkit-scrollbar {
width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555; 
}
.close {
    top: 10px;
    right: 10px;
}
#compatible{
	font-family: Merriweather, serif;
	color:#455880
}
#tutorial{
	background:#FAFAFC;
	overflow: hidden;
}
.collapsed .fa-plus{
	display: inline-block !important;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: brightness(0%);
}
.carousel-control-next{
	right: -8%;
}
.carousel-control-prev {
	left: -8%;
}
.container{
	max-width: 1400px;
}
.carousel {
    max-width: 1200px;
    margin: auto;
}