@charset "UTF-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * IMPORTS * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Fonts */
@import "http://fonts.googleapis.com/css?family=Montserrat:400,700";
/* Paginas */
/******************* VARIÁVEIS *******************/
.container:before {
  content: "";
  display: table; }
.container:after {
  content: "";
  display: table;
  clear: both; }

/* * * * * * * * * * * * * * * * * FOOTER * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * TABLET * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 1200px) {
  /* Tablet Landscape */ }
@media only screen and (max-width: 1023px) {
  /* Tablet Portrait */ }
/* * * * * * * * * * * * * * * * * * MOBILE * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 767px) {
  /* Device Mobile */ }
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * RESET * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

* {
  margin: 0;
  padding: 0;
  /*-webkit-font-smoothing: antialiased;*/ }

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

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

img, iframe {
  border: none;
  text-decoration: none; }

a:focus, a:active {
  outline: 0; }

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

th, td {
  text-align: left;
  font-weight: normal; }

input, textarea, select, button {
  font-size: 100%;
  font-family: inherit; }

input, select {
  vertical-align: middle; }

input:focus, textarea:focus {
  outline: 0; }

select {
  margin: inherit; }

ol, ul {
  list-style: none; }

strong {
  font-weight: bold; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.no-select, button, a, label, input[type="radio"], input[type="check"] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.aligncenter {
  text-align: center; }

.alignright {
  text-align: right; }

/*
 *********************************
 * =Home CSS
 *********************************
*/
.pageHome .overlay-black {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99; }
.pageHome section {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden; }
  .pageHome section .info-text {
    position: absolute;
    width: 50%;
    display: block;
    text-align: center; }
    .pageHome section .info-text .info-date {
      border: 4px solid #1d1d1b;
      letter-spacing: 10px;
      display: inline-block;
      margin: 40px auto;
      padding: 5px 10px;
      font-size: 21px;
      text-transform: uppercase; }
  .pageHome section a.btn-next {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 68px;
    height: 68px; }
  .pageHome section#intro {
    background: #fef200 url("../img/section-1.jpg") center bottom no-repeat fixed; }
    .pageHome section#intro .info-text {
      padding-top: 6%;
      color: #1d1d1b; }
      .pageHome section#intro .info-text svg {
        display: block;
        width: 171px;
        margin: 20px auto;
        height: auto;
        fill: #1d1d1b; }
      .pageHome section#intro .info-text blockquote {
        font-size: 16px;
        line-height: 32px;
        font-weight: bold;
        width: 500px;
        margin: 10px auto; }
        .pageHome section#intro .info-text blockquote small {
          display: block;
          margin: 30px 0 0;
          text-transform: uppercase; }
    .pageHome section#intro a.btn-voltar-intellimen {
      background: url("../img/intellimen-boneco.png") no-repeat 6px center;
      position: absolute;
      top: 20px;
      right: 20px;
      border: 4px solid #1d1d1b;
      color: #1d1d1b;
      padding: 5px 10px 5px 40px;
      font-size: 21px;
      text-transform: uppercase; }
  .pageHome section#assuntos {
    background: #ccc url("../img/section-2.jpg") center center no-repeat fixed; }
    .pageHome section#assuntos:before {
      content: "";
      position: absolute;
      width: 60%;
      height: 100vh;
      top: 0;
      right: -10%;
      transform: skew(-10deg);
      background-color: rgba(254, 254, 0, 0.8); }
    .pageHome section#assuntos .info-text {
      color: #1d1d1b;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
      .pageHome section#assuntos .info-text svg {
        display: inline-block;
        width: 171px;
        height: auto;
        fill: #1d1d1b; }
      .pageHome section#assuntos .info-text h2 {
        font-weight: bold;
        font-size: 20px;
        margin: 20px 0;
        text-transform: uppercase; }
      .pageHome section#assuntos .info-text ol {
        margin: 20px 0 0; }
        .pageHome section#assuntos .info-text ol li {
          margin: 15px 0; }
  .pageHome section#aceite-o-desafio {
    background: #333 url("../img/section-3.jpg") center center no-repeat fixed; }
    .pageHome section#aceite-o-desafio .info-text {
      color: #fff;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
      .pageHome section#aceite-o-desafio .info-text h2 {
        font-size: 30px;
        margin: 15px 0; }
      .pageHome section#aceite-o-desafio .info-text svg {
        display: block;
        width: 273px;
        height: 163px;
        margin: 0 auto 20px;
        fill: #fff; }
      .pageHome section#aceite-o-desafio .info-text p {
        text-align: center;
        font-size: 14px;
        color: #fff; }
        .pageHome section#aceite-o-desafio .info-text p span {
          display: block;
          margin-top: 5px;
          font-size: 15px;
          color: #ffee00;
          text-transform: uppercase; }
      .pageHome section#aceite-o-desafio .info-text .info-date {
        border-color: #fff; }
      .pageHome section#aceite-o-desafio .info-text a.btn-lista-enderecos {
        display: block;
        width: 290px;
        margin: 20px auto;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
        color: #1d1d1b;
        background-color: #ffee00; }
    .pageHome section#aceite-o-desafio .box-lista-endereco {
      position: fixed;
      z-index: 999;
      display: none;
      width: 700px;
      height: 364px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      overflow: hidden; }
      .pageHome section#aceite-o-desafio .box-lista-endereco a.btn-fechar-box {
        position: absolute;
        width: 138px;
        height: 41px;
        line-height: 35px;
        top: 0;
        right: 0;
        border-radius: 3px;
        text-align: center;
        background-color: #dbd110;
        color: #1d1d1b;
        font-size: 14px; }
      .pageHome section#aceite-o-desafio .box-lista-endereco .container {
        display: block;
        background-color: #fff;
        width: 100%;
        height: 332px;
        position: absolute;
        border-radius: 5px;
        bottom: 0;
        left: 0;
        padding: 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.6); }
        .pageHome section#aceite-o-desafio .box-lista-endereco .container h3 {
          font-size: 21px;
          color: #1d1d1b;
          text-transform: uppercase;
          text-align: left;
          display: block;
          margin-bottom: 20px; }
        .pageHome section#aceite-o-desafio .box-lista-endereco .container dl.lista-endereco {
          width: calc(100%+20px);
          max-height: 244px;
          overflow: auto; }
          .pageHome section#aceite-o-desafio .box-lista-endereco .container dl.lista-endereco dt {
            float: left;
            display: flex;
            margin-right: 20px;
            margin-bottom: 20px;
            width: 190px;
            height: 50px;
            border: 1px solid #d1d1d1;
            color: #1d1d1b;
            text-align: center;
            font-size: 14px;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-transform: uppercase;
            cursor: pointer; }
            .pageHome section#aceite-o-desafio .box-lista-endereco .container dl.lista-endereco dt:hover {
              background-color: #000;
              color: #fff; }
          .pageHome section#aceite-o-desafio .box-lista-endereco .container dl.lista-endereco dd {
            display: none;
            color: #595959;
            width: 100%;
            height: 179px;
            margin-bottom: 20px;
            text-align: left;
            font-size: 17px;
            line-height: 30px;
            overflow: auto; }
            .pageHome section#aceite-o-desafio .box-lista-endereco .container dl.lista-endereco dd strong {
              color: #1d1d1b;
              font-weight: bold; }
        .pageHome section#aceite-o-desafio .box-lista-endereco .container a.btn-voltar-lista {
          display: block;
          width: 115px;
          height: 48px;
          line-height: 48px;
          text-align: center;
          color: #1d1d1b;
          border: 2px solid #1d1d1b;
          text-transform: uppercase; }
          .pageHome section#aceite-o-desafio .box-lista-endereco .container a.btn-voltar-lista svg {
            display: inline-block;
            margin-right: 7px;
            width: 20px;
            height: 14px;
            fill: #1d1d1b; }

