/**
 * Font-family disponiveis
 */
/**
 * Media Query
 */
/*
Buttons
*/
.btn-1 {
  align-self: flex-start;
  background-color: #8e14e6;
  background-image: linear-gradient(-195deg, #ffffff 0%, #8e14e6 70%);
  border-radius: 2em;
  border: solid 6px #8e14e6;
  box-shadow: 5px 14px 10px -15px #000000;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 27px;
  font-weight: bold;
  justify-content: center;
  line-height: 100%;
  overflow: hidden;
  padding: 0.4em 3em 0.4em 0.5em;
  position: relative;
  text-decoration: none;
  transform: perspective(200px);
  width: auto; }
  .btn-1:before {
    background-color: #8e14e6;
    background-image: linear-gradient(-195deg, #ffffff 0%, #8e14e6 70%);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 1; }
  .btn-1 .label {
    display: block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: 0 50%;
    z-index: 2; }
  .btn-1 .icon {
    background-image: url(../../img/icons/seta-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 95%;
    border-radius: 50%;
    border: dotted 2px transparent;
    height: 1.2em;
    margin-top: -0.6em;
    position: absolute;
    right: 0.2em;
    top: 50%;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 1.2em;
    z-index: 2; }
  .btn-1:hover .label {
    transform: scale(0.8); }
  .btn-1:hover .icon {
    /*animation: btn-icon-rotate-y 1.4s linear infinite;*/
    border: dotted 2px rgba(255, 255, 255, 0.4); }
  .btn-1:hover:before {
    filter: url(#game-btn-bg); }
  @media (max-width: 1000px) {
    .btn-1 {
      font-size: 20px; }
      .btn-1 .icon:after {
        border-right-width: 2px;
        border-bottom-width: 2px; } }

@keyframes btn-icon-rotate-y {
  to {
    transform: rotateY(360deg); } }
/*
Lists
*/
.list-post-1 {
  list-style: none;
  padding: 0 20px;
  max-width: 960px;
  margin: 0 auto; }
  .list-post-1 li {
    align-items: stretch;
    display: flex;
    justify-content: stretch;
    margin-bottom: 30px; }
    .list-post-1 li .foto {
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 250px;
      width: 50%; }
      @media (max-width: 800px) {
        .list-post-1 li .foto {
          height: 200px;
          width: auto; } }
    .list-post-1 li .info {
      background-color: #fff;
      display: flex;
      flex-direction: column;
      width: 50%;
      padding: 3% 5%; }
      .list-post-1 li .info .titulo {
        font-size: 30px;
        font-weight: bold;
        color: #f68228;
        margin: 0 0 0.5em 0; }
        @media (max-width: 1000px) {
          .list-post-1 li .info .titulo {
            /*font-size: 25px;*/ } }
      .list-post-1 li .info .descricao {
        color: #631f22;
        flex-grow: 1;
        font-size: 20px;
        font-family: "museo_sans_rounded", sans-serif;
        margin-bottom: 0.5em; }
        .list-post-1 li .info .descricao p {
          margin-top: 0px;
          margin-bottom: 0.5em; }
          .list-post-1 li .info .descricao p:last-item {
            margin-bottom: 0; }
      @media (max-width: 800px) {
        .list-post-1 li .info {
          width: auto; } }
    @media (max-width: 800px) {
      .list-post-1 li {
        flex-direction: column; } }

#bloqueio-cadastro-bg {
  background-color: rgba(179, 211, 52, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50; }

#bloqueio-cadastro {
  background-color: #fff;
  left: 50%;
  max-width: 1200px;
  padding: 30px;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  z-index: 60; }
  #bloqueio-cadastro p {
    color: #f36d21;
    font-size: 20px; }
  #bloqueio-cadastro .btn-1 {
    border-color: #f36d21;
    background-color: #f36d21;
    background-image: linear-gradient(-195deg, #ffffff 0%, #f36d21 70%);
    margin-bottom: 10px; }
    #bloqueio-cadastro .btn-1:before {
      background-color: #f36d21;
      background-image: linear-gradient(-195deg, #ffffff 0%, #f36d21 70%); }
  #bloqueio-cadastro .btn-login {
    font-size: 16px; }
  #bloqueio-cadastro .btn-close {
    background-image: url(../../../img/icons/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50% auto;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 10; }

/*
cor-1: f47220
cor-2: ffd400
cor-3: f20f00
cor-4: 0000ff
cor-5: 0096db
cor-6: 00b40f
cor-7: fe18bb
cor-8: 6f2c91
*/
body {
  background-color: #b3d334; }

#site-header .header-inner .header-navigation-wrapper {
  background-image: url(../../../img/menu-nuvens.png); }
#site-header .btn-menu-collapsed {
  background-image: url(../../../img/menu-nuvens-mini.png); }
@media (max-width: 800px) {
  #site-header .primary-menu-wrapper {
    background-color: #f26521;
    border-color: rgba(226, 82, 13, 0.7); } }
#site-header .sub-menu {
  background-image: url(../../../img/menu-nuvens-mini.png), url(../../../img/menu-nuvens-mini.png) !important; }

#bloqueio-cadastro .btn-1 .icon {
  background-image: url(../../../img/icons/seta-2.png); }

