@charset "UTF-8";
@font-face {
  font-family: 'dinPro';
  src: url("../../fonts/dinpro/light.eot");
  src: url("../../fonts/dinpro/light.eot?#iefix") format("embedded-opentype"), url("../../fonts/dinpro/light.svg#dinpro-lightregular") format("svg"), url("../../fonts/dinpro/light.ttf") format("truetype"), url("../../fonts/dinpro/light.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'dinPro';
  src: url("../../fonts/dinpro/regular.eot");
  src: url("../../fonts/dinpro/regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/dinpro/regular.svg#regularregular") format("svg"), url("../../fonts/dinpro/regular.ttf") format("truetype"), url("../../fonts/dinpro/regular.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'dinPro';
  src: url("../../fonts/dinpro/medium.eot");
  src: url("../../fonts/dinpro/medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/dinpro/medium.svg#dinpro-mediumregular") format("svg"), url("../../fonts/dinpro/medium.ttf") format("truetype"), url("../../fonts/dinpro/medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dinPro';
  src: url("../../fonts/dinpro/bold.eot");
  src: url("../../fonts/dinpro/bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/dinpro/bold.svg#dinpro-boldregular") format("svg"), url("../../fonts/dinpro/bold.ttf") format("truetype"), url("../../fonts/dinpro/bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'dinPro';
  src: url("../../fonts/dinpro/black.eot");
  src: url("../../fonts/dinpro/black.eot?#iefix") format("embedded-opentype"), url("../../fonts/dinpro/black.svg#dinpro-blackregular") format("svg"), url("../../fonts/dinpro/black.ttf") format("truetype"), url("../../fonts/dinpro/black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

/* ==========================================================================
    freeroad
============================================================================= */
@font-face {
  font-family: 'freeroad';
  src: url("../../fonts/freeroad/font.eot");
  src: url("../../fonts/freeroad/font.eot?#iefix") format("embedded-opentype"), url("../../fonts/freeroad/font.svg#freeroadregular") format("svg"), url("../../fonts/freeroad/font.ttf") format("truetype"), url("../../fonts/freeroad/font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freeroad';
  src: url("../../fonts/freeroad/font.eot");
  src: url("../../fonts/freeroad/font.eot?#iefix") format("embedded-opentype"), url("../../fonts/freeroad/font.svg#freeroadregular") format("svg"), url("../../fonts/freeroad/font.ttf") format("truetype"), url("../../fonts/freeroad/font.woff") format("woff");
  font-weight: bold;
  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, main {
  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;
}

/* ==========================================================================
    Fontes
============================================================================= */
/* ==========================================================================
    Palheta de cores
============================================================================= */
/* ==========================================================================
    Larguras
============================================================================= */
/* ==========================================================================
    Largura
============================================================================= */
/* ==========================================================================
   media queries
============================================================================= */
/* ==========================================================================
    Geral
============================================================================= */
* {
  border: none;
  outline: none;
  color: inherit;
  font-size: inherit;
  list-style: inherit;
  font-family: inherit;
  line-height: inherit;
  border-collapse: inherit;
}

html, body {
  height: 100%;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  color: #343838;
  font-size: 1.4rem;
  font-family: "dinPro", arial, helvetica, sans-serif;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

a:active {
  outline: 0 dotted !important;
}

a:active {
  outline: none\9  !important;
}

a {
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

a[href^=https] {
  /* lock icon */
}

ul, ol, li, dl, dt, dd {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

address {
  font-style: normal;
}

iframe {
  border: none;
}

p {
  margin: 20px 0;
  line-height: 2rem;
}

.customInputFileHidden {
  visibility: hidden;
  position: absolute !important;
}

/* ==========================================================================
   clearfix
============================================================================= */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   border-box
============================================================================= */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
   Formulário
============================================================================= */
legend {
  padding: 0;
  margin: 0;
}

label {
  font-weight: normal;
}

label input {
  background-color: #fff;
  margin-top: 9px;
  padding: 10px;
  display: block;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

button,
input[type="submit"] {
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: transparent;
}

/*
textarea {
    margin-top: 9px;
    padding: 10px;
}

select
{
    width: 100%;
    margin-top: 10px;
    background-color: #fff;
}

::-webkit-input-placeholder { color:$azul-1; }
::-moz-placeholder { color:$azul-1; }
:-ms-input-placeholder { color:$azul-1; }
input:-moz-placeholder { color:$azul-1; }

/*
input::-webkit-input-placeholder { color: $azul-1; }
input::-moz-placeholder { color: $azul-1; }
input:-ms-input-placeholder { color: $azul-1; }
input::placeholder { color: $azul-1; }


@media screen and (-webkit-min-device-pixel-ratio:0) {
    input {
        line-height:0 !important;
    }
}

input:focus,
textarea:focus,
select:focus
{
  background-color: #eef;
}
*/
/* ==========================================================================
   noscript
============================================================================= */
noscript .overlay {
  background-color: #000000;
  position: fixed;
  color: #000000;
  height: 100%;
  z-index: 1000000;
  width: 100%;
  opacity: 0.80;
}

noscript .mensagem {
  background: url("../../imgs/geral/alert.png") no-repeat left top;
  padding: 45px 0 0 140px;
  position: absolute;
  font-size: 15px;
  z-index: 1000001;
  width: 400px;
  height: 90px;
  color: #ffffff;
  left: 50%;
  top: 50%;
  margin: -67px 0 0 -245px;
}

/* ==========================================================================
   customForm
============================================================================= */
.customHidden,
.customHidden .customInputFileHidden {
  visibility: hidden;
}

/* ==========================================================================
    Editor
============================================================================= */
.editor b,
.editor strong {
  line-height: 18px;
}

.editor ul {
  color: #1a1f1e;
  display: block;
  margin: 30px 0;
}

.editor ul li {
  padding-left: 10px;
  margin: 20px 0 20px 20px;
  list-style-image: url("../../imgs/geral/icons/mid-lista.jpg");
}

.editor ol {
  margin: 30px 0;
  padding-left: 0;
}

.editor ol li {
  margin: 20px 0 20px 20px;
  list-style: decimal;
}

.editor table {
  border-collapse: collapse;
  margin: 20px 0 20px 0;
}

.editor table td {
  background-color: #f1f1f1;
  border: 1px solid #fff;
  padding: 10px;
}

.editor table thead td {
  color: #cb2427;
  font-weight: bold;
}

/* ==========================================================================
    BxSlider
============================================================================= */
a.disabled {
  display: none !important;
}

/* ==========================================================================
    Mixin
============================================================================= */
.tudo {
  display: table;
  width: 100%;
  height: 100%;
}

.tudo .contain {
  display: table-cell;
  vertical-align: middle;
}

.tudo .row-fluid .logo {
  padding: 20px;
  text-align: center;
}

.tudo .row-fluid .logo img {
  float: right;
  display: block;
  margin: 30px 130px 0 0;
}

@media (max-width: 1170px) {
  .tudo .row-fluid .logo img {
    float: none;
    margin: 30px auto;
  }
}

.tudo .row-fluid .login {
  padding: 40px;
  color: #fff;
  background: #343838;
}

.tudo .row-fluid .login label {
  color: #adaca5;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 2px;
  font-family: "freeroad", arial, helvetica, sans-serif;
}

.tudo .row-fluid .login input {
  border: none;
  display: block;
  padding: 15px 10px;
  margin: 5px 40px 0 0;
  border-radius: 8px 8px 8px 0;
  width: 200px;
  height: 40px;
}

.tudo .row-fluid .login input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
}

.tudo .row-fluid .login input[type="email"] {
  border-radius: 8px 8px 0 8px;
}

.tudo .row-fluid .login a {
  display: block;
  color: #adaca5;
  margin-top: 15px;
}

.tudo .row-fluid .login a:hover {
  color: #00b4ff;
}

.tudo .row-fluid .login button {
  border: none;
  display: block;
  position: absolute;
  margin: 0 0 0 403px;
  border-radius: 8px 0 8px 8px;
  width: 40px;
  height: 40px;
  background: url("../../imgs/geral/icons/seta-direita.png") no-repeat center #00b4ff;
  -webkit-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
}

.tudo .row-fluid .login button:hover {
  background-color: #00dffc;
}

@media (max-width: 1170px) {
  .tudo .row-fluid .login .form-group {
    display: block;
  }
  .tudo .row-fluid .login input {
    margin-bottom: 20px;
  }
  .tudo .row-fluid .login button {
    margin: -20px 0 0 160px;
  }
  .tudo .row-fluid .login a {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .tudo .row-fluid .login form {
    width: 210px;
    margin: 0 auto;
  }
}

.tudo .row-fluid .esqueci-minha-senha {
  padding: 40px;
  background-color: #dfddd0;
}

.tudo .row-fluid .esqueci-minha-senha p.titulo {
  color: #dfddd0;
  font-size: 2.4rem;
  line-height: 2rem;
  margin-top: -60px;
  position: absolute;
  font-family: "freeroad", arial, helvetica, sans-serif;
}

.tudo .row-fluid .esqueci-minha-senha form {
  color: #adaca5;
}

.tudo .row-fluid .esqueci-minha-senha form label {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 3px;
  font-family: "freeroad", arial, helvetica, sans-serif;
}

.tudo .row-fluid .esqueci-minha-senha form input {
  border: none;
  display: block;
  padding: 15px 10px;
  margin: 5px 40px 0 0;
  border-radius: 8px 8px 0 8px;
  width: 400px;
  height: 40px;
}

.tudo .row-fluid .esqueci-minha-senha form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
}

.tudo .row-fluid .esqueci-minha-senha form a {
  color: #00b4ff;
  display: block;
  margin: 15px 0 0;
  text-decoration: underline;
}

.tudo .row-fluid .esqueci-minha-senha form button {
  border: none;
  display: block;
  position: absolute;
  margin: 0 0 0 360px;
  border-radius: 8px 0 8px 8px;
  width: 40px;
  height: 40px;
  background: url("../../imgs/geral/icons/seta-direita.png") no-repeat center #00b4ff;
  -webkit-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
}

.tudo .row-fluid .esqueci-minha-senha form button:hover {
  background-color: #00dffc;
}

.tudo .row-fluid .esqueci-minha-senha .thanks p {
  color: #fff;
  margin-bottom: 30px;
}

.tudo .row-fluid .esqueci-minha-senha .thanks p strong {
  display: block;
  color: #adaca5;
  font-size: 1.2rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-family: "freeroad", arial, helvetica, sans-serif;
}

.tudo .row-fluid .esqueci-minha-senha .thanks a {
  display: block;
  border-radius: 0 8px 8px 8px;
  width: 40px;
  height: 40px;
  background: url("../../imgs/geral/icons/seta-esquerda.png") no-repeat center #adaca5;
}

.tudo .row-fluid .esqueci-minha-senha .thanks a:hover {
  background-color: #00b4ff;
}

@media (max-width: 991px) {
  .tudo .row-fluid .esqueci-minha-senha p.titulo {
    width: 90%;
    text-align: center;
  }
  .tudo .row-fluid .esqueci-minha-senha form {
    margin: 0 auto;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .tudo .row-fluid .esqueci-minha-senha p.titulo {
    width: auto;
    font-size: 2rem;
    position: relative;
  }
  .tudo .row-fluid .esqueci-minha-senha form {
    width: 100%;
    padding-top: 30px;
  }
  .tudo .row-fluid .esqueci-minha-senha form .form-group {
    margin-bottom: 0;
  }
  .tudo .row-fluid .esqueci-minha-senha form input {
    width: 100%;
  }
  .tudo .row-fluid .esqueci-minha-senha form button {
    margin: 0;
    float: right;
    position: relative;
  }
}
/*# sourceMappingURL=index.css.map */