@charset "UTF-8";
/*
estrutura
autor: Hermenegildo Fernandes
data: 17-02-2018

*/
/*
  configuração
  autor: Hermenegildo Fernandes
  data: 17-02-2018
*/
div.my-icon:hover, main > section > section > section span:hover {
  cursor: pointer; }

div.c-modal > section {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }

div.c-modalLateral > section {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }

div.c-notification, div.c-modal {
  position: fixed; }

div.c-modalLateral, div.c-modalLateral > section, div.preloader {
  position: absolute; }

div.c-modal > section, main > section {
  position: relative; }

div.c-notification div.message > article > h1,
div.c-notification div.message > article > p, div.c-alert > section > h1, div.c-alert__2 > section > header > h1, main > section > section > section span, main > section > footer > p {
  font-size: .875rem; }

div.c-alert > section > article p, button.big {
  font-size: 1rem; }

div.c-notification div.message > article > h1 {
  font-size: 1.125rem; }

div.my-icon i {
  font-size: 1.25rem; }

main > section > section > section > header h1 {
  font-size: 1.5rem; }

main > aside > article > h1 {
  font-size: 4rem; }

main > section > footer > p > span {
  font-weight: 600; }

main > aside > article > h1 {
  font-weight: 700; }

main > section > footer {
  padding: 1rem; }

div.c-alert > section > h1, div.c-alert__2 > section > header > h1 {
  padding: 1.25rem; }

div.c-notification div.message > div > div {
  padding: 1.5rem; }

div.c-alert > section > article, div.c-alert__2 > section > section, main > section {
  padding: 2rem; }

main > aside {
  padding: 5rem; }

div.c-notification {
  padding-top: 1rem;
  padding-bottom: 1rem; }

div.c-notification div.message > article {
  padding-top: 2rem;
  padding-bottom: 2rem; }

