html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  margin: 0;
  align-items: center;
}

.container {
  overflow: auto;
  padding: 0 20px;
  margin: 16px auto;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  width: calc(100% - 16px);
}

.body_cont {
  margin-top: -20px;
}

.form {
  width: 100%;
  margin-top: 5px;
}

.obrigatorio {
  color: #999;
  font-size: 0.65em;
  margin-bottom: 20px;
  letter-spacing: 0.6px;
  font-family: "Roboto", sans-serif;
}

.titulo {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}

.subTitulo {
  font-size: 0.8em;
  margin-bottom: 2px;
  line-height: 20px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.container-inputs {
  height: 80px;
}

.label {
  width: 300px;
  display: block;
  color: #4b4b4b;
  font-size: 0.85em;
  margin-right: 13px;
  margin-bottom: 5px;
  letter-spacing: 1.5px;
  font-family: "Roboto", sans-serif;
}

.label.radio1 {
  width: 15%;
  cursor: pointer;
  display: inline-block;
}

.label.radio2 {
  width: 21%;
  cursor: pointer;
  display: inline-block;
}

.label.radio3 {
  width: 43%;
  cursor: pointer;
  display: inline-block;
}

.label.cont {
  width: 60%;
}

.required {
  color: #999;
  font-size: 12px;
}

.input {
  width: 97%;
  border: none;
  height: 10px;
  outline: none;
  font-size: 0.9em;
  color: #9e9e9e;
  padding-top: 10px;
  padding-bottom: 5px;
  letter-spacing: 0.6px;
  border-bottom: 1px solid #aeaeae;
  font-family: "Roboto", sans-serif;
}

.input.select {
  padding: 5px;
  height: 30px;
  font-size: 0.9em;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
}

.tel_cont {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.ddd {
  width: 40%;
}

.input.ddd {
  width: 60%;
}

.telefone {
  width: 50%;
  margin-right: 5px;
}

.tituloRadio {
  font-weight: 500;
  font-size: 0.85em;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}

.container-inputs.radioC {
  height: 120px;
  margin-top: 3px;
}

.input-radio {
  width: 4%;
  cursor: pointer;
  margin: 1px 6px 0 0;
}

.radio {
  height: 16px;
  display: flex;
  margin-top: 5px;
  margin-bottom: 15px;
}

.divisor {
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #999;
}

#msg {
  width: 97%;
  height: 50px;
  resize: none;
  color: #999;
  margin-top: 5px;
  font-size: 0.9em;
  letter-spacing: 0.6px;
  font-family: "Roboto", sans-serif;
}

.container-cap {
  height: 95px;
  margin-top: 20px;
}

.erro-captcha {
  height: 0;
  padding: 0;
  margin-top: 0%;
  font-size: 11px;
  color: #ae0000;
  letter-spacing: 0.6px;
  font-family: "Roboto", sans-serif;
}

.btnEnviar {
  width: 100%;
  float: left;
  border: none;
  height: 60px;
  outline: none;
  color: #000;
  cursor: pointer;
  margin-top: 10px;
  font-size: 1.5em;
  border-radius: 8px;
  letter-spacing: 2.5px;
  background-color: #ffcc00;
  font-family: "Roboto", sans-serif;
}

.btnEnviar:hover {
  background-color: #ecc00e;
}

.erro {
  height: 0;
  padding: 0;
  width: 100%;
  margin-top: 0%;
  font-size: 11px;
  color: #ae0000;
  font-weight: normal;
  letter-spacing: 0.6px;
  font-family: "Roboto", sans-serif;
}

.envio {
  float: right;
  color: green;
  font-size: 13px;
  margin-top: 15px;
  margin-left: 0px;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
}

.termo {
  font-family: "Roboto", sans-serif;
  color: #999;
  font-size: 0.8em;
  margin-top: 40px;
  line-height: 20px;
}

.modal {
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  overflow: auto;
  margin-top: 500px;
  position: absolute;
  background-color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.4);
}

.modal-content {
  width: 240px;
  padding: 20px;
  border: 1px solid #888;
  background-color: #fefefe;
  margin: 250px auto 0px auto;
}

.img-modal {
  width: 60px;
  margin-left: 90px;
}

.titulo-modal {
  font-size: 18px;
  margin-left: 38%;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.corpo-modal {
  font-size: 12px;
  margin-top: 10px;
  margin-left: 12px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.corpo-modal2 {
  color: #999;
  font-size: 12px;
  margin-top: 30px;
  font-weight: 900;
  margin-left: 86px;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}

.button-modal {
  width: 50%;
  border: none;
  height: 30px;
  color: #000;
  margin-left: 60px;
  border-radius: 2px;
  background-color: #ffcc00;
}

@media screen and (min-width: 480px) {
  .container {
    max-width: 395px;
  }
}

@media screen and (max-width: 320px) {
  .label {
    font-size: 0.59em;
  }

  .qtd_cargos {
    width: 43%;
  }

  .input.select {
    font-size: 0.85em;
  }

  .ddd {
    width: 43%;
  }
}

@media (min-width: 330px) and (max-width: 480px) {
  .label {
    font-size: 0.75em;
  }

  .qtd_cargos {
    width: 36%;
  }
  .ddd {
    width: 43%;
  }
}
