/*
:root {
	
	--home_titulo: #333;
	
}

*/


* {
	margin: 0;
	padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5 {
	margin: 0 !important;
	padding: 0 !important;
}

li {
	list-style: none;
}

body {
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	font-family: 'Roboto Slab', serif;
}


.titulo {
	font-size: 25px !important;
	font-weight: bolder !important;
	line-height: 30px;
}

.titulo-azul {
	color: #003399 !important;
	/*
	border-left: 5px solid #003399;
	padding-left: 10px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
*/
}

.titulo-laranja {
	color: #ff6600 !important;
}


.titulo-cinza {
	color: #2D353E !important;
}


.sombra-div {
	box-shadow: 0px 2px 5px #ccc;
	background: #fff;
	/*
	position: fixed;
	width: 100%;
	height: 80px;
	z-index: 2;
*/
}


.topo {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 80px;
}

.topo .menu nav a {
	color: #21a3e0;
	font-weight: bold;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.topo .menu nav a:hover {
	color: #ff6600;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.topo .euquero a {
	padding: 3px 15px;
	background: #ff6600;
	color: #fff;
	border-radius: 20px;
	font-weight: bold;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.topo .euquero a:hover {
	text-decoration: none;
	background: #003399;
}

.topo .euquero .texto {
	text-align: center;
	margin-bottom: 5px !important;
	/*	font-weight: bold;*/
}

/*
#conteudo{
	padding-top: 80px;
}
*/


.plnao-btn-assinar-destaque {
	background: #ff6600 !important;
}

.plnao-btn-assinar {
	padding: 10px 25px;
	border-radius: 30px;
	font-size: 18px;
	color: #fff;
	background: #444;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-weight: bold;
}


.plnao-btn-assinar:hover {
	color: #fff;
	text-decoration: none;
	background: #003399;
}

.btn-store:hover {
	color: #fff;
	text-decoration: none;
	background: #727C87;
}


.duvida-titulo {
	background: #003399;
	color: #fff;
	padding: 20px 5px;
	font-size: 18px;
	border: 1px solid #003399;
	margin-top: 10px;
}

.duvida-corpo {
	background: #f2f2f2;
	color: #555555;
	padding: 20px 5px;
	font-size: 16px;
	line-height: 23px;
	border: 1px solid #003399;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


.parceiros{
	background: #ffffff;
	/* padding-bottom: 70px !important; */
}

.parceiros-div{
	background: #f6f5f3;
	width: 90% !important;
	border-radius: 20px;
	box-shadow: 0 0 4px 2px #ececec;
	padding: 20px 20px 20px 20px;
	margin-bottom: 40px;
	/* height: 240px; */
}

.parceiros-titulo{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px !important;
}

.parceiros-row{
	margin-top: 10px !important;
	color: #666;
	text-align: left;
}

.parceiros-row-button{
	margin-top: 10px !important;
	text-align: center;
}

.parceiros-row i {
	color: #0448d1;
	width: 15px !important;
}


.parceiros-btn{
	border-radius: 20px;
	margin-top: 10px !important;
	color: #fff !important;
	font-size: 12px !important;
}


.rodape {
	background: #727C87;
	padding-bottom: 70px !important;
}

.rodape p {
	color: #fff;
}

.rodape a {
	color: #fff;
}

.rodape a:hover {
	color: #fff;
}

.rodape .roda-titulo {
	color: #2D353E;
}



.barra_bottom {
	padding: 10px;
	background: #003399;
	position: fixed;
	bottom: 0px;
	width: 100%;
	border-top: 3px solid #ff6600;
	z-index: 2;
}

.barra_bottom_balao {
	padding: 0 5px;
}

.barra_bottom_balao1 {
	padding: 2px 5px;
	background: #fff;
	border-radius: 5px;
	color: #003399;
	width: 100%;
}


.barra_bottom_mobile {
	padding: 10px;
	background: #003399;
	position: fixed;
	bottom: 0px;
	width: 100%;
	color: #fff;
	border-top: 3px solid #ff6600;
	z-index: 2;
}


.barra_bottom_mobile a {
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.barra_bottom_mobile a:hover {
	color: #80C6FF;
	text-decoration: none;
}

#modalMeliga {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: none;
	padding: 50px 50px;
	overflow-y: auto;
}


.assinar-titulo {
	border-left: 5px solid #727C87;
	padding: 10px !important;
	color: #727C87;
	font-weight: bolder;
	font-size: 17px;
}


.sub-direita {
	padding: 0px 20px 20px 20px;
	border-left: 1px solid #ddd;
}

#leitura p {
	line-height: 25px;
	font-size: 16px !important;
	margin-bottom: 10px !important;
}

@media (max-width: 1023px) {


	.plano-balao-novo-destaque {
		margin-top: 60px;
	}

	.plano-destaque {
		top: 80px !important;
	}

	.topo .logo {
		text-align: center;
		margin-right: 70px;
	}

	.topo .menu_mobile_ico {
		float: left;
		color: #003399;
		margin-top: 7px;
		cursor: pointer;
	}

	.topo .menu {
		display: none;
		position: fixed;
		top: 80px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: #003399;
		z-index: 25;
	}

	#todosservicos {
		display: none;
		position: fixed;
		top: -100000px;
	}

	.topo .menu .mobile-item {
		padding-left: 30px;
	}

	.topo .menu nav span {
		display: block;
		border-bottom: 1px solid #ccc;
		padding: 10px 10px;
	}

	.topo .menu nav a {
		color: #fff;
	}

	.topo .menu nav span br {
		display: none;
	}

	.topo .euquero {
		padding-left: 50px;
		float: right;
		margin-top: -50px;
		color: #003399;
	}

	.slider_pc {
		display: none;
	}

	.txt-titulo-plano-pc {
		display: none;
	}

	/* .plano-balao {
		display: none;
	} */

	.plano-balao-mobile {
		border: 1px solid #003399;
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
		margin-top: 30px;
		display: none;
	}

	.plano-balao-mobile .plano-linha-0 {
		color: #000;
		text-align: center;
		font-size: 18px;
		padding: 20px 5px !important;
	}

	.plano-balao-mobile .plano-linha-1 {
		background: #003399;
		color: #fff;
		text-align: center;
		font-size: 12px;
		padding: 20px 5px !important;
	}

	.plano-balao-mobile .plano-linha-2 {
		background: #0448d1;
		color: #fff;
		text-align: center;
		font-size: 12px;
		padding: 20px 5px !important;
	}

	.plano-balao-mobile .plano-sublinha-1 {
		border-bottom: 1px solid #e6e6e6;
		color: #003399;
		text-align: center;
		font-size: 12px;
		padding: 15px 5px !important;
	}

	.plano-balao-mobile .plano-sublinha-2 {
		border-bottom: 1px solid #e6e6e6;
		color: #003399;
		text-align: center;
		font-size: 24px;
		padding: 15px 5px 10px 5px !important;
	}

	.top-mobile {
		padding-top: 40px;
	}

	.sub-rodape {
		display: none;
	}

	.btn-store {
		padding: 30px 30px 25px 30px;
		border-radius: 50px;
		color: #727C87;
		background: #ffffff;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		font-weight: bold;
		border: 0;
		cursor: pointer
	}



	.barra_bottom {
		display: none;
	}



	.facebook {
		position: fixed;
		left: 0px;
		bottom: 64px;
		width: 25%;
		z-index: 2;
		color: #fff;
		padding: 10px 13px 10px 14px;
		background: #3b5998;
		cursor: pointer;
		text-align: center;
	}

	.facebook-texto {
		display: none;
	}

	.instagram {
		position: fixed;
		left: 25%;
		width: 25%;
		bottom: 64px;
		z-index: 2;
		color: #fff;
		padding: 10px 0px;
		background: #f09433;
		background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
		background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
		background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
		cursor: pointer;
		text-align: center;
	}

	.instagram-texto {
		display: none;
	}

	.youtube {
		position: fixed;
		left: 50%;
		bottom: 64px;
		width: 25%;
		z-index: 2;
		color: #fff;
		padding: 10px;
		background: #c4302b;
		cursor: pointer;
		text-align: center;
	}

	.youtube-texto {
		display: none;
	}


	.whatsappx {
		position: fixed;
		left: 75%;
		bottom: 64px;
		width: 25%;
		z-index: 2;
		color: #fff;
		padding: 10px;
		background: #9aec8a;
		background: -moz-linear-gradient(180deg, #9aec8a 0%, #5dbf3c 100%);
		background: -webkit-linear-gradient(180deg, #9aec8a 0%, #5dbf3c 100%);
		background: linear-gradient(180deg, #9aec8a 0%, #5dbf3c 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9aec8a', endColorstr='#5dbf3c', GradientType=1);
		cursor: pointer;
		text-align: center;
	}

	.whatsappx-texto {
		display: none;
	}

}

@media (min-width: 1024px) {

	.topo .menu_mobile_ico {
		display: none;
	}

	.topo .logo {
		float: left;
		padding-right: 50px;
	}

	.topo .menu nav span {
		display: inline-flex;
		padding-left: 5px;
		padding-right: 15px;
		padding-top: 17px;
	}

	.topo .menu .mobile-item {
		display: none;
	}

	#todosservicos {
		background: #f2f2f2;
		position: fixed;
		top: 80px;
		left: 0px;
		width: 100%;
		padding: 30px 0px;
		display: none;
		z-index: 20;
	}


	.topo .euquero {
		float: right;
		margin-top: -47px;
		color: #07b1ff;
	}

	.menu-ico {
		display: none !important;
	}

	.slider_mobile {
		display: none;
	}


	.plano-balao-mobile {
		display: none;
	}








	/* .plano-destaque {
		width: calc(100% - 36px);
		background: #ff6600;
		color: #fff;
		top: 0px;
		left: 18px;
		text-align: center;
		padding: 5px 0;
		position: absolute;
		border-top-left-radius: 150px;
		border-top-right-radius: 150px;
		font-size: 12px;
		font-weight: bolder;
	} */
	/* .plano-destaque {
		top: 33px;
		background: rgb(255, 102, 0, 0.5);
		right: 60px;
		text-align: center;
		padding: 5px 10px;
		position: absolute;
		font-size: 12px;
		font-weight: bolder;
		transform: skew(-20deg);
	} */

	.plano-balao {
		/* border: 1px solid #003399;
		border-bottom-left-radius: 40px;
		border-bottom-right-radius: 40px; */
		border-radius: 40px;
		box-shadow: 0px 0px 10px #ccc;
		padding: 20px 0 30px 0;
		margin-top: 30px;
	}

	.plano-balao-destaque {
		padding: 40px 0 60px 0;
		margin-top: 0px !important;
		/* background: #f2f2f2; */
	}

	.plano-balao .plano-titulo {
		/* background: #003399; 
		color: #fff; */
		font-size: 25px;
		padding: 15px 10px 10px 10px !important;
		text-align: center;
	}

	.plano-balao .plano-titulo-nome {
		color: #333;
		font-size: 40px !important;
		font-weight: bolder;
		text-align: center;
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	}

	.plano-balao .plano-titulo-desc {
		color: #333;
		margin-top: 0px !important;
		margin-bottom: 10px !important;
		text-align: center;
		padding-bottom: 20px !important;
	}

	.plano-balao .plano-titulo-nome-destaque {
		color: #21a3e0;
		margin-top: 10px !important;
		font-size: 80px !important;
		font-weight: bolder;
		text-align: center;
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	}

	.plano-balao .plano-titulo-desc-destaque {
		color: #21a3e0;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
		text-align: center;
		padding-bottom: 10px !important;
	}

	.plano-balao .plano-linha-1 {
		/* background: #e6e6e6; */
		color: #444;
		/* text-align: center; */
		font-size: 12px;
		padding: 5px 40px !important;
	}

	.plano-balao i {
		margin-right: 10px;
		color: #5dbf3c;
	}

	.plano-balao .plano-linha-2 {
		color: #444;
		text-align: center;
		font-size: 24px;
		padding: 35px 5px 10px 5px !important;
	}

	.plano-balao .plano-linha-2-dest {
		color: #21a3e0;
		text-align: center;
		font-size: 30px;
		padding: 35px 5px 10px 5px !important;
	}

	.btn-store {
		padding: 30px 50px;
		border-radius: 50px;
		color: #727C87;
		background: #ffffff;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		font-weight: bold;
		border: 0;
		cursor: pointer
	}


	.barra_bottom_mobile {
		display: none;
	}

	.facebook {
		position: fixed;
		left: 0px;
		top: 200px;
		z-index: 1;
		color: #fff;
		padding: 10px 13px 10px 14px;
		background: #3b5998;
		cursor: pointer;
	}

	.facebook-texto {
		display: none;
	}

	.facebook:hover .facebook-texto {
		display: inline;
	}

	.instagram {
		position: fixed;
		left: 0px;
		top: 234px;
		z-index: 1;
		color: #fff;
		padding: 10px 12px 10px 12px;
		background: #f09433;
		background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
		background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
		background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
		cursor: pointer;
	}

	.instagram-texto {
		display: none;
	}

	.instagram:hover .instagram-texto {
		display: inline;
	}

	.youtube {
		position: fixed;
		left: 0px;
		top: 268px;
		z-index: 1;
		color: #fff;
		padding: 10px;
		background: #c4302b;
		cursor: pointer;
	}

	.youtube-texto {
		display: none;
	}

	.youtube:hover .youtube-texto {
		display: inline;
	}

	.whatsappx {
		position: fixed;
		left: 0px;
		top: 302px;
		z-index: 1;
		color: #fff;
		padding: 10px 12px 10px 11px;
		background: #9aec8a;
		background: -moz-linear-gradient(180deg, #9aec8a 0%, #5dbf3c 100%);
		background: -webkit-linear-gradient(180deg, #9aec8a 0%, #5dbf3c 100%);
		background: linear-gradient(180deg, #9aec8a 0%, #5dbf3c 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9aec8a', endColorstr='#5dbf3c', GradientType=1);
		cursor: pointer;
	}

	.whatsappx-texto {
		display: none;
	}

	.whatsappx:hover .whatsappx-texto {
		display: inline;
	}


}


.ll_modal {
	position: fixed;
	background: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	box-shadow: 0px 0px 100px #666;
	-moz-box-shadow: 0px 0px 100px #666;
	-webkit-box-shadow: 0px 0px 100px #666;
	border-top: 1px solid #ccc;
	display: none;
	z-index: 99999;
	padding: 20px 20px;
	overflow-x: auto;
}



.plano-destaque {
	width: 150px;
	background: #ff6600;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	position: absolute;
	font-weight: bolder;
	padding: 5px 10px;
	border-radius: 20px;
	left: calc(50% - 75px);
	top: 20px;
}

.plano-balao-novo {
	border-radius: 40px;
	/* box-shadow: 0px 0px 10px #ccc; */
	margin-top: 25px;
}


.plano-balao-novo-destaque {
	border-radius: 40px;
	/* box-shadow: 0px 0px 10px #ccc; */
	background: #07b1ff;
}


.plano-balao-novo-titulo {
	background: #f6f5f3;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	padding-bottom: 5px;
}

.plano-balao-novo-titulo-destaque {
	padding-top: 70px;
	background: #0f9adb;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}

.plano-balao-novo-titulo-mega {
	font-size: 60px;
	line-height: 40px;
	text-align: center;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bolder;
	color: #07b1ff;
	padding-top: 40px !important;
}

.plano-balao-novo-titulo-mega-destaque {
	color: #fff !important;
	font-size: 60px;
	line-height: 40px;
	text-align: center;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bolder;
}

.plano-balao-novo-titulo-desc {
	font-size: 25px;
	margin-top: 15px !important;
	text-align: center;
	padding-bottom: 40px !important;
	color: #07b1ff;
}

.plano-balao-novo-titulo-desc-destaque {
	color: #fff !important;
	margin-top: 15px !important;
}


.plano-balao-novo-conteudo {
	background: #fff !important;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	padding-bottom: 40px;
}

.plano-balao-novo-conteudo-destaque {
	background: #07b1ff !important;
	padding-bottom: 30px !important;
}

.plano-balao-novo-conteudo-valor {
	background: #07b1ff !important;
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 25px;
	color: #fff;
}

.plano-balao-novo-conteudo-linha {
	color: #07b1ff;
	font-size: 12px;
	font-weight: bold;
}

.plano-balao-novo-conteudo-linha-destaque {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}


.plano-balao-novo-conteudo-hr {
	width: 60px;
	background: #ff6600;
	margin-left: calc(50% - 30px);
}




.missao-visao-valor-title {
	background: #ff6600;
	border-radius: 30px;
	padding: 25px 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	z-index: 1;
	position: relative;
	margin-left: 30px;
	width: calc(100% - 60px);
}

.missao-visao-valor-body {
	margin-left: 30px;
	width: calc(100% - 60px);
	background: #fff;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	margin-top: -30px;
	z-index: 0;
	padding: 50px 25px 25px 25px;
	line-height: 24px;
	color: #003399;
	min-height: 150px;
}





@media (min-width: 1024px) {
	.missao-visao-valor-first {
		margin-left: 45px !important;
	}
	.missao-visao-valor-last {
		margin-left: 15px !important;
	}
}

@media (max-width: 1023px) {
	.missao-visao-valor-line{
		margin-top: 50px;
	}
}