div.c-notification div.message > div > div {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

div.c-alert > section > h1, div.c-alert > section > footer, div.c-alert__2 > section > header > h1, div.c-alert__2 > section > footer {
  padding-right: 2rem;
  padding-left: 2rem; }

div.c-alert > section > article, div.c-alert__2 > section > section {
  padding-bottom: 0; }

div.c-alert > section > footer, div.c-alert__2 > section > footer {
  padding-bottom: 1.25rem; }

div.c-notification div.message > article {
  padding-left: 2rem; }

/* Palette generated by Material Palette - materialpalette.com/indigo/amber */
div.c-notification div.message > *:last-child, div.c-alert > section > footer > *:last-child, div.c-alert__2 > section > footer > *:last-child, main > *:last-child, main > section > section > section > footer > *:last-child {
  margin-right: 0; }

div.my-icon, div.c-modal, main > section > section, main > section > footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

div.my-icon {
  max-width: 20px;
  max-height: 20px; }
  div.my-icon i {
    color: #BDBDBD; }

div.c-notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  right: 1rem;
  bottom: 0;
  width: 380px;
  height: auto;
  z-index: 9999; }
  div.c-notification > *:last-child {
    margin-bottom: 0 !important; }
  div.c-notification div.message {
    background: rgba(33, 33, 33, 0.98);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 130px; }
    div.c-notification div.message > * {
      margin-right: 0; }
    div.c-notification div.message > div > div i {
      color: #FFFFFF !important; }
    div.c-notification div.message > article {
      width: 100%; }
      div.c-notification div.message > article > h1,
      div.c-notification div.message > article > p {
        color: #FFFFFF;
        margin: 0; }
      div.c-notification div.message > article > p {
        color: rgba(255, 255, 255, 0.8); }
      div.c-notification div.message > article > h1 {
        text-transform: capitalize;
        margin-bottom: 1rem; }
        div.c-notification div.message > article > h1:first-letter {
          text-transform: uppercase; }
    div.c-notification div.message.animation {
      -webkit-animation: fade-right .3s ease-out;
      animation: fade-right .3s ease-out; }
    div.c-notification div.message.animation--reverse {
      -webkit-animation: fade-rightOut .3s ease-out;
      animation: fade-rightOut .3s ease-out; }

div.c-modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }
  div.c-modal__black {
    background: rgba(33, 33, 33, 0.25); }
  div.c-modal__white {
    background: rgba(255, 255, 255, 0.7); }
  div.c-modal.animation > section {
    -webkit-animation: scaleIn .3s forwards;
    animation: scaleIn .3s forwards; }
  div.c-modal.animation--reverse > section {
    -webkit-animation: scaleOut .3s forwards;
    animation: scaleOut .3s forwards; }
  div.c-modal > section {
    background: #FFFFFF;
    width: auto; }

div.c-modalLateral {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }
  div.c-modalLateral__black {
    background: rgba(33, 33, 33, 0.25); }
  div.c-modalLateral__white {
    background: rgba(255, 255, 255, 0.7); }
  div.c-modalLateral.rtl > section {
    right: 0; }
  div.c-modalLateral.animation > section {
    -webkit-animation: fade-right-small 1s forwards;
    animation: fade-right-small 1s forwards; }
  div.c-modalLateral.animation--reverse > section {
    -webkit-animation: fade-right-smallOut .3s forwards;
    animation: fade-right-smallOut .3s forwards; }
  div.c-modalLateral > section {
    top: 0;
    background: #FFFFFF;
    min-width: 400px;
    max-width: 400px;
    height: 100%; }

div.c-alert > section {
  min-width: 350px;
  max-width: 350px;
  height: auto;
  border-radius: 5px; }
  div.c-alert > section > h1 {
    color: #2c5633;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0; }
  div.c-alert > section > article p {
    text-align: center; }
    div.c-alert > section > article p:first-letter {
      text-transform: uppercase; }
  div.c-alert > section > footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 2rem; }
    div.c-alert > section > footer > * {
      margin-right: .5rem; }
    div.c-alert > section > footer > button {
      width: 50%;
      height: 40px !important; }
      div.c-alert > section > footer > button:first-child {
        background: #ae2a14; }
        div.c-alert > section > footer > button:first-child:hover {
          background: #c52f17; }

div.c-alert__2 > section {
  min-width: 350px;
  max-width: 350px;
  height: auto;
  border-radius: 5px; }
  div.c-alert__2 > section > header > h1 {
    color: #2c5633;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0; }
    div.c-alert__2 > section > header > h1 > b {
      margin-left: .3rem; }
  div.c-alert__2 > section > section textarea {
    max-height: 40vh; }
  div.c-alert__2 > section > footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    div.c-alert__2 > section > footer > * {
      margin-right: .5rem; }
    div.c-alert__2 > section > footer > button {
      width: 50%;
      height: 40px !important; }
      div.c-alert__2 > section > footer > button:first-child {
        background: #ae2a14; }
        div.c-alert__2 > section > footer > button:first-child:hover {
          background: #c52f17; }

@-webkit-keyframes loader {
  0% {
    left: 0px; }
  99% {
    left: 100vw; } }

@keyframes loader {
  0% {
    left: 0px; }
  99% {
    left: 100vw; } }

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@-webkit-keyframes fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fade-rightOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes fade-rightOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@-webkit-keyframes fade-right-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fade-right-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fade-right-smallOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes fade-right-smallOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@-webkit-keyframes fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fade-leftOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes fade-leftOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes fade-left-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fade-left-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fade-left-smallOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fade-left-smallOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@-webkit-keyframes fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fade-topOut {
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fade-topOut {
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fade-top-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fade-top-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fade-top-smallOut {
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fade-top-smallOut {
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fade-bottom-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fade-bottom-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fade-bottom-smallOut {
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fade-bottom-smallOut {
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes scaleOut {
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scaleOut {
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes dropTop {
  0% {
    opacity: 0;
    left: -34px;
    bottom: 100%;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(30px, 60px);
    transform: translate(30px, 60px); } }

@keyframes dropTop {
  0% {
    opacity: 0;
    left: -34px;
    bottom: 100%;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(30px, 60px);
    transform: translate(30px, 60px); } }

@-webkit-keyframes dropTopOut {
  100% {
    opacity: 1;
    -webkit-transform: translate(30px, 60px);
    transform: translate(30px, 60px); }
  0% {
    opacity: 0;
    bottom: 100%;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes dropTopOut {
  100% {
    opacity: 1;
    -webkit-transform: translate(30px, 60px);
    transform: translate(30px, 60px); }
  0% {
    opacity: 0;
    bottom: 100%;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

/* fallback */
ul,
p,
figure,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2") format("woff2"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

button {
  padding: 0 1rem !important;
  font-size: 0.8rem !important; }
  button.big {
    padding: 0 2rem !important;
    height: 50px !important; }

main {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(197, 202, 233, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  main > aside,
  main > section {
    width: 50%; }
  main > aside {
    width: 75%;
    background: #1F1B34;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    main > aside > *:last-child {
      margin-bottom: 0 !important; }
    main > aside > article > h1,
    main > aside > article > p {
      color: #FFFFFF; }
    main > aside > article > h1 {
      text-transform: uppercase;
      margin-bottom: 2rem; }
    main > aside > article > p {
      line-height: 1.8rem;
      max-width: 320px; }
  main > section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    main > section > *:last-child {
      margin-bottom: 0 !important; }
    main > section > section {
      height: 100%; }
      main > section > section > section {
        min-width: 300px; }
        main > section > section > section > header {
          margin-bottom: 2rem; }
          main > section > section > section > header > div {
            border-radius: 5px;
            margin-bottom: .8rem;
            width: 3rem;
            height: 3rem;
            background: #5b4f99;
            background: url("../media/icon/logotipo.png"); }
            main > section > section > section > header > div.img {
              background-position: center !important;
              background-repeat: no-repeat !important; }
            main > section > section > section > header > div.img {
              background-size: contain !important; }
          main > section > section > section > header h1 {
            color: #2c5647;
            text-transform: capitalize; }
        main > section > section > section span {
          color: #473e77; }
          main > section > section > section span:hover {
            text-decoration: underline; }
        main > section > section > section > footer {
          margin-top: 3rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
          main > section > section > section > footer button {
            width: 100%; }
    main > section > footer > p > span {
      color: #1F1B34; }
  @media (max-width: 720px) {
    main {
      /* tablet, landscape iPad, lo-res laptops ands desktops */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      main > *:last-child {
        margin-bottom: 0 !important; }
      main > * {
        height: 100vh; }
      main > section {
        width: 300px;
        min-width: 300px;
        max-width: 300px; }
      main > aside {
        display: none; } }

div.preloader {
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0; }
  div.preloader > div {
    top: 0;
    left: 0;
    margin: 0; }
  div.preloader.noShow {
    display: none !important; }
