/**
 * 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: #39c3d7; }

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

#content {
  margin: 50px auto;
  background-color: #fff;
  padding: 30px;
  max-width: 1200px;
  width: 90%; }
  #content .entry-title {
    color: #f68228; }
    @media (max-width: 800px) {
      #content .entry-title {
        font-size: 18px; } }
  #content .foto-header {
    width: 90%;
    display: block;
    margin: 0 auto; }
    @media (max-width: 600px) {
      #content .foto-header {
        width: calc(100% + 20px);
        margin: 0 -10px; } }
  #content .entry-content > p {
    color: #631f22;
    line-height: 140%; }
  #content .brincadeira-list {
    display: block;
    list-style: none;
    padding: 0; }
    #content .brincadeira-list .brincadeira-item {
      border-top: dashed 3px #631f22;
      color: #631f22;
      padding: 14px 0 14px 0; }
      #content .brincadeira-list .brincadeira-item .titulo {
        margin: 0;
        font-size: 20px; }
      #content .brincadeira-list .brincadeira-item p {
        margin: 0;
        line-height: 140%; }
  @media (max-width: 800px) {
    #content {
      padding: 10px; } }

/*# sourceMappingURL=pelo-brasil.css.map */
