/**
 * VARS
 *
 */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-in-out {
  0%,
  100% {
    opacity: 0;
  }
  72% {
    opacity: 1;
  }
}
.appearance-none {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/**
 * RESET BOOTSTRAP
 * Remover algumas formatações padrão do bootstrap
 *
 */
dl,
ul,
ol {
  margin: 0;
}
a {
  color: #961941;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
/* modelos de breakpoint
@media (max-width: 1279px) {

}

// Breakpoint SM
@media (max-width:991px) {

}

// Breakpoint XS
@media (max-width:767px) {

}

// Breakpoint XXS
@media (max-width:400px) {

}
*/
/**
 * BODY
 *
 */
body {
  background-color: #ddddde;
  font-family: 'Roboto Condensed', sans-serif;
}
* {
  outline: 0;
}
/**
 * HEADER
 *
 */
.header-style {
  background-color: #537435;
  background-image: url('../images/header-menu-bg.png');
  background-repeat: repeat-y;
  background-position: 0 50%;
  background-size: auto auto;
  border: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.3) ;
  -moz-box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.3) ;
  box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.3) ;
}
#header {
  background-color: #537435;
  background-image: url('../images/header-menu-bg.png');
  background-repeat: repeat-y;
  background-position: 0 50%;
  background-size: auto auto;
  border: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.3) ;
  -moz-box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.3) ;
  box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.3) ;
}
#header .container {
  background-image: url('../images/watermark-nao-acaba-em-pizza-08pc.svg');
  background-repeat: no-repeat;
  background-position: 170px -130px;
  background-size: 400px auto;
  height: 100%;
}
#header .navbar-brand {
  height: auto;
  margin: 0;
  padding: 8px 0 7px;
}
#header .navbar-brand #logo-nao-acaba-em-pizza {
  max-height: 85px;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}
#header .navbar-toggle .icon-bar {
  background-color: #fef7cc;
}
/**
 * Menu
 * 
 */
.nav {
  float: right;
  padding-top: 25px;
  padding-bottom: 25px;
}
.nav li a {
  color: #fef7cc;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.nav li a:hover {
  background-color: transparent;
}
.nav li a:focus {
  background-color: #537435;
}
@media (max-width: 991px) {
  #header .navbar-brand #logo-nao-acaba-em-pizza {
    max-height: 70px;
  }
  .nav {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .nav li a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #header .container {
    background-size: 200px;
    background-position: right 10px top -15px;
  }
  #header .navbar-brand {
    padding: 2.5px 0 2.5px 15px;
  }
  #header .navbar-brand #logo-nao-acaba-em-pizza {
    max-height: 45px;
  }
  .nav {
    padding-top: 0;
    padding-bottom: 0;
  }
  #header-strip .container {
    background-image: url('../images/watermark-nao-acaba-em-pizza-08pc.svg');
    background-repeat: no-repeat;
    background-position: right 10px top -65px;
    background-size: 200px auto;
  }
}
/**
 * Faixa magenta
 *
 */
#header-strip {
  background-color: #961941;
  background-image: url('../images/header-strip-bg.png');
  background-repeat: repeat-y;
  background-position: 50% 0;
  background-size: auto auto;
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.3) ;
  -moz-box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.3) ;
  box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.3) ;
}
#header-strip h1 {
  color: #fef7cc;
  font-family: 'Fjalla One', sans-serif;
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
  padding: 30px 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
  #header-strip h1 {
    font-size: 2.4em;
    padding: 0.8em 0 0.6em;
  }
}
@media (max-width: 767px) {
  #header-strip h1 {
    font-size: 2em;
    padding: 0.8em 0 0.6em;
  }
}
/**
 * Fotos principais
 *
 */
#photos {
  font-size: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
#photos .photo {
  display: inline-block;
  width: 50%;
  position: relative;
}
#photos .photo img {
  width: 100%;
}
#photos .photo span.credit {
  position: absolute;
  height: 15px;
  overflow: visible;
  display: inline-block;
  padding: 2px;
  font-size: 9px;
  letter-spacing: 0.05em;
  top: 5px;
  left: 5px;
  z-index: 1000;
  text-align: left;
  padding: 1px 5px;
  color: rgba(240, 240, 240, 0.8);
  background: rgba(0, 0, 0, 0.25);
}
#photos .photo:nth-child(2) span.credit {
  top: 5px;
  left: auto;
  right: 5px;
  text-align: right;
}
#photos #versus {
  background-image: url('../images/versus-bg.png');
  background-repeat: repeat-y;
  background-position: 50% 0%;
  background-size: auto 105%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
