* {
  box-sizing: border-box;
  outline: none !important; }

html, body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  padding: 0; }

#svg-filter {
  display: none; }

/**
 * Media Query
 */
/**
 * Font-family disponiveis
 */
#header-logo {
  display: inline-block;
  position: relative; }
  #header-logo .logo {
    max-width: 270px;
    position: relative;
    z-index: 2; }
    @media (max-width: 800px) {
      #header-logo .logo {
        width: 150px; } }
  #header-logo .logo-monstro {
    max-width: 15%;
    position: absolute;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1; }
    #header-logo .logo-monstro.monstro-1 {
      top: 40%;
      right: 10%;
      transition-delay: 0.1s; }
    #header-logo .logo-monstro.monstro-2 {
      bottom: 25%;
      right: 42%;
      transform: rotate(180deg);
      transition-delay: 0.2s; }
    #header-logo .logo-monstro.monstro-3 {
      top: 45%;
      left: 5%;
      /*transform: rotate(-90deg);*/
      transition-delay: 0.3s; }
  #header-logo:hover .monstro-1 {
    transition-delay: 0.3s;
    top: 10%;
    /*right: 10%;*/ }
  #header-logo:hover .monstro-2 {
    transition-delay: 0.2s;
    bottom: -5%;
    /*right: 42%;*/
    /*transform: rotate(180deg);*/ }
  #header-logo:hover .monstro-3 {
    transition-delay: 0.1s;
    top: 15%;
    /*left: -5%;*/
    /*transform: rotate(-90deg);*/ }
  @media (max-width: 800px) {
    #header-logo {
      margin-left: 30px; } }

