@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;1,200;1,300&family=Open+Sans:wght@300;500;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;1,200;1,300&family=Open+Sans:wght@300;500;600&family=Roboto:ital,wght@0,100;0,300;1,100;1,300&display=swap');

* {
  margin: 0;
  padding: 0;
}

:root {
  ---corPrimaria: #f3f3f3;
  ---corSecundaria: #333;
}



body {
  background-color: #f3f3f3;
  font-size: 16px;
  margin-top: 1%;
  margin-bottom: 1%;
  /*  */

}

a {
  color: #0067ff;
}

.titulo {
  padding-bottom: 0.8rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.3rem;
  display: flex;
  border-bottom: 2px solid rgb(255 255 255);
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Roboto';
}

span {
  color: #FFA100;
  padding-left: 8px;
}

.subtitulo {
  text-align: center;
  padding: 20px;
  font-size: 16px;
  color: white;
  font-weight: 400;
  font-family: 'Montserrat';
}

.background::before {
  margin: auto;
  content: "";
  background-image: url(/img/apis3.png);
  background-size: 5.5rem;
  background-repeat: no-repeat;
  background-position: 2px 86px;
  padding: 6rem;
}

.background {
  background-image: url(/img/background.jpg);
  padding: 2.5rem;
  border-radius: 5%;
  max-width: 500px;
  margin: 0 auto;
}


fieldset {
  margin-top: 3%;
  border: none;
}


.grupo {
  border-radius: 10px;
  padding-right: 20px;
  padding-left: 1rem;
  font-family: 'Poppins', sans-serif;
}

.campo-nome{
  padding-bottom: 1rem;
  text-align: left;
}

.campo-sobrenome{
  text-align: left;
}

.campo.setor-Primario {
  margin-left: 1rem;
  font-family: 'Poppins', sans-serif;
  margin-top: 1rem;
}

.campo.setor-Secundario {
  margin-left: 1rem;
}

.campo-agenda{
  font-family: 'Poppins', sans-serif;
  text-align: start;
  margin-left: 1rem;
  margin-bottom: 1rem;
}


::placeholder {
  font-size: 14px;
  font-family: "Roboto";
}


input,
select,
textarea,
button {
  border-radius: 5px;
}


input,
select {
  height: 1.5rem;
  padding-left: 1rem !important;
  width: 25rem;
  font-size: 1rem;
  padding: 3px;
  border: 1px solid #000;
  box-shadow: 2px 2px 2px black;
  background-color: #f3f3f3;
  color: #000;
  display: block;
}

#resultado {
  font-size: 1.3rem;
}

.campo {
  margin-bottom: 1rem;
  border-radius: 50%;
  font-family: 'Poppins', sans-serif;
}

.campo label {
  margin-bottom: 0.2rem;
  display: block;
  font-size: 16px;
  color: white;
}

select {
  height: 2rem;
  width: 26.4rem !important;
  font-size: 15px;
  border: 1px solid black;
  border-radius: 5px;
  box-shadow: 2px 2px 2px black;
  background-color: #f3f3f3;
  color: rgb(0, 0, 0);
  cursor: pointer;
}


select:focus, input:focus{
  outline: none;
  border-color: #FFA100;
  box-shadow: 0 0 5px rgba(255, 165, 0, 0.5);
}


label {
  color: white;
  text-align: left !important;
}

main {
  text-align: center;
  margin: 0px 0;
}

form {
  display: inline-block;
}

.div-botao-form {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.btn-form {
  border: solid 1px rgb(255, 187, 0);
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  color: rgb(0, 0, 0);
  background-color: #FBA517;
  transition: background-color 0.5s ease, color 0.5s ease, transform 0.5s ease;
  cursor: pointer;
}

.btn-form:hover {
  background-color: #ff9100;
  color: rgb(24, 23, 23);
}

.div-botao-copiar {
  text-align: center;
  margin-top: 20px;
}

.btn-copiar-assinatura {
  border: solid 1px rgb(255, 187, 0);
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  color: rgb(0, 0, 0);
  background-color: #FBA517;
  transition: background-color 0.5s ease, color 0.5s ease, transform 0.5s ease;
  display: none;
  font-family: "Roboto";
}

.btn-copiar-assinatura:hover {
  background-color: #ff9100;
  color: rgb(24, 23, 23);
}

#btn-email{
  background-color:rgb(255, 187, 0);
}

.encaminhar{
  display: none;
}

#tel a {
  text-decoration: none;
}

#resultado {
  margin: auto;
    max-width: 25rem;
  font-family: 'Roboto';
  text-align: left;
  margin-top: 20px;
  font-size: 0.6rem;
  background: white;
  padding: 15px;
  border-radius: 15px;
  display: none;
  line-height: 2.2;
}

.campo-ddd {
  margin-top: 4px;
  margin-bottom: 3px;
  font-family: 'Poppins', sans-serif;
  display: flex;
  flex-direction: column;
  width: 14%; 
}

.campo-ddd label {
  margin-top: 1%;
  display: block;
  font-size: 16px;
  color: white;
}

.campo-ddd input {
  font-size: 1rem;
  padding: 3px;
  border: 1px solid #000;
  box-shadow: 2px 2px 2px black;
  background-color: #f3f3f3;
  color: #000;
  display: block;
  width: 3rem;
}

.grupo-telefone{
  display: flex;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.campo-celular {
  flex-direction: column;
  display: flex;
  margin-top: 1%;
  margin-left: 7%;
  font-family: 'Poppins', sans-serif;
}

.info-resultado {
  color: black;
  text-transform: uppercase;
  user-select: none;
  font-weight: bold;
}

#tel {
  line-height: 2;
}

#telefone {
  display: flex;
  width: 19.2rem;
}

#canais{
  margin-bottom: 0.6rem;
}

.Opicional{
  font-size: 13px;
}

/* .campo input[type="text"], .campo input[type="email"] */