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

#reseller-about-us {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12rem 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-bottom: 12rem;
}

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

#reseller-questions header h2 span {
    font-weight: 700;
}

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


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

#reseller-questions .btn-reseller a {
    background-color: var(--primary-color);
    color: var(--primary-text-color);
    padding: 1rem 2rem;
    border-radius: 5px;
}

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


#reseller-register {
    background-color: var(--secondary-background-color);
    border-top: 4px solid var(--primary-color);
    padding: 8rem 0;
}

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

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

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

#reseller-register form header h2 {
    font-size: 20px;
}

#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(--primary-color);
  width: 100%;
  color: var(--primary-text-color);
  position: relative;
  border: none;
}

#reseller-register #salvar-cadastro:hover {
  background-color: var(--primary-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);
}

@media (max-width: 768px) {
    #reseller-about-us {
        flex-wrap: wrap;
        padding: 4rem 1rem;
    }

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

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

    #reseller-about-us .image {
        width: 250px;
        height: 240px;
    }

    #reseller-register {
        padding: 4rem 0;
    }

    #reseller-register form {
        padding-top: 1em;
    }

    #reseller-questions header h2,
    #reseller-register .title h2 {
        font-size: 24px;
    }
}
