@import url(fonts.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@keyframes slideIn {
  0% {
    left: -250px; }
  100% {
    left: 0; } }
@-webkit-keyframes slideIn {
  0% {
    left: -250px; }
  100% {
    left: 0; } }
@keyframes slideOut {
  0% {
    left: 0; }
  100% {
    left: -250px; } }
@-webkit-keyframes slideOut {
  0% {
    left: 0; }
  100% {
    left: -250px; } }
@media (min-width: 1020px) {
  .responsive {
    display: none; }

  .desktop {
    display: block; }

  .mw-container {
    font-family: 'intro_web',sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    width: 1000px;
    position: relative;
    margin: 0 auto; }
    .mw-container .mw-header {
      display: block;
      width: 100%;
      background: url(../images/header_bg.png) no-repeat center center;
      height: 74px;
      position: relative;
      z-index: 5; }
      .mw-container .mw-header a {
        position: absolute;
        top: 8px;
        right: 17px;
        display: block; }
        .mw-container .mw-header a img {
          border: 0;
          outline: none;
          display: block; }
    .mw-container .boxes {
      position: relative;
      top: -20px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 965px;
      overflow: hidden;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      padding: 10px 7px;
      box-shadow: 3px 0px 3px -1px rgba(0, 0, 0, 0.1), -3px 0px 3px -1px rgba(0, 0, 0, 0.1); }
      .mw-container .boxes .col {
        float: left;
        display: block;
        position: relative;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin-right: 5px;
        cursor: pointer; }
        .mw-container .boxes .col .icon {
          border-radius: 100%;
          display: block;
          width: 50px;
          height: 50px;
          text-align: center;
          line-height: 58px;
          border: 1px solid #fff;
          font-size: 45px;
          padding: 5px; }
        .mw-container .boxes .col.col-mil a {
          position: relative;
          display: block;
          text-decoration: none;
          outline: none; }
          .mw-container .boxes .col.col-mil a .btn {
            font-size: 26px;
            font-weight: 600;
            font-style: italic;
            padding: 11px;
            margin: 11px;
            border: 2px solid #fff;
            background-color: rgba(242, 106, 49, 0.6);
            color: #fff;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translate(0, -50%);
            opacity: 0;
            z-index: 5;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
          .mw-container .boxes .col.col-mil a:after {
            content: '';
            display: block;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(242, 108, 49, 0.85);
            z-index: 1;
            width: 191px;
            height: 312px;
            position: absolute;
            opacity: 0;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
          .mw-container .boxes .col.col-mil a:hover > .btn {
            opacity: 1; }
          .mw-container .boxes .col.col-mil a:hover:after {
            opacity: 1; }
        .mw-container .boxes .col:last-child {
          margin-right: 0; }
        .mw-container .boxes .col.col-juntos {
          background: url(../images/bg-juntos.png);
          width: 248px;
          height: 312px;
          overflow: hidden;
          cursor: pointer; }
          .mw-container .boxes .col.col-juntos .overlay {
            background: url(../images/juntos-overlay.png) no-repeat top left;
            position: absolute;
            top: -400px;
            left: 0;
            width: 248px;
            height: 312px;
            display: block;
            -webkit-transition: all 750ms cubic-bezier(0.71, 0, 0.285, 1);
            /* older webkit */
            -webkit-transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
            -moz-transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
            -o-transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
            transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
            /* custom */ }
            .mw-container .boxes .col.col-juntos .overlay a {
              position: absolute;
              color: #fff;
              text-decoration: none;
              -webkit-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -ms-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
              .mw-container .boxes .col.col-juntos .overlay a:hover {
                color: #0093be;
                background-color: #fff;
                border: 2px solid #0093be; }
            .mw-container .boxes .col.col-juntos .overlay .futebol {
              top: 50px;
              left: 95px; }
            .mw-container .boxes .col.col-juntos .overlay .basket {
              top: 135px;
              left: 95px; }
          .mw-container .boxes .col.col-juntos:hover > .overlay {
            top: 0; }
        .mw-container .boxes .col.col-superar {
          background: url(../images/bg-superar.png);
          width: 247px;
          height: 312px;
          overflow: hidden;
          cursor: pointer; }
          .mw-container .boxes .col.col-superar .overlay {
            background: url(../images/superar-overlay.png) no-repeat top left;
            position: absolute;
            top: -400px;
            left: 0;
            width: 247px;
            height: 312px;
            display: block;
            -webkit-transition: all 750ms cubic-bezier(0.71, 0, 0.285, 1);
            /* older webkit */
            -webkit-transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
            -moz-transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
            -o-transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
            transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
            /* custom */ }
            .mw-container .boxes .col.col-superar .overlay a {
              position: absolute;
              color: #fff;
              text-decoration: none;
              -webkit-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -ms-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
              .mw-container .boxes .col.col-superar .overlay a:hover {
                color: #ed1843;
                background-color: #fff;
                border: 2px solid #ed1843; }
            .mw-container .boxes .col.col-superar .overlay .natacao {
              top: 17px;
              left: 48px;
              font-size: 35px; }
            .mw-container .boxes .col.col-superar .overlay .raquetes {
              top: 17px;
              left: 132px; }
            .mw-container .boxes .col.col-superar .overlay .vela {
              top: 89px;
              left: 48px; }
            .mw-container .boxes .col.col-superar .overlay .equitacao {
              top: 89px;
              left: 132px; }
            .mw-container .boxes .col.col-superar .overlay .danca {
              top: 165px;
              left: 48px; }
            .mw-container .boxes .col.col-superar .overlay .caca {
              top: 165px;
              left: 132px;
              font-size: 23px; }
          .mw-container .boxes .col.col-superar:hover > .overlay {
            top: 0; }
        .mw-container .boxes .col.col-radical {
          background: url(../images/bg-radical.png);
          width: 247px;
          height: 312px;
          overflow: hidden;
          cursor: pointer; }
          .mw-container .boxes .col.col-radical .overlay {
            background: url(../images/radical-overlay.png) no-repeat top left;
            position: absolute;
            top: -400px;
            left: 0;
            width: 247px;
            height: 312px;
            display: block;
            -webkit-transition: all 750ms cubic-bezier(0.71, 0, 0.285, 1);
            /* older webkit */
            -webkit-transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
            -moz-transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
            -o-transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
            transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
            /* custom */ }
            .mw-container .boxes .col.col-radical .overlay a {
              position: absolute;
              color: #fff;
              cursor: pointer;
              text-decoration: none;
              -webkit-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -ms-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
              .mw-container .boxes .col.col-radical .overlay a:hover {
                color: #00a391;
                background-color: #fff;
                border: 2px solid #00a391; }
            .mw-container .boxes .col.col-radical .overlay .ginastica {
              top: 23px;
              left: 55px; }
            .mw-container .boxes .col.col-radical .overlay .corrida {
              top: 23px;
              left: 129px;
              font-size: 35px; }
            .mw-container .boxes .col.col-radical .overlay .fitness {
              top: 93px;
              left: 22px; }
            .mw-container .boxes .col.col-radical .overlay .bicicletas {
              top: 93px;
              left: 96px;
              font-size: 40px; }
            .mw-container .boxes .col.col-radical .overlay .montanha {
              top: 93px;
              left: 167px;
              font-size: 40px; }
            .mw-container .boxes .col.col-radical .overlay .marcha {
              top: 160px;
              left: 22px;
              font-size: 40px; }
            .mw-container .boxes .col.col-radical .overlay .deslize {
              top: 160px;
              left: 96px;
              font-size: 40px; }
            .mw-container .boxes .col.col-radical .overlay .mochilas {
              top: 160px;
              left: 167px;
              font-size: 40px; }
          .mw-container .boxes .col.col-radical:hover > .overlay {
            top: 0; }
        .mw-container .boxes .col .texto {
          position: absolute;
          bottom: 0;
          right: 0;
          padding: 0 13px 8px 0;
          text-align: right;
          width: 200px;
          font-size: 26px;
          color: #fff;
          font-weight: 400;
          font-style: italic;
          line-height: 22px;
          letter-spacing: -0.2px; }
    .mw-container .mw-footer {
      background: #D7D7D7;
      position: relative;
      z-index: 4;
      padding: 3px 15px;
      height: 90px; }
      .mw-container .mw-footer:before {
        content: '';
        background: url(../images/bg-footer.png) no-repeat center center;
        position: absolute;
        top: -45px;
        left: 0;
        right: 0;
        width: 100%;
        height: 45px;
        display: block; }
      .mw-container .mw-footer .cat {
        background: #fff;
        width: 452px;
        height: 77px;
        position: relative;
        display: block;
        text-decoration: none;
        outline: none;
        float: left;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .mw-container .mw-footer .cat img {
          position: absolute;
          left: 39px;
          top: -17px; }
        .mw-container .mw-footer .cat .text {
          position: absolute;
          text-align: center;
          font-size: 24px;
          color: #0054a6;
          width: 140px;
          left: 36%;
          top: 22%;
          text-transform: uppercase; }
        .mw-container .mw-footer .cat .btn {
          font-size: 13.5px;
          color: #fff;
          text-transform: uppercase;
          font-weight: 400;
          padding: 4px 20px;
          background: #0054a6;
          border-bottom: 3px solid #00bff3;
          text-decoration: none;
          right: 37px;
          top: 30px;
          position: absolute; }
        .mw-container .mw-footer .cat:hover {
          background-color: #0054a6; }
          .mw-container .mw-footer .cat:hover .text {
            color: #fff; }
          .mw-container .mw-footer .cat:hover .btn {
            background-color: #fff;
            border-color: #fff;
            color: #0054a6; }
      .mw-container .mw-footer .videos {
        float: left;
        overflow: hidden;
        margin-left: 5px; }
        .mw-container .mw-footer .videos a {
          display: block;
          float: left;
          cursor: pointer; }
          .mw-container .mw-footer .videos a.video1 {
            background: url(../images/video_1.png) no-repeat center center;
            width: 246px;
            height: 77px;
            position: relative;
            overflow: hidden; }
            .mw-container .mw-footer .videos a.video1:after {
              content: '';
              background: url(../images/video_1_hover.png) no-repeat center center;
              width: 246px;
              height: 77px;
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 19;
              opacity: 0;
              -webkit-transition: all 750ms cubic-bezier(0.71, 0, 0.285, 1);
              /* older webkit */
              -webkit-transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
              -moz-transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
              -o-transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
              transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
              /* custom */ }
            .mw-container .mw-footer .videos a.video1:hover:after {
              content: '';
              background: url(../images/video_1_hover.png) no-repeat center center;
              width: 246px;
              height: 77px;
              display: block;
              position: absolute;
              top: 0;
              opacity: 1; }
          .mw-container .mw-footer .videos a.video2 {
            background: url(../images/video_2.png) no-repeat center center;
            width: 246px;
            height: 77px;
            position: relative;
            overflow: hidden; }
            .mw-container .mw-footer .videos a.video2:after {
              content: '';
              background: url(../images/video_2_hover.png) no-repeat center center;
              width: 246px;
              height: 77px;
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              -webkit-transition: all 750ms cubic-bezier(0.71, 0, 0.285, 1);
              /* older webkit */
              -webkit-transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
              -moz-transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
              -o-transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
              transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
              /* custom */ }
            .mw-container .mw-footer .videos a.video2:hover:after {
              content: '';
              background: url(../images/video_2_hover.png) no-repeat center center;
              width: 246px;
              height: 77px;
              display: block;
              position: absolute;
              top: 0;
              z-index: 19;
              opacity: 1;
              -webkit-transition: all 750ms cubic-bezier(0.71, 0, 0.285, 1);
              /* older webkit */
              -webkit-transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
              -moz-transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
              -o-transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
              transition: all 750ms cubic-bezier(0.71, -0.15, 0.285, 1.15);
              /* custom */ }
          .mw-container .mw-footer .videos a:first-child {
            margin-right: 10px; } }
@media (max-width: 1019px) {
  .desktop {
    display: none; }

  .responsive {
    display: block; }

  .mw-container {
    font-family: 'intro_web',sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    width: 286px;
    position: relative;
    margin: 0 auto; }
    .mw-container .mw-header {
      display: block;
      width: 100%;
      background: url(../images/header_responsive_bg.png) no-repeat center center;
      height: 268px;
      position: relative;
      z-index: 5;
      margin: 10px auto 30px; }
      .mw-container .mw-header a {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -14px;
        margin: 0 auto;
        display: block;
        cursor: pointer; }
        .mw-container .mw-header a img {
          display: none; }
        .mw-container .mw-header a:after {
          content: '';
          display: block;
          background: url(../images/header_cta_responsive.png) no-repeat center center;
          width: 232px;
          height: 35px;
          margin: 0 auto; }
    .mw-container .tabs .tab-header {
      width: 286px;
      height: 110px;
      display: block;
      cursor: pointer; }
      .mw-container .tabs .tab-header.juntos {
        background: url(../images/tab-juntos.png) no-repeat center top;
        background-position: fixed; }
      .mw-container .tabs .tab-header.superar {
        background: url(../images/tab-superar.png) no-repeat center top;
        background-position: fixed;
        margin-top: 5px; }
      .mw-container .tabs .tab-header.radical {
        background: url(../images/tab-radical.png) no-repeat center top;
        background-position: fixed;
        margin-top: 5px; }
      .mw-container .tabs .tab-header:active, .mw-container .tabs .tab-header:focus, .mw-container .tabs .tab-header:hover {
        outline: none !important; }
    .mw-container .tabs .icon-list {
      width: 286px;
      display: block;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      padding: 0; }
      .mw-container .tabs .icon-list ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .mw-container .tabs .icon-list ul li {
          border-top: 5px solid #fff;
          border-bottom: 5px solid #fff; }
          .mw-container .tabs .icon-list ul li a {
            display: block;
            width: 100%;
            padding: 5px;
            position: relative;
            text-align: center;
            font-weight: 400;
            font-style: italic;
            color: #fff;
            text-align: center;
            font-size: 22px;
            text-decoration: none;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            line-height: 32px;
            outline: 0; }
            .mw-container .tabs .icon-list ul li a .icon {
              position: absolute;
              left: 10px;
              top: 3px;
              border-radius: 100%;
              display: block;
              width: 23px;
              height: 23px;
              text-align: center;
              line-height: 24px;
              border: 1px solid #fff;
              font-size: 22px;
              padding: 5px; }
            .mw-container .tabs .icon-list ul li a:after {
              content: '';
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 6.5px 0 6.5px 11px;
              border-color: transparent transparent transparent #ffffff;
              position: absolute;
              right: 10px;
              top: 16px; }
      .mw-container .tabs .icon-list.juntos-list {
        background: url(../images/juntos-list-bg.png) no-repeat center top; }
        .mw-container .tabs .icon-list.juntos-list ul li a {
          background-color: rgba(0, 140, 184, 0.8); }
      .mw-container .tabs .icon-list.superar-list {
        background: url(../images/superar-list-bg.png) no-repeat center top; }
        .mw-container .tabs .icon-list.superar-list ul li a {
          background-color: rgba(237, 0, 77, 0.8); }
      .mw-container .tabs .icon-list.radical-list {
        background: url(../images/radical-list-bg.png) no-repeat center top; }
        .mw-container .tabs .icon-list.radical-list ul li a {
          background-color: rgba(0, 150, 140, 0.8); }
    .mw-container .prod-banner {
      margin: 10px auto; }
      .mw-container .prod-banner a {
        display: block; }
    .mw-container .mw-footer {
      position: relative;
      margin: 15px 0 0; }
      .mw-container .mw-footer .responsive .cat-responsive {
        display: block;
        margin: 5px 0; }
      .mw-container .mw-footer .responsive .videos-responsive {
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
        .mw-container .mw-footer .responsive .videos-responsive .video-img {
          float: left;
          display: block; }
          .mw-container .mw-footer .responsive .videos-responsive .video-img:first-child {
            margin-right: 15px; } }