#photos #versus .container {
  height: 100%;
}
#photos #versus .container .option .inner {
  color: #fff;
  font-family: 'Fjalla One', sans-serif;
  font-size: 45px;
  margin: 0;
  padding: 28px 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
#photos #versus .container #option-1 .inner {
  padding-right: 65px;
  text-align: right;
}
#photos #versus .container #option-2 .inner {
  padding-left: 65px;
  text-align: left;
}
@media (max-width: 1100px) {
  #photos #versus {
    height: 82px;
  }
  #photos #versus .container .option .inner {
    font-size: 32px;
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  #photos .photo {
    display: block;
    width: 100%;
    max-width: initial;
  }
  #photos .photo img {
    width: 100%;
  }
  #photos .photo:nth-child(2) span.credit {
    bottom: 5px;
    top: auto;
    left: 5px;
    right: auto;
    text-align: left;
  }
  #photos #versus {
    background-color: rgba(0, 0, 0, 0.75);
    background-image: url('../images/versus-x.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 18%;
    height: auto;
    top: 50%;
    bottom: initial;
    margin: -75px 0 0;
  }
  #photos #versus .container .option .inner {
    font-size: 26px;
  }
  #photos #versus .container #option-1 .inner {
    padding: 15px 0 25px;
    text-align: center;
  }
  #photos #versus .container #option-2 .inner {
    padding: 25px 0 15px;
    text-align: center;
  }
}
@media (max-width: 430px) {
  #header-strip h1 {
    font-size: 1.6em;
  }
  #photos #versus {
    margin: -46px 0 0;
  }
  #photos #versus .container #option-1 .inner {
    padding: 10px 0 16px;
    text-align: center;
    font-size: 18px;
  }
  #photos #versus .container #option-2 .inner {
    padding: 16px 0 10px;
    text-align: center;
    font-size: 18px;
  }
}
/**
 * Descrições
 *
 */
