/*
    Desenvolvido por Artweb Design Digital
    https://www.agenciamaya.com.br/
    jeferson@agenciamaya.com
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Philosopher:wght@700&display=swap');

:root {
	--cor-1:#7975CB;
	--cor-1-hover:#535190;
}

body,h1,h2,h3,h4,p,a,ul,li,select,option,input,textarea,table,th,td,blockquote,hr,button,div{
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 400;
} 

body{
	font-family: 'Montserrat', sans-serif;
	background: #FFFFFF;
	overflow-x: hidden;
}

a{
	text-decoration: none;
	color: var(--cor-1);
}

a:hover{
	text-decoration:none;
	color: var(--cor-1-hover);
}

img{
	border:none;
	max-width:100%;
}

button{
	font-family: 'Montserrat', sans-serif;
	border:none;
	cursor:pointer;
}

.limpa{clear:both;}
.limpa20{clear:both; height: 20px;}

input.form-control, select.custom-select, textarea.form-control, .custom-file-label{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #bababf;
	border: 2px solid #ecedf2;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border-radius: 25px;
	font-weight: 600
}

.input-group{
	margin-bottom: 10px;
}

.input-group-text{
	border-right: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: .25rem;
	-webkit-border-bottom-left-radius: .25rem;
	-moz-border-radius-topleft: .25rem;
	-moz-border-radius-bottomleft: .25rem;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.custom-file{
	text-align: left;
}

input.form-control:focus, textarea.form-control:focus{
	color: #bababf;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: var(--cor-1);
	background-color: transparent;
}

.form-control::-webkit-input-placeholder {
    color: #bababf;
}

.form-control::-moz-placeholder {
    color: #bababf;
}

.form-control::-ms-placeholder {
    color: #bababf;
}

.form-control::placeholder {
    color: #bababf;
}

input.form-control, .custom-file-label, .custom-file{
	height: 50px;
	padding: 10px 20px;
}

select.custom-select{
	padding: 0 20px;
	height: 50px;
}

textarea.form-control{
	resize: none;
	height: 160px;
	padding: 10px 20px;
}

textarea.form-control.text-big{
	height: 270px;
}

.custom-file{
	cursor: pointer;
}

.custom-file-label::after{
	border-radius: 0;
	content: "Selecionar";
	line-height: 38px;
	height: 48px;
	padding: 5px 20px;
	font-size: 14px;
	border-color: var(--cor-2);
	background-color: var(--cor-2);
	color: #FFFFFF;
}

.custom-file-input{
	cursor: pointer;
}

.custom-file-label, .caixa-cadastro label.custom-file-label{
	margin: 0;
	line-height: 28px;
	font-size: 14px;
}

.btn{
	text-transform: uppercase;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 600;
	line-height: 42px;
	padding: 0 20px;
	border: none;
}

.btn-sm{
	font-size: 12px;
}

.btn-lg{
	padding: 0 35px;
	line-height: 50px;
}

form .btn{
	line-height: 50px;
}

.btn-block{
	padding-left: 0;
	padding-right: 0;
}

.btn-primary{
	border-color: var(--cor-1);
	background-color: var(--cor-1);
	color: #FFFFFF;
}

.btn-primary:hover{
	border-color: var(--cor-1-hover);
	background-color: var(--cor-1-hover);
	color: #FFFFFF;
}

.btn-outline-light{
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
}

.btn-dark{
	background-color: #000000;
	color: #FFFFFF;
}

.btn-dark:hover{
	background-color: var(--cor-1);
	text-decoration: none;
	color: #FFFFFF;
}

.btn-light, .botoes-abas button.collapsed, .botoes-como-funciona button.collapsed{
	border-color: #e5e5e5;
	background-color: #e5e5e5;
	color: #535353;
}

.btn-light:hover, .botoes-abas button.collapsed:hover, .botoes-como-funciona button.collapsed:hover{
	border-color: #535353;
	background-color: #535353;
	color: #FFFFFF;
}

.btn-outline-primary{
	border-color: var(--cor-1);
	background-color: transparent;
	color: var(--cor-1);
}

.btn-outline-primary:hover{
	border-color: var(--cor-1-hover);
	background-color: var(--cor-1-hover);
	color: #FFFFFF;
}

.btn-secondary, .botoes-abas button{
	border-color: var(--cor-1);
	background-color: var(--cor-1);
	color: #FFFFFF;
}

.btn-secondary:hover, .botoes-abas button:hover{
	border-color: var(--cor-1-hover);
	background-color: var(--cor-1-hover);
	color: #FFFFFF;
}

.btn-light-blue, .botoes-como-funciona button{
	border-color: var(--cor-2);
	background-color: var(--cor-2);
	color: #FFFFFF;
}

.btn-light-blue:hover, .botoes-como-funciona button:hover{
	border-color: var(--cor-2-hover);
	background-color: var(--cor-2-hover);
	color: #FFFFFF;
}

h1, h2{
	font-family: 'Philosopher', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	color: #1A1B1F;
	margin-bottom: 30px;
}

.traco-titulo{
	margin-bottom: 50px;
}

.traco-titulo:after{
	content: '';
	display: block;
	margin: 20px auto 0;
	background-image: url('../img/traco-titulo.png');
	width: 241px;
	height: 15px;
}

h3{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	color: #1A1B1F;
	font-weight: 700;
}

.text-white, .text-white p{
	color: #FFFFFF;
}

body, p{
	font-weight: 400;
	font-size: 16px;
	color: #1A1B1F;
	line-height: 26px;
}

p{
	margin-bottom: 20px;
}

.fa-phone{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.link-seta{
	color: #FFFFFF;
}

.link-seta svg{
	font-size: 14px;
	margin-left: 5px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* header */
