/*DEFAULT*/
body{
	padding-bottom: 0rem !important;
	background: #f7f5ff !important;
}
.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
	
	.fadeInRight {
		-webkit-animation-name: fadeInRight;
		animation-name: fadeInRight;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}
	@-webkit-keyframes fadeInRight {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
		}
		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}
	@keyframes fadeInRight {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
		}
		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	} 
}

.b-example-divider {
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
	flex-shrink: 0;
	width: 1.5rem;
	height: 100vh;
}

.bi {
	vertical-align: -.125em;
	fill: currentColor;
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
} 

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
} 

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
} 

hr{
	color: #000 !important;
}

a:link {
	text-decoration: none;
	color: var(--color-sub);
}
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

h5{
	color: #fff !important;
}
.bg-default{
	background: var(--background-default) !important;
	padding: 40px 0px 40px 0px;
}
.menu{
	color: #fff !important;
	height: 100px;
	background: var(--background-default) !important;
	font-size: 18px;
}
.menu li{
	margin-right: 55px;
}
.menu img{
	width: 180px;
	font-weight: bold;
}
.menu ul{
	margin-left: auto;
	margin-right: auto;
}
.menu .nav-item{
	padding-left: 2px;
	padding-right: 2px;
}
.menu a:hover {
	text-decoration: underline;
	text-underline-offset: 15px;
	text-decoration-color:#6c41ff !important;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
}
.menu a:visited {
	text-decoration: none;
	color: #ffffff;
}

.menu .active {
	text-decoration: underline;
	text-underline-offset: 15px;
	text-decoration-color:#6c41ff !important;
}

.texto-destaque{
	color: #fff;
	font-size: 55px;
	font-weight: bold;
}
.subtexto-destaque{
	color: var(--color-sub);
	font-size: 20px;

}
.btn-central{
	padding: 15px 50px 15px 50px !important;
	font-size: 18px !important;
}
.btn-default{
	background: var(--color-default) !important;
	color: #fff !important;
	font-weight: bold !important;
}
.footer{
	background: var(--background-default) !important;
	height: 100%;
}
.rodape{
	padding: 70px 0px 20px 0px
}
footer .copyright{
	color: var(--color-sub);
}
footer a:visited {
	text-decoration: none;
	color: var(--color-sub);
}

.slogan{
	color: var(--color-sub);
	margin: 10px 0px -10px 0px;
}
@media only screen and (max-width : 768px) {
	.navbar-collapse {
		background: var(--background-default) !important;;
	}
	#navbarCollapse{
		text-align:center;
		margin: 0px -15px 0px -15px !important;
	}
	.menu li{
		margin: 0 !important;
	}
	.btn-central{
		margin-bottom: 10px;
	}
	.planos{
		margin-bottom: 20px !important;
	}
}

/* INFORMAÇÕES */
.info{
	padding: 50px 0px 50px 0px;
}
.info h2{
	color: #151a2a;
	font-weight: bold;
	font-size: 50px;
}
.info .titulo p{
	color: #506690;
	font-size: 17px;
	font-weight: 450;
}
.info img{
	width: 25%;
}
.info h5{
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 8px;
	color: #00145B !important;
}
.margin-top{
	margin-top: 60px !important;
}
.rating{
	background: #fff;
	width: 50% !important;
	font-size: 17px;
	color: #506690;
	border-radius: 10px 10px 10px 10px;
	right: 0px;
	padding: 10px 20px 10px 20px;
	text-align: left;
	margin-left: 31%;
	margin-top: -20%;
}
.rating svg{
	color: #f3a105;margin-right: 10px;
}

/*PLANOS*/
.planos{
	box-shadow: 0px 20px 50px 0px rgb(11 6 20 / 5%);
	background: #ffffff;
	border: none !important;
	border-radius: 5px !important;
	padding: 30px 40px 30px 40px;
	z-index: 9;
	position: relative;
	margin-bottom: -50px;
}
.planos h5{
	color: #161C2D !important;
	font-size: 30px;
}
.plano-destaque{
	background: #f7f5ff;
	border-radius: 10px !important;
}
.plano-destaque span{
	font-size: 20px;
	font-weight: 600;
	top: -8px;
	left: 15px;
	position: relative;
}
.plano-info{
	margin-bottom: 20px;
}
.plano-info li{
	list-style-type: none;
	line-height: 35px;
}
.preco p{
	font-size: 30px;
	font-weight: 500;
}
.cobertura{
	margin-bottom: 50px;
}