#site-header {
  padding: 1vw 1vw; }
  #site-header .header-inner {
    display: flex;
    justify-content: flex-start;
    max-width: 1200px;
    margin: 0 auto; }
    #site-header .header-inner .header-titles-wrapper {
      display: flex;
      align-items: center; }
      #site-header .header-inner .header-titles-wrapper .header-titles {
        transform: translateY(-10%); }
        @media (max-width: 800px) {
          #site-header .header-inner .header-titles-wrapper .header-titles {
            transform: none; } }
    #site-header .header-inner .header-navigation-wrapper {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      align-items: center;
      display: flex;
      flex-grow: 1;
      position: relative; }
      #site-header .header-inner .header-navigation-wrapper #menu-bg {
        display: block;
        visibility: hidden;
        width: 100%; }
        @media (max-width: 800px) {
          #site-header .header-inner .header-navigation-wrapper #menu-bg {
            display: none; } }
      #site-header .header-inner .header-navigation-wrapper #menu-bg-collapsed {
        display: none;
        width: 100%; }
        @media (max-width: 800px) {
          #site-header .header-inner .header-navigation-wrapper #menu-bg-collapsed {
            /*display: block;*/ } }
      @media (max-width: 800px) {
        #site-header .header-inner .header-navigation-wrapper {
          background-image: none !important; } }
  #site-header .btn-menu-collapsed {
    background-image: url(../img/menu-nuvens-mini.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    filter: drop-shadow(3px 3px 1px #999);
    height: 70px;
    position: fixed;
    right: 22px;
    top: 22px;
    width: 80px;
    z-index: 21; }
    #site-header .btn-menu-collapsed:before {
      border-bottom: solid 2px #ef395d;
      border-top: solid 2px #ef395d;
      content: '';
      display: block;
      height: 16px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-60%) translateY(-53%);
      transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
      width: 22px; }
    #site-header .btn-menu-collapsed:after {
      background-color: #ef395d;
      content: '';
      display: block;
      height: 2px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-60%) translateY(-60%);
      transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
      width: 22px; }
    #site-header .btn-menu-collapsed.active:before {
      border-bottom-color: transparent;
      height: 0px;
      margin-top: 1px;
      transform: translateX(-60%) translateY(-53%) rotate(45deg); }
    #site-header .btn-menu-collapsed.active:after {
      transform: translateX(-60%) translateY(-60%) rotate(-45deg); }
    @media (max-width: 800px) {
      #site-header .btn-menu-collapsed {
        display: block; } }
  @media (max-width: 800px) {
    #site-header .primary-menu-wrapper {
      animation: menu-nuvem 145s linear infinite;
      background-color: #e4f0b8;
      background-image: url(../img/menu-nuvens-branco.png), url(../img/menu-nuvens-branco.png);
      background-position: 20% -160px, 20% calc(100% + 170px);
      background-repeat: repeat-x;
      border: solid 10px rgba(179, 211, 52, 0.5);
      bottom: 0px;
      left: 0px;
      opacity: 0;
      pointer-events: none;
      position: fixed;
      right: 0px;
      top: 0px;
      transform: scale(0.9);
      transition: all 0.3s linear;
      z-index: 15; } }
  #site-header .primary-menu-wrapper:hover {
    z-index: 20; }
  @media (max-width: 800px) {
    #site-header .primary-menu-wrapper.active {
      opacity: 1;
      pointer-events: all;
      transform: scale(1);
      transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); } }
  @media (max-width: 800px) {
    #site-header .primary-menu-wrapper.turbulence {
      /*filter: url(#turbuMapMenuCollapsed);*/ } }
  #site-header .primary-menu-wrapper .btn-cadastro {
    background-color: #f26521;
    border-radius: 4px;
    border: solid 1px #fff;
    color: #fff;
    font-family: "solway", serif;
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0; }
    @media (max-width: 800px) {
      #site-header .primary-menu-wrapper .btn-cadastro {
        right: 50%;
        top: 10px;
        transform: translateX(50%); } }
  #site-header .primary-menu {
    display: flex;
    justify-content: space-around;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 42%;
    width: 100%; }
    #site-header .primary-menu .menu-item .sub-menu {
        /*display: none !important;*/
    }
    #site-header .primary-menu:hover > .menu-item {
      z-index: 3; }
      @media (max-width: 1000px) {
        #site-header .primary-menu:hover > .menu-item > a {
          /*display: none;*/ } }
      @media (max-width: 1000px) {
        #site-header .primary-menu:hover > .menu-item:before {
          opacity: 0; } }
      #site-header .primary-menu:hover > .menu-item .sub-menu {
        z-index: 3;}
    #site-header .primary-menu > .menu-item {
      z-index: 1; }
      #site-header .primary-menu > .menu-item > a:after {
        background-color: #06E6F7;
        border-radius: 3px;
        content: '';
        height: 5px;
        left: 50%;
        opacity: 0;
        position: absolute;
        top: 100%;
        transform: translateX(-50%);
        transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
        width: 0%;
        z-index: 5; }
        @media (max-width: 800px) {
          #site-header .primary-menu > .menu-item > a:after {
            display: none; } }
      #site-header .primary-menu > .menu-item:hover > a:after {
        opacity: 1;
        width: 80%; }
    #site-header .primary-menu .menu-item {
      list-style: none;
      margin: auto 5px;
      position: relative; }
      #site-header .primary-menu .menu-item a {
        color: #ef395d;
        cursor: pointer;
        display: block;
        font-family: "solway", serif;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        z-index: 2; }
        @media (max-width: 1000px) {
          #site-header .primary-menu .menu-item a {
            font-size: 17px; } }
        @media (max-width: 800px) {
          #site-header .primary-menu .menu-item a {
            display: block;
            height: 100%;
            line-height: 60px;
            width: 100%; } }
      #site-header .primary-menu .menu-item .sub-menu {
        left: 0;
        padding: 20px 20px 30px 20px;
        display: none;
        position: absolute;
        top: 100%;
        white-space: nowrap;
        margin-left: -20px;
        max-height: 100vh;
        background-image: url(../img/menu-nuvens-mini.png), url(../img/menu-nuvens-mini.png);
        background-size: auto 100%;
        background-position: left top, right bottom;
        background-repeat: no-repeat;
        transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
        #site-header .primary-menu .menu-item .sub-menu .menu-item a {
          font-weight: normal;
          pointer-events: none; }
        #site-header .primary-menu .menu-item .sub-menu .menu-item:hover a {
          font-weight: bold;
          pointer-events: all; }
        @media (max-width: 800px) {
          #site-header .primary-menu .menu-item .sub-menu {
            background-image: none;
            left: 0;
            margin: 0;
            position: fixed;
            top: 50%;
            transform: translateY(-50%);
            width: 100%; } }
        #site-header .primary-menu .menu-item .sub-menu:before {
          content: '';
          display: none;
          height: 100vh;
          left: 50%;
          position: fixed;
          top: 50%;
          transform: translateY(-50%) translateX(-50%);
          width: 100vw; }
          @media (max-width: 800px) {
            #site-header .primary-menu .menu-item .sub-menu:before {
              display: block; } }
      #site-header .primary-menu .menu-item:hover {
        z-index: 10; }
        #site-header .primary-menu .menu-item:hover .sub-menu {
          /*display: block;*/ }
          @media (max-width: 800px) {
            #site-header .primary-menu .menu-item:hover .sub-menu {
              background: none !important; } }
        #site-header .primary-menu .menu-item:hover > a:after {
          /*width: 50%;*/ }
      #site-header .primary-menu .menu-item:before {
        background-image: url(../img/menu-nuvens-branco.png);
        background-size: auto 60px;
        background-position: center top;
        background-repeat: no-repeat;
        content: '';
        display: none;
        opacity: 0.4;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        @media (max-width: 800px) {
          #site-header .primary-menu .menu-item:before {
            display: block; } }
      @media (max-width: 800px) {
        #site-header .primary-menu .menu-item {
          text-align: center;
          min-height: 60px;
          display: flex;
          align-items: center;
          justify-content: center; } }
    @media (max-width: 800px) {
      #site-header .primary-menu {
        display: block;
        top: 50%;
        transform: translateY(-50%);
        position: absolute; } }