.fixed-top{
	width: 100%;
}

.header-fixed{
	background-image: url(../img/topo-paginas.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.fixed-top .container{
	max-width: 1700px;
}

.navbar-brand{
	max-width: 220px;
	display: block;
	padding: 31px 0;
	margin: 0;
}

.navbar{
	padding: 0;
}

.navbar .btn{
	text-transform: none;
}

.navbar{
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-collapse li:first-child{
	margin-left: 0;
}

.navbar-collapse li{
	float: left;
	margin: 0 0 0 50px;
	list-style: none;
}

.navbar-collapse li a{
	color: #bababf;
	font-size: 16px;
	line-height: 42px;
	text-transform: uppercase;
	font-weight: 600;
}

.navbar-collapse li a:hover{
	color: var(--cor-1);
}

.topo-esquerda{
	display: inline-block;
	margin-left: 30px;
	vertical-align: middle;
}

.topo-esquerda .btn img{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 2px;
}

.topo-esquerda a{
	margin-left: 25px;
}

/* Home */
.espaco-maior{
	height: 160px;
	clear: both;
}

.espaco{
	width: 100%;
	clear: both;
	height: 100px;
}

.tp-banner h2, .topo-paginas h2{
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 40px;
	color: #FFFFFF;
}

.espaco-menor{
	clear: both;
	height: 50px;
}

.bg-depoimentos{
	background-image: url("../img/bg-depoimentos.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.depoimento-individual{
	background-color: var(--cor-1);
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 40px 30px;
}

.depoimento-interno{
	margin-bottom: 30px;
}

.depoimento-individual img, .depoimento-individual-interno img{
	width: 82px;
	height: 82px;
	object-fit: cover;
	display: block;
	margin: 0 auto 20px;
	border-radius: 50%;
}

.stars{
	font-size: 14px;
	text-align: center;
	color: #FFAF2B;
	margin-bottom: 30px;
}

.stars svg{
	margin: 0 3px;
}

.stars.stars-5 svg{color: #FFAF2B;}
.stars.stars-4 svg + svg + svg + svg + svg{color: #CECECE;}
.stars.stars-3 svg + svg + svg + svg{color: #CECECE;}
.stars.stars-2 svg + svg + svg{color: #CECECE;}
.stars.stars-1 svg + svg{color: #CECECE;}

.depoimento-individual p{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 30px;
}

.depoimento-individual h3, .depoimento-individual-interno h3{
	color: #FFFFFF;
	font-size: 24px;
	line-height: 36px;
	font-family: 'Philosopher', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

.depoimento-individual h4{
	color: #FFFFFF;
	font-size: 16px;
	margin: 0;
	font-weight: 400;
}

.bg-horoscopo{
	background-image: url("../img/bg-horoscopo.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.horoscopo-individual{
	border: 1px solid #514E8C;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 30px;
	text-align: center;
	padding: 20px 20px 30px;
}

.horoscopo-individual span{
	height: 80px;
	display: block;
	line-height: 80px;
	margin-bottom: 20px;
}

.horoscopo-individual img{
	max-width: 80px;
	max-height: 80px;
}

.horoscopo-individual h3, .consultor-individual h3, .consultor-direita h3{
	font-family: 'Philosopher', sans-serif;
	font-size: 35px;
	line-height: 42px;
	margin-bottom: 10px;
}

.horoscopo-individual p{
	margin: 0;
}

.bg-como-realizar{
	background-image: url("../img/bg-body.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.funciona-individual{
	border: 1px solid #DCDCE8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	text-align: center;
	padding: 40px 30px 50px;
}

.funciona-individual:hover{
	background-image: url("../img/bg-hover.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.funciona-individual span{
	height: 80px;
	display: block;
	line-height: 80px;
	margin-bottom: 20px;
}

.funciona-individual img{
	max-width: 80px;
	max-height: 80px;
}

.funciona-individual:hover img{
	filter: brightness(0) invert(1);
}

.funciona-individual h3{
	font-family: 'Philosopher', sans-serif;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
}

.funciona-individual p{
	font-size: 15px;
	margin: 0;
	color: #666666;
	line-height: 24px;
}

.funciona-individual:hover h3, .funciona-individual:hover p{
	color: #FFFFFF;
}

.bg-consultores{
	background-image: url('../img/bg-consultores.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;	
}

.consultor-individual{
	border: 1px solid #514E8C;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 30px;
	text-align: center;
	padding: 20px 20px 30px;
	background-color: rgba(0, 0, 0, 0.3);
	margin-top: 80px;
}

.consultor-individual img.imagem-perfil{
	width: 155px;
	height: 155px;
	border-radius: 50%;
	object-fit: cover;
	border: 10px solid rgba(255, 255, 255, 0.1);
	margin: -100px auto 30px;
}

.consultor-individual h3{
	color: #FFFFFF;
}

.status{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
}

.status.online{
	color: #66FF00;
}

.status.atendimento{
	color: #FFF000;
}

.status.offline{
	color: #FF6600;
}

.consultor-individual p{
	color: #FFFFFF;
}

.consultor-individual .icone-email, .consultor-individual .icone-chat{
	display: inline-block;
	vertical-align: top;
	margin: 30px 15px;
	font-size: 14px;
	line-height: 26px;
	color: #FFFFFF;
}

.consultor-individual .icone-email img, .consultor-individual .icone-chat img{
	display: block;
	margin: 0 auto 10px;
}

.menu-maquinas-esquerda{
	width: 320px;
	float: left;
	padding: 20px 20px 20px 0;
}

.menu-maquinas-esquerda h3{
	font-size: 13px;
	color: #FFFFFF;
	font-weight: 600;
	margin-bottom: 20px;
}

.busca-interna{
	position: relative;
}

.busca-interna input.form-control{
	height: 40px;
	padding-right: 30px;
	font-size: 12px;
}

.busca-interna button{
	font-size: 16px;
	height: 20px;
	top: 8px;
	position: absolute;
	right: 12px;
	background-color: transparent;
	color: #C0C0C3;
}

.separa-maquinas-esquerda{
	margin: 25px 0;
	height: 1px;
}

.listagem-direita{
	float: right;
	width: calc(100% - 320px);
	padding: 0 10px 0 30px;
	box-sizing: border-box;
}

.alinha-topo-produtos{
	padding-left: 10px;
}

.menu-categorias, .menu-categorias li{
	list-style: none;
}

.menu-categorias li{
	position: relative;
}

.menu-categorias > li{
	border-bottom: 1px solid #514E8C;
}

.menu-categorias li button, .menu-categorias li a{
	position: relative;
	background-color: transparent;
	font-size: 15px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 100%;
	text-align: left;
}

.menu-categorias li a{
	display: block;
	padding: 15px;
	line-height: 30px;
}

.menu-categorias li a:hover, .menu-categorias li a.categoria-ativa{
	color: var(--cor-1);
}

.menu-categorias li button:hover, .menu-categorias li.open > button{
	color: var(--cor-3);
}

.menu-categorias ul{
	display: none;
}

.menu-categorias > li.open > ul, .menu-categorias > li.open > ul > li.open > ul{
	display: block;
}

.menu-categorias li button:after, .menu-categorias li button:before{
	width: 10px;
	height: 2px;
	background-color: #56555C;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: 10px;
}

.menu-categorias li button:after{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.menu-categorias li.open > button:after{
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

/* Consultor */
.caixa-perfil{
	border: 1px solid #514E8C;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 30px;
	text-align: center;
	padding: 0 80px 30px;
	background-color: rgba(0, 0, 0, 0.3);
	margin-top: 80px;
}

.caixa-perfil img.imagem-perfil{
	width: 285px;
	height: 285px;
	border-radius: 50%;
	object-fit: cover;
	border: 10px solid rgba(255, 255, 255, 0.1);
	margin: -50px auto 0;
}

.caixa-perfil .status{
	font-size: 36px;
	line-height: 46px;
	font-weight: 500;
}

.caixa-perfil p{
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
}

.topo-perfil{
	padding-bottom: 50px;
	border-bottom: 1px solid #514E8C;
	margin-bottom: 30px;
}

.consultor-direita{
	text-align: left;
}

.consultor-direita h3{
	color: #FFFFFF;
}

.depoimento-individual-interno{
	font-size: 0;
	margin-bottom: 30px;
}

.depoimento-interno-esquerda{
	width: 105px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.depoimento-interno-esquerda img{
	margin-left: 0;
	margin-bottom: 10px;
}

.depoimento-interno-esquerda h3{
	margin-right: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
}

.depoimento-direita{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 105px);
}

.depoimento-direita .depoimento-individual{
	padding: 20px 30px 30px;
}

.depoimento-direita .depoimento-individual .stars{
	text-align: left;
	margin: 0;
}

.depoimento-direita .depoimento-individual p{
	text-align: left;
	margin: 0 0 10px;
}

.consultor-esquerda{
	padding-right: 45px;
}

.caixa-individual{
	border: 1px solid #514E8C;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 20px 30px 30px;
	margin: 0 0 30px;
	text-align: center;
}

.caixa-individual h3{
	font-size: 24px;
	line-height: 32px;
	font-family: 'Philosopher', sans-serif;
	margin-bottom: 5px;
	color: #FFFFFF;
}

.caixa-individual .stars{
	font-size: 20px;
	color: #FFD500;
	margin: 0;
}

.stars svg{
	margin: 0 5px;
}

.caixa-individual span{
	font-size: 24px;
	line-height: 32px;
	color: #FFFFFF;
}

/* footer */
footer{
	background-image: url('../img/bg-footer.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 80px;
}

footer h3{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 15px;
}

footer a, footer p{
	display: block;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 34px;
	padding: 5px 0;
	font-weight: 500;
}

footer p{
	margin: 0;
	line-height: 30px;
}

footer a svg{
	margin-right: 5px;
	font-size: 18px;
}

.endereco-rodape a{
	padding: 0;
	text-decoration: underline;
	font-weight: 700;
}

footer a:hover{
	color: var(--cor-1);
}

.imagem-rodape{
	padding: 40px 15px 50px;
}

.rodape-baixo{
	border-top: 1px solid #484959;
	padding-top: 30px;
	padding-bottom: 15px;
}

.rodape-baixo p{
	line-height: 30px;
	margin: 0;
	color: #FFFFFF;
	font-size: 16px;
}

.redes-rodape{
	text-align: right;
}

.redes-rodape a{
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF;
	margin: 0 0 0 20px;
	padding: 0;
}

.maya{
	overflow: hidden;
	position: relative;
	z-index: 10;
	display: block;
	margin: 30px auto 0;
	background: url(../img/criacao-sites-maya.png) no-repeat center top;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	outline:none;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}

.maya:hover{
	background-position: center bottom;
}

/* Páginas */
.topo-paginas{
	text-align: center;
	background-image: url(../img/topo-paginas.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 200px 0 80px;
	margin-bottom: 60px;
}

.topo-paginas h2{
	margin: 0;
}

.g-recaptcha{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.contato-direita{
	position: relative;
	height: 100%;
	margin-left: 40px;
}

.contato-direita img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contato-direita:after{
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: '';
}

/* Blog */
.noticia-individual{
	margin-bottom: 50px;
}

.caixa-imagem-noticia img{
	display: block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 100%;
	height: 300px;
	object-fit: cover;
	margin-bottom: 10px;
}

.info-noticias{
	display: block;
	padding: 30px;
}

.noticia-individual h3{
	color: var(--cor-1);
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	margin: 0;
}

.data-blog{
	font-size: 14px;
}

.paginacao-blog a{
	width: 38px;
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 500;
	margin: 0 15px 0 0;
	line-height: 36px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid var(--cor-1);
	color: var(--cor-1);
}

.paginacao-blog a.pager-ativo, .paginacao-blog a:hover{
	color: #FFFFFF;
	background-color: var(--cor-1);
}

.blog-esquerda{
	padding-right: 30px;
}

.data-noticias{
	font-weight: 700;
	color: #000000;
}

.noticia-destaque-individual{
	border-bottom: 1px solid #f0f0f0;
	display: block;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.noticia-destaque-individual:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.noticia-destaque-individual:after{
	display: block;
	content: '';
	clear: both;
}

.noticia-destaque-individual .caixa-imagem-destaque{
	float: left;
	width: 84px;
}

.noticia-destaque-individual .caixa-imagem-destaque img{
	width: 100%;
}

.noticia-destaque-individual h3{
	font-size: 15px;
	color: #101010;
	line-height: 22px;
	float: right;
	width: calc(100% - 100px);
	font-weight: normal;
	margin: 0;
}

.imagem-principal-noticia{
	max-width: 50%;
	float: right;
	margin: 0 0 20px 30px;
}

.compartilhar-individual{
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	font-size: 16px;
	color: var(--cor-1);
}

.compartilhar-individual a{
	color: var(--cor-1);
}

.compartilhar-individual:hover, .compartilhar-individual:hover a{
	color: #000000;
}

/* Cadastros */
.topo-paginas.topo-cadastro{
	padding-bottom: 220px;
	margin-bottom: -155px;
}

.caixa-cadastro-empresa{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	z-index: 2;
	position: relative;
	padding: 40px;
}

.caixa-cadastro-empresa h3{
	text-transform: none;
	margin-bottom: 15px;
}

.caixa-cadastro h3{
	margin-bottom: 20px;
	text-transform: none;
}

body.form-aberto{
	overflow: hidden;
}

.btn-fechar{
	position: fixed;
	right: 20px;
	top: 20px;
	color: #FF0000;
	background-color: transparent;
	font-size: 22px;
}

.btn-close{
	background-color: transparent;
	color: #333333;
	margin-top: 15px;
}

.btn-fechar.fechar-cadastros{
	color: #FFFFFF;
}

.titulo-menor{
	font-size: 21px;
	line-height: 30px;
	color: #000000;
}

.bg-cadastro, .bg-cadastro-blue{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1050;
}

.bg-cadastro.bg-white{
	background-color: #FFFFFF !important;
}

.bg-cadastro-blue{
	background-color: #24265D;
}

.caixa-cadastro a:not(.btn){
	color: var(--cor-2);
}

.caixa-cadastro a:not(.btn)::hover{
	color: var(--cor-2-hover);
}

.caixa-cadastro .form-check{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 50px;
}

.espaco-30{
	height: 30px;
	clear: both;
}

.espaco-20{
	height: 20px;
	clear: both;
}

.caixa-cadastro label{
	font-size: 15px;
	margin-bottom: 10px;
}

.habilidade-individual, .certificacao-individual{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0;
}

.titulo-habilidade-individual, .titulo-certificacao-individual{
	background-color: var(--cor-2);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 17px;
	padding: 4px 4px 4px 12px;
	font-size: 14px;
	font-weight: 700;
}

.titulo-habilidade-individual .remove-habilidade, .titulo-certificacao-individual .remove-certificacao{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	height: 17px;
	margin-left: 5px;
	width: 17px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #1256E4;
	text-align: center;
}

.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom: 10px;}
.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}
.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #D7D7D7;border-top:0;background:#fff;display:none}
.chosen-container.chosen-with-drop .chosen-drop{display:block}
.chosen-container a{cursor:pointer}
.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}
.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}
.chosen-container-single .chosen-single{
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 12px;
	height: 50px;
	border: 1px solid #D7D7D7;
	border-radius: .25rem;
	color: #585858;
	text-decoration: none;
	white-space: nowrap;
	line-height: 50px;
	background-color: #FFFFFF;
}
.chosen-container-single .chosen-single input[type=text]{cursor:pointer;opacity:0;position:absolute;width:0}
.chosen-container-single .chosen-default{color:#999}
.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}
.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}
.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../../js/plugins/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}
.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}
.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:25px;}
.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../../js/plugins/chosen-sprite.png) no-repeat 0 2px;margin-top: 12px;}
.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}
.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #D7D7D7;background:url(../../js/plugins/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}
.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}
.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;opacity:0;pointer-events:none}
.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}
.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}
.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}
.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}
.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}
.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}
.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}
.chosen-container .chosen-results li.group-option{padding-left:15px}
.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}
.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #D7D7D7;border-bottom-right-radius:0;border-bottom-left-radius:0;}
.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}
.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}
.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}
.chosen-disabled{opacity:.5!important;cursor:default}
.chosen-disabled .chosen-single{cursor:default}
.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}
.chosen-container a, .chosen-container{
	font-size: 14px;
	color: #585858 !important;
}
.chosen-container-multi .chosen-choices{
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 10px 25px;
  width: 100%;
  height: auto;
  border: 2px solid #ecedf2;
  background-color: #fff;
  cursor: text;
  border-radius: 25px;
}

