﻿/*$colorBlack: #1e1e1e !default;*/
/*Borders*/
/*SLIDE HOMEPAGE*/
@media screen and (max-width: 1023px) {
  .home-prizes .links-filter {
    padding-top: 20px; } }

.home-prizes .links-filter a {
  font: 1.4em "aaux_bold", Helvetica, Arial, sans-serif;
  color: #94a2ac;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase; }
  .home-prizes .links-filter a:hover {
    color: #1e1e1e; }

@media screen and (max-width: 1023px) {
  .home-prizes aside {
    text-align: center; } }

.home-prizes .prizes-list {
  float: right;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .home-prizes .prizes-list {
      display: inline-block;
      float: none; } }
  @media screen and (max-width: 540px) {
    .home-prizes .prizes-list {
      text-align: center; } }
  .home-prizes .prizes-list ul {
    overflow: hidden;
    margin-bottom: 40px;
    margin-right: -40px; }
    @media screen and (max-width: 1180px) {
      .home-prizes .prizes-list ul {
        margin-right: -20px; } }
    @media screen and (max-width: 560px) {
      .home-prizes .prizes-list ul {
        margin: 0; } }
    .home-prizes .prizes-list ul li {
      margin-right: 40px;
      float: left;
      width: 280px; }
      @media screen and (max-width: 1280px) {
        .home-prizes .prizes-list ul li {
          width: 230px; } }
      @media screen and (max-width: 1180px) {
        .home-prizes .prizes-list ul li {
          margin-right: 20px; } }
      @media screen and (max-width: 560px) {
        .home-prizes .prizes-list ul li {
          float: none;
          margin: 0 0 40px 0;
          width: 100%; } }
      .home-prizes .prizes-list ul li:first-child {
        margin-left: 0; }
      .home-prizes .prizes-list ul li img {
        width: 100%;
        height: auto; }

/*LISTAGEM DE PREMIOS*/
.list-area {
  /*FILTERS*/ }
  .list-area .top {
    padding-top: 20px; }
    @media screen and (max-width: 640px) {
      .list-area .top {
        padding-top: 0; } }
    .list-area .top h1 {
      margin-top: 0;
      margin-right: 30px; }
  .list-area .filters-items {
    margin-top: 12px; }
    @media screen and (max-width: 767px) {
      .list-area .filters-items {
        margin: 12px 0 0 0px;
        margin-right: -20px; } }
    .list-area .filters-items .field {
      float: left;
      margin: 0 20px 12px 0; }
      .list-area .filters-items .field label {
        display: block;
        font: 1.4em "aaux_promediumregular", Helvetica, Arial, sans-serif;
        color: #738593;
        margin-bottom: 5px; }
  .list-area .prize {
    width: 200px;
    position: relative;
    margin: 0 40px 40px 0px;
    display: inline-block;
    border: none;
    float: none;
    padding: 0;
    height: auto; }
    @media screen and (max-width: 640px) {
      .list-area .prize {
        display: block;
        margin: 0 auto 40px auto; } }
    .list-area .prize img {
      width: 100%;
      height: auto; }
    .list-area .prize p {
      text-align: center;
      font: 1.2em "aaux_bold", Helvetica, Arial, sans-serif;
      padding: 0 5px;
      height: 60px; }
