@font-face {
  font-family: "OpenSansRegular";
  src: url(OpenSans-Regular-webfont.eot);
  src: url(OpenSans-Regular-webfont.eot?#iefix) format("embedded-opentype"),
    url(OpenSans-Regular-webfont.woff) format("woff"),
    url(OpenSans-Regular-webfont.ttf) format("truetype"),
    url(OpenSans-Regular-webfont.svg#open_sansregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 1px;
  margin-top: 0px;
  padding: 0;
  border: 0;
  color: #e2e2e2;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: "OpenSansRegular";
}

body {
  margin: 8px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
  width: 212px;
  height: 30px;
  padding: 0px 0px 0 9px;
  margin: 0 0 8px 0;
  border: 1px solid #e2e2e2;
  background-color: rgb(255 255 255);
  color: #000;
  font-size: 14px;
  font-family: "OpenSansRegular", sans-serif;
  border-radius: 0;
  /* box-shadow: -1px 1px 1px 1px rgba(0,0,0,0.2); */
  border-radius: 2px;
  position: relative;
  /* line-height: 33px; */
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  /* background-color: #fff; */
  box-shadow: inset 3px 3px 20px 1px rgba(0, 0, 0, 0.11);
  z-index: 9;
}

textarea {
  width: 212px;
  height: 50px;
  max-width: 244px;
  max-height: 100px;
  padding-top: 8px;
  margin-bottom: 5px;
}

select {
  width: 231px;
  height: 32px;
  padding: 0 0 0 12px;
  cursor: pointer;
}

select.divididos {
  width: 374px !important;
  height: 60px;
}

input[type="checkbox"] {
  width: 20px;
  height: 38px;
  margin-right: 4px;
  cursor: pointer;
}

.boxForm .p {
  line-height: 30px;
}

fieldset {
  margin: 0 0 10px 0;
}

fieldset label {
  cursor: pointer;
  margin-right: 8px;
}

input[type="submit"],
button {
  width: 231px;
  height: 34px;
  border: none;
  color: #ffffff;
  background-color: #089818;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
  font-size: 23px;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
  clear: both;
  margin-top: 0px;
  border-radius: 2px;
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.45);
}

input[type="submit"]:hover,
button:hover {
  background-color: #006929;
}

input[type="submit"]:active,
button:active {
  box-shadow: inset 0 0 32px 0 #333;
}

::-webkit-input-placeholder {
  color: #000 !important;
}

:-moz-placeholder {
  color: #000 !important;
}

::-moz-placeholder {
  color: #000 !important;
}

:-ms-input-placeholder {
  color: #000 !important;
}

#msgObrigado {
  color: #000;
  font-size: 23px;
  height: 62px;
  margin: 20px 10px 0 10px;
  text-align: center;
  padding-top: 35px;
  border-radius: 7px;
  font-family: "OpenSansRegular", sans-serif;
}

#msgErro {
  color: #000;
  font-size: 24px;
  height: 100px;
  margin: 20px 10px 0 6px;
  text-align: center;
  padding-top: 35px;
  border-radius: 7px;
  font-family: "OpenSansRegular", sans-serif;
}

#msgErro b {
  color: #f00;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

#outroFormulario a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  font-family: "OpenSansRegular", sans-serif;
  line-height: 63px;
}

#outroFormulario a:hover {
  text-decoration: underline;
}

