/**
 * 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; } }

body {
  background-color: #FFCD46; }

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

#content {
  margin: 0px auto;
  padding: 30px;
  max-width: 1200px;
  width: 90%; }
  #content .btn-step-next {
    left: 50%;
    transform: translateX(-50%); }
  @media (max-width: 600px) {
    #content .ur-form-grid {
      padding: 0; } }
  #content .ur-frontend-form {
    margin-bottom: 0;
    border: none;
    padding: 0; }
  #content .ur-form-row {
    background-image: url(../../img/form-step-bg.png);
    padding: 40px 60px;
    background-size: 100% 100%;
    position: relative; }
    @media (max-width: 800px) {
      #content .ur-form-row {
        padding: 30px 40px; } }
    @media (max-width: 600px) {
      #content .ur-form-row {
        padding: 15px 15px; } }
  #content .form-row {
    position: relative; }
    #content .form-row.focus .ur-label, #content .form-row.not-empty .ur-label {
      font-size: 12px;
      line-height: 12px;
      padding: 0 5px;
      top: 5px; }
      @media (max-width: 800px) {
        #content .form-row.focus .ur-label, #content .form-row.not-empty .ur-label {
          top: 0px; } }
      @media (max-width: 600px) {
        #content .form-row.focus .ur-label, #content .form-row.not-empty .ur-label {
          top: 0px; } }
  #content .ur-label {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 48px;
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 0 10px;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }
    #content .ur-label abbr {
      position: relative;
      top: 0.3em; }
    @media (max-width: 800px) {
      #content .ur-label {
        font-size: 16px;
        line-height: 38px; } }
    @media (max-width: 600px) {
      #content .ur-label {
        font-size: 12px;
        line-height: 28px; } }
  #content .input-text, #content .regular-text {
    background-color: #FFCC46;
    color: #fff;
    font-size: 20px;
    height: 48px;
    border: none;
    padding: 10px 10px 0 10px;
    line-height: 1em;
    min-height: 48px;
    width: 100%; }
    @media (max-width: 800px) {
      #content .input-text, #content .regular-text {
        font-size: 16px;
        height: 38px;
        min-height: 38px; } }
    @media (max-width: 600px) {
      #content .input-text, #content .regular-text {
        font-size: 12px;
        height: 28px;
        min-height: 28px; } }
    #content .input-text:-webkit-input-placeholder, #content .input-text:-moz-placeholder, #content .input-text::-webkit-input-placeholder, #content .input-text::-moz-placeholder, #content .regular-text:-webkit-input-placeholder, #content .regular-text:-moz-placeholder, #content .regular-text::-webkit-input-placeholder, #content .regular-text::-moz-placeholder {
      color: #fff; }
  #content .ur-checkbox-list {
    line-height: 48px;
    margin-bottom: 0; }
    @media (max-width: 800px) {
      #content .ur-checkbox-list {
        line-height: 28px; } }
    @media (max-width: 600px) {
      #content .ur-checkbox-list {
        line-height: 18px; } }
  #content p {
    color: #BC33DD;
    font-size: 26px;
    font-family: "solway", serif;
    font-weight: bold; }
    @media (max-width: 800px) {
      #content p {
        font-size: 20px; } }
    @media (max-width: 600px) {
      #content p {
        font-size: 14px; } }
  #content #check_box_responsavel_termos_field .ur-label {
    width: auto; }
  @media (max-width: 800px) {
    #content #check_box_responsavel_termos_field ul {
      padding-left: 25px; } }
  #content #check_box_responsavel_termos_field li {
    position: relative; }
    #content #check_box_responsavel_termos_field li label {
      color: #BC33DD;
      font-size: 16px;
      font-family: "solway", serif;
      /*padding-left: 30px;*/
      position: relative; }
      #content #check_box_responsavel_termos_field li label a {
        color: #BC33DD;
        font-size: 16px;
        font-family: "solway", serif; }
        @media (max-width: 800px) {
          #content #check_box_responsavel_termos_field li label a {
            font-size: 14px; } }
        @media (max-width: 600px) {
          #content #check_box_responsavel_termos_field li label a {
            font-size: 12px; } }
      #content #check_box_responsavel_termos_field li label span {
        display: inline-block;
        width: 18px;
        height: 18px;
        position: relative;
        left: 0;
        top: 0.3em;
        /*transform: translateY(-50%);*/
        /*margin-top: 2px;*/
        background-color: #FFCC46; }
        #content #check_box_responsavel_termos_field li label span:before {
          content: '';
          display: block;
          opacity: 0;
          width: 60%;
          height: 60%;
          border-left: 3px solid #fff;
          position: absolute;
          top: 35%;
          left: 50%;
          margin-left: 2px;
          transform: translateX(-50%) translateY(-50%) rotate(-35deg);
          transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
        #content #check_box_responsavel_termos_field li label span:after {
          content: '';
          display: block;
          opacity: 0;
          width: 60%;
          height: 60%;
          border-right: 3px solid #fff;
          position: absolute;
          top: 35%;
          left: 50%;
          margin-left: -2px;
          transform: translateX(-50%) translateY(-50%) rotate(35deg);
          transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
      @media (max-width: 800px) {
        #content #check_box_responsavel_termos_field li label {
          font-size: 14px;
          /*padding-left: 25px;*/ } }
      @media (max-width: 600px) {
        #content #check_box_responsavel_termos_field li label {
          font-size: 12px; } }
    #content #check_box_responsavel_termos_field li input {
      opacity: 0;
      display: none; }
      #content #check_box_responsavel_termos_field li input:checked + label span:before {
        opacity: 1; }
      #content #check_box_responsavel_termos_field li input:checked + label span:after {
        opacity: 1; }
  #content .ur-submit-button {
    display: none;
    align-self: flex-start;
    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;
    font-family: "solway", serif;
    justify-content: center;
    line-height: 100%;
    overflow: hidden;
    padding: 0.4em 3em 0.4em 0.5em;
    position: relative;
    width: auto;
    transform: perspective(200px);
    background-color: #8e14e6;
    background-image: linear-gradient(-195deg, #ffffff 0%, #8e14e6 70%);
    margin: 0 auto; }
  #content .ur-message {
    background-color: transparent;
    background-image: url(../../img/form-step-bg.png);
    background-size: 100% 100%;
    border-top: none;
    color: #FFCC46;
    filter: drop-shadow(2px 4px 6px black);
    font-size: 30px;
    left: 50%;
    padding: 40px 60px;
    position: fixed;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 15; }
    #content .ur-message:after {
      background-image: url(../../img/icons/close.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 60% auto;
      cursor: pointer;
      height: 40px;
      position: absolute;
      right: 15px;
      top: 15px;
      width: 40px;
      z-index: 10; }
  #content .btn-prev {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-family: "solway", serif;
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    right: 70px;
    top: 55px;
    z-index: 10; }
    #content .btn-prev:before {
      content: '';
      display: inline-block;
      background-image: url(../../img/icons/seta.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 60% auto;
      height: 40px;
      width: 40px;
      transform: scaleX(-1); }
      @media (max-width: 800px) {
        #content .btn-prev:before {
          height: 35px;
          width: 35px; } }
      @media (max-width: 600px) {
        #content .btn-prev:before {
          height: 30px;
          width: 30px; } }
    @media (max-width: 800px) {
      #content .btn-prev {
        font-size: 14px;
        line-height: 35px;
        right: 50px;
        top: 35px; } }
    @media (max-width: 600px) {
      #content .btn-prev {
        line-height: 30px;
        right: 30px;
        top: 15px; } }
  @media (max-width: 800px) {
    #content {
      padding: 20px; } }
  @media (max-width: 600px) {
    #content {
      padding: 10px; } }

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