html, body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
body{
    min-height: 100%;
	background-color: #FFFFFF;
	padding-top: 73px;
}
p, a, h1, h2, h3, h4, h5, h6, li, small, span, label, font, input, button, textarea, select, div{
    margin: 0px;
    padding: 0px;
    line-height: 1.3em;
    letter-spacing: 0.02em;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    font-family: '', sans-serif;
}


.top{
	background-color: #0F48AD;
	position: fixed;
	height: 73px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.top .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 73px;
}
.top .container:before,
.top .container:after{
	display: none;
}

.top .container .brand{
	display: flex;
	align-items: center;
	gap: 30px;
}
.top .container .brand .svg.logo{
	height: 32px;
}
.top .container .brand .subtitle-logo{
	color: #fff;
	font-size: 15px;
}
.top .container .cta{

}
.top .container .cta a.button-cta{
	font-size: 17px;
	background-color: #39DE72;
	color: #fff;
	padding: 13px 38px;
	letter-spacing: 0.03em;
	border-radius: 15px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	transition: .2s;
}
.top .container .cta a.button-cta:hover{
	background-color: #2dd267;
	transition: .2s;
}



.price{
	padding-top: 50px;
	padding-bottom: 200px;
	background-color: #E5EBF5;
}
.price .container{
	width: 980px;
}
.price .container .nav{
	width: 480px;
	margin: auto;
	border: none;
	background-color: transparent;
	border-bottom: 2px solid #5C6C83;
	margin-bottom: 50px;
}
.price .container .nav li{
	width: 50%;
	background-color: transparent;
	border: none;
	padding: 0;
}
.price .container .nav li a{
	border: none;
	background-color: transparent;
	font-size: 19px;
	color: #5C6C83;
	padding: 7px 5px;
}
.price .container .nav li.active{

}
.price .container .nav li.active a{
	color: #132198;
	font-weight: bold;
	position: relative;
}
.price .container .nav li.active a:after{
	position: absolute;
	width: 100%;
	content: "";
	height: 6px;
	border-radius: 10px;
	background-color: #132198;
	bottom: -3px;
	left: 0;
}

.price .container .tab-content{

}
.price .container .tab-content .tab-pane{
	
}
.price .container .tab-content .tab-pane .row{
	
}
.price .container .tab-content .tab-pane .row .col-item{
	
}
.price .container .tab-content .tab-pane .row .col-item .box{
	background-color: #fff;
	border-radius: 15px;
	padding-bottom: 40px;
	text-align: center;
}
.price .container .tab-content .tab-pane .row .col-item .box .conteudo{
	align-items: flex-end;
	display: flex;
	margin-bottom: 45px;
}
.price .container .tab-content .tab-pane .row .col-item .box .conteudo img{
	max-width: 100%;
	cursor: pointer;
}
.price .container .tab-content .tab-pane .row .col-item .box .btn-contrate-agora{
	font-size: 19px;
	background-color: #39DE72;
	color: #fff;
	padding: 11px 25px;
	border-radius: 15px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 19px;
	display: inline-block;
	transition: .2s;
}
.price .container .tab-content .tab-pane .row .col-item .box .btn-contrate-agora:hover{
	background-color: #2dd267;
	transition: .2s;
}
.price .container .tab-content .tab-pane .row .col-item .box .link-ver-mais{
	border-bottom: 1px solid #132198;
	padding: 6px 13px;
	font-size: 14px;
	color: #707070;
	text-decoration: none;
	display: inline-block;
	transition: .2s;
}
.price .container .tab-content .tab-pane .row .col-item .box .link-ver-mais:hover{
	opacity: .7;
	transition: .2s;
}


.price .container .tab-content .tab-pane#movel .row .col-item .box .conteudo{
	height: 314px;
}
.price .container .tab-content .tab-pane#banda-larga .row .col-item .box .conteudo{
	height: 458px;
	position: relative;
	margin-bottom: 30px !important;
}
.price .container .tab-content .tab-pane#banda-larga .row .col-item .box .conteudo img{
	z-index: 2;
}
.price .container .tab-content .tab-pane#banda-larga .row .col-item .box .conteudo:before{
	content: "";
	z-index: 1;
	width: 100%;
	height: 50px;
	top: 0;
	left: 0;
	background-color: #E5EBF5;
	position: absolute;
}


/* Provisório */

.banner{
	background-image: url('../img/previews/banner.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.dez-mandamentos{
	background-image: url('../img/previews/10-mandamentos.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.final{
	background-image: url('../img/previews/final.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.final .btn-contrate-agora{
    font-size: 24px;
    background-color: #39DE72;
    color: #fff;
    padding: 24px 89px;
    border-radius: 15px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: .2s;
    position: absolute;
    bottom: 200px;
    left: 147px;
}
.final .btn-contrate-agora:hover{
	background-color: #2dd267;
	transition: .2s;
}

.final .assinatura-pixel{
	position: absolute;
	bottom: 5px;
	right: 20px;
	transition: .2s;
}
.final .assinatura-pixel:hover{
	opacity: .7;
	transition: .2s;
}
.final .assinatura-pixel .svg{
	height: 13px;
}





.prices .plans .cards{
	display: flex;
}



#screen-loading.container{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0F48AD;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

#screen-loading.container .content{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#screen-loading.container .content .logo{
	margin-bottom: 40px;
}

#screen-loading.container .content .lds-spinner{
	color: official;
	position: relative;
	width: 80px;
	height: 80px;
	transform: scale(.7);
}
#screen-loading.container .content .lds-spinner div{
	transform-origin: 40px 40px;
	animation: lds-spinner 1.2s linear infinite;
}
#screen-loading.container .content .lds-spinner div:after{
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #fff;
}
#screen-loading.container .content .lds-spinner div:nth-child(1){
	transform: rotate(0deg);
	animation-delay: -1.1s;
}
#screen-loading.container .content .lds-spinner div:nth-child(2){
	transform: rotate(30deg);
	animation-delay: -1s;
}
#screen-loading.container .content .lds-spinner div:nth-child(3){
	transform: rotate(60deg);
	animation-delay: -0.9s;
}
#screen-loading.container .content .lds-spinner div:nth-child(4){
	transform: rotate(90deg);
	animation-delay: -0.8s;
}
#screen-loading.container .content .lds-spinner div:nth-child(5){
	transform: rotate(120deg);
	animation-delay: -0.7s;
}
#screen-loading.container .content .lds-spinner div:nth-child(6){
	transform: rotate(150deg);
	animation-delay: -0.6s;
}
#screen-loading.container .content .lds-spinner div:nth-child(7){
	transform: rotate(180deg);
	animation-delay: -0.5s;
}
#screen-loading.container .content .lds-spinner div:nth-child(8){
	transform: rotate(210deg);
	animation-delay: -0.4s;
}
#screen-loading.container .content .lds-spinner div:nth-child(9){
	transform: rotate(240deg);
	animation-delay: -0.3s;
}
#screen-loading.container .content .lds-spinner div:nth-child(10){
	transform: rotate(270deg);
	animation-delay: -0.2s;
}
#screen-loading.container .content .lds-spinner div:nth-child(11){
	transform: rotate(300deg);
	animation-delay: -0.1s;
}
#screen-loading.container .content .lds-spinner div:nth-child(12){
	transform: rotate(330deg);
	animation-delay: 0s;
}

@keyframes lds-spinner{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
