.headbar {
    width: 100%;
    height: 60px;
    position: fixed;
    background-color: transparent;
    z-index: 6;
    top: 0%;
  }
  .headbar .main-header #main-menu{
    z-index: 2;
  }
  .headbar .main-header {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .headbar .main-header::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background-color: #202020; */
    background-color: #000062;
    opacity: 0.9;
  }
  .headbar #h3 {
    width: auto;
    height: 40px;
    color: white;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
  }
  .headbar #and {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 255px;
    font-size: 25px;
    font-weight: 300;
    color: white;
    font-family: "BankGothic";
    z-index: 1;
    margin-top: 0;
    top: 100%;
    transform: translateY(-130%);
    text-align: center;
  }
  .headbar #plano {
    width: 245px;
    height: 45px;
    color: white;
    position: absolute;
    left: 285px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
  }
  .headbar #EN {
    width: 35px;
    height: 35px;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
  }
  .headbar #lang {
    width: 30px;
    height: 90px;
    position: absolute;
    right: 0px;
    top: 140%;
    transform: translate(0, -50%);
    display: block;
    border-radius: 5px;
    background-color: #2b2a2a;
    display: none;
    opacity: 0.9;
  }
  .headbar #lang li {
    color: white;
    font-size: 15px;
    font-weight: 500;
    font-family: "Cairo";
    background-color: #2b2a2a;
    margin-left: -20px;
    display: block;
  }
  .headbar #lang li:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .headbar #EN:hover {
    cursor: pointer;
  }
  .headbar #menu {
    width: 30px;
    height: 30px;
    position: absolute;
    right: calc(2% + 30px);
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    display: none;
  }
  .headbar #EN:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .headbar .main-header #main-menu {
    width: 630;
    height: 35px;
    list-style-type: none;
    position: absolute;
    right: 75px;
    margin: 0px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .headbar #main-menu h2 {
    display: none;
  }
  .headbar .main-header img {
    width: 34px;
    height: 34px;
    z-index: 1;
  }
  .headbar ul li {
    margin-left: 20px;
    display: inline-block;
    z-index: 1;
  }
  
  .headbar ul li:hover {
    cursor: pointer;
    text-decoration: underline;
  }