div.indicados {
  width: 267px;
  height: 212px;
  padding: 10px 5px 10px 10px;
  background-color: #1faf2f;
  border-radius: 2px;
  display: none;
  z-index: 9;
  position: absolute;
  margin: 230px 0px 0px 0px;
  box-shadow: 6px 9px 15px 2px rgba(0, 0, 0, 0.23);
}
div.indicados span {
  width: 80px;
  height: 28px;
  font-size: 14px;
  border-radius: 50px;
  position: relative;
  float: right;
  margin: -30px -5px 0px 0px;
  background-color: #e01a1a;
  box-shadow: 2px 3px 9px -3px rgba(0, 0, 0, 0.8);
  text-align: center;
  line-height: 28px;
  color: #fff;
  cursor: pointer;
}
div.indicados input[type="text"] {
  width: 122px !important;
  border-radius: 4px;
}
div.indicados input[type="tel"] {
  width: 105px !important;
  border-radius: 4px;
}
input.info {
  width: 270px;
}
button.btnIndicar {
  font-size: 14px;
  height: 40px;
  width: 282px;
  background-color: #1a94ff;
  margin-bottom: 8px;
  border-radius: 2px;
  letter-spacing: 0px;
}
@media (min-width: 300px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea,
  select {
    height: 32px;
    width: 272px;
    margin: 0px 7px 7px 0px;
    float: left;
  }

  textarea {
    width: 272px;
    height: 80px;
    max-width: 414px;
    max-height: 80px;
    padding-top: 8px;
  }

  select {
    width: 283px;
    height: 36px;
    padding: 0 0 0 5px;
    cursor: pointer;
  }

  input[type="submit"],
  button {
    width: 283px;
    height: 40px;
  }
  #msgObrigado {
    margin: 350px 10px 0px 0px !important;
  }

  #msgErro {
    margin: 350px 30px 0px 20px !important;
  }
}
@media (min-width: 400px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea,
  select {
    height: 36px;
    /* width: 242px !important; */
    margin: 0 8px 8px 0;
    line-height: 30px;
    border-radius: 2px;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #000;
    /* font-style: italic; */
    /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22); */
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    padding-left: 15px;
  }
  textarea {
    width: 357px;
    min-width: 357px;
    height: 71px;
    /* max-width: 260px; */
    max-height: 91px;
    padding-top: 7px;
    padding-right: 10px;
    line-height: 15px;
  }
  select {
    width: 227px;
    height: 40px;
    padding: 0 0 0 12px;
    cursor: pointer;
  }
  input[type="submit"],
  button {
    width: 130px !important;
    height: 82px;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 2px;
    word-wrap: break-word;
  }
  input.info {
    width: 110px !important;
  }
  .txtIndicacao {
    font-size: 14px;
    width: 170px;
    float: left;
    height: 41px;
    color: #e5e5e5;
  }
  div.indicados {
    width: 485px;
    height: 240px;
    padding: 20px;
    background-color: #cecece;
    border-radius: 10px;
    display: none;
    z-index: 9;
    position: absolute;
    margin: 20px 0px 0px 0px;
    box-shadow: 2px 3px 6px 3px rgba(0, 0, 0, 0.4);
  }
  div.indicados span {
    width: 70px;
    height: 22px;
    font-size: 13px;
    border-radius: 50px;
    position: relative;
    float: right;
    margin: -30px 14px 0px 0px;
    background-color: #e01a1a;
    box-shadow: 2px 3px 9px -3px rgba(0, 0, 0, 0.8);
    text-align: center;
    line-height: 22px;
    color: #fff;
    cursor: pointer;
  }
  div.indicados input[type="text"] {
    width: 290px !important;
    border-radius: 4px;
  }
  div.indicados input[type="tel"] {
    width: 136px !important;
    border-radius: 4px;
  }
  button.btnIndicar {
    font-size: 14px;
    height: 40px;
    width: 217px !important;
    background-color: #1a94ff;
    margin-bottom: 8px;
    border-radius: 3px;
    letter-spacing: 0px;
  }
  .nomeIndicado {
    width: 190px !important;
  }
  .nome {
    width: 267px !important;
  }
  .email {
    width: 212px !important;
  }
  .telefone {
    width: 120px !important;
  }
  .whatsapp {
    width: 120px !important;
  }
  .slqCurso {
    width: 231px !important;
  }
  .cidade {
    width: 178px !important;
  }
  .slqUF {
    width: 70px !important;
  }
  .endereco {
    width: 385px !important;
  }
  .rg {
    width: 94px !important;
  }
  .dtEmissao {
    width: 136px !important;
  }
  .cpf {
    width: 116px !important;
  }
  .cep {
    width: 79px !important;
  }

  /* Mensagem de Obrigado */
  #msgObrigado {
    margin: 120px 20px 0px -10px !important;
    color: #000;
  }

  #msgErro {
    margin: 120px 20px 0px -10px !important;
    height: 0px;
    color: #000;
  }
  #outroFormulario a {
    color: #000;
    line-height: 50px;
  }

  /* Cor do placeholder */
  ::-webkit-input-placeholder {
    color: #000 !important;
  }

  :-moz-placeholder {
    color: #000 !important;
  }

  ::-moz-placeholder {
    color: #000 !important;
  }

  :-ms-input-placeholder {
    color: #000 !important;
  }
}
@-moz-document url-prefix("") {}
