.centered {
  margin: 0 auto !important;
  float: none !important; }

body {
  display: none; }

#loader {
  border: 16px solid #313131;
  /* Light grey */
  border-top: 16px solid #feee00;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 0 auto !important;
  float: none !important; }

#space-loader {
  height: 20%; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body section.store .col-lg-6:last-child {
    padding-top: 7% !important; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) {
  body .chamada-principal-interna a.botao-white {
    padding: 5px 10px !important; }
  body .chamada-principal-interna img {
    width: 100%; } }

@media only screen and (max-width: 1023px) {
  body section.store {
    margin: 20px 0 0px 0;
    padding: 30px 0;
    background: url(../img/bg-store.jpg) top no-repeat;
    background-size: 240%; }
    body section.store .col-lg-6:last-child {
      padding-top: 0%; }
    body section.store a {
      padding: 10px 20px;
      margin-top: 5px;
      font-size: 12px; }
    body section.store h1 {
      font-size: 30px;
      margin-bottom: 5px; }
    body section.store h2 {
      font-size: 16px; }
  footer ul.lista-marcas {
    margin-top: 50px;
    padding: 0; }
    footer ul.lista-marcas li {
      text-align: center; }
    footer ul.lista-marcas img {
      width: 100%; }
      footer ul.lista-marcas img:first-child {
        width: 70%; } }

@media only screen and (max-width: 767px) {
  body footer {
    padding: 0; }
    body footer .news {
      padding: 0 25px; }
      body footer .news form .col-lg-2 {
        text-align: left; }
      body footer .news .container {
        border-bottom: 1px solid white;
        border-top: 1px solid white; }
      body footer .news div div {
        padding: 0px 10px;
        margin-bottom: 20px; }
    body footer .copy .col-lg-6:last-child {
      text-align: center; }
    body footer .footer {
      margin-bottom: 15px;
      padding: 0 10px; }
      body footer .footer .logo img {
        width: 80%; }
      body footer .footer .logo p {
        font-weight: 300;
        margin-bottom: 20px; }
    body footer .footer ul.social li i {
      margin-left: 5px;
      font-size: 18px; }
    body footer .row div:nth-child(3) {
      clear: both; }
    body footer .row div:nth-child(4) {
      position: relative;
      top: 68px; }
    body footer p, body footer a, body footer .logo p {
      font-size: 10px;
      font-weight: 300; }
  body .chamadas div h1 {
    font-size: 30px !important; } }

.botao-black {
  padding: 10 20px;
  display: inline-block;
  color: black;
  border: 1px solid black;
  margin-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-size: 12px; }
  .botao-black:hover {
    color: black;
    box-shadow: inset 0 0 0 2px black;
    text-decoration: none; }

.botao-white {
  padding: 10 20px;
  display: inline-block;
  color: white;
  border: 1px solid white;
  margin-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-size: 12px;
  margin-right: 10px; }
  .botao-white:hover {
    color: white;
    box-shadow: inset 0 0 0 2px white;
    text-decoration: none; }
  .botao-white:last-child {
    margin-right: 0; }

.botao-yellow {
  padding: 8 20px;
  display: inline-block;
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  background: #feee00;
  border: 2px solid #feee00;
  font-size: 12px; }
  .botao-yellow:hover {
    color: white;
    text-decoration: none;
    background: transparent;
    border: 2px solid white; }