.chosen-container-multi .chosen-choices li{float:left;list-style:none}
.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}
.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#bababf;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px;font-weight: 600;}
.chosen-container-multi .chosen-choices li.search-choice{
	position: relative;
	margin: 5px 10px 5px 0;
	padding: 4px 25px 4px 15px;
	max-width: 100%;
	border-radius: 15px;
	background-color: var(--cor-1);
	color: #FFF;
	line-height: 17px;
	cursor: default;
	font-size: 14px;
	font-weight: 700;
}
.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
	position: absolute;
	top: 4px;
	right: 4px;
	display: block;
	width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	background-color: #1c537f;
	border-radius: 15px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{background:url(../../js/plugins/chosen-sprite.png) -42px 1px no-repeat; display: block; content: ''; width: 12px; height: 12px; margin: 3px;}
.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}
.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}
.chosen-container-multi .chosen-results{margin:0;padding:0}
.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}

/* Painel */
.caixa-login, .recuperar-senha, .caixa-busca-estado{
	display: none;
	z-index: 1051;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 700px;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.senha-atualizada{
	display: none;
}

.menu-painel a.btn.menu-ativo{
	background-color: var(--cor-1);
}

.menu-painel{
	margin-right: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	z-index: 2;
	position: relative;
	padding: 40px;
}

.menu-painel h3{
	border-bottom: 3px solid var(--cor-1);
	padding-bottom: 6px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 26px;
	font-weight: 700;
	color: var(--cor-1);
	text-transform: uppercase;
	min-width: 82px;
}

.caixa-planos{
	background-color: #1a1b1f;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	padding: 30px 40px 40px;
	margin-bottom: 30px;
}

.caixa-planos h2{
	color: #FFFFFF;
	text-transform: none;
	text-align: center;
	margin-bottom: 20px;
}

.caixa-painel-invidividual{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	padding: 40px;
}

.espaco-cadastro{
	height: 30px;
	clear: both;
}

.caixa-painel-invidividual h2{
	text-transform: none;
	margin-bottom: 20px;
}

.campo_outro{
	display: none;
}

.caixa-painel-cupons{
	padding: 30px 15px;
}

.caixa-painel-cupons h3{
	margin: 0 15px 10px;
}

.plano-individual{
	margin-bottom: 30px;
	cursor: pointer;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 30px 20px;
	text-align: center;
}

.caixa-painel-cupons p, .plano-individual p{
	font-size: 14px;
	color: #585858;
}

.caixa-painel-cupons p{
	line-height: 24px;
	margin: 0 10px 25px;
}

.titulo-planos{
	font-size: 24px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 0;
}

.titulo-planos p{
	margin: 0;
	font-size: 14px;
	line-height: 30px;
}

.plano-valor{
	font-weight: 800;
	font-size: 26px;
	color: var(--cor-1);
	padding-top: 10px;
}

.plano-individual p{
	margin-bottom: 0;
	line-height: 30px;
}

.plano-valor span{
	font-size: 14px;
	font-weight: 500;
	padding-right: 5px;
}

.plano-individual:hover, .plano-individual.plano-selecionado{
	background-color: var(--cor-1);
}

.plano-individual:hover p, .plano-individual:hover h3, .plano-individual:hover .plano-valor,
.plano-individual.plano-selecionado p, .plano-individual.plano-selecionado h3, .plano-individual.plano-selecionado .plano-valor{
	color: #FFFFFF;
}

.plano-individual:hover .plano-valor, .plano-individual.plano-selecionado .plano-valor{
	border-bottom-color: #33ADFF;
}

.caixa-forma-pagamento{
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 17px 3px rgba(0, 0, 0, 0.1);
	padding: 0 30px;
	line-height: 60px;
	margin-bottom: 20px;
	position: relative;
}

.caixa-forma-pagamento img{
	position: absolute;
	right: 0;
	top: 50%;
	margin-left: auto;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.caixa-forma-pagamento .form-check-label{
	font-weight: 600;
	font-size: 20px;
}

.caixa-forma-pagamento .form-check-input{
	margin-top: 24px;
	margin-right: 30px;
}

.caixa-anuncio-destaque{
	background-color: var(--cor-1);
	padding: 30px 40px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
}

.caixa-anuncio-destaque h2{
	text-transform: none;
	color: #FFF;
	margin-bottom: 10px;
}

.caixa-anuncio-destaque .form-check{
	color: #FFFFFF;
}

.caixa-painel-invidividual label{
	font-weight: 600;
	color: #8e8e98;
}

.formulario-perfil{
	padding: 20px;
	background-color: #F7F7F7;
}

.titulo-projetos-perfil{
	background-color: #EBEBEB;
	padding: 20px 30px;
}

.titulo-projetos-perfil h3{
	font-size: 24px;
	color: #000000;
	line-height: 32px;
	margin-bottom: 5px;
}

.titulo-projetos-perfil p{
	margin: 0;
	font-size: 15px;
	color: #8F8F8F;
}

.card-projetos{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #F7F7F7;	
	border: none;
	margin-top: 20px;
}

.box-projetos-topo{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #EBEBEB;
}

.box-projetos-topo div{
	font-weight: 700;
	color: #000000;
	font-size: 16px;
}

.box-projetos-conteudo .box-projetos:last-child{
	border-bottom: none;
}

.box-projetos-conteudo{
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}

.box-projetos{
	border-bottom: 1px solid #EBEBEB;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

/* Como Funciona */
.pergunta-individual{
	padding: 30px;
	border-bottom: 1px solid #DEDFE4;
}

.pergunta-individual p{
	margin-bottom: 0;
	color: #666666;
}

.pergunta-individual a{
	color: #666666;
	text-decoration: underline;
}

.pergunta-individual h3{
	padding: 0 30px 0 0;
	cursor: pointer;
	line-height: 26px;
	font-size: 16px;
	font-weight: 600;
	color: #666666;
	position: relative;
	text-transform: none;
}

.resposta-pergunta{
	padding: 20px 0 0;
}

.pergunta-individual h3:after, .pergunta-individual h3:before{
	width: 12px;
	height: 2px;
	background-color: var(--cor-2);
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1px;
}

.pergunta-individual h3:after{
	right: 0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pergunta-individual h3:before{
	right: 8px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pergunta-individual h3.collapsed:after{
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pergunta-individual h3.collapsed:before{
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Animações */
.anime{
	opacity: 0.00;
	filter: alpha(opacity =0);
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.anime.animacaoDireita{
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translateX(200px);
	-webkit-transform: translateX(200px);
	-o-transform: translateX(200px);
	-ms-transform: translateX(200px);
	transform: translateX(200px);
}

.anime.animacaoEsquerda{
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	-o-transform: translateX(-200px);
	-ms-transform: translateX(-200px);
	transform: translateX(-200px);
}

.anime.animacaoBaixo{
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-o-transform: translateY(200px);
	-ms-transform: translateY(200px);
	transform: translateY(200px);
}

.animacaoAtiva.animacaoDireita, .animacaoAtiva.animacaoEsquerda, .animacaoAtiva.animacaoBaixo{
	opacity: 1;
	filter: alpha(opacity =100);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.animacaoAtiva{
	opacity: 1;
	filter: alpha(opacity =100);
}

/* Modal */
.modal-dialog{
	max-width: 700px;
}

.modal-content{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
}

.modal-body{
	padding: 50px 60px;
}

.modal-body h2{
	color: #343a40 !important;
}

.close-modal{
	z-index: 10;
	position: absolute;
	right: 20px;
	top: 20px;
	border: 1px solid #929292;
	color: #929292;
	text-align: center;
	line-height: 24px;
	width: 26px;
	height: 26px;
	background-color: transparent;
	font-size: 12px;
}

/* Chat */
.chat_container{
	border: 1px solid #CECECE;
}

.chat_area {
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}

.chat_area li {
	padding: 20px 30px 0;
}

.chat_area li .chat-img1 img {
  height: 34px;
  width: 34px;
  object-fit: cover;
}

.chat_area li:last-child {
	padding-bottom: 10px;
}

.message_write {
	background: #CECECE;
	padding: 30px;
	width: 100%;
}

.message_write textarea.form-control {
	height: 100px;
	padding: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #333333;
	/*width: calc(100% - 98px);*/
	/*float: left;*/
	/*margin: 0;*/
}

.message_write textarea.form-control:focus{
	background-color: #FFFFFF;
}

.btn-send-chat{
	cursor: pointer;
	float: left;
	color: #FFFFFF;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background-color: #FF1820;
	width: 48px;
	height: 48px;
	padding: 10px;
}

.btn-send-chat:hover{
	background-color: var(--cor-1-hover);
	color: #FFFFFF;
}

.btn-send-chat svg{
	height: 100%;
}

.message_write .custom-file{
	float: left;
	width: auto;
	height: 48px;
	border: none;
	color: #FFFFFF;
	width: 50px;
	text-align: center;
}

.message_write .custom-file .custom-file-label{
	padding: 10px 0;
	background-color: transparent;
	border: none;
	font-size: 26px;
}

.chat_area .chat-body1 {
  margin-left: 50px;
}

.chat-body1{
	margin-bottom: 10px;
}

.chat-body1 p {
  font-size: 14px;
  padding: 15px 20px;
  margin: 0 0 5px;
}

.chat_area .admin_chat .chat-body1 {
	margin-left: 0;
	margin-right: 50px;
}

.font-else{
	-webkit-border-radius: 15px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 15px;
	-moz-border-radius-topleft: 0;
	border-radius: 15px;
	border-top-left-radius: 0;
	background-color: var(--cor-1); !important;
}

.font-me{
	text-align: right;
	-webkit-border-radius: 15px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 15px;
	-moz-border-radius-topright: 0;
	border-radius: 15px;
	border-top-right-radius: 0;
	background-color: #333333 !important;
	color: #FFFFFF;
}

.chat_time{
	color: #5a5a5a;
	font-size: 12px;
	line-height: 20px;
}

.observacao-chat{
	font-size: 14px;
}

.conversa-individual{
	cursor: default;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.conversa-individual:hover{
	background-color: var(--cor-1);
	color: #FFFFFF;
}

.conversa-individual a.open-chat{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: 700;
}

.conversa-individual a.open-chat:hover{
	color: #000;
}

.conversa-individual .data{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 400;
	margin-left: 20px;
}

.conversa-individual .botao-delete{
	border-left: 1px solid #FFFFFF;
	margin-left: 20px;
	padding-left: 20px;
	color: #FFFFFF;
}

.conversa-individual .botao-delete:hover{
	color: #000000;
}

.conversa-individual .botao-delete span{
	font-size: 12px;
	width: 20px;
	height: 20px;
	padding: 3px 0;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 8px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.conversa-individual .botao-delete:hover span{
	border-color: #000000;
}

.conversa-individual.visualizada{
	background-color: #131313;
}

/* Queries */
@media(min-width: 1340px) {
	.container{max-width: 1310px;}
}

@media(max-height: 680px) {
	.caixa-cadastro > img{margin: 0 auto 30px; max-width: 120px;}
	.pt-5, .py-5{padding-top: 20px !important;}
	.caixa-cadastro .form-check{margin-bottom: 20px;}
}

@media(max-width: 1740px) {
	.fixed-top .container{max-width: 1600px;}
}

@media(max-width: 1600px) {
	.fixed-top .container{max-width: 1400px;}
	.navbar-brand{padding: 20px 0; max-width: 160px;}
	.navbar-collapse li{margin-left: 20px;}
	.navbar-collapse li a{font-size: 14px;}
	.topo-esquerda a{margin-left: 10px;}
}

@media(max-width: 1340px) {
	.fixed-top .container{max-width: 1200px;}
	.btn-creditos{display: none;}
	.tp-banner h2, .topo-paginas h2{font-size: 46px; line-height: 52px; margin-bottom: 30px;}
	.traco-titulo{margin-bottom: 40px;}
	h1, h2{font-size: 34px; line-height: 42px;}
	.espaco{height: 70px;}
	.funciona-individual h3{font-size: 20px; line-height: 26px; margin-bottom: 10px;}
	.funciona-individual p{font-size: 14px;}
	.funciona-individual img{max-width: 60px; max-height: 60px;}
	.funciona-individual span{height: 60px; line-height: 60px; margin-bottom: 15px;}
	.imagem-passos{text-align: center;}
	.imagem-passos img{max-width: 90%;}
	.consultor-individual img.imagem-perfil{width: 130px; height: 130px; margin-top: -90px; margin-bottom: 10px;}
	.horoscopo-individual h3, .consultor-individual h3, .consultor-direita h3{font-size: 22px; line-height: 30px;}
	.caixa-imagem-noticia img{height: 260px;}
	.topo-paginas{padding: 120px 0 50px; margin-bottom: 40px;}
	.topo-paginas h2{margin-bottom: 0;}
	.caixa-perfil img.imagem-perfil{width: 230px; height: 230px;}
	.caixa-individual span{font-size: 20px; line-height: 28px;}
}

@media(max-width: 1229px) {
	.fixed-top .container{max-width: 960px;}
	.fixed-top{background-color: rgba(0, 0, 8, 0.95);}
	.fixed-top.header-fixed{background-image: none;}
	.navbar-collapse li{margin: 0;}
	.topo-esquerda{margin-left: 0; padding-bottom: 20px;}
	.tp-banner h2, .topo-paginas h2{font-size: 42px; line-height: 48px;}
	.btn{font-size: 13px;}
	.btn-sm{font-size: 11px;}
	.espaco{height: 50px;}
	h1, h2{font-size: 28px; line-height: 34px;}
	.funciona-individual{padding: 30px 15px;}
	.funciona-individual h3{font-size: 16px; line-height: 22px;}
	.funciona-individual p{font-size: 12px;}
	.funciona-individual img{max-width: 40px; max-height: 40px;}
	.funciona-individual span{height: 40px; line-height: 40px; margin-bottom: 15px;}
	.imagem-passos img{max-width: 80%;}
	.depoimento-individual p{font-size: 16px;}
	.depoimento-individual h3, .depoimento-individual-interno h3{font-size: 20px; line-height: 28px;}
	.stars{margin-bottom: 10px;}
	.caixa-imagem-noticia img{height: 200px;}
	.noticia-individual{margin-bottom: 30px;}
	.noticia-individual h3{font-size: 14px; line-height: 22px;}
	.espaco-menor{height: 30px;}
	footer{padding-top: 50px;}
	.topo-paginas{padding: 120px 0 40px; margin-bottom: 40px;}
	.topo-paginas h2{margin-bottom: 0; font-size: 32px; line-height: 40px;}
	.menu-maquinas-esquerda{width: 250px;}
	.separa-maquinas-esquerda{margin: 15px 0;}
	.menu-categorias li a{padding: 12px; line-height: 30px; font-size: 14px;}
	.listagem-direita{width: calc(100% - 250px); padding: 0 10px 0 20px;}
	.caixa-perfil img.imagem-perfil{width: 180px; height: 180px; margin-top: -30px;}
	.caixa-perfil{margin-top: 40px; padding: 0 50px;}
	.caixa-perfil .status{font-size: 28px; line-height: 34px; margin-bottom: 5px;}
	.caixa-perfil p{margin-bottom: 0;}
	.caixa-individual{padding: 15px 15px 25px; margin-bottom: 20px;}
	.caixa-individual h3{font-size: 20px;}
	.caixa-individual span{font-size: 18px; line-height: 24px;}
	.consultor-direita h3{margin-bottom: 15px;}
	.caixa-perfil p{font-size: 14px; line-height: 24px;}
	.menu-painel{padding: 20px; margin-right: 0;}
	.caixa-painel-invidividual{padding: 30px;}
}

@media(max-width: 991px) {
	h3{font-size: 16px; line-height: 24px;}
	body, p{font-size: 14px; line-height: 24px;}
	.fixed-top .container{max-width: 740px;}
	.tp-banner h2, .topo-paginas h2{font-size: 30px; line-height: 38px;}
	h1, h2{font-size: 24px; line-height: 30px;}
	.traco-titulo::after{width: 140px; background-size: contain; background-repeat: no-repeat; background-position: center;}
	.horoscopo-individual h3, .consultor-individual h3, .consultor-direita h3{font-size: 20px;}
	.btn-sm{font-size: 10px;}
	footer a, footer p{font-size: 14px; line-height: 24px;}
	.caixa-rodape a{white-space: nowrap;}
	.imagem-rodape img{max-width: 60%;}
	.rodape-baixo p{font-size: 14px;}
	.maya{margin-top: 20px;}
	footer h3{font-size: 16px; margin-bottom: 5px;}
	.menu-maquinas-esquerda{width: 200px;}
	.separa-maquinas-esquerda{margin: 10px 0;}
	.menu-categorias li a{padding: 10px 0; line-height: 30px; font-size: 14px;}
	.listagem-direita{width: calc(100% - 200px); padding: 0 0 0 15px;}
	.caixa-perfil img.imagem-perfil{width: 150px; height: 150px; margin-top: -30px;}
	.caixa-perfil{margin-top: 40px; padding: 0 30px;}
	.caixa-perfil .status{font-size: 22px; line-height: 30px; margin-bottom: 5px;}
	.consultor-esquerda{padding-right: 15px;}
	.caixa-individual .stars{font-size: 18px;}
	.caixa-individual .stars svg{margin-bottom: 0 3px;}
	.caixa-individual h3{font-size: 18px; margin-bottom: 0;}
	.caixa-individual span{font-size: 16px; line-height: 24px;}
	.caixa-cadastro-empresa{padding: 20px;}
	.caixa-login, .recuperar-senha, .caixa-busca-estado{width: 500px; max-width: 90%;}
	.box-projetos-topo div{font-size: 14px;}
	.titulo-planos{font-size: 20px;}
	.caixa-planos{padding: 20px 25px 0px; margin-bottom: 30px;}
	.caixa-forma-pagamento .form-check-label{font-size: 16px;}
	.caixa-painel-invidividual .form img{max-width: 200px;}
}

@media(max-width: 767px){
	.navbar-brand{padding: 15px 0; max-width: 140px;}
	.topo-esquerda a, .topo-esquerda button{margin-left: 0; margin-right: 10px; margin-bottom: 10px;}
	body{padding-top: 70px;}
	.tp-banner h2, .topo-paginas h2{font-size: 24px; line-height: 32px; margin-bottom: 20px;}
	.imagem-passos{display: none;}
	.funciona-individual{padding: 20px 10px;}
	.funciona-individual p br{display: none;}
	.traco-titulo{margin-bottom: 20px;}
	h1, h2{font-size: 20px; line-height: 26px; margin-bottom: 20px;}
	.traco-titulo:after{margin-top: 10px;}
	.consultor-individual{margin-top: 70px;}
	.horoscopo-individual h3, .consultor-individual h3, .consultor-direita h3{font-size: 18px; line-height: 24px;}
	footer{padding-top: 30px;}
	.caixa-rodape{margin-bottom: 30px;}
	.imagem-rodape{padding: 10px 15px 40px;}
	.imagem-rodape img{max-width: 100%;}
	.rodape-baixo p{text-align: center;}
	.rodape-baixo{padding-top: 20px;}
	.horoscopo-individual img{max-width: 60px; max-height: 60px;}
	.horoscopo-individual span{height: 60px; line-height: 60px; margin-bottom: 10px;}
	.topo-paginas{padding: 40px 0; margin-bottom: 30px;}
	.topo-paginas h2{margin-bottom: 0;}
	.menu-maquinas-esquerda{width: auto; float: none; margin-bottom: 30px;}
	.listagem-direita{width: auto; padding: 0; float: none;}
	.menu-maquinas-esquerda h3{line-height: 18px; margin-bottom: 10px;}
	.caixa-perfil img.imagem-perfil{margin-top: -50px; margin-bottom: 10px;}
	.topo-perfil{padding-bottom: 30px;}
	.imagem-principal-noticia{float: none; display: block; margin: 0 auto 20px; max-width: 80%;}
	.menu-painel{margin-bottom: 30px;}
	.caixa-painel-invidividual{padding: 20px;}
	.menu-painel h3{display: none;}
	.box-projetos, .box-projetos-topo div{font-size: 12px;}
	.box-projetos{line-height: 18px;}
	.plano-individual{margin-bottom: 10px; padding: 20px;}
	.caixa-planos{padding: 20px 20px 20px;}
	.modal-body{padding: 25px;}
	.close-modal{right: 5px; top: 5px;}
	.message_write{padding: 20px;}
	.formulario-perfil{padding: 10px;}
}

.caixa-alert{
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background-color: #000;
	opacity: 0.95;
	z-index: 9999;
	border: 1px solid #333;
	text-align: left;
	padding: 30px;
	max-width: 500px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

.caixa-alert p{
	/*float: left;
	margin-left: 20px;*/
	line-height: 20px !important;
	font-size: 15px !important;
	color: #FFF;
	margin-bottom: 20px !important;
	display: inline-block;
	font-weight: 300;
}

.caixa-width{
	max-width: 900px;
	text-align: center;
}

.caixa-alert p a{
	color: var(--cor-1);
	text-decoration: underline;
}

.caixa-alert p a:hover {
	color: #CCC;
	text-decoration: underline;
}

.caixa-alert a.botaoCookies{
	cursor: pointer;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background-color: var(--cor-1);
	color: #000;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
	display: inline-block;
}

.caixa-alert a.botaoCookies:hover{
	background-color: #FFF;
	color: var(--cor-1);
}

@media (max-width: 1000px) {
    .caixa-alert{
    }
    .caixa-alert p{
        line-height: 20px !important;
    }

    .caixa-alert a.botaoCookies{
        margin: 0;
    }
    .caixa-alert p{
        margin-bottom: 10px;        
		margin-top: 10px;
    }
    .caixa-alert a.botaoCookies{
        height: 25px;
		line-height: 25px;
		margin-top: 10px;
		margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
	.caixa-alert{
        margin-left: 0px;
        margin-bottom: 0px;
        padding: 15px;
		width: auto;
		margin-right: 0px;
    }
    .caixa-alert p{
        font-size: 12px;
        line-height: 20px !important;
        max-width: none;
        text-align: center;
    }
    .caixa-alert a.botaoCookies{
        width: 100%;
	}
}