/* ===================
      Nav Bar Glass 
======================*/
/* Header */
.header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
  z-index: 999;
  position: absolute;
}

/* Menu Nav */
.nav-menu {
  background-color: rgb(255,255,255,0.175);
  border-radius: 20px;
  backdrop-filter: blur(14px);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: 0px 8px 24px rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.25);
  list-style-type: none;
  height: 80px;

}

.logo-header-0 {display: none;}

.logo-header{
  height: 25px;
  font-size: 20px;
}

/* Button Nav */
.nav-item {
  display: flex;
  height: 100%;
  padding: 10px 0;
  flex-direction: column;
  color: white;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  margin: 0px 40px;
  transition: 0.3s;
}


/* Span nav item */
.nav-item span {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.3px;
}

/* Item Active */
.nav-item.active {
  font-size: 24px;
}

/* Item Hover */
.nav-item:hover {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.719); 
}

/* ===================
      Nav Bar Glass 
======================*/
.btn-header-login {
  background: linear-gradient(to top,  var(--turquesa-1), var(--turquesa-2));
  color: white;
  padding: 22px 40px;
  border-radius: 40px;
  border: 1px solid white;
  box-shadow: 0px 8px 24px rgba(0,0,0,0.3);
  font-weight: bold;
  font-size: large;
  text-transform: capitalize;
  transition: 0.5s;

  
}

.btn-header-login:hover {
  background-color: white;
  border: 1px solid #fff;
  box-shadow: 0px 8px 24px rgba(255, 255, 255, 0.3); 
  scale: 1.02;
  cursor: pointer;
}


/* ***************************************************************
|                             FEITO POR    

|
  #####     ##     ##   ##    ####   ##   ##  #######   #####
 ##   ##   ####    ###  ##   ##  ##  ##   ##   ##   #  ##   ##
 #        ##  ##   #### ##  ##       ##   ##   ## #    #
  #####   ##  ##   ## ####  ##       #######   ####     #####
      ##  ######   ##  ###  ##       ##   ##   ## #         ##
 ##   ##  ##  ##   ##   ##   ##  ##  ##   ##   ##   #  ##   ##
  #####   ##  ##   ##   ##    ####   ##   ##  #######   #####

***************************************************************** */