#descriptions {
  background-color: #cccdcf;
  background-image: url('../images/vertical-divider.png');
  background-repeat: repeat-y;
  background-position: center top;
  position: relative;
  z-index: 1;
}
#descriptions #desc-1 {
  padding-left: 15px;
}
#descriptions #desc-1 {
  padding-right: 15px;
}
#descriptions .desc-content {
  padding: 30px 30px 10px;
}
#descriptions .desc-content h3 {
  color: #961941;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 1.2;
  margin: 0 0 30px;
}
#descriptions .desc-content ul {
  list-style: square;
  /*square url("../images/bullet-dot.gif");*/
  list-style-position: outside;
  vertical-align: bottom;
  margin: 0 0 0 15px;
  padding: 0;
}
#descriptions .desc-content ul li {
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  margin: 0 0 10px;
}
#descriptions .desc-content ul li span {
  font-size: 22px;
}
#descriptions #actions {
  margin: 20px 0 50px 0;
  max-height: 100000px;
  overflow: auto;
  transition: max-height 0.7s;
  /* normal state */
  /* when button clicked */
  /* when user voted */
}
#descriptions #actions .small {
  color: #537435;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  /*font-style: italic;*/
  font-weight: 400;
  text-align: center;
}
#descriptions #actions .btn {
  background-color: #537435;
  color: #fef7cc;
  width: calc(90%);
  display: block;
  font-size: 40px;
  line-height: 1.5em;
  font-family: 'Fjalla One', sans-serif;
  margin: 0 auto;
  padding: 0.5em 0;
  text-shadow: 1px 1px 2px #000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  white-space: nowrap;
  border: 2px solid transparent;
  cursor: default;
}
#descriptions #actions .btn:hover {
  /*opacity: 0.8;*/
}
#descriptions #actions .btn:focus {
  outline: 0;
}
#descriptions #actions .btn.voted {
  /*background-color: @disabled-color;*/
  cursor: default;
}
#descriptions #actions .btn .btn-text,
#descriptions #actions .btn .login-btns {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-left: 0;
  box-shadow: 0;
  white-space: normal;
}
#descriptions #actions .btn .btn-text {
  transition: margin-left 0.5s;
  -webkit-transition: margin-left 0.5s;
  cursor: pointer;
}
#descriptions #actions .btn.clicked .btn-text {
  margin-left: calc(-101%);
}
#descriptions #actions .btn .btn-text:hover {
  color: #fff;
}
#descriptions #actions .action.voted .btn .btn-text:hover {
  color: #fef7cc;
}
#descriptions #actions .action.voted .btn {
  border: 2px solid #fff;
  background: #961941;
  opacity: 0.7;
}
#descriptions #actions .action .action-text span:nth-child(1) {
  display: block;
}
#descriptions #actions .action .action-text span:nth-child(2),
#descriptions #actions .action .action-text span:nth-child(3) {
  display: none;
}
#descriptions #actions .action.clicked .action-text span:nth-child(1),
#descriptions #actions .action.clicked .action-text span:nth-child(3) {
  display: none;
}
#descriptions #actions .action.clicked .action-text span:nth-child(2) {
  display: block;
}
#descriptions #actions .action.voted .action-text span:nth-child(1),
#descriptions #actions .action.voted .action-text span:nth-child(2) {
  display: none;
}
#descriptions #actions .action.voted .action-text span:nth-child(3) {
  display: block;
}
#descriptions #actions .login-btns .login-link {
  display: inline-block;
  padding: 0px 8px;
  text-align: center;
  font-size: 26px;
  color: #fef7cc;
  box-shadow: none;
  text-decoration: none;
  background: transparent;
  border: 0;
}
#descriptions #actions .login-btns .login-link:hover {
  color: #fff;
}
#descriptions #actions .login-btns .login-link i {
  padding: 0 3px 0 0;
}
#descriptions #actions .link-logout {
  color: #961941;
}
#descriptions #actions.hidden {
  max-height: 0px;
  overflow: hidden;
}
#descriptions #user-info {
  background: #961941;
  padding: 1em 4em;
  text-align: center;
  color: #ffffff;
}
#descriptions #user-info a {
  color: #ffffff;
  font-weight: bold;
}
#descriptions #current-results {
  background: #ebebeb;
  padding: 2em 4em;
  margin-top: 2em;
  max-height: 100000px;
  overflow: auto;
  text-align: center;
  color: #000000;
  transition: max-height 0.7s;
}
#descriptions #current-results h5 {
  font-size: 1.7rem;
  text-transform: uppercase;
  color: #961941;
  margin: 3rem 0 1rem 0;
}
#descriptions #current-results svg {
  width: 100%;
}
#descriptions #current-results .your-vote {
  padding-bottom: 2em;
  border-bottom: 1px solid #ccc;
}
#descriptions #current-results .your-vote b {
  color: #961941;
  font-weight: 800;
  text-transform: uppercase;
}
#descriptions #current-results .legenda ul {
  list-style: none;
  padding: 0;
  margin: 2em auto;
  text-align: center;
}
#descriptions #current-results .legenda ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 1.7rem;
  padding: 0 0.4em;
  font-weight: 500;
}
#descriptions #current-results .legenda ul li:before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border: 1px solid #fff;
  vertical-align: middle;
  margin-right: 5px;
}
#descriptions #current-results .legenda ul li.leg1:before {
  background: #961941;
}
#descriptions #current-results .legenda ul li.leg2:before {
  background: #ad4c6b;
}
#descriptions #current-results .legenda ul li b {
  color: #961941;
  font-weight: 800;
  text-transform: uppercase;
}
#descriptions #current-results.hidden {
  max-height: 0px;
  overflow: hidden;
}
#descriptions #user-info button,
#descriptions #current-results button {
  padding: 0.1em 1.5em;
  background: #ffffff;
  color: #961941;
  border: 0;
  border-radius: 4px;
  font-weight: bold;
  margin: 0 1em;
}
#descriptions #current-results button {
  background: #961941;
  color: #ffffff;
}
@media (max-width: 991px) {
  #descriptions .desc-content {
    /*padding: 30px 30px 10px;*/
  }
  #descriptions .desc-content h3 {
    font-size: 24px;
  }
  #descriptions .desc-content ul li {
    font-size: 12px;
    line-height: 22px;
  }
  #descriptions .desc-content ul li span {
    font-size: 18px;
  }
  #descriptions #actions .small {
    font-size: 20px;
  }
  #descriptions #actions .btn {
    font-size: 30px;
  }
  #descriptions #actions .login-btns .login-link {
    font-size: 24px;
  }
  #descriptions #current-results {
    padding: 2em 2em;
  }
}
@media (max-width: 767px) {
  #descriptions {
    background-image: none;
  }
  #descriptions #desc-1 {
    background-image: url('../images/watermark-nao-acaba-em-pizza-20pc.svg');
    background-repeat: no-repeat;
    background-position: left -100px top 10px;
    background-size: 245px auto;
    border-bottom: 2px solid #fff;
  }
  #descriptions #desc-2 {
    background-image: url('../images/watermark-nao-acaba-em-pizza-20pc.svg');
    background-repeat: no-repeat;
    background-position: right -90px bottom -20px;
    background-size: 245px auto;
  }
  #descriptions .desc-content {
    padding: 25px 15px;
  }
  #descriptions .desc-content h3 {
    margin-bottom: 20px;
  }
  #descriptions .desc-content ul li {
    font-size: 12px;
    line-height: 22px;
  }
  #descriptions .desc-content ul li span {
    font-size: 18px;
  }
  #descriptions #actions {
    background-color: #fef7cc;
    margin-bottom: 0;
    padding: 30px 0;
  }
  #descriptions #actions #action-1 .small {
    display: none;
  }
  #descriptions #actions .small {
    line-height: 40px;
  }
  #descriptions #actions .btn {
    font-size: 30px;
  }
  #descriptions #actions .login-btns .login-link {
    font-size: 20px;
  }
  #current-results .legenda ul li {
    font-size: 1.4rem;
    padding: 0.15em 0;
  }
}
@media (max-width: 600px) {
  svg {
    max-height: 200px;
  }
  #current-results .legenda ul li {
    font-size: 1.4rem;
    padding: 0.15em 0;
  }
}
/**
 * Comentários
 *
 */
