.banner-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 4rem 2rem;
}

#reseller-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

#reseller-banner img {
  width: 100%;
}

/* BANNER FORM */

#reseller-banner-content-form {
    max-width: 70%;
    background-color: #45494C;
    border-radius: 35px;
    padding: 25px 30px;
}

#reseller-banner-content-form h2 {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 1.5px;
}

#reseller-banner-content-form p {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
}

#reseller-banner-content-form input {
    padding: 10px;
    border-radius: 5px;
}

#reseller-banner-content-form input::placeholder {
  color: #C1C1C1;
  font-weight: 600;
}

#reseller-banner-content-form button {
  background-color: var(--primary-color);
  border: none;
  border-radius: 10px;
  padding: 18px;
  color: white;
  font-size: larger;
}

#reseller-banner-content-form button:hover {
  background-color: var(--primary-hover-color);
}

#whats-text a {
    color: white;
    font-weight: bold;
}

#whats-text a:hover {
    color: #fff;
    text-decoration: underline !important;
}

/* Banner form End */

#reseller-about-us {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8rem 1rem;
  gap: 5rem;
}

#reseller-about-us .image {
  width: 360px;
  height: 350px;
}

#reseller-about-us .image img {
  width: 100%;
  height: 100%;
}

#reseller-about-us .about-us {
  width: 350px;
}

#reseller-about-us .about-us h2 {
  margin-bottom: 1rem;
  font-weight: 400;
}

#reseller-about-us .about-us p {
  font-weight: 300;
}

#reseller-questions {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

#reseller-questions header h2 {
  color: var(--primary-color);
  text-align: center;
  font-size: 36px;
}

#reseller-questions #accordion {
  margin: 4rem 0;
}

#reseller-questions .btn-reseller {
  text-align: center;
}

#reseller-questions .btn-reseller a {
  font-weight: bold;
  background-color: var(--primary-color);
  color: var(--primary-text-color);
  padding: 15px 4rem;
  border-radius: 10px;
}

#reseller-questions .btn-reseller a:hover {
  background-color: var(--primary-hover-color);
  font-weight: 700;
}

#resseler-border-container {
  background-color: var(--primary-color);
}

#resseler-border-container svg {
  width: 100%;
  transform: translateY(-31px);
}

#resseler-border-container svg path {
  fill: var(--secondary-background-color);
}

#reseller-register {
  background-color: var(--primary-color);
  padding: 8rem 0;
}

#reseller-register .title h2 {
  text-transform: uppercase;
  text-align: center;
  color: var(--primary-text-color);
  font-size: 36px;
}

#reseller-register .title h2 span {
  font-weight: 700;
  color: var(--primary-text-color);
}

#reseller-register label {
  float: left;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
  color: var(--primary-text-color);
}

#reseller-register form header h2 {
  font-size: 20px;
  color: var(--primary-text-color);
}

#reseller-register input,
#reseller-register select,
#reseller-register textarea {
  float: left;
  width: 100%;
  padding: 2px 2%;
  border: 1px solid black !important;
  font-size: 0.875rem;
  border-radius: 3px !important;
}

#reseller-register input::placeholder,
#reseller-register select::placeholder,
#reseller-register textarea::placeholder {
  color: var(--color-text-four);
  font-size: small;
}

#reseller-register input,
#reseller-register select {
  height: 35px;
}

#reseller-register textarea {
  height: 221px;
}

#reseller-register #salvar-cadastro {
  margin-top: 6px;
  cursor: pointer;
  height: 54px;
  background-color: var(--secondary-color);
  width: 100%;
  color: var(--secondary-text-color);
  position: relative;
  border: none;
}

#reseller-register #salvar-cadastro:hover {
  background-color: var(--secondary-hover-color);
}

#reseller-register input[type="file"] {
  border: none;
  cursor: pointer;
}

#reseller-register #salvar-cadastro:hover {
  transition: 0.3s;
}

#reseller-register form {
  padding-top: 8rem;
}

.campo-obrigatorio {
  color: var(--color-text-red);
  margin-right: 5px;
  line-height: 30px;
  margin-bottom: 0;
}

#campo-cidade {
  float: left;
  width: 30%;
  margin: 0 1%;
}

#campo-uf {
  float: left;
  width: 18%;
}

#campo-endereco {
  float: left;
  margin-right: 1%;
  width: 81%;
}

#campo-numero {
  float: left;
  width: 18%;
}

#mensagemAlert {
  font-size: 1.25rem;
  font-weight: bold;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

#reseller-register .error input,
#reseller-register .error select {
  border: 1px solid red !important;
}

#reseller-register .error .validationMessage {
  color: red !important;
}

body:has(#reseller-register) .social_medias {
  background-color: var(--secondary-background-color);
}

.img-mobile {
    display: none;
}

/* 768 PX */
@media (max-width: 769px) {
  .banner-wrapper {
    background: none;
    padding: 2rem 1rem;
  }

  .img-mobile {
    display: block;
    width: 100%;
    height: 250px;
    border-radius: 10px;
  }

  #reseller-banner {
    flex-direction: column;
    gap: 20px;
  }

  #reseller-banner .image {
    width: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  #reseller-banner-content {
    flex-direction: column;
    align-items: center;
  }

  #reseller-banner-content-form {
    max-width: 100%;
    border-radius: 15px;
    padding: 10px;
  }

  #reseller-banner-content-form h2 {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-align: center;
  }

  #reseller-banner-content-form p {
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
  }

  #reseller-banner-content-form input {
    width: 100%;
    margin-bottom: 10px;
  }

  #reseller-banner-content-form button {
    width: 100%;
    background-color: var(--primary-color);
    border: none;
    border-radius: 10px;
    padding: 14px;
    color: white;
    font-size: 1rem;
  }

  #reseller-banner-content-form button:hover {
    background-color: var(--primary-hover-color);
  }

  #whats-text a {
    color: white;
    font-weight: bold;
  }

  #whats-text a:hover {
    color: #fff;
    text-decoration: underline !important;
  }
}