@media only screen and (max-width: 1023px) {
  /* Tablet Portrait */
  .pageHome section .info-text .info-date {
    font-size: 17px; }
  .pageHome section#intro {
    padding: 0 11px;
    background-size: auto 75%; }
    .pageHome section#intro .info-text {
      width: 100%;
      padding-top: 0;
      position: relative; }
      .pageHome section#intro .info-text .info-date {
        float: left;
        margin: 10px 0 0;
        width: calc(50% - 15px);
        height: 48px;
        line-height: 40px;
        padding: 0; }
      .pageHome section#intro .info-text svg {
        width: 184px;
        height: 149px;
        border-bottom: 1px solid #e5da06;
        width: 100%;
        padding-bottom: 20px; }
      .pageHome section#intro .info-text blockquote {
        float: left;
        display: block;
        width: 100%;
        padding: 0 15%;
        font-size: 16px;
        line-height: 33px;
        margin-top: 30px; }
        .pageHome section#intro .info-text blockquote small {
          margin: 0; }
    .pageHome section#intro a.btn-voltar-intellimen {
      width: calc(50% - 15px);
      height: 48px;
      line-height: 40px;
      text-align: center;
      top: 199px;
      right: 11px;
      font-size: 17px;
      padding: 0;
      padding-left: 30px;
      background-position: 20px center; }
  .pageHome section#assuntos {
    background-position: 31%; }
    .pageHome section#assuntos:before {
      width: 90%;
      right: -16%;
      transform: skew(-5deg); }
    .pageHome section#assuntos .info-text {
      width: 80%; }
      .pageHome section#assuntos .info-text svg {
        width: 184px;
        height: 129px;
        margin-bottom: 20px; }
      .pageHome section#assuntos .info-text .info-date {
        padding: 10px 50px; }
    .pageHome section#assuntos a.btn-next {
      left: 60%; }
  .pageHome section#aceite-o-desafio {
    background-position: 3%; }
    .pageHome section#aceite-o-desafio:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.41); }
    .pageHome section#aceite-o-desafio .info-text {
      width: 100%; }
      .pageHome section#aceite-o-desafio .info-text h2 {
        font-size: 28px;
        margin-bottom: 0;
        padding: 0 34%;
        text-align: center;
        font-weight: normal; }
      .pageHome section#aceite-o-desafio .info-text .info-date {
        padding: 10px 50px; }
      .pageHome section#aceite-o-desafio .info-text svg {
        width: 145px;
        height: 145px; }
      .pageHome section#aceite-o-desafio .info-text p {
        font-size: 17px;
        margin-bottom: 40px; }
      .pageHome section#aceite-o-desafio .info-text a.btn-lista-enderecos {
        width: 366px;
        height: 54px;
        line-height: 54px; } }
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * MOBILE * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 767px) {
  /* Device Mobile */
  .pageHome section {
    width: 100%;
    height: 580px;
    height: calc(100vh + 50px) !important; }
    .pageHome section .info-text .info-date {
      font-size: 17px; }
    .pageHome section#intro {
      padding: 0 11px;
      background: #fef200 url("../img/bg-section-1-mobile.jpg") left bottom no-repeat;
      background-attachment: initial;
      background-size: 100% auto; }
      .pageHome section#intro .info-text {
        width: 100%;
        padding-top: 0;
        position: relative; }
        .pageHome section#intro .info-text .info-date {
          float: left;
          margin: 5px 0 0;
          width: calc(50% - 10px);
          border: 2px solid #1d1d1b;
          letter-spacing: 4px;
          height: 31px;
          font-size: 10px;
          line-height: 26px;
          padding: 0; }
        .pageHome section#intro .info-text svg {
          height: 74px;
          border-bottom: 1px solid #e5da06;
          width: 100%;
          padding-bottom: 10px;
          margin: 10px auto; }
        .pageHome section#intro .info-text blockquote {
          font-weight: normal;
          padding: 0 5%;
          font-size: 13px;
          line-height: 24px;
          margin-top: 10px; }
          .pageHome section#intro .info-text blockquote small {
            margin: 0;
            font-weight: bold; }
      .pageHome section#intro a.btn-voltar-intellimen {
        background: none;
        width: calc(50% - 10px);
        text-align: center;
        border: 2px solid #1d1d1b;
        top: 99px;
        right: 11px;
        height: 31px;
        font-size: 9px;
        line-height: 26px;
        padding: 0; }
    .pageHome section#assuntos {
      background: #1d1d1b url("../img/bg-section-2-mobile.jpg") left bottom no-repeat;
      background-attachment: initial;
      background-size: 100% auto; }
      .pageHome section#assuntos:before {
        position: absolute;
        left: 15px;
        right: 10px;
        top: 40px;
        bottom: 0;
        transform: none;
        width: 91%;
        height: calc(100% + 100px); }
      .pageHome section#assuntos .info-text {
        width: 100%;
        top: 45%; }
        .pageHome section#assuntos .info-text svg {
          width: 124px;
          height: 87px;
          margin-bottom: 10px; }
        .pageHome section#assuntos .info-text h2 {
          font-size: 15px;
          margin: 0 0 10px; }
        .pageHome section#assuntos .info-text ol {
          margin: 10px 0 0; }
          .pageHome section#assuntos .info-text ol li {
            font-size: 13px;
            margin: 5px 0; }
        .pageHome section#assuntos .info-text .info-date {
          margin: 5px 0 0;
          width: 65%;
          border: 2px solid #1d1d1b;
          letter-spacing: 6px;
          height: 31px;
          font-size: 14px;
          line-height: 26px;
          padding: 0; }
      .pageHome section#assuntos a.btn-next {
        left: 50%; }
    .pageHome section#aceite-o-desafio {
      background: #1d1d1b url("../img/bg-section-3-mobile.jpg") left bottom no-repeat;
      background-attachment: initial;
      background-size: 100% auto; }
      .pageHome section#aceite-o-desafio:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.41); }
      .pageHome section#aceite-o-desafio .info-text {
        width: 100%; }
        .pageHome section#aceite-o-desafio .info-text h2 {
          font-size: 20px;
          margin-bottom: 0;
          padding: 0 12%;
          text-align: center;
          font-weight: normal; }
        .pageHome section#aceite-o-desafio .info-text .info-date {
          padding: 10px 20px;
          margin: 10px 11% 20px;
          letter-spacing: 6px;
          font-size: 14px; }
        .pageHome section#aceite-o-desafio .info-text svg {
          width: 111px;
          height: 111px; }
        .pageHome section#aceite-o-desafio .info-text p {
          font-size: 10px;
          margin-bottom: 20px; }
          .pageHome section#aceite-o-desafio .info-text p span {
            font-size: 10px; }
        .pageHome section#aceite-o-desafio .info-text a.btn-lista-enderecos {
          width: 216px;
          margin: 10px auto 20px;
          height: 50px;
          line-height: 50px;
          font-size: 13px; }
      .pageHome section#aceite-o-desafio .box-lista-endereco {
        width: 90%; }
        .pageHome section#aceite-o-desafio .box-lista-endereco .container h3 {
          font-size: 15px;
          text-align: center; }
        .pageHome section#aceite-o-desafio .box-lista-endereco .container dl.lista-endereco dt {
          width: 45%;
          font-size: 12px;
          margin-right: 10px;
          margin-bottom: 10px; }
        .pageHome section#aceite-o-desafio .box-lista-endereco .container dl.lista-endereco dd {
          font-size: 12px;
          line-height: 17px; } }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* Device Mobile */
  .pageHome section#intro {
    min-height: 320px;
    background-size: 35% auto; }
  .pageHome section#assuntos {
    min-height: 500px; }
  .pageHome section#aceite-o-desafio {
    min-height: 320px;
    background-position: 0 0; }
    .pageHome section#aceite-o-desafio:before {
      background-color: rgba(0, 0, 0, 0.7); }
    .pageHome section#aceite-o-desafio .box-lista-endereco {
      height: 285px; }
      .pageHome section#aceite-o-desafio .box-lista-endereco .container {
        height: 250px; }
        .pageHome section#aceite-o-desafio .box-lista-endereco .container dl.lista-endereco dd {
          height: 110px; } }
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * COMMON * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
html, body {
  height: 100%; }

body {
  font-family: "Montserrat", sans-serif;
  color: #1d1d1b; }

.container {
  width: 1200px;
  position: relative;
  height: auto;
  margin: 0 auto; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * TABLET * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 1200px) {
  /* Tablet Landscape */
  .container {
    width: 1024px;
    padding: 0 20px; } }
@media only screen and (max-width: 1023px) {
  /* Tablet Portrait */
  .container {
    width: 100%; } }
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * MOBILE * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 767px) {
  /* Device Mobile */
  .container {
    width: 100%;
    padding: 0 10px; } }