@keyframes showmenu {
  0% {
    opacity: 0;
    max-height: 0;
    visibility: hidden; }
  1% {
    opacity: 0;
    max-height: 0;
    visibility: visible; }
  100% {
    opacity: 1;
    max-height: 100vh;
    visibility: visible; } }
@keyframes hide-menu {
  0% {
    opacity: 1;
    max-height: 100vh;
    visibility: visible; }
  99% {
    opacity: 0;
    max-height: 0;
    visibility: visible; }
  100% {
    opacity: 0;
    max-height: 0;
    visibility: hidden; } }
@keyframes menu-nuvem {
  0% {
    background-position: 20% -160px, 20% calc(100% + 170px); }
  100% {
    background-position: 245% -160px, 245% calc(100% + 170px); } }
/**
 * Media Query
 */
#site-footer {
  align-items: center;
  background-color: #bc33dd;
  bottom: 0;
  display: flex;
  height: calc(130px + (100vw / 20));
  max-height: 200px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 10; }
  #site-footer .section-inner {
    flex-grow: 1; }
  #site-footer .primary-menu {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto; }
    #site-footer .primary-menu .menu-item {
      display: flex;
      align-items: center; }
    #site-footer .primary-menu .menu-image {
      height: calc(100px + (100vw / 20));
      max-height: 170px;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transform-origin: 50% 100%; }
      #site-footer .primary-menu .menu-image:hover {
        /*filter: url(#turbuMap);*/
        filter: drop-shadow(12px 14px 16px #561166);
        transform: rotate(20deg); }
      @media (max-width: 600px) {
        #site-footer .primary-menu .menu-image {
          height: calc(40px + (100vw / 10));
          max-height: 120px;
          width: auto; } }
  @media (max-width: 600px) {
    #site-footer {
      height: calc(80px + (100vw / 10));
      position: relative;
      bottom: auto; } }

body {
  background-color: #b3d334;
  font-family: "solway", serif; }

/*# sourceMappingURL=style.css.map */
