:root {
  /* Cores dos inputs */
  --cor-input-bg: #e2e2e2;
  --cor-input-borda: #d6d6d6;
  --cor-input-texto: #000000;
  --inputs-altura: 34px;
  --inputs-border-radius: 4px;
  --cor-input-placeholder-texto: #000000;
  --cor-botao-enviar-texto: #ffffff;
  --cor-botao-enviar-bg: #299e0c;
  --cor-botao-enviar-bg-hover: #006929;

  /* Cor textos de Obg e Erro */
  --cor-texto-obg-erro: #000000;
  --cor-texto-obg-erro-nao: #ff0000;

  /* Media Query 400px */
  --cor-400-input-bg: #e2e2e2;
  --cor-400-input-borda: #d6d6d6;
  --cor-400-input-texto: #000000;
  --inputs-altura-400: 40px;
  --inputs-border-radius-400: 14px;
  --cor-400-input-placeholder-texto: #000000;
  --cor-400-botao-enviar-texto: #ffffff;
  --cor-400-botao-enviar-bg: #299e0c;
  --cor-400-botao-enviar-bg-hover: #006929;

  /* Media Query 400px - Cor textos de Obg e Erro */
  --cor-400-texto-obg-erro: #000000;
  --cor-400-texto-obg-erro-nao: #ff0000;
}
@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: 0;
  padding: 0;
  border: 0;
  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
}

.boxForm {
}

input[type="text"],input[type="tel"],input[type="email"],textarea,select {
  width: 100%;
  height: 40px;
  padding: 0 0 0 15px;
  margin: 0 0 8px 0;
  border: 2px solid #dadada;
  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: 44px;
  position: relative;
  /* line-height: 33px; */
  box-sizing: border-box;
}

input[type="text"]:focus,input[type="tel"]:focus,input[type="email"]:focus,select:focus,textarea:focus {
  /* background-color: #fff; */
  box-shadow: inset 0 0 13px 2px rgba(0,0,0,.38);
  transition: all .3s ease-out;
  z-index: 9
}

input[type="text"] {
}

input[type="email"] {
}

input[type="tel"] {
}

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;
}

.divididos {
}

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"] {
  width: 100%;
  height: 40px;
  border: none;
  color: #FFFFFF;
  background-color: #089818;
  text-shadow: 1px 1px 1px rgba(0,0,0,.28);
  font-size: 20px;
  cursor: pointer;
  transition: background-color .3s ease-out;
  clear: both;
  margin-top: 0px;
  border-radius: 49px;
  box-shadow: 0 0px 3px 0 rgba(0,0,0,.45);:
  background-color: #089818
  word-wrap: break-word;
}

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

input[type="submit"]: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
}

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

#msgErro {
  color: #fff;
  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,.5)
}

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

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

@media (min-width: 300px) {
div.left{
  /* float: left; */
}
div.right{}
  input[type="text"],input[type="tel"],input[type="email"],textarea,select {
      height: 32px;
      width: 266px;
      margin: 0 4px 4px 0;
      float: left;
  }

  input[type="tel"], select{
      width: 131px !important;
  }
  textarea {
      width: 265px;
      height: 80px;
      max-width: 414px;
      max-height: 80px;
      padding-top: 8px;
  }

  select {
      width: 284px;
      height: 36px;
      padding: 0 0 0 12px;
      cursor: pointer;
  }

  input[type="submit"] {
      width: 285px;
      height: 35px;
  }
  #obrigado {
      margin: 50px 10px 0px 0px !important;
  }

  #msgErro {
      margin: 50px 30px 0px 20px !important;
  }
}
@media (min-width: 400px) {
  input[type="text"],input[type="tel"],input[type="email"],textarea,select {
      height: 43px;
      width: 206px;
      margin-bottom: 5px;
      line-height: 30px;
      border-radius: 50px;
      background-color: #FFFFFF;
      border-color: #FFFFFF;
      color: #000;
      font-size: 14px;
      text-transform: uppercase;
      /* font-style: italic; */
      box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.22);
  }
  
  textarea {
      width: 361px;
      min-width: 361px;
      height: 44px;
      /* max-width: 260px; */
      max-height: 48px;
      padding-top: 0px;
  }

  select {
      width: 227px;
      height: 39px;
      padding: 0 0 0 12px;
      cursor: pointer
  }

  input[type="submit"] {
      width: 141px;
      padding: 0px 14px 0px 18px;
      height: 48px;
      margin-top: 0px;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 0px;
      line-height: 14px;
      white-space: normal;
  }
  #obrigado {
      margin: -20px 0px 0px 0px !important;
      color: #fff;
      line-height: 0px;
  }

  #msgErro {
      margin: -27px 0px 0px 0px !important;
      height: 0px;
      color: #fff;
      line-height: 0px;
  }
  #outroFormulario a {
      color: #fff;
      line-height: 40px;
  }
  ::-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("") {
}