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

.dash_corpo {
	height: 100vh;
	max-height: 100%;
}

.coluna_corpo {
	padding-bottom: 120px !important;
}

.nav_dash {
    background-color: #F5FAF9;
    height: 70px;
}

.noticon {
 position: relative;
}

.noticon i {
    color: #7ADDCA;
    font-size: 30px;
}

.noticon span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    background-color: #ff4b44;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.noticon span b {
    color: #fff;
    font-size: 12px;
}


.user-head span {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #565656;
	text-align: start;
}


.user-head span b {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #404040;
    display: block;
}

.bloco_menu_dash_desk {
	background-color: #F5FAF9;
}

.menu_dash_desk {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	margin-top: 40px;
}

.menu_dash_desk li a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.3px;
	color: #202224;
	padding: 15px 25px;
	border-radius: 6px;
	width: 100%;
	display: block;
}

.menu_dash_desk li a:hover, .menu_dash_desk li a.ativo {
	background-color: #45CEC0;
	color: #fff;
}


.titulo-1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.114286px;
    color: #202224;
}

.box-count {
    background: #FFFFFF;
    box-shadow: 6px 6px 54px rgb(0 0 0 / 10%);
    border-radius: 14px;
    padding: 20px;
	position: relative;
}

.box-count h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #202224;
    mix-blend-mode: normal;
    opacity: 0.7;
	margin-bottom: 15px;
}

.box-count span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 1px;
    color: #202224;
	display: block;
	margin-bottom: 35px;
}

.box-count p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #606060;
    margin-bottom: 0;
}

.box-count img {
    position: absolute;
    top: 20px;
    right: 20px;
}

.btn-1 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #FFFFFF;
    background: #FC7800;
    border-radius: 6px;
    padding: 15px 20px;
	display: inline-block;
	border: none;
	text-align: center;
}

.btn-1:hover {
    color: #FFFFFF;
	opacity: 0.7;
}

.box-grupo {
    background: #F5FAF9;
    border-radius: 10px;
    padding: 20px;
	position: relative;
	display: block;
}

.box-grupo:hover {
	box-shadow: 6px 6px 54px rgb(0 0 0 / 10%);
}

.box-grupo h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #202224;
    margin-bottom: 5px;
}

.box-grupo-desc {
    height: 80px;
}

.box-grupo small, .data_c {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #676F6E;
	display: block;
	margin: 0px;
}


.tag_neutra {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #676F6E;
    background: #D5E0DF;
    border-radius: 30px;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.tag_membro {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFE2C8;
    background: #FC7800;
    border-radius: 30px;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.tag_admin {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #D5FFE1;
    background: #50D076;
    border-radius: 30px;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.tag_pendente {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFCDCF;
    background: #F2444C;
    border-radius: 30px;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.tag_flutua {
    position: absolute;
    right: 20px;
    top: 20px;
}

.perfil_1 {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
    border: 4px solid #fff;
}

.perfil_2 {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 100%;
    border: 2px solid #fff;
}

.agrupa-user span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

.agrupa-user-2 div {
    flex-shrink: 0;
    flex-grow: 0;
}

.agrupa-user img:not(:first-child) {
    margin-left: -15px;
}

.agrupa-user {
    margin-bottom: 30px;
}

.busca_rapida {
	position: relative;
}

.busca_rapida input {
	background: #F5F6FA;
	border: 0.6px solid #D5D5D5;
	border-radius: 20px;
	height: 45px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #202224;
	padding: 15px 15px 15px 35px;
	width: 100%;
}

.busca_rapida i {
    position: absolute;
    top: 12px;
    left: 11px;
    font-size: 20px;
    color: #202224;
}

.link-1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #4880FF;
}

.link-2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #FF4B44;
}

.perfil_3 {
    width: 86px;
    height: 86px;
    object-fit: cover;
    border: 2px solid #FFF;
    border-radius: 100%;
	display: block;
}

.agrupa-user-2  {
    display: flex;
    gap: 15px;
	align-items: center;
}

.agrupa-user-2 span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #676F6E;
	display: block;
}

.box-saque span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #676F6E;
    display: block;
}

