body, html {
    overflow-x: hidden;
}
body {
	font-family: "Raleway", sans-serif !important;
	background-color: #F5F7FA;
}

.nav-basico {
    height: 70px;
	background-color: #fff;
}

.nav-basico img {
    height: 25px;
}

.redes {
    display: flex;
    flex-direction: row;
}

.redes a {
	background-color: #000;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
}

#footer {
    background-color: #F0F0F0;
    padding-bottom: 40px;
    padding-top: 60px;
}

.titulo-f {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
	display: block;
}

.footermenu {
	display: flex;
	flex-direction: column;
	list-style: none;
	gap: 10px;
	padding: 0px;
	margin: 0px;
}

.footermenu li a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #757575;
}

.footer-t {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #6E6E6E;
}

.footer-t a, .footer-t a:hover {
    color: #02B5AB;
	text-decoration: underline;
}

.pos-footer {
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
    background-color: #F0F0F0;
}

.secao-login {
    padding-bottom: 80px;
    padding-top: 80px;
}

.titulo-1 {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

.texto-1 {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #616161;
}

.texto-2 {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #757575;
}

.formu_base input[type="text"], .formu_base input[type="email"], .formu_base input[type="password"]{
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    display: block;
    width: 100%;
    padding: 10px;
    padding-right: 35px;
	font-family: 'Bree Serif';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
}

.formu_base input[type="checkbox"] {
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    width: 20px;
}

.formu_base i {
	position: absolute;
    right: 10px;
    top: 15px;
    font-size: 20px;
}

.olho {
	position: absolute;
    right: 10px;
    top: 15px;
    font-size: 20px !important;
    border: none !important;
    background-color: transparent !important;
    color: #000 !important;
    padding: 0px !important;
	display: inline-block !important;
    width: auto !important;
}

.fa-eye-slash::before {
    content: "\f070" !important;
}

.formu_base small {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #A5A5A5;
}

.formu_base a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #A5A5A5;
	text-decoration: underline;
}

.formu_base button  {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 14px 16px 14px 12px;
    background: #02B5AB;
    border: none;
	display: inline-block;
}

.busca_lupa {
	position: absolute;
    right: 10px;
    top: 15px;
    font-size: 20px !important;
	border: none !important;
	background-color: transparent !important;
	color: #000 !important;
	padding: 0px !important;
	width: auto !important;
}

.excluir-btn {
	font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF !important;
    padding: 14px 16px 14px 12px;
    background: #eb6251;
    border: none;
	text-decoration: none !important;
	display: inline-block;
}

.btn-1 {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 14px 16px 14px 12px;
    background: #02B5AB;
    border: none;
	display: inline-block;
}

.btn-2 {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 14px 16px 14px 12px;
    background: #926288;
    border: none;
	display: inline-block;
}
.btn-4 {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #02B5AB;
    padding: 14px 16px 14px 12px;
    background: #fff;
    border: none;
	display: inline-block;
}


.btn-1:hover {
    background: #00DAA7;
}

.btn-2:hover {
    background: #C080B3;
}

.btn-4:hover {
    background: rgba(0, 218, 167, 0.15);
}


.box-assuntos {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    padding: 20px;
}

.box-assuntos:hover {
	box-shadow: 0px 5px 30px rgba(43, 57, 84, 0.23);
}

.box-assuntos img {
    height: 150px;
    object-fit: contain;
}

.box-assuntos p {
   height: 90px;
}

.perfil_img {
    height: 60px;
    width: 60px;
    border-radius: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
	color: #fff;
	background-color: #02B5AB;
}

.box-dados {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    padding: 25px;
}

.nav-tabs .nav-link {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #616161;
	white-space: nowrap;
	transition: none;
    border: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
    border-radius: 0px;
    color: #926288;
    background: #F5F7FA;
    border-bottom: 3px solid #926288;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-left: 0px solid transparent;
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 3px solid #926288;
    background: #F5F7FA;
    border-radius: 0px;
}

.titulo-2 {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
}

.texto-3 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #231F1C;
    margin-bottom: 0px;
}


.filtro-select {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    display: block;
    width: 100%;
    height: 50px;
    padding: 20px 15px 0px 15px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #5F5F5F;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #000;
  font-size: 14px;
}

.label-fseletc{
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    color: #02B5AB;
    position: absolute;
    top: 5px;
    left: 17px;
}


.label-fixa-campo {
  padding: 20px 15px 0px 15px !important;
}
.label-fixa-texto {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    color: #02B5AB;
    position: absolute;
    top: 5px;
    left: 17px;
}



.canva_g {
	 border: 1px solid #DDDDDD;
	 padding: 15px;
}

.titulo-g {
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	color: #5F5F5F;
}

.tabela_l1c1 {
	background-color: #E9E38C !important;
	padding: 15px !important;
}
.tabela_l1c2 {
	background-color: #DACE2B !important;
	padding: 15px !important;
}


.tabela_l2c1 {
	background-color: #F5F7FA !important;
	padding: 15px !important;
}
.tabela_l2c2 {
	background-color: #EEEEEE !important;
	padding: 15px !important;
}


.nav-tabs .nav-link {
    padding: 15px 10px !important;
}
.titulo-3 {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    background-color: transparent;
}


.btn-3 {
    background: #815277;
    display: flex;
    flex-direction: row;
    height: 50px;
    justify-content: center;
    font-style: normal;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}

.btn-3.ativo {
	background: #926288;
}

.btn-3:hover {
	background: #C080B3 !important;
}

.linha-1 {
    opacity: 0.1;
}


