#header-comp {
  width: 948px;
  height: 70px;
  left: 0;
  top: 0;
  background-color: var(--purple);
  z-index: 99999999;
}

.contain-head {
  left: 0;
  top: 0;
  width: 948px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: var(--purple);
  transition: 0.3s all;
  z-index: 9999;
}

#left-h {
  margin-left: 20px;
  display: flex;
  justify-items: space-between;
  align-items: center;
}

#mid-h {
  margin: 0 24px;
  display: flex;
  justify-items: space-between;
  align-items: center;
}

#right-h {
  margin-right: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 70px;
  gap: 8px;
}

#escolher,
.sc {
  all: unset;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  padding: 9px 16px;
  text-decoration: none;
  color: #333;
  line-height: 150%;
  cursor: pointer;
}

#voltar {
  all: unset;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  padding: 9px 16px;
  text-decoration: none;
  color: #ffffff;
  line-height: 150%;
  cursor: pointer;
}

.sc a {
  margin-left: 1.75rem;
}

.sp {
  background-color: transparent;
  border: 2px var(--purple);
  max-height: calc(100% - 24px);
  width: 40%;
  border-style: solid;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  padding: 9px 16px;
  text-decoration: none;
  color: var(--purple);
  line-height: 24px;
  cursor: pointer;
  /* animation: pulse 1.5s infinite; */
}

.before-submit-whatsapp-icon {
  width: 24px;
  position: absolute;
}

#escolher {
  border: 2px solid #ffffff;
  margin-right: 6px;
  color: #ffffff;
  background-color: var(--purple);
}

#escolher:hover {
  transition: 0.3s all;
  color: var(--purple);
  background-color: #ffffff;
}

#escolher.active {
  color: var(--purple);
  background-color: #ffffff;
}

.sc {
  background: linear-gradient(
    14.06deg,
    var(--orange) -0.28%,
    var(--orangelight) 100.14%
  );
}

.sc:hover {
  transition: all 0.3s;
  background: linear-gradient(
    14.06deg,
    var(--orangelight) -0.28%,
    var(--orangelight) 100.14%
  );
}

.sp:hover {
  transition: all 0.3s;
  background-color: var(--purple);
  color: #f9f9f9;
}

.form_terms {
  margin-top: 8px;
}

.corfirm-title {
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  color: var(--lowmedium);
}

.corfirm-text {
  font-weight: 800;
  font-size: 10px;
  line-height: 12px;
  color: var(--lowmedium);
}

#logo-gd {
  width: 140px;
  margin-right: 0px;
  margin-right: 0px;
  cursor: pointer;
}

#logo-gd-f {
  width: 93.5px;
}
#logo-GAB {
  margin-left: 10px;
  width: 70px;
}

.itens-h {
  margin: 0 12px;
  text-decoration: none;
  font-weight: 700;
  color: #ffffff;
  padding: 12px 0;
  position: relative;
}

.itens-h.active {
  border-color: var(--orange);
}

.itens-h:hover {
  transition: 0.3s;
  color: var(--orange);
  border-color: var(--orange);
}

#menu-burger {
  width: 32px;
  display: none;
  cursor: pointer;
}

#side-menu-h {
  display: none;
  right: -350px;
}

.item-mobile {
  text-decoration: none;
  font-weight: 700;
  color: var(--purple);
  padding: 16px;
  display: flex;
  align-items: center;
}

.item-mobile:hover {
  transition: 0.3s all;
  background-color: #ffffff;
}

.gray-bar {
  width: 100%;
  height: 2px;
  background-color: var(--darkhigh);
}

.contacts-mobile-img {
  width: 24px;
}

.rs-mobile {
  margin: 0 4px;
}

.rs-mobile-img {
  width: 25px;
}

.Logo_banner {
  margin-top: 0;
  width: 80px;
}

#logo-gab-ban {
  height: 30px;
  padding: 10px;
  cursor: pointer;
}

@media (max-width: 10000px) {
  // MARCAÇÃO PARA CONFIGURAÇÃO DE FRONT PARA DESKTOP
  #header-comp {
    width: 100%;
    position: fixed;
  }
  .contain-head {
    position: fixed;
    justify-content: center;
    width: 100%;
  }
  .link_box {
    color: inherit;
    text-decoration: underline;
  }
}

@media (max-width: 1320px) {
  .contain-head {
    /* position: fixed; */
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    z-index: 1;
  }
}

@media (max-width: 1000px) {
  #header-comp {
    position: absolute;
    top: 0vh;
    width: 100%;
    z-index: 99999;
  }
  .contain-head {
    position: fixed;
    width: 100%;
  }
  #mid-h,
  #right-h {
    display: none;
  }
  #menu-burger {
    display: block;
    margin-right: 30px;
  }

  #side-menu-h {
    position: fixed;
    margin-top: 70px;
    width: 304px;
    height: 120vh;
    display: flex;
    flex-direction: column;
    background-color: var(--lighthigh);
    z-index: 1;
  }
}

// MARCAÇÃO PARA CONFIGURAÇÃO DE FRONT PARA TABLET
@media (max-width: 768px) {
  #header-comp {
    width: 100%;
  }
  .contain-head {
    width: 100%;
    justify-content: space-between;
  }

  .Logo_banner {
    max-margin-left: 50%;
    margin-top: 590px;
    max-width: 80px;
    height: 30px;
    z-index: 99;
  }

  #logo-gab-ban {
    height: 30px;
    cursor: pointer;
  }
}

@media (max-width: 390px) {
  .contain-head {
    width: 100%;
  }

  #side-menu-form {
    width: 200px;
  }
}
