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

#site-header .header-inner .header-navigation-wrapper {
  /*background-image: url(../../img/menu-nuvens-gebon.png);*/ }
#site-header .btn-menu-collapsed {
  background-image: url(../../img/menu-nuvens-mini.png); }
#site-header .sub-menu {
  background-image: url(../../../img/menu-nuvens-mini.png), url(../../../img/menu-nuvens-mini.png) !important; }
#site-header .primary-menu .menu-item:before {
  opacity: 0.8; }

#content {
  margin: 20px auto;
  background-color: #fff;
  padding: 0 30px;
  max-width: 1200px;
  width: 90%; }
  #content .sorvete-list {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: space-around;
    flex-wrap: wrap; }
    #content .sorvete-list .sorvete-item {
      min-width: 33.33%;
      max-width: 33.33%;
      flex-grow: 1;
      text-align: center;
      margin-bottom: 30px;
      padding: 0 10px;
      position: relative; }
      #content .sorvete-list .sorvete-item .foto {
        overflow: hidden;
        position: relative; }
        #content .sorvete-list .sorvete-item .foto .foto-inner {
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
          width: 100%; }
        #content .sorvete-list .sorvete-item .foto .blank {
          display: block;
          width: 100%; }
      #content .sorvete-list .sorvete-item .btn-sorvete {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      #content .sorvete-list .sorvete-item:hover .foto-inner {
        transform: scale(1.1); }
      #content .sorvete-list .sorvete-item:hover .titulo:after {
        width: 50%; }
      @media (max-width: 800px) {
        #content .sorvete-list .sorvete-item {
          min-width: 50%;
          max-width: 50%; } }
  #content .titulo {
    color: #ef395d;
    font-size: 20px;
    margin: 0;
    padding: 0.5em;
    position: relative; }
    #content .titulo:after {
      background-color: #06E6F7;
      content: '';
      height: 5px;
      left: 50%;
      position: absolute;
      top: 100%;
      transform: translateX(-50%);
      transition: width 1.4s cubic-bezier(0.19, 1, 0.22, 1);
      width: 0%; }
    @media (max-width: 800px) {
      #content .titulo {
        font-size: 16px; } }
  @media (max-width: 800px) {
    #content {
      padding: 10px;
      width: 100%; } }

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