.box-saque small {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: right;
    letter-spacing: -0.114286px;
    color: #202224;
}

.box-saque strong {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 66px;
    letter-spacing: -0.114286px;
    color: #202224;
    display: block;
}

.box-extrato {
    background: #F5FAF9;
    border-radius: 10px;
    padding: 20px;
}

.label_tabela {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #676F6E;
    display: block;
}

.texto_tabela {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #202224;
    display: block;
}

.linha_extrato {
    padding-bottom: 18px;
    padding-top: 18px;
    border-bottom: 1px solid #D6DEDC;
}

.perfil_4 {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: 2px solid #FFF;
    border-radius: 100%;
    display: block;
}

.perfil_4l {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #676F6E;
    display: block;
}

.up-user {
    font-size: 30px;
}

.up-user small {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #202224;
    position: absolute;
    top: 0;
}

.anima-hfundo {
    position: relative;
	width: 100%;
    z-index: 1;
	/*animation: flutuarFundo 2s ease-in-out infinite;*/
}

.anima-h4 {
    position: absolute;
    top: 0;
    left: 10%;
    z-index: 2;
	animation: flutuarFotos 4s ease-in-out infinite;
}

.anima-h3 {
    position: absolute;
    top: -8%;
    right: 0;
    z-index: 2;
	animation: flutuarFotos 4s ease-in-out infinite;
}

.anima-h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
	animation: flutuarFotos 4s ease-in-out infinite;
}

.anima-h1 {
    position: absolute;
    bottom: 2%;
    right: 8%;
	z-index: 2;
	animation: flutuarFotos 4s ease-in-out infinite;
}

@keyframes flutuarFotos {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes flutuarFundo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}

.hero-home {
    padding-bottom: 80px;
    padding-top: 80px;
}



.titulo-h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 58px;
    color: #202224;
}

.texto-h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #565759;
}

.home-s2 {
    padding-bottom: 60px;
    padding-top: 60px;
    background-color: #E8EFED;
}

.texto-h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #565759;
}

.texto-h2 a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #565759;
	text-decoration: underline;
}

.conteudo-inner p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #565759;
}

.conteudo-inner {
    color: #565759;
}

.box-form-home {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 20px;
	margin-bottom: -350px;
}

.box-form-home h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #565759;
}

.user-foto {
	text-align: center;
}

.user-foto img {
    display: block;
    width: 95px;
    height: 95px;
    object-fit: cover;
    border-radius: 100%;
}

.box-form-home label {
    display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #565759;
}

.box-form-home label a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #565759;
	text-decoration: underline;
}

.box-form-home input[type="text"], .box-form-home input[type="email"], .box-form-home input[type="password"], .box-form-home input[type="number"], .box-form-home select {
    display: block;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #C9D0CE;
    border-radius: 6px;
    padding: 8px;
}

.box-form-home textarea {
    display: block;
    width: 100%;
    height: 120px;
    background: #FFFFFF;
    border: 1px solid #C9D0CE;
    border-radius: 6px;
    padding: 8px;
}

.home-s3 {
    padding-top: 400px;
    padding-bottom: 60px;
}

.passos-home span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 57px;
    color: #FFFFFF;
}

.passos-home div {
    width: 60px;
    height: 60px;
    background: #FC7800;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-shrink: 0;
    flex-grow: 0;
}

.passos-home p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #565759;
    flex-grow: 0;
	margin-bottom: 0px;
}

.passos-home a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #565759;
	text-decoration: underline;
}

.passos-home {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
}

.home-s4 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.home-s5 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.home-s6 {
    padding-top: 70px;
    padding-bottom: 70px;
	background-color: #fff;
}