#comments {
  background-color: #ebebeb;
  min-height: 200px;
}
#comments .fb_iframe_widget {
  display: block;
  margin: 0 auto;
}
#comments .fb_iframe_widget > span {
  display: block;
  margin: 0 auto;
  width: 80% !important;
}
#comments .fb_iframe_widget > span iframe {
  width: 100% !important;
}
@media (max-width: 767px) {
  #comments .fb_iframe_widget {
    margin: 0 -15px;
  }
  #comments .fb_iframe_widget > span {
    width: 100% !important;
  }
}
/**
 * Listagem
 *
 */
#list {
  background-color: #cccdcf;
  padding: 30px 15px 10px;
  position: relative;
  z-index: 1;
}
#list h3 {
  color: #961941;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin: 0;
}
#list h3 > a {
  color: #961941;
}
#list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#list ul li {
  margin: 0 0 20px;
}
#list ul li p {
  margin: 0;
}
@media (max-width: 767px) {
  #list h3 {
    font-size: 25px;
  }
}
/**
 * Resultados
 *
 */
#results {
  background-color: #cccdcf;
  padding: 30px 15px 10px;
  position: relative;
  z-index: 1;
}
#results h3 {
  color: #961941;
  margin: 20px 0;
}
#results h3:first-child {
  margin-top: 0;
}
#results p {
  margin: 0 0 10px;
}
#results img {
  display: block;
  margin: 0 auto;
}
/**
 * Sobre
 * 
 */
a.credit-link {
  height: 50px;
  max-height: 50px;
  width: auto;
  display: inline-block;
  text-align: left;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}
a.credit-link img {
  height: 50px;
  max-height: 50px;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
  display: inline-block;
  top: 0;
}
#about-header {
  position: relative;
}
#about-header #about-image {
  width: 100%;
}
#about-header .title {
  background-image: url('../images/about-bg.png');
  background-repeat: repeat-y;
  background-position: top center;
  background-size: auto auto;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}
