.links-click {
  justify-content: space-between;
  left: -12px !important;
  align-items: center;
  position: relative;
  display: flex;
  gap: 24px;
}

.links-click a {
  font-family: 'Inter-normal', sans-serif;
  text-decoration: none !important;
  font-style: normal;
  font-weight: 400;
  color: #15203E;
}

.container-double-links {
  display: flex;
  height: 58px;
}

.login-register {
  transition: transform 0.8s;
  align-items: center;
  padding: 0 20px 0 0;
  display: flex;
  gap: 10px;
  text-decoration: none
}

.login-register p {
  font-family: 'Inter-normal', sans-serif;
  font-style: normal;
  line-height: 150%;
  font-weight: 400;
  font-size: 16px;
  color: #15203E;
}

.login-matricular {
  transition: transform 0.8s;
  background-color: #F2A691;
  align-items: center;
  border-radius: 30px;
  padding: 20px 28px;  
  display: flex;
  gap: 10px;
  text-decoration: none;
}

.login-matricular:hover {
  transform: scale(1.1);
  color: #15203E;
}

.login-matricular p {
  font-family: 'Inter', sans-serif;
  letter-spacing: -0.30px;
  font-style: normal;
  line-height: 140%;
  font-weight: 700;
  font-size: 18px;
  color: #15203E;
}

.modal-menu-items {
  display: flex;
  background-color: #fff;
  position: fixed;
  padding: 40px 20px;
  width: 100%;
  height: 100%;
  z-index: 999;
  flex-direction: column;
  align-items: flex-start;
  z-index: 9999;
}

.fechar-modal {
  background-color: #15203e;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  height: 24px;
  width: 24px;
}

.links-click-modal  {
  display: grid;
  justify-content: space-between;
  align-items: center;
  margin: 0px;
}

.item-modal{
  color: #15203e;
  font-size: 16px;
  margin-bottom:15px
}

.login-modal {
  margin: 0px;
  padding: 0px 0px;
}

.login-register-modal {
  font-family: 'Inter-normal', sans-serif;
  transition: transform 0.8s;
  background-color: #F2A691;
  -ms-flex-align: center;
  text-decoration: none;
  border-radius: 30px;
  padding: 10px 25px;
  width: max-content;
  font-weight: 400;
  color: #15203E;
  display:flex;
}

.login-register-modal:hover, .login-register:hover {
  transform: scale(1.2);
  color: #15203E;
}

.special {
  font-family: 'IBMPlexSansCondensed-semibold', sans-serif;
  margin-bottom: 110px;
  text-align: center;
  font-style: normal;
  line-height: 120%;
  margin-top: 110px;
  font-weight: 600;
  font-size: 40px;
  width: 474px;
  color: #FFF;
}

.sub-title {
  font-family: 'IBMPlexSansCondensed-semibold', sans-serif;
  margin-bottom: 110px;
  text-align: center;
  font-style: normal;
  line-height: 120%;
  margin-top: 110px;
  font-weight: 600;
  font-size: 40px;
  width: 330px;
  color: #FFF;
}


.sub-title-pagamento {
  font-family: 'IBMPlexSansCondensed-semibold', sans-serif;
  margin-bottom: 110px;
  text-align: center;
  font-style: normal;
  line-height: 120%;
  margin-top: 110px;
  font-weight: 600;
  font-size: 40px;
  color: #FFF;
}

@media (min-width: 1135px) {
  .menu-bar {
    display: none ;
  }
}

@media (min-width: 1150px) {
  .modal-menu-items {
    display: none !important;
  }
  .background-header{
    border-radius: 0px 0px 100px 100px;
    display: grid;
    justify-content: center;
    height: 464px;
  }
}

@media (max-width: 1150px) {
  .menu-bar {
    width: 37.333px;
    height: 32px;
    margin:0;
    display: flex;
  }
  .items-displayed, .container-double-links {
    display: none !important;
  }
  .background-header {
    border-radius: 0px 0px 32px 32px;
    display: grid;
    justify-content: center;
  }
  .box-links {
    display: flex;
    padding: 20px 40px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-radius: 80px;
  }
  .login-register {
    display: none ;
  }
  .special {
    margin-top: 80px;
    margin-bottom: 100px;
    font-size: 24px;
    font-weight: 400;
    width: 280px;
  }
  .negrito {
    font-weight: 700;
  }
  .sub-title, .sub-title-pagamento {
    margin-top: 80px;
    margin-bottom: 100px;
    font-size: 24px;
    font-weight: 400;
  }
}