.nuvem_tag span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #565759;
    padding: 8px 22px;
    background: #FFFFFF;
    border: 1px solid #C9D0CE;
    border-radius: 6px;
	display: inline-block;
}

.nuvem_tag {
    display: flex;
	justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

#faq .accordion-item {
    border: none;
    margin-bottom: 10px;
}

#faq .accordion-button {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #565759;
    border: 1px solid #C9D0CE;
    border-radius: 6px;
}

#faq .accordion-body {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #565759;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
}

#header {
    height: 70px;
    border-bottom: 1px solid #DEE5E4;
}

.principal li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #565759;
	margin-left: 20px;
}

.principal li.btn-i a {
    background-color: #45cec0;
    color: #fff;
    padding-left: 18px !important;
    padding-right: 18px !important;
    border-radius: 8px;
}

#footer {
    background-color: #F5FAF9;
    padding-bottom: 15px;
    padding-top: 30px;
}

.footmenu {
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 18px;
    flex-wrap: wrap;
	margin-bottom: 0px;
	justify-content: center;
}

.footmenu li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #565759;
}

.redes {
    display: flex;
    flex-direction: row;
	justify-content: end;
}

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

.ass-f {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #565759;
}


/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 12px;
    right: 0;
    width: 94%;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}


  .tag {
    background-color: #007bff;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    margin: 3px;
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .remove-tag {
    margin-left: 8px;
    cursor: pointer;
    font-weight: bold;
  }
  .tag-container {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 40px;
    align-items: center;
  }
  .tag-input {
    border: none;
    flex: 1;
    min-width: 150px;
    padding: 5px;
    outline: none;
  }


.convite_link a {
    font-size: 45px;
    color: #3dd064;
}

.convite_link button {
    background-color: transparent;
    border: none;
    font-size: 40px;
    color: #fc7802;
}

.convite_link {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

#footer .menu-item a[aria-current=page] {
    color: #fc7802;
}

@media (max-width: 767px) {
	
	
	
.menu_dash_desk {
	flex-direction: row;
    justify-content: space-between;
    gap: 5px;
    margin-top: 0;
    position: fixed;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: #f5faf9;
    padding: 10px;
	box-shadow: 1px -5px 9px -3px rgba(0,0,0,0.33);
	-webkit-box-shadow: 1px -5px 9px -3px rgba(0,0,0,0.33);
	-moz-box-shadow: 1px -5px 9px -3px rgba(0,0,0,0.33);
}	
	
.menu_dash_desk li a {
    font-size: 12px;
    line-height: 16px;
    color: #676F6E;
    padding: 5px;
    display: block;
	text-align: center;
}
	
.menu_dash_desk li a i {
    font-size: 24px;
    display: block;
	padding-bottom: 3px;
}
	
.rolagem_horizontal {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 20px;
	padding-top: 20px;
}
	
.box-count {
    box-shadow: 1px 4px 14px 0px rgb(0 0 0 / 10%);
}
	
.dash_corpo {
	height: 100%;
	max-height: 100%;
}
	
	
.agrupa-user-2 {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
    flex-direction: row;
}
	
#header {
    height: auto;
}
	
.principal {
    padding-bottom: 20px;
    padding-top: 20px;
}
	
.principal li a {
    text-align: center;
	margin-left: 0px;
}

.navbar-toggler {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    color: rgb(252 120 2);
    font-size: 30px;
}
	
.navbar-toggler:focus {
    box-shadow: none;
}
	
.titulo-h1 {
    font-size: 35px;
    line-height: 42px;
}
	
.texto-h1 {
    font-size: 25px;
    line-height: 33px;
}	
	
.hero-home {
    padding-bottom: 80px;
    padding-top: 30px;
}
	
.anima-h1, .anima-h2, .anima-h3, .anima-h4 {
    height: 150px;
}
	
.home-s4 {
    padding-top: 0;
    padding-bottom: 70px;
}
	
.nuvem_tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}	
	
	
}


