* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: sans-serif;
}
body {
  background-color: rgb(3, 58, 80);
}

.head {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 80px;
  background-color: black;
}

.nav {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navegation {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.navegation a {
  /* width: 160px; */
  visibility: visible;
}

/* .navegation img {
  display: none;
  justify-content: space-around;
  position: absolute;
  width: 100px;
  padding-left: 60px;
  align-items: center;
  top: 500px;
  opacity: 0.5;
} */

ul {
  justify-content: space-between;
  display: flex;
  gap: 1rem;
}

ul li a:hover {
  color: rgb(35, 131, 159);
}

ul li a {
  display: inline-flex;
  /* width: 200px; */
  height: 80px;
  text-decoration: none;
  /* list-style-type: none; */
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-size: 22px;
  line-height: 80px;
  font-weight: bold;
}

.logo img{
  display: inline-flex;
  width: 40px;
}

.homebutton {
  position: relative;
  /* margin: 10px 10px; */
  height: 40px;
  width: 140px;
  border-radius: 20px;
  background-image: linear-gradient(180deg, rgb(19, 19, 19), #000);
  /* -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px); */
}

.step4 {
  width: 36px;
  height: 36px;
  margin-top: 3px;
  transform: rotate(-22.5deg) skewX(45deg) scaleY(cos(45deg));
  border: 4px solid #fff;
  border-bottom: 0px;
  border-left: 0px;
  margin-left: 50px;
  position: relative;
}

.element1 {
  position: absolute;
  width: 45px;
  height: 22px;
  transform: rotate(45deg); 
  border-right: 3px solid #fff;
  border-bottom: 6px solid #fff;
  border-left: 3px solid #fff;
  margin-top: 10px;
  margin-left: -11px;
}

.toggle-button {
  display: none;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: #fff;
}

#tasktrack {
  /* position: relative; */
  width: 230px;
  height: 290px;
  margin: 200px auto;
}

#casecow {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#casecow input,
#casecow button {
  height: 40px;
  margin-bottom: 10px;  
  
}

.enter-number {
  background-color: transparent;
  border: 1px solid rgb(205, 205, 205);
  caret-color: #fff;
  padding-left: 18px;
  color: rgb(205, 205, 205);
  border-radius: 20px;
}

.signup-btn,
.modify,
.delete {
  border-radius: 20px;
}

.signup-btn {
  background-color: rgb(35, 131, 159);
  color: #fff;
}

.modify {
  background-color: rgb(160, 160, 160);
  color: #fff;
}

.delete {
  background-color: #000;
  color: #fff;
}

#id01 {
  position: absolute;
  width: 600px;
  height: 700px;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  margin: 200px auto; 
  display: none;
}

#id01 span {
  float: right;
  font-size: 20px;
  background-color: grey;
  color: #fff;
  padding: 4px 8px; 
  cursor: pointer;
}

.content img {
  width: 40%;
  position: absolute;
  left: 27%;
  margin: 20px auto;
  border-radius: 180px;
}

.section {
  margin-top: 300px;
  margin-bottom: 40px;
}

.section > * {
  display: block;
  margin-top: 10px;
  margin-left: 20px;
  font-size: 20px;
}

.section input,
.section button {
  width: 93%;
  border: 1px solid grey;
}

.section .name-type {
  margin-top: 0px;
  outline: none;
  padding: 10px;
}

.section .log-in {
  margin-top: 30px;
  background-color: rgb(35, 131, 159);
  color: #fff;
}

.section .remember-me {
  display: inline;
  appearance: none;  
  -moz-appearance:none;
  -webkit-appearance: none;
  width: 25px;
  height: 15px;
  outline: none;
  border: 3px solid grey;
  margin: 30px 20px;
  cursor: pointer;
  padding: 0px 10px;
}

.close-avatar {
  margin-left: 20px;
  width: 120px;
  background-color: rgb(160, 160, 160);
  color: #fff;
  border: none;
}
.password a {
  background-color: rgb(35, 131, 159);
}

@media screen and (max-width: 580px) {


.head {
  height: 80px;
}

.nav {
  width: 98%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navegation {
  position: absolute;
  top: 80px;
  width: 100%;
  height: calc( 100vh - 80px );
  flex-direction: column;
  list-style: none;
  justify-content: center;
  display: none;
  background-color: rgb(3, 58, 80, .9);
}

.navegation a {
  display: block;
  visibility: visible;  
}

.navegation li a {
  width: 100%;  
  text-align: center;
  font-size: 14px;
}

.navegation img {
  visibility: hidden;
}

.homebutton {
  display: none;
}

.logo img {
  position: absolute;
  top: 1.25rem;
}

.toggle-button {  
  position: absolute;
  top: 1.75rem;
  right: 0.75rem;
  display: block;
  width: 36px;
  height: 21px;
}

.toggle-button .bar {
  flex-direction: column;
  justify-content: space-between;
  height: 3px;
  width: 100%;
  margin-bottom: 6px;
  background-color: #fff;
  display: block;
}

.navegation.active {
  display: flex;
}


#id01 {
  width: 90%;
}

.avatar img {
  min-width: 50%;
}

.section {
  width: 100%;
}

.content {
  width: 100%;
}
}