#about-header .title .container {
  color: #fff;
  font-family: 'Fjalla One', sans-serif;
  font-size: 40px;
  line-height: 1.2;
  padding: 50px 0;
  text-align: center;
}
#about-header span.credit {
  position: absolute;
  height: 15px;
  overflow: visible;
  display: inline-block;
  padding: 2px;
  font-size: 9px;
  letter-spacing: 0.05em;
  top: 5px;
  left: 5px;
  z-index: 1000;
  text-align: left;
  padding: 1px 5px;
  color: rgba(240, 240, 240, 0.8);
  background: rgba(0, 0, 0, 0.25);
}
#about-desc #about-intro {
  background-color: #d3d4d6;
  background-image: url('../images/watermark-nao-acaba-em-pizza-20pc.svg');
  background-repeat: no-repeat;
  background-position: right -40px top 10px;
  background-size: 420px auto;
  padding: 40px 30px;
}
#about-desc #about-intro h2 {
  color: #961941;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 1.2;
  margin: 0 0 30px;
}
#about-desc #about-intro p {
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 20px;
}
#about-desc #about-text,
#about-desc #about-people,
#about-desc #about-disclaimer {
  background-color: #fff;
  padding-bottom: 100px;
  text-align: center;
}
#about-desc #about-text img,
#about-desc #about-people img,
#about-desc #about-disclaimer img {
  display: block;
  margin: 50px auto 0;
}
#about-desc #about-text h3,
#about-desc #about-people h3,
#about-desc #about-disclaimer h3 {
  color: #537435;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-style: italic;
  margin-right: 25px;
  margin-left: 25px;
}
#about-desc #about-text p,
#about-desc #about-people p,
#about-desc #about-disclaimer p {
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 25px 20px;
}
#about-desc #about-people,
#about-desc #about-disclaimer {
  text-align: left;
  background-color: #d3d4d6;
  padding: 40px 30px;
}
#about-desc #about-people h2,
#about-desc #about-disclaimer h2 {
  color: #961941;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 1.2;
  margin: 0 0 30px;
}
#about-desc #about-people p,
#about-desc #about-disclaimer p {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 20px 0;
}
@media (max-width: 991px) {
  #about-header .title .container {
    font-size: 30px;
    padding: 20px 0;
  }
  #about-desc #about-intro h2,
  #about-desc #about-people h2,
  #about-desc #about-disclaimer h2 {
    font-size: 24px;
  }
  #about-desc #about-intro p,
  #about-desc #about-people p,
  #about-desc #about-disclaimer p {
    font-size: 20px;
  }
  #about-desc #about-text img,
  #about-desc #about-people img,
  #about-desc #about-disclaimer img {
    margin: 30px auto 0;
  }
  #about-desc #about-text h3,
  #about-desc #about-people h3,
  #about-desc #about-disclaimer h3 {
    font-size: 26px;
  }
  #about-desc #about-text p,
  #about-desc #about-people p,
  #about-desc #about-disclaimer p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #about-header .title .container {
    font-size: 20px;
    padding: 15px 0;
  }
  #about-desc #about-intro,
  #about-desc #about-people,
  #about-desc #about-disclaimer {
    padding: 30px 20px;
  }
  #about-desc #about-intro h2,
  #about-desc #about-people h2,
  #about-desc #about-disclaimer h2 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }
  #about-desc #about-intro p,
  #about-desc #about-people p,
  #about-desc #about-disclaimer p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
  #about-desc #about-text img {
    margin: 20px auto 0;
  }
  #about-desc #about-text h3 {
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }
  #about-desc #about-text p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 320px) {
  #about-header .title {
    position: relative;
  }
  #about-header .title .container {
    font-size: 14px;
    padding: 8px 0;
  }
}
/**
 * Anteriores
 * 
 */
#anteriores {
  margin: 43px 0 0;
}
#anteriores .anterior-item {
  background-color: #d3d4d6;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  height: 50%;
}
#anteriores .anterior-item:before,
#anteriores .anterior-item:after {
  content: " ";
  display: table;
}
#anteriores .anterior-item:after {
  clear: both;
}
#anteriores .anterior-item .anterior-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#anteriores .anterior-item .photo {
  float: left;
  width: 50%;
  max-width: 50%;
  overflow: hidden;
  text-align: center;
}
#anteriores .anterior-item .photo img {
  display: block;
  width: auto;
  height: 220px;
  margin-left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#anteriores .anterior-item .versus {
  background-color: rgba(0, 0, 0, 0.75);
  background-image: url('../images/versus-x.png');
  background-repeat: repeat-y;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 105%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 62px;
  z-index: 1;
}
#anteriores .anterior-item .versus .row .option .inner {
  color: #fff;
  font-family: 'Fjalla One', sans-serif;
  font-size: 26px;
  margin: 0;
  padding: 18px 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
#anteriores .anterior-item .versus .row .option-left .inner {
  padding-right: 20px;
  text-align: right;
}
#anteriores .anterior-item .versus .row .option-right .inner {
  padding-left: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  #anteriores .anterior-item {
    margin: 0 0 60px 0;
  }
  #anteriores .anterior-item .photo {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  #anteriores .anterior-item .versus {
    background-size: auto 18%;
    height: auto;
    margin: -52px 0 0 0;
    top: 50%;
    bottom: initial;
  }
  #anteriores .anterior-item .versus .row {
    height: auto;
  }
  #anteriores .anterior-item .versus .row .option .inner {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-size: 20px;
  }
  #anteriores .anterior-item .versus .row .option-left .inner {
    padding-bottom: 20px;
  }
  #anteriores .anterior-item .versus .row .option-right .inner {
    padding-top: 20px;
  }
}
/**
 * Footer
 * 
 */
footer {
  background-color: #537435;
  background-image: url('../images/header-menu-bg.png');
  background-repeat: repeat-y;
  background-position: 0 50%;
  background-size: auto auto;
  border: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.3) ;
  -moz-box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.3) ;
  box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.3) ;
}
footer #cc {
  display: inline-block;
  margin: 34px 0 0;
}
