.fln-header{
  background-color: #FFFFFF;
  position: sticky;
  top: 0;
  height: 80px;
  box-shadow: 0px 5px 15px #0000000D;
  padding: 0 15px;
  z-index: 99;
}
.fln-header-wrapper{
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  gap: 15px;
}
.fln-header-entrar{
  font-family: "Poppins-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 36px;
  white-space: nowrap;
  border-radius: 10px;
  padding: 5px 30px;
  white-space: nowrap;
  color: var(--red);
  border: 1px solid var(--red);
  text-decoration: none;
}

.fln-header-options{
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.fln-header-options span{
  cursor: pointer;
}
.fln-header-menu-btn{
  background-color: var(--red);
  border-radius: 10px;
  padding: 14px 11px;
  display: flex;
  cursor: pointer;
}
.fln-header-entrar:hover{
  background-color: var(--red);
  color: var(--white);
  & img{
      filter: brightness(0) invert(1); 
  }
}

@media (max-width: 768px) {
  .fln-header-entrar{
      display: none;
  }
  .fln-header-btns{
      display: none;
  }
  .fln-header-logo{
      position: unset;
  }
  .fln-header-wrapper{
      flex-direction: row-reverse;
  }
  .fln-header-wrapper h1{
      margin-right: auto;
  }
}

.fln-menu-active {
  visibility: visible !important;
  opacity: 1 !important;
}
.fln-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000d0d50;
  opacity: 1;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 9999;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: all .2s;
}

.fln-menu-content {
  background-color: var(--red);
  width: 360px;
  max-width: 360px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 50px 50px;
  border-radius: 0 20px 20px 0;
  box-sizing: border-box;
}
.fln-menu-closeBtn {
  background-color: var(--yellow);
  width: 40px;
  height: 40px;
  border-radius: 10px;
  box-shadow: 0px 10px 10px #0000001a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: scale-down;
}
.fln-menu-btns {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 30px;
}
.fln-menu-entrar {
  background-color: var(--white);
  border-radius: 10px;
  padding: 14px 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
}
.fln-menu-entrar img {
  filter: brightness(0);
}
.fln-menu-entrar span {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 18px;
  white-space: nowrap;
  color: var(--text-black);
}
.fln-menu-anunciar {
  border-radius: 10px;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--yellow);
  font-family: "Poppins-Regular", sans-serif;
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 18px;
  white-space: nowrap;
  color: var(--text-black);
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
}
.fln-menu-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 25px;
}
.fln-menu-list-item {
  cursor: pointer;
  font-family: "Poppins-Medium", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  text-decoration: none;
}
.menu-sociais {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: fit-content;
  margin-top: auto;
}
.menu-sociais a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--yellow);
  border-radius: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .fln-menu-entrar span,
  .fln-menu-anunciar {
    font-size: 12px;
    letter-spacing: -0.12px;
    line-height: 16px;
  }
  .fln-menu-list-item {
    font-size: 20px;
    line-height: 23px;
    white-space: nowrap;
  }
  .menu-sociais {
    margin-top: 50%;
  }
  .fln-menu-content {
    max-width: 292px;
    padding: 15px;
  }
}

/*BOTÕES DO USUÁRIO*/
.fln-header .user-link{
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-right: 10px;
}

.fln-header .user-link img {
  background-color:#efefef;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.fln-header .user-link p{
  color: var(--red);
  font-family:'Poppins-Medium';
  font-weight: 400;
  font-size: 1rem;
  white-space: nowrap;
}

.fln-menu .user-link{
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  margin-right: 10px;
  margin-top: 30px;
}

.fln-menu .user-link img {
  background-color:#efefef;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.fln-menu .user-link p{
  color: white;
  font-family: 'Poppins-Medium';
  font-weight: 300;
  font-size: 1rem;
  white-space: nowrap;
}