@media (max-width: 1600px) {
    .headbar {
        width: 100%;
        height: 50px;
        position: fixed;
        background-color: transparent;
        z-index: 6;
        top: 0%;
      }
      .headbar .main-header {
        width: 100%;
        height: 100%;
        position: relative;
      }
      .headbar .main-header::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        /* background-color: #202020; */
        background-color: #014e68;
        opacity: 0.9;
      }
      .headbar #and {
        width: 30px;
        height: 30px;
        position: absolute;
        left: 240px;
        font-size: 25px;
        color: white;
        font-family: "BankGothic";
        z-index: 1;
        margin-top: 0;
        top: 100%;
        text-align: center;
        transform: translateY(-120%);
      }
      .headbar #plano {
        width: 230px;
        height: 40px;
        color: white;
        position: absolute;
        left: 270px;
        top: 50%;
        transform: translate(0, -50%);
        z-index: 1;
      }
      .headbar #EN {
        width: 30px;
        height: 30px;
        position: absolute;
        left: 99%;
        top: 50%;
        transform: translate(-100%, -50%);
      }
    
      .headbar #lang {
        width: 30px;
        height: 90px;
        position: absolute;
        right: 0px;
        top: 140%;
        transform: translate(0, -50%);
        display: block;
        border-radius: 5px;
        background-color: #2b2a2a;
        z-index: 3;
        display: none;
        opacity: 0.9;
      }
    
      .headbar #lang li {
        color: white;
        font-size: 15px;
        font-weight: 500;
        font-family: "Cairo";
        background-color: #2b2a2a;
        margin-left: -20px;
      }
    
      .headbar #lang li:hover {
        cursor: pointer;
        text-decoration: underline;
      }
      .headbar .main-header #main-menu {
        width: fit-content;
        height: 30px;
        list-style-type: none;
        position: absolute;
        right: calc(2% + 30px);
        top: 50%;
        transform: translate(0, -50%);
        margin: 0px;
      }
    
      .headbar .main-header img {
        width: 30px;
        height: 30px;
      }
    
      .headbar ul li {
        margin-left: 10px;
        display: inline-block;
      }
      .headbar #main-menu h2 {
        display: none;
      }
}
@media (max-width: 1199.99px) {
    .headbar {
        width: 100%;
        height: 45px;
        position: fixed;
        background-color: transparent;
        z-index: 6;
        top: 0%;
      }
    
      .headbar .main-header {
        width: 100%;
        height: 100%;
        position: relative;
      }
    
      .headbar .main-header::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        /* background-color: #202020; */
        background-color: #014e68;
        opacity: 0.9;
      }
      .headbar #h3 {
        height: 35;
      }
      .headbar #and{
        width: 25px;
        height: 25px;
        position: absolute;
        left: 210px;
        top: 100%;
        transform: translateY(-120%);
        text-align: center;
        font-size: 20px;
    
      }
      .headbar #plano {
        width: 200px;
        height: 30px;
        color: white;
        font-size: 30px;
        font-family: "Cairo";
        font-weight: 700;
        position: absolute;
        left: 235px;
        top: 50%;
        transform: translate(0, -50%);
      }
    
      .headbar #lang {
        width: 30px;
        height: 90px;
        position: absolute;
        left: 100%;
        top: 100%;
        transform: translate(-100%, -20%);
        display: block;
        border-radius: 5px;
        background-color: #2b2a2a;
        z-index: 3;
        display: none;
      }
    
      .headbar #lang li {
        color: white;
        font-size: 15px;
        font-weight: 500;
        font-family: "Cairo";
        background-color: #2b2a2a;
        margin-left: -20px;
      }
    
      .headbar #lang li:hover {
        cursor: pointer;
        text-decoration: underline;
      }
      .headbar #menu {
        display: block;
      }
      .headbar #menu:hover {
        background-color: #4b4949;
        cursor: pointer;
      }
      .headbar ul {
        display: none;
        width: 12%;
        height: 160px;
        position: absolute;
        right: 3%;
        background-color: #2b2a2a;
        top: 65%;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        transform: translate(0, 0);
      }
      .headbar .main-header #main-menu {
        width: 180px;
        height: 305px;
        margin-top: 40px;
        top: 0;
        right: 0;
        transform: translateY(0);
        background-color: #2b2a2a;
        border-bottom-right-radius: 0px;
        opacity: 0.9;
      }
      .headbar #main-menu li {
        width: 180px;
        margin-top: 1px;
        color: white;
        font-size: 13px;
        font-weight: 500;
        font-family: "Cairo";
        display: flex;
        align-items: center;
        margin-left: -15px;
      }
    
      .headbar #main-menu img {
        left: 0;
        width: 30px;
        height: 30px;
      }
    
      .headbar #main-menu h2 {
        margin-left: 10px;
        color: white;
        font-size: 14px;
        font-family: "Cairo";
        font-weight: 500;
        display: inline-block;
      }
}
@media (max-width: 999.99px) {
    .headbar {
        width: 100%;
        height: 45px;
        position: fixed;
        background-color: transparent;
        z-index: 6;
        top: 0%;
      }
    
      .headbar .main-header {
        width: 100%;
        height: 100%;
        position: relative;
      }
    
      .headbar .main-header::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        /* background-color: #202020; */
        background-color: #014e68;
        opacity: 0.9;
      }
      .headbar #and{
        width: 25px;
        height: 25px;
        font-size: 20px;
        position: absolute;
        left: 210px;
        top: 100%;
        transform: translateY(-110%);
      }
      .headbar #plano {
        width: 200px;
        height: 35px;
        color: white;
        font-size: 30px;
        font-family: "Cairo";
        font-weight: 700;
        position: absolute;
        left: 235px;
        top: 50%;
        transform: translate(0, -50%);
      }
      .headbar #EN {
        width: 25px;
        height: 25px;
      }
      .headbar #lang {
        width: 30px;
        height: 90px;
        position: absolute;
        left: 100%;
        top: 100%;
        transform: translate(-100%, -22%);
        display: block;
        border-radius: 5px;
        background-color: #2b2a2a;
        z-index: 3;
        display: none;
      }
      .headbar #lang li {
        color: white;
        font-size: 13px;
        font-weight: 500;
        font-family: "Cairo";
        background-color: #2b2a2a;
        margin-left: -20px;
      }
      .headbar #lang li:hover {
        cursor: pointer;
        text-decoration: underline;
      }
      .headbar #menu {
        display: block;
      }
      .headbar #menu:hover {
        background-color: #4b4949;
        cursor: pointer;
      }
      .headbar ul {
        display: none;
        width: 12%;
        height: 160px;
        position: absolute;
        right: 3%;
        background-color: #2b2a2a;
        top: 65%;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        transform: translate(0, 0);
      }
    
      .headbar .main-header #main-menu {
        width: 210px;
        height: 310px;
        margin-top: 40px;
        right: 0px;
        top: 0;
        transform: translateY(0);
        background-color: #2b2a2a;
        border-bottom-right-radius: 0px;
        opacity: 0.9;
      }
    
      .headbar #main-menu li {
        width: 210px;
        margin-top: 1px;
        color: white;
        font-size: 13px;
        font-weight: 500;
        font-family: "Cairo";
        display: flex;
        align-items: center;
        margin-left: -15px;
      }
    
      .headbar #main-menu img {
        left: 0;
        width: 30px;
        height: 30px;
      }
    
      .headbar #main-menu h2 {
        margin-left: 10px;
        color: white;
        font-size: 14px;
        font-family: "Cairo";
        font-weight: 500;
        display: inline-block;
      }
}
@media (max-width: 699.99px) {
    .headbar {
        width: 100%;
        height: 35px;
        position: fixed;
        background-color: transparent;
        z-index: 6;
        top: 0%;
      }
    
      .headbar .main-header {
        width: 100%;
        height: 100%;
        position: relative;
      }
    
      .headbar .main-header::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        /* background-color: #202020; */
        background-color: #014e68;
        opacity: 0.9;
      }
      .headbar #h3 {
        width: auto;
        height: 25px;
      }
      .headbar #and{
        width: 20px;
        height: 20px;
        font-size: 15px;
        position: absolute;
        left: 125px;
        top: 100%;
        transform: translateY(-120%);
      }
      .headbar #plano {
        width: 120px;
        height: 20px;
        color: white;
        font-size: 30px;
        font-family: "Cairo";
        font-weight: 700;
        position: absolute;
        left: 145px;
        bottom: 0px;
      }
      .headbar #EN {
        width: 20px;
        height: 20px;
      }
      .headbar #lang {
        width: 30px;
        height: 70px;
        position: absolute;
        left: 100%;
        top: 100%;
        transform: translate(-100%, -25%);
        display: block;
        border-radius: 5px;
        background-color: #2b2a2a;
        z-index: 0;
        display: none;
      }
      .headbar #lang li {
        color: white;
        font-size: 12px;
        font-weight: 500;
        font-family: "Cairo";
        background-color: #2b2a2a;
        margin-left: -20px;
      }
      .headbar #lang li:hover {
        cursor: pointer;
        text-decoration: underline;
      }
      .headbar #menu {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 30px;
      }
      .headbar #menu:hover {
        background-color: #4b4949;
        cursor: pointer;
      }
      .headbar ul {
        display: none;
        width: 12%;
        height: 160px;
        position: absolute;
        right: 3%;
        background-color: #2b2a2a;
        top: 65%;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        transform: translate(0, 0);
      }
    
      .headbar .main-header #main-menu {
        width: 150px;
        height: 195px;
        margin-top: 35px;
        top: 0;
        right: 0;
        transform: translateY(0);
        background-color: #2b2a2a;
        border-bottom-right-radius: 0px;
        opacity: 0.9;
      }
    
      .headbar #main-menu li {
        width: 150px;
        height: 30px;
        margin-top: 1px;
        color: white;
        font-size: 13px;
        font-weight: 500;
        font-family: "Cairo";
        display: flex;
        align-items: center;
        margin-left: -15px;
      }
    
      .headbar #main-menu img {
        left: 0;
        width: 25px;
        height: 25px;
      }
    
      .headbar #main-menu h2 {
        margin-left: 10px;
        color: white;
        font-size: 11px;
        font-family: "Cairo";
        font-weight: 500;
        display: inline-block;
      }
}
@media (max-width: 374.99px) {
    .headbar {
        width: 100%;
        height: 35px;
        position: fixed;
        background-color: transparent;
        z-index: 6;
        top: 0%;
      }
    
      .headbar .main-header {
        width: 100%;
        height: 100%;
        position: relative;
      }
    
      .headbar .main-header::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        /* background-color: #202020; */
        background-color: #014e68;
        opacity: 0.9;
      }
      .headbar #and{
        width: 20px;
        height: 20px;
        font-size: 15px;
        position: absolute;
        left: 125px;
        top: 100%;
        transform: translateY(-120%);
      }
      .headbar #plano {
        width: 120px;
        height: 20px;
        color: white;
        font-size: 30px;
        font-family: "Cairo";
        font-weight: 700;
        position: absolute;
        left: 145px;
        top: 50%;
        transform: translate(0, -50%);
      }
  
    
      .headbar #lang {
        width: 30px;
        height: 80px;
        position: absolute;
        left: 100%;
        top: 100%;
        transform: translate(-100%, -25%);
        display: block;
        border-radius: 5px;
        background-color: #2b2a2a;
        z-index: 3;
        display: none;
      }
    
      .headbar #lang li {
        color: white;
        font-size: 12px;
        font-weight: 500;
        font-family: "Cairo";
        background-color: #2b2a2a;
        margin-left: -20px;
      }
    
      .headbar #lang li:hover {
        cursor: pointer;
        text-decoration: underline;
      }
    
      .headbar #menu {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 30px;
      }
    
      .headbar #menu:hover {
        background-color: #4b4949;
        cursor: pointer;
      }
    
      .headbar ul {
        display: none;
        width: 12%;
        height: 160px;
        position: absolute;
        right: 3%;
        background-color: #2b2a2a;
        top: 65%;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        transform: translate(0, 0);
      }
    
      .headbar .main-header #main-menu {
        width: 150px;
        height: 195px;
        margin-top: 35px;
        top: 0;
        transform: translateY(0);
        background-color: #2b2a2a;
        border-bottom-right-radius: 0px;
        opacity: 0.9;
      }
    
      .headbar #main-menu li {
        width: 150px;
        height: 30px;
        margin-top: 1px;
        color: white;
        font-size: 13px;
        font-weight: 500;
        font-family: "Cairo";
        display: flex;
        align-items: center;
        margin-left: -15px;
      }
    
      .headbar #main-menu img {
        left: 0;
        width: 25px;
        height: 25px;
      }
    
      .headbar #main-menu h2 {
        margin-left: 10px;
        color: white;
        font-size: 11px;
        font-family: "Cairo";
        font-weight: 500;
        display: inline-block;
      }
}