#content {
  min-height: calc(100vh - 400px); }
  #content[data-content='1'] .game-step-2 .btn-cores {
    opacity: 0.5; }
  #content[data-content='2'] .game-step-2 .btn-expressao {
    opacity: 0.5; }
  #content[data-content='3'] .game-step-2 .btn-salvar {
    opacity: 0.5; }

.container {
  margin: 0px auto;
  max-width: 1200px;
  padding: 30px;
  width: 90%; }
  .container .game-step {
    display: none; }
  .container .game-step-1 {
    background-color: #fff;
    padding: 20px; }
    .container .game-step-1 .titulo {
      font-size: 20px;
      color: #f36d21;
      font-weight: bold;
      margin: 0 0 20px 0; }
    .container .game-step-1 ul {
      display: flex;
      justify-content: center;
      list-style: none;
      margin: 0 auto;
      max-width: 600px;
      padding: 0; }
      .container .game-step-1 ul li {
        cursor: pointer;
        text-align: center;
        width: 33.33%; }
        .container .game-step-1 ul li .monstro-capa {
          transform-origin: center 100%;
          transition: filter 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          width: 100%; }
        .container .game-step-1 ul li .monstro-nome {
          background-color: #f36d21;
          background-image: linear-gradient(-195deg, #ffffff 0%, #f36d21 70%);
          border-color: #f36d21;
          border-width: 3px;
          font-size: 20px;
          padding: 0.4em 1em; }
          .container .game-step-1 ul li .monstro-nome:before {
            background-color: #f36d21;
            background-image: linear-gradient(-195deg, #ffffff 0%, #f36d21 70%); }
        .container .game-step-1 ul li:hover .monstro-capa {
          filter: drop-shadow(3px 2px 6px #666);
          animation: monstro-shake 1.0s 0.1s infinite ease-out;
          /*cubic-bezier(0.190, 1.000, 0.220, 1.000);*/ }
  .container .game-step-2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 800px;
    position: relative; }
    .container .game-step-2 .avatar {
      background-origin: content-box;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      padding: 20px 10px;
      transition: background 0.4s linear;
      width: 30%;
      min-width: 30%; }
      .container .game-step-2 .avatar .foto {
        display: block;
        width: 100%; }
      @media (max-width: 600px) {
        .container .game-step-2 .avatar {
          min-width: 100%;
          width: 100%;
          height: 200px;
          padding: 20px;
          border-bottom: dotted 1px #eee; } }
    @media (max-width: 600px) {
      .container .game-step-2 {
        background-color: #fff; } }
    .container .game-step-2 .content {
      background-color: #fff;
      /*flex-grow: 1;*/
      padding: 40px 20px 20px 20px;
      width: 70%; }
      .container .game-step-2 .content .expressoes, .container .game-step-2 .content cores, .container .game-step-2 .content acoes {
        display: none; }
      .container .game-step-2 .content .expressoes {
        display: flex;
        justify-content: center;
        list-style: none;
        margin: 0;
        overflow-x: auto;
        padding: 0; }
        .container .game-step-2 .content .expressoes .expressao {
          border: solid 3px transparent;
          border-radius: 15%;
          cursor: pointer;
          height: 150px;
          margin: 0 10px;
          padding: 5px 0px;
          transition: border 1s cubic-bezier(0.19, 1, 0.22, 1); }
          .container .game-step-2 .content .expressoes .expressao .foto {
            display: block;
            height: 100%;
            transition: opacity 0.4s linear; }
          .container .game-step-2 .content .expressoes .expressao:hover {
            border-color: #f45fec; }
            .container .game-step-2 .content .expressoes .expressao:hover .foto {
              opacity: 0.6; }
        @media (max-width: 800px) {
          .container .game-step-2 .content .expressoes {
            justify-content: flex-start; } }
      .container .game-step-2 .content .cores {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /*justify-content: space-between;*/
        list-style: none;
        margin: 0 auto;
        max-width: 360px;
        padding: 0; }
        .container .game-step-2 .content .cores .cor {
          width: 25%;
          min-width: 25%;
          padding: 5px 10px; }
          .container .game-step-2 .content .cores .cor .rgb {
            border: solid 1px transparent;
            border-radius: 50%;
            box-shadow: inset 4px 4px 10px 4px rgba(255, 255, 255, 0.5);
            cursor: pointer;
            display: block;
            height: 60px;
            margin: 0 auto;
            transition: transform 1.4s cubic-bezier(0.19, 1, 0.22, 1);
            width: 60px; }
            .container .game-step-2 .content .cores .cor .rgb:hover {
              transform: scale(1.2); }
            @media (max-width: 800px) {
              .container .game-step-2 .content .cores .cor .rgb {
                height: 45px;
                width: 45px; } }
            @media (max-width: 600px) {
              .container .game-step-2 .content .cores .cor .rgb {
                height: 40px;
                width: 40px; } }
          @media (max-width: 800px) {
            .container .game-step-2 .content .cores .cor {
              padding: 5px; } }
      .container .game-step-2 .content .acoes {
        margin: 0;
        position: relative;
        padding: 0 0 20px 0; }
        .container .game-step-2 .content .acoes .botoes {
          display: flex;
          justify-content: center;
          list-style: none;
          padding: 0; }
        .container .game-step-2 .content .acoes .btn-download-img {
          background-color: #f59949;
          background-image: linear-gradient(-195deg, #ffffff 0%, #f59949 70%);
          font-size: 13px;
          margin: 0 0.5em;
          padding: 1em 6em 1em 1.5em;
          border: solid 3px #f59949; }
          .container .game-step-2 .content .acoes .btn-download-img:before {
            background-color: #f59949;
            background-image: linear-gradient(-195deg, #ffffff 0%, #f59949 70%); }
          .container .game-step-2 .content .acoes .btn-download-img .icon {
            background-image: url(../../../img/icons/download.png);
            height: 2.6em;
            margin-top: -1.3em;
            width: 2.6em; }
        .container .game-step-2 .content .acoes .btn-save-avatar {
          font-size: 13px;
          margin: 0 0.5em;
          padding: 1em 6em 1em 1.5em;
          border-width: 3px; }
          .container .game-step-2 .content .acoes .btn-save-avatar .icon {
            background-image: url(../../../img/icons/seta-2.png);
            height: 2.6em;
            margin-top: -1.3em;
            width: 2.6em; }
      .container .game-step-2 .content .footer {
        display: flex;
        justify-content: space-evenly;
        margin-top: 30px;
        width: 85%; }
        .container .game-step-2 .content .footer .nome {
          align-self: center;
          color: #f45fec;
          font-family: "supersonic_rocketship", sans-serif;
          font-size: 40px;
          margin: 0 10px;
          text-transform: uppercase; }
          @media (max-width: 800px) {
            .container .game-step-2 .content .footer .nome {
              min-width: 100%; } }
        .container .game-step-2 .content .footer .btn {
          color: #f36d21;
          cursor: pointer;
          font-size: 20px;
          margin: 0 10px;
          text-align: center;
          transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
          .container .game-step-2 .content .footer .btn .icon {
            display: block;
            margin: 0 auto 5px auto;
            width: 72px; }
            @media (max-width: 1000px) {
              .container .game-step-2 .content .footer .btn .icon {
                width: 60px; } }
          .container .game-step-2 .content .footer .btn:hover {
            opacity: 0.5; }
          @media (max-width: 1000px) {
            .container .game-step-2 .content .footer .btn {
              font-size: 17px; } }
          @media (max-width: 800px) {
            .container .game-step-2 .content .footer .btn {
              font-size: 14px; } }
        @media (max-width: 1000px) {
          .container .game-step-2 .content .footer {
            text-align: center;
            width: 100%; } }
        @media (max-width: 800px) {
          .container .game-step-2 .content .footer {
            flex-wrap: wrap; } }
      @media (max-width: 800px) {
        .container .game-step-2 .content {
          /*                flex-grow: 0;
                          width: 80%;*/ } }
      @media (max-width: 600px) {
        .container .game-step-2 .content {
          min-width: 100%;
          padding: 20px 10px 10px 10px;
          width: 100%; } }
    .container .game-step-2 .btn-monstro {
      cursor: pointer;
      height: 40px;
      margin-top: -20px;
      position: absolute;
      top: 50%;
      transition: filter 0.7s cubic-bezier(0.19, 1, 0.22, 1);
      width: 50px;
      z-index: 5; }
      .container .game-step-2 .btn-monstro .icon {
        background-image: url(../../../img/icons/seta-3.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        height: 40px;
        width: 50px; }
      .container .game-step-2 .btn-monstro .nome {
        color: #42bcc6;
        /*filter: drop-shadow(2px 2px 0px #fff);*/
        font-family: "supersonic_rocketship", sans-serif;
        font-size: 20px;
        font-weight: bold;
        display: inline-block;
        position: absolute;
        letter-spacing: 2px;
        text-transform: uppercase;
        top: -45px; }
        .container .game-step-2 .btn-monstro .nome:before {
          content: attr(data-nome);
          font-size: calc(1em + 6px);
          margin: -4px -2px;
          color: #fff;
          position: absolute;
          z-index: -1;
          letter-spacing: -1px; }
      .container .game-step-2 .btn-monstro.btn-monstro-prev {
        left: 0;
        margin-left: -60px;
        transform: scaleX(-1); }
        .container .game-step-2 .btn-monstro.btn-monstro-prev .nome {
          transform: scaleX(-1); }
        @media (max-width: 800px) {
          .container .game-step-2 .btn-monstro.btn-monstro-prev {
            margin-left: -40px; } }
        @media (max-width: 600px) {
          .container .game-step-2 .btn-monstro.btn-monstro-prev {
            filter: drop-shadow(1px 1px 1px #333);
            margin-left: -10px; } }
      .container .game-step-2 .btn-monstro.btn-monstro-next {
        right: 0;
        margin-right: -60px; }
        @media (max-width: 800px) {
          .container .game-step-2 .btn-monstro.btn-monstro-next {
            margin-right: -40px; } }
        @media (max-width: 600px) {
          .container .game-step-2 .btn-monstro.btn-monstro-next {
            filter: drop-shadow(1px 1px 1px #333);
            margin-right: -10px; } }
      .container .game-step-2 .btn-monstro:hover .icon {
        filter: drop-shadow(2px 2px 2px #000); }
      @media (max-width: 600px) {
        .container .game-step-2 .btn-monstro {
          /*margin-top: 110px;*/
          top: 130px; } }
  @media (max-width: 600px) {
    .container {
      min-width: 100%;
      padding: 15px;
      width: 100%; } }

#popup-avatar-save {
  position: absolute;
  /*top: 10%;*/
  left: 50%;
  /*transform: translateX(-50%) translateY(-50%);*/
  display: none;
  margin: 0 auto;
  transform: translateX(-50%);
  width: 90%;
  height: auto;
  padding: 10px;
  border: solid 1px #ccc;
  border-radius: 12px;
  background-color: #fff;
  z-index: 10;
  max-width: 300px;
  box-shadow: inset 0px 20px 60px 0px #ccc;
  /*transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);*/ }
  #popup-avatar-save p {
    text-align: center;
    font-size: 20px;
    font-family: "solway", serif;
    color: #f36d21;
    font-weight: bold; }

@keyframes monstro-shake {
  0% {
    transform: skewX(0deg);
    filter: drop-shadow(3px 2px 6px #666); }
  25% {
    transform: skewX(2deg);
    filter: drop-shadow(-3px 2px 6px #666); }
  50% {
    transform: skewX(0deg);
    filter: drop-shadow(3px 2px 6px #666); }
  75% {
    transform: skewX(-2deg);
    filter: drop-shadow(6px 2px 6px #666); }
  100% {
    transform: skewX(0deg);
    filter: drop-shadow(3px 2px 6px #666); } }

/*# sourceMappingURL=gerador-de-monstros.css.map */