.btn-top-1 {
    background-color: #fff;
    height: 100%;
    width: 100%;
    border-bottom: 3px solid #926288;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #616161;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 15px;
}
.btn-top-1:hover {
    background-color: #EEEEEE;
    color: #616161;
}
.btn-top-1.ativo {
	background-color: #926288;
	color: #FFFFFF;
}


.btn-top-2 {
    background-color: #fff;
    height: 100%;
    width: 100%;
    border-bottom: 3px solid #DACE2B;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #616161;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 15px;
}
.btn-top-2:hover {
    background-color: #EEEEEE;
    color: #616161;
}
.btn-top-2.ativo {
	background-color: #DACE2B;
	color: #FFFFFF;
}

.navbar-brand img {
    height: 25px;
}

header {
    height: 70px;
    background: #FFFFFF;
    border-bottom: 1px solid #E4E4E4;
    box-shadow: 0px 4px 22px rgba(147, 147, 147, 0.35);
}

.user-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: end;
	height: 100%;
}

.user-top span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #5F5F5F;
    display: block;
}

.link-b1 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #4B9927;
}

.canva_g canvas {
    height: 500px !important;
}	

.capa-conteudo {
    height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 60px;
}

.titulo-1e {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    line-height: 73px;
    color: #F5F7FA;
}

.capapost-1 {
    height: 140px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
    filter: grayscale(1);
}

.meta-autor span {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #926288;
	display: block;
}

.meta-autor small {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    display: block;
}

.meta-autor img {
    width: 36px;
	height: 36px;
    object-fit: cover;
	border-radius: 100%;
	flex-shrink: 0;
	flex-grow: 0;
}

.meta-autor div {
	flex-shrink: 0;
	flex-grow: 0;
}

.meta-autor {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}

.datapubli span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #926288;
	display: block;
}

.post-1 h3, .post-2 h3 {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #231F1C;
}


.btn-post {
    padding: 14px 16px;
    border: 1px solid #CBC1B1;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #CBC1B1;
}


.btn-post:hover {
    border: 1px solid #02b5ab;
    color: #02b5ab;
}


.btn-5 {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #231f1c;
    padding: 14px 16px;
    background: #eeeeee;
    border: none;
	display: inline-block;
}

.btn-5:hover {
    color: #231f1c;
    background: rgba(128, 128, 128, 0.25);
}

.capa-post {
    height: 320px;
    padding: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.post-head {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

.pontos_destaque {
	padding: 36px 20px;
	border-top: 2px solid #926288;
}

.pontos_destaque p {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #926288;
}

.conteudo-post p {
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.conteudo-post {
	color: #000000;
}

.conteudo-analise h2, .conteudo-analise h1{
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

.conteudo-analise p {
	font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #757575;
}

.conteudo-analise {
	color: #757575;
}

.par-int-t {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #231F1C;
}

.par-int-c {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #5F5F5F;
}

.compartilhar {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
	flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}

.compartilhar span {
	font-family: 'Bree Serif';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

.compartilhar a {
	font-size: 20px;
	line-height: 22px;
	color: #000000;
}

.categorias_lista {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
	flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}

.categorias_lista li a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding: 4px 12px;
    border-radius: 50px;
}

.box-analise {
    background-color: #F5F7FA;
    padding: 30px;
}

.titulo-4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #02B5AB;
}

.box-variacao h3 {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #000000;
}

.box-variacao b {
	font-style: normal;
	font-weight: 300;
	font-size: 42px;
	line-height: 49px;
	text-transform: uppercase;
	color: #5F5F5F;
}

.box-variacao svg {
	width: 20px;
	height: 20px;
}

.box-variacao ul {
	display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0px;
    margin: 0px;
    padding-left: 15px;
}

.box-variacao ul li {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

.box-variacao strong {
    font-weight: 700;
}

.box-explica h2 {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #926288;
}

.box-explica {
    border-bottom: 1px solid #E8E8E8;
}

.rola-modal {
  height: 400px;
  overflow-y: scroll !important;
  padding-right: 15px;
  scrollbar-width: thin;
  scrollbar-color: #02B5AB #EBEBEB; /* thumb cor, track cor */
}
.rola-modal::-webkit-scrollbar {
  width: 4px;
}
.rola-modal::-webkit-scrollbar-track {
  background: #EBEBEB;
}
.rola-modal::-webkit-scrollbar-thumb {
  background-color: #02B5AB;
  border-radius: 4px;
}
.rola-modal::-webkit-scrollbar-corner {
  background: #EBEBEB;
}


@media (max-width: 767px) {
	
	
.filtro-select {
    padding: 20px 15px 0px 17px;
}
	
header {
    height: auto;
}	
	
.btn-top-1, .btn-top-2 {
	height: 70px;	
}

.nav-tabs {
   flex-wrap: nowrap;
   overflow-x: auto;
   overflow-y: hidden;
   white-space: nowrap;
   max-width: 100%;
}
	
.formu_base button  {
	display: block;
	width: 100%;
}	
	
.canva_g canvas {
    height: 400px !important;
}	
	
.perfil_img {
    height: 40px;
    width: 40px;
    font-weight: 400;
    font-size: 20px;
}	
.capa-conteudo {
    height: 185px;
}
	
.titulo-1e {
    font-size: 32px;
    line-height: 40px;
}
	
.box-analise {
    background-color: #F5F7FA;
    padding: 15px;
}
	
.box-variacao ul {
    padding-left: 0;
    list-style: none;
}
	
.box-variacao h3 {
    height: 30px;
}
	
.box-variacao svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
}
	
.box-variacao b {
	flex-shrink: 0;
    flex-grow: 0;
}
	
.user-top {
    padding-top: 5px;
    padding-bottom: 5px;
}
	
	
	
}