.botao-green {
  padding: 8 20px;
  display: inline-block;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  background: #4b884d;
  border: 2px solid #4b884d;
  font-size: 12px; }
  .botao-green:hover {
    color: #4b884d;
    text-decoration: none;
    background: transparent;
    border: 2px solid #4b884d; }

.botao-green-avise {
  padding: 8 20px;
  display: inline-block;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  background: #10884B;
  border: 2px solid #10884B;
  font-size: 12px; }
  .botao-green-avise:hover {
    color: #10884B;
    text-decoration: none;
    background: transparent;
    border: 2px solid #10884B; }

section.parceiros {
  padding: 50px 0;
  background: #f9f9f9;
  border-top: 2px solid #e4e4e4; }
  section.parceiros img {
    width: 100%; }

.store-compacto {
  margin-top: 0;
  background: url(../img/bg-store.jpg) 0 0 no-repeat;
  background-size: cover;
  color: white; }
  .store-compacto img {
    width: 100%; }
  @media only screen and (max-width: 559px) {
    .store-compacto .row {
      padding: 20px 0; } }
  @media only screen and (max-width: 399px) {
    .store-compacto .row {
      padding: 20px 0; } }
  .store-compacto h1 {
    font-family: "Open Sans";
    font-weight: 200;
    font-size: 60px;
    margin: 0; }
    @media only screen and (max-width: 559px) {
      .store-compacto h1 {
        font-size: 12px;
        margin-bottom: 5px; } }
    @media only screen and (max-width: 399px) {
      .store-compacto h1 {
        font-size: 12px;
        margin-bottom: 5px; } }
  .store-compacto h2 {
    font-family: "Open Sans";
    font-weight: 200;
    font-size: 30px;
    margin: 0 0 15px 0; }
    @media only screen and (max-width: 559px) {
      .store-compacto h2 {
        font-size: 10px;
        margin-bottom: 5px; } }
    @media only screen and (max-width: 399px) {
      .store-compacto h2 {
        font-size: 10px;
        margin-bottom: 5px; } }
  @media only screen and (max-width: 559px) {
    .store-compacto a {
      padding: 5px 10px;
      margin: 0; } }
  @media only screen and (max-width: 399px) {
    .store-compacto a {
      padding: 5px 10px;
      margin: 0; } }
  .store-compacto .col-lg-6:last-child {
    padding-top: 8%; }
    @media only screen and (max-width: 559px) {
      .store-compacto .col-lg-6:last-child {
        padding-top: 0; } }
    @media only screen and (max-width: 399px) {
      .store-compacto .col-lg-6:last-child {
        padding-top: 0; } }

section.releases {
  background: white;
  padding: 80px 0; }
  @media only screen and (max-width: 559px) {
    section.releases {
      padding: 20px 0; } }
  @media only screen and (max-width: 399px) {
    section.releases {
      padding: 20px 0; } }
  section.releases p.press-botao {
    text-align: center;
    margin: 0; }
  section.releases .date {
    padding: 7px 15px;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 800;
    background: #feee00;
    color: black;
    display: inline-block; }
  section.releases .principal h1 {
    font-weight: 600;
    font-size: 50px;
    margin: 10px 0; }
  section.releases .principal p {
    font-size: 25px;
    font-weight: 300; }
    @media only screen and (max-width: 767px) {
      section.releases .principal p {
        margin-bottom: 20px; } }
  section.releases .secundarios h1 {
    font-weight: 600;
    font-size: 25px;
    margin: 10px 0; }
  section.releases .secundarios a {
    text-decoration: none;
    color: #333;
  }
  section.releases .secundarios a:hover {
    text-decoration: none;
    color: #000;
  }
  section.releases .secundarios p {
    font-size: 14px;
    margin: 0;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      section.releases .secundarios p {
        margin-bottom: 20px; } }

.menu-sessoes {
  background: #feee00; }
  .menu-sessoes ul.menu {
    position: relative;
    margin: 0;
    padding: 0; }
    .menu-sessoes ul.menu > li {
      position: relative;
      list-style: none;
      display: inline-block;
      padding: 19px 30px; }
      @media only screen and (max-width: 1023px) {
        .menu-sessoes ul.menu > li {
          padding: 20px 10px; } }
      @media only screen and (max-width: 767px) {
        .menu-sessoes ul.menu > li {
          padding: 20px 10px; } }
      @media only screen and (max-width: 559px) {
        .menu-sessoes ul.menu > li {
          background: none;
          padding: 20px 10px; } }
      @media only screen and (max-width: 399px) {
        .menu-sessoes ul.menu > li {
          padding: 20px 10px; } }
      .menu-sessoes ul.menu > li:first-child {
        padding: 19px 30px 19px 0; }
      .menu-sessoes ul.menu > li a {
        font-size: 16px;
        color: black; }
      .menu-sessoes ul.menu > li a.active {
        border-bottom: 3px solid #313131; }
        .menu-sessoes ul.menu > li a.active:hover {
          text-decoration: none; }
  .menu-sessoes ul.submenu {
    position: absolute;
    padding: 0;
    display: block;
    width: 200px;
    top: 60px;
    z-index: 9998;
    padding: 20px 0;
    background: #EFDC00;
    left: -57px; }
    .menu-sessoes ul.submenu:before {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      position: relative;
      left: 50%;
      top: -20px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #feee00; }
    .menu-sessoes ul.submenu li {
      list-style: none;
      width: 200px;
      text-align: center;
      margin: 0;
      padding: 5px; }
      .menu-sessoes ul.submenu li a:hover {
        text-decoration: underline; }

.idioma {
  padding: 2% 0;
  text-align: right;
  background: url("../img/bg-top.jpg") left center no-repeat;
  background-color: #2F2F2D;
  text-align: center; }
  .idioma a {
    color: white;
    font-weight: 600;
    text-transform: uppercase; }
    .idioma a:hover {
      color: white; }

.chamada-principal-interna {
  padding-top: 8%;
  padding-bottom: 4%;
  background: url("../img/img-chamada-1.jpg") top left no-repeat;
  background-size: cover;
  /*background-size:contain;*/
  /*height: 100$;*/
    /*background-attachment: fixed;*/

    background-position: center;
    background-repeat: no-repeat;


  color: white; }
  @media only screen and (max-width: 1247px) {
    .chamada-principal-interna {
      padding-top: 8%;
       background-attachment: scroll;
      padding-bottom: 6%; } }
  @media only screen and (max-width: 1023px) {
    .chamada-principal-interna {
      padding-top: 8%;
       background-attachment: scroll;
      padding-bottom: 6%; } }
  @media only screen and (max-width: 767px) {
    .chamada-principal-interna {
      padding-top: 8%;
       background-attachment: scroll;
      padding-bottom: 6%; } }
  @media only screen and (max-width: 399px) {
    .chamada-principal-interna {
      padding-top: 14%;
       background-attachment: scroll;
      padding-bottom: 6%; } }
  .chamada-principal-interna h1 {
    font-family: "Open Sans";
    font-size: 60px;
    margin: 0;
    font-weight: 200;
    margin-top: 2.5%; }
    @media only screen and (max-width: 479px) {
      .chamada-principal-interna h1 {
        font-size: 22px;
        margin: 5px 0; } }
  .chamada-principal-interna h2 {
    margin: 0;
    font-family: "Open Sans";
    font-weight: 200; }
    @media only screen and (max-width: 479px) {
      .chamada-principal-interna h2 {
        font-size: 12px; } }
  .chamada-principal-interna p {
    margin-bottom: 0;
    font-family: "Open Sans";
    font-style: italic;
    margin-top: 10px; }
    @media only screen and (max-width: 479px) {
      .chamada-principal-interna p {
        font-size: 12px; } }
  .chamada-principal-interna a {
    margin-top: 20px; }
  @media only screen and (max-width: 479px) {
    .chamada-principal-interna img {
      width: 100%; } }

header {
  width: 100%;
  z-index: 99999; }
  header nav.nav-desktop {
    width: 100%;
    background: #343434;
    color: white;
    font-family: "Open Sans";
    font-weight: 600;
    text-transform: uppercase;
    position: fixed;
    z-index: 9999; }
    header nav.nav-desktop .logo {
      background: #feee00;
      color: #313131;
      text-align: center;
      padding: 2%;
      font-weight: 800; }
      @media screen and (min-device-width: 768px) and (max-device-width: 1000px) {
        header nav.nav-desktop .logo {
          font-size: 10px;
          padding: 6px; } }
    header nav.nav-desktop ul {
      margin: 0;
      padding: 0; }
      header nav.nav-desktop ul li {
        padding: 2.5% 2%;
        display: inline-block; }
        header nav.nav-desktop ul li a {
          opacity: 1;
          transition: all 0.3s ease;
          color: white;
          font-size: 12px; }
          @media screen and (min-device-width: 768px) and (max-device-width: 1200px) {
            header nav.nav-desktop ul li a {
              font-size: 8px; } }
          header nav.nav-desktop ul li a:hover {
            color: #feee00;
            opacity: 0.7;
            text-decoration: none; }
  header nav.nav-mobile {
    background: #313131;
    display: none; }
    header nav.nav-mobile div {
      height: 60px;
      padding: 0; }
  header .sub-menu-mobile {
    z-index: 1;
    transition: left 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    position: relative;
    left: -1840px; }
    header .sub-menu-mobile ul {
      padding: 20px 35px;
      width: 100%;
      margin: 0; }
      header .sub-menu-mobile ul h1 {
        text-transform: uppercase;
        margin-top: 0;
        font-size: 22px;
        font-weight: bold; }
      header .sub-menu-mobile ul li {
        text-transform: uppercase;
        margin-top: 0;
        font-size: 16px;
        font-weight: bold; }
        header .sub-menu-mobile ul li:last-child {
          margin-bottom: 0px;
          padding-bottom: 0px;
          border-bottom: 0; }
    header .sub-menu-mobile ul.menu-mobile-topo {
      background: #feee00; }
      header .sub-menu-mobile ul.menu-mobile-topo li {
        margin: 25px 0;
        list-style: disc; }
        header .sub-menu-mobile ul.menu-mobile-topo li a {
          font-size: 14px;
          color: #313131; }
    header .sub-menu-mobile ul.menu-mobile-menu {
      background: #313131; }
      header .sub-menu-mobile ul.menu-mobile-menu li {
        margin: 30px 0;
        list-style: none; }
        header .sub-menu-mobile ul.menu-mobile-menu li a {
          color: white; }
  header .active {
    left: 0px !important; }
    header .active:hover {
      text-decoration: none; }

footer {
  padding: 0;
  background: #313131;
  color: white; }
  footer a {
    color: white; }
    footer a:hover {
      color: white; }
  footer ul.lista-marcas {
    margin: 50px 0;
    padding: 0; }
    footer ul.lista-marcas li {
      list-style: none;
      display: inline-block;
      width: 13.8%;
      text-align: center;
      vertical-align: top; }
      @media only screen and (max-width: 767px) {
        footer ul.lista-marcas li {
          margin-bottom: 40px;
          width: 32%; }
          footer ul.lista-marcas li:first-child {
            width: 100%;
            margin-top: 40px; }
            footer ul.lista-marcas li:first-child img {
              width: 28%; } }
      footer ul.lista-marcas li p {
        font-size: 14px;
        text-transform: uppercase;
        width: 100%;
        margin: 0 auto; }
        @media only screen and (max-width: 479px) {
          footer ul.lista-marcas li p {
            font-size: 10px; } }
    @media only screen and (max-width: 767px) {
      footer ul.lista-marcas {
        padding: 0;
        margin: 0; } }
  footer .copy {
    background: #ff5500;
    color: white;
    padding: 30px 0; }
    footer .copy p {
      margin: 0; }
      @media only screen and (max-width: 479px) {
        footer .copy p {
          text-align: center;
          margin-bottom: 20px; } }
    footer .copy .col-lg-6:last-child {
      text-align: right; }
    footer .copy span {
      font-weight: 800; }
  footer .news {
    margin-bottom: 50px; }
    footer .news form .col-lg-2 {
      text-align: right; }
    footer .news .container {
      border-bottom: 1px solid white;
      padding: 10px 0; }
    footer .news div div {
      padding: 20px; }
      footer .news div div p {
        font-family: "Open Sans";
        font-weight: 200;
        font-size: 20px;
        vertical-align: middle;
        margin-top: 1%; }
      footer .news div div input {
        width: 100%;
        height: 40px;
        border: 1px solid #535252;
        background: #313131;
        padding: 10px;
        outline: none; }
        footer .news div div input::-webkit-input-placeholder {
          color: white; }
        footer .news div div input:-moz-placeholder {
          color: white; }
        footer .news div div input::-moz-placeholder {
          color: white; }
        footer .news div div input:-ms-input-placeholder {
          color: white; }
      footer .news div div .form-error {
        background: url("../img/form-error.png") 94% center no-repeat; }
  footer .footer {
    margin-bottom: 50px;
    font-size: 14px; }
    footer .footer ul.footer-links {
      padding: 0; }
      footer .footer ul.footer-links li {
        list-style: none;
        margin-bottom: 15px; }
        footer .footer ul.footer-links li a {
          font-weight: 700;
          font-size: 14px;
          text-transform: uppercase; }
    footer .footer ul.social {
      margin-top: 20px;
      text-align: right;
      padding: 0; }
      footer .footer ul.social li {
        list-style: none;
        display: inline-block; }
        footer .footer ul.social li i {
          font-size: 30px;
          margin-left: 10px; }
    footer .footer h3 {
      font-family: "Open Sans";
      font-weight: 200;
      font-size: 20px;
      margin: 0;
      text-align: right; }
    footer .footer .logo img {
      width: 50%; }
    footer .footer .logo p {
      margin-top: 20px;
      margin-bottom: 0;
      font-size: 11px;
      font-weight: 600; }

.twitter {
  background: #343434;
  padding: 52px 0 40px 0;
  color: white;
  font-family: "Open Sans";
  position: relative; }
  .twitter i {
    font-size: 30px;
    margin-top: 0px; }
  .twitter h2 {
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 40px;
    font-weight: 100;
    font-family: "Open Sans"; }
  .twitter h3 {
    margin-top: 0;
    font-size: 14px;
    font-weight: 100; }
  .twitter > div {
    text-align: right; }
  .twitter .slider {
    text-align: left; }
    .twitter .slider ul {
      overflow: hidden;
      padding: 0;
      margin: 0; }
      .twitter .slider ul li {
        list-style: none;
        display: inline-block;
        outline: none;
        margin: 0  18px; }
        .twitter .slider ul li:first-child {
          padding: 0; }
        @media only screen and (max-width: 559px) {
          .twitter .slider ul li {
            padding: 0px; } }
        @media only screen and (max-width: 399px) {
          .twitter .slider ul li {
            padding: 0px; } }
        .twitter .slider ul li h6 {
          color: #fff;
          font-size: 14px;
          font-weight: 100;
          margin-top: 0; }
        .twitter .slider ul li p {
          color: white;
          font-size: 16px;
          font-weight: 400;
          margin: 0; }
        .twitter .slider ul li .hashtag {
          color: #feee00;
          font-size: 18px;
          font-weight: 100;
          margin: 0; }
  .twitter .slick-prev {
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, #343434 20%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #343434 20%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #343434 20%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */
    border: 0;
    width: 15%;
    height: 100%;
    text-indent: -9999px;
    outline: none;
    z-index: 1; }
  .twitter .slick-next {
    position: absolute;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(right, #343434 20%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(right, #343434 20%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, #343434 20%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */
    border: 0;
    width: 15%;
    height: 100%;
    text-indent: -9999px;
    outline: none;
    z-index: 1; }

.instagram {
  background: #313131;
  color: white;
  font-family: "Open Sans";
  position: relative;
  text-align: right; }
  .instagram img {
    width: 100%; }
  .instagram .text {
    padding: 9% 0px; }
  .instagram i {
    font-size: 34px;
    margin-top: 0px; }
  .instagram h2 {
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 37px;
    font-weight: 100;
    font-family: "Open Sans"; }
  .instagram h3 {
    margin-top: 0;
    font-size: 14px;
    font-weight: 100; }

.menu-stages {
  font-family: "Open Sans";
  background: #343434;
  color: white; }
  .menu-stages .stage {
    background: url("../img/bg-content2.jpg") right center no-repeat;
    background-color: #343434;
    padding: 17px 0; }
    @media only screen and (max-width: 1023px) {
      .menu-stages .stage {
        padding: 20px 0; } }
    @media only screen and (max-width: 767px) {
      .menu-stages .stage {
        padding: 20px 0; } }
    @media only screen and (max-width: 559px) {
      .menu-stages .stage {
        background: none;
        padding: 20px 0; } }
    @media only screen and (max-width: 399px) {
      .menu-stages .stage {
        background: none;
        padding: 20px 0; } }
    .menu-stages .stage h1 {
      margin: 0;
      font-size: 25px;
      text-align: center; }
      @media only screen and (max-width: 1023px) {
        .menu-stages .stage h1 {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .menu-stages .stage h1 {
          font-size: 16px; } }
      @media only screen and (max-width: 559px) {
        .menu-stages .stage h1 {
          font-size: 16px; } }
      @media only screen and (max-width: 399px) {
        .menu-stages .stage h1 {
          font-size: 16px; } }
  .menu-stages .numeros {
    background: #2A2A2A; }
    .menu-stages .numeros p {
      padding: 7px 0px 7px 0px;
      margin: 0; }
      @media only screen and (max-width: 1023px) {
        .menu-stages .numeros p {
          padding: 4px 0px 4px 0px; } }
      @media only screen and (max-width: 767px) {
        .menu-stages .numeros p {
          padding: 4px 0px 4px 0px; } }
      @media only screen and (max-width: 559px) {
        .menu-stages .numeros p {
          padding: 4px 0px 4px 0px; } }
      @media only screen and (max-width: 399px) {
        .menu-stages .numeros p {
          padding: 4px 0px 4px 0px; } }
      .menu-stages .numeros p span {
        font-size: 20px;
        color: #feee00;
        margin: 0; }
    .menu-stages .numeros .distancia {
      background: url("../img/menu-stages-icon1.jpg") 15px center no-repeat;
      text-align: right; }
      @media only screen and (max-width: 1247px) {
        .menu-stages .numeros .distancia {
          background: url("../img/menu-stages-icon1.jpg") left center no-repeat; } }
      @media only screen and (max-width: 1023px) {
        .menu-stages .numeros .distancia {
          background: url("../img/menu-stages-icon1.jpg") left center no-repeat; } }
      @media only screen and (max-width: 767px) {
        .menu-stages .numeros .distancia {
          background: url("../img/menu-stages-icon1.jpg") left center no-repeat; } }
      @media only screen and (max-width: 559px) {
        .menu-stages .numeros .distancia {
          background: url("../img/menu-stages-icon1.jpg") left center no-repeat; } }
      @media only screen and (max-width: 399px) {
        .menu-stages .numeros .distancia {
          background: url("../img/menu-stages-icon1.jpg") left center no-repeat; } }
    .menu-stages .numeros .altimetria {
      background: url("../img/menu-stages-icon2.jpg") 15px center no-repeat;
      text-align: right; }
      @media only screen and (max-width: 1247px) {
        .menu-stages .numeros .altimetria {
          background: url("../img/menu-stages-icon2.jpg") left center no-repeat; } }
      @media only screen and (max-width: 1023px) {
        .menu-stages .numeros .altimetria {
          background: url("../img/menu-stages-icon2.jpg") left center no-repeat; } }
      @media only screen and (max-width: 767px) {
        .menu-stages .numeros .altimetria {
          background: url("../img/menu-stages-icon2.jpg") left center no-repeat; } }
      @media only screen and (max-width: 559px) {
        .menu-stages .numeros .altimetria {
          background: url("../img/menu-stages-icon2.jpg") left center no-repeat; } }
      @media only screen and (max-width: 399px) {
        .menu-stages .numeros .altimetria {
          background: url("../img/menu-stages-icon2.jpg") left center no-repeat; } }
  .menu-stages .dias {
    background: url("../img/bg-content3.jpg") left center no-repeat;
    background-color: #222222;
    padding: 17px 0; }
    @media only screen and (max-width: 559px) {
      .menu-stages .dias {
        background: none; } }
    @media only screen and (max-width: 399px) {
      .menu-stages .dias {
        background: none; } }
    .menu-stages .dias p {
      font-size: 20px;
      margin: 0;
      text-align: center;
      font-weight: 100; }
      @media only screen and (max-width: 1023px) {
        .menu-stages .dias p {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .menu-stages .dias p {
          font-size: 16px; } }
      @media only screen and (max-width: 559px) {
        .menu-stages .dias p {
          font-size: 16px; } }
      @media only screen and (max-width: 399px) {
        .menu-stages .dias p {
          font-size: 16px; } }
      .menu-stages .dias p span {
        color: #feee00; }
  .menu-stages .resultado {
    background: #feee00; }
    .menu-stages .resultado h1 {
      color: black;
      font-size: 20px;
      font-weight: 700;
      margin: 0;
      text-align: center;
      padding: 20px 0; }
      @media only screen and (max-width: 1023px) {
        .menu-stages .resultado h1 {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .menu-stages .resultado h1 {
          font-size: 16px; } }
      @media only screen and (max-width: 559px) {
        .menu-stages .resultado h1 {
          font-size: 16px; } }
      @media only screen and (max-width: 399px) {
        .menu-stages .resultado h1 {
          font-size: 16px; } }
