<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body .pilates-breadcrumb {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #cacaca;
  border-radius: 8px;
  padding: 8px 12px;
  margin-left: 40px;
  margin-top: 16px;
  z-index: 2;
  background: #fff; }
  body .pilates-breadcrumb .pilates-breadcrumb-link {
    color: #231f20;
    font-size: 10px;
    font-weight: 400; }
  body .pilates-breadcrumb .pilates-breadcrumb-active {
    color: #c10230;
    font-size: 10px;
    font-weight: 700; }

body .pilates-btn-red {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  background: #c10230;
  border-radius: 4px; }
  body .pilates-btn-red:hover {
    background: #636363 !important; }

body .pilates-advantage {
  position: relative; }
  body .pilates-advantage::before {
    position: absolute;
    content: "";
    background: url("/content/img/pilates-icon-name-advantage.svg") no-repeat;
    background-position: center;
    background-size: 100%;
    height: 100vh;
    width: 17px;
    padding: 20px;
    top: -438px;
    left: -2px; }
  body .pilates-advantage .pilates-advantage-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    margin-top: 80px !important; }
  body .pilates-advantage .pilates-advantage-item .pilates-advantage-item-text-container .pilates-advantage-title {
    position: relative;
    display: block;
    color: #231f20;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase; }
    body .pilates-advantage .pilates-advantage-item .pilates-advantage-item-text-container .pilates-advantage-title::before {
      content: "";
      width: 74px;
      height: 74px;
      background: #ffeff3;
      padding: 27px 37px;
      margin-right: 29px;
      border-radius: 8px; }
  body .pilates-advantage .pilates-advantage-item .pilates-advantage-item-text-container .pilates-advantage-title_01::after {
    position: absolute;
    content: "";
    background: url("/content/img/pilates-icon-advantage-title_01.svg") no-repeat;
    background-position: center;
    padding: 26px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto; }
  body .pilates-advantage .pilates-advantage-item .pilates-advantage-item-text-container .pilates-advantage-title_02::after {
    position: absolute;
    content: "";
    background: url("/content/img/pilates-icon-advantage-title_02.svg") no-repeat;
    background-position: center;
    padding: 26px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto; }
  body .pilates-advantage .pilates-advantage-item .pilates-advantage-item-text-container .pilates-advantage-title_03::after {
    position: absolute;
    content: "";
    background: url("/content/img/pilates-icon-advantage-title_03.svg") no-repeat;
    background-position: center;
    padding: 26px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto; }
  body .pilates-advantage .pilates-advantage-item .pilates-advantage-item-text-container .pilates-advantage-title_04::after {
    position: absolute;
    content: "";
    background: url("/content/img/pilates-icon-advantage-title_04.svg") no-repeat;
    background-position: center;
    padding: 26px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto; }
  body .pilates-advantage .pilates-advantage-item .pilates-advantage-item-text-container .pilates-advantage-title_05::after {
    position: absolute;
    content: "";
    background: url("/content/img/pilates-icon-advantage-title_05.svg") no-repeat;
    background-position: center;
    padding: 26px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto; }
  body .pilates-advantage .pilates-advantage-item .pilates-advantage-item-text-container .pilates-advantage-title_06::after {
    position: absolute;
    content: "";
    background: url("/content/img/pilates-icon-advantage-title_06.svg") no-repeat;
    background-position: center;
    padding: 26px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto; }
  body .pilates-advantage .pilates-advantage-item .pilates-advantage-item-text-container .pilates-advantage-subTitle {
    position: relative;
    display: block;
    color: #c10230;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 103px;
    margin-top: 10px; }
    body .pilates-advantage .pilates-advantage-item .pilates-advantage-item-text-container .pilates-advantage-subTitle::after {
      content: "";
      position: absolute;
      width: 362px;
      border-bottom: 2px solid #7d7c7c;
      left: -104px;
      bottom: -23px;
      opacity: 0.2; }
  body .pilates-advantage .pilates-advantage-item .pilates-advantage-text {
    display: block;
    width: 384px;
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    margin-top: 49px;
    line-height: 18px; }
  @media only screen and (max-width: 760px) {
    body .pilates-advantage::before {
      display: none; }
    body .pilates-advantage .slick-list {
      overflow-x: hidden; }
    body .pilates-advantage .slick-arrow {
      display: none !important; }
    body .pilates-advantage .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    body .pilates-advantage .slick-dots {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      body .pilates-advantage .slick-dots li {
        margin: 0 8px;
        width: 16px;
        height: 16px;
        background: #ffeff3;
        border-radius: 2px; }
        body .pilates-advantage .slick-dots li button {
          font-size: 0; }
      body .pilates-advantage .slick-dots .slick-active {
        background: #c10230; }
    body .pilates-advantage .pilates-advantage-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 45px; }
      body .pilates-advantage .pilates-advantage-list .pilates-advantage-item {
        position: relative;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 70px; }
        body .pilates-advantage .pilates-advantage-list .pilates-advantage-item .pilates-advantage-item-text-container .pilates-advantage-title {
          font-size: 16px; }
          body .pilates-advantage .pilates-advantage-list .pilates-advantage-item .pilates-advantage-item-text-container .pilates-advantage-title::before {
            width: 70px;
            height: 70px;
            padding: 26px 36px;
            top: 3px;
            margin-right: 12px;
            position: relative; }
        body .pilates-advantage .pilates-advantage-list .pilates-advantage-item .pilates-advantage-item-text-container .pilates-advantage-subTitle {
          position: static;
          margin-left: 86px; }
          body .pilates-advantage .pilates-advantage-list .pilates-advantage-item .pilates-advantage-item-text-container .pilates-advantage-subTitle::after {
            width: 100%;
            bottom: 55px;
            left: 0; }
        body .pilates-advantage .pilates-advantage-list .pilates-advantage-item .pilates-advantage-text {
          width: 100%; } }
  @media only screen and (min-width: 760px) and (max-width: 1024px) {
    body .pilates-advantage {
      display: none; } }

body .pilates-advantage-tablet {
  display: none; }
  @media only screen and (min-width: 760px) and (max-width: 1024px) {
    body .pilates-advantage-tablet {
      display: block; }
      body .pilates-advantage-tablet .pilates-advantage-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 40px;
        padding: 0 10px; }
        body .pilates-advantage-tablet .pilates-advantage-list .pilates-advantage-item {
          width: 48%;
          margin: 0 auto;
          margin-bottom: 70px; }
          body .pilates-advantage-tablet .pilates-advantage-list .pilates-advantage-item .pilates-advantage-item-text-container .pilates-advantage-title {
            font-size: 16px; }
          body .pilates-advantage-tablet .pilates-advantage-list .pilates-advantage-item .pilates-advantage-text {
            width: auto; } }

body .pilates-whats-afiliados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 72px;
  background: #ffeff3;
  padding: 18px 100px; }
  @media only screen and (max-width: 760px) {
    body .pilates-whats-afiliados {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (min-width: 760px) and (max-width: 1024px) {
    body .pilates-whats-afiliados {
      padding: 40px 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  body .pilates-whats-afiliados .pilates-whats-afiliados-image {
    position: relative; }
    @media only screen and (max-width: 760px) {
      body .pilates-whats-afiliados .pilates-whats-afiliados-image {
        top: 40px;
        left: 0;
        right: 0;
        margin: auto; } }
    @media only screen and (min-width: 760px) and (max-width: 1024px) {
      body .pilates-whats-afiliados .pilates-whats-afiliados-image {
        left: 0;
        right: auto;
        top: auto; } }
    body .pilates-whats-afiliados .pilates-whats-afiliados-image .pilates-whats-afiliados-image_01 {
      position: absolute;
      width: 203px;
      top: 139px;
      left: -100px; }
      @media only screen and (max-width: 760px) {
        body .pilates-whats-afiliados .pilates-whats-afiliados-image .pilates-whats-afiliados-image_01 {
          width: 182px;
          top: 139px;
          left: -50px;
          z-index: 1; } }
      @media only screen and (min-width: 760px) and (max-width: 1024px) {
        body .pilates-whats-afiliados .pilates-whats-afiliados-image .pilates-whats-afiliados-image_01 {
          top: 139px;
          left: -50px;
          z-index: 1; } }
    body .pilates-whats-afiliados .pilates-whats-afiliados-image .pilates-whats-afiliados-image_02 {
      width: 302px; }
      @media only screen and (max-width: 760px) {
        body .pilates-whats-afiliados .pilates-whats-afiliados-image .pilates-whats-afiliados-image_02 {
          width: 233px;
          left: 29px;
          position: relative; } }
      @media only screen and (min-width: 760px) and (max-width: 1024px) {
        body .pilates-whats-afiliados .pilates-whats-afiliados-image .pilates-whats-afiliados-image_02 {
          left: 21px;
          position: relative; } }
  body .pilates-whats-afiliados .pilates-whats-afiliados-continer {
    margin-left: 46px; }
    @media only screen and (max-width: 760px) {
      body .pilates-whats-afiliados .pilates-whats-afiliados-continer {
        margin: 211px 16px 0; } }
    body .pilates-whats-afiliados .pilates-whats-afiliados-continer h3 {
      font-size: 32px;
      font-weight: 500;
      font-style: italic;
      margin-bottom: 40px;
      margin-top: 24px; }
      @media only screen and (max-width: 760px) {
        body .pilates-whats-afiliados .pilates-whats-afiliados-continer h3 {
          font-size: 24px;
          line-height: 29px;
          margin-bottom: 24px; } }
      @media only screen and (min-width: 760px) and (max-width: 1024px) {
        body .pilates-whats-afiliados .pilates-whats-afiliados-continer h3 {
          font-size: 24px;
          line-height: 29px;
          margin-bottom: 24px; } }
      body .pilates-whats-afiliados .pilates-whats-afiliados-continer h3 span {
        font-weight: 700; }
    body .pilates-whats-afiliados .pilates-whats-afiliados-continer p {
      width: 100%;
      color: #636363;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px; }
      @media only screen and (max-width: 760px) {
        body .pilates-whats-afiliados .pilates-whats-afiliados-continer p {
          font-size: 14px !important;
          line-height: 160% !important;
          width: 95% !important; } }
      @media only screen and (min-width: 760px) and (max-width: 1024px) {
        body .pilates-whats-afiliados .pilates-whats-afiliados-continer p {
          font-size: 14px !important;
          line-height: 160% !important;
          width: 95% !important; } }
    body .pilates-whats-afiliados .pilates-whats-afiliados-continer .pilates-whats-afiliados-continer-btn {
      width: 271px;
      padding: 20px 0;
      margin-top: 48px; }
      @media only screen and (max-width: 760px) {
        body .pilates-whats-afiliados .pilates-whats-afiliados-continer .pilates-whats-afiliados-continer-btn {
          margin: 48px auto; } }

body.dark {
  background: #0e0e0e; }
  body.dark .pilates-breadcrumb {
    background: #0e0e0e; }
    body.dark .pilates-breadcrumb .pilates-breadcrumb-link {
      color: #fff; }
  body.dark .pilates-advantage .pilates-advantage-list .pilates-advantage-item .pilates-advantage-item-text-container .pilates-advantage-title {
    color: #fff; }

body.o-pilates main {
  overflow: hidden; }

body {
  overflow-x: hidden; }
  @media only screen and (max-width: 760px) {
    body .pilates-breadcrumb {
      margin-left: 16px; } }
  body .pilates-whats-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (max-width: 760px) {
      body .pilates-whats-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: block; } }
    @media only screen and (min-width: 760px) and (max-width: 1024px) {
      body .pilates-whats-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    body .pilates-whats-top .pilates-whats-top-title {
      padding-left: 40px;
      -ms-flex-item-align: center;
          align-self: center; }
      @media only screen and (max-width: 760px) {
        body .pilates-whats-top .pilates-whats-top-title {
          padding-left: 16px; } }
      @media only screen and (min-width: 760px) and (max-width: 1024px) {
        body .pilates-whats-top .pilates-whats-top-title {
          padding-left: 16px; } }
      body .pilates-whats-top .pilates-whats-top-title h1 {
        color: #231f20;
        font-size: 80px;
        font-weight: 300;
        line-height: 97px;
        margin-right: 80px; }
        @media only screen and (max-width: 760px) {
          body .pilates-whats-top .pilates-whats-top-title h1 {
            font-size: 48px;
            line-height: 59px;
            padding: 48px 0 22px; } }
        @media only screen and (min-width: 760px) and (max-width: 1024px) {
          body .pilates-whats-top .pilates-whats-top-title h1 {
            font-size: 50px;
            line-height: 59px;
            padding: 48px 0 22px; } }
        body .pilates-whats-top .pilates-whats-top-title h1 span {
          display: block;
          font-weight: 700; }
    body .pilates-whats-top .pilates-whats-top-image {
      position: relative; }
      body .pilates-whats-top .pilates-whats-top-image::before {
        position: absolute;
        content: "";
        background: url("/content/img/pilates-icon-whats-dots.svg") no-repeat;
        background-position: center;
        background-size: 138px;
        padding: 190px 50px;
        bottom: -150px;
        left: -62px;
        z-index: -1; }
        @media only screen and (max-width: 760px) {
          body .pilates-whats-top .pilates-whats-top-image::before {
            background-size: 82px;
            padding: 126px 48px;
            top: -32px;
            left: -3px; } }
        @media only screen and (min-width: 760px) and (max-width: 1024px) {
          body .pilates-whats-top .pilates-whats-top-image::before {
            background-size: 100px;
            padding: 127px 52px;
            top: -32px;
            left: 9px;
            z-index: -1; } }
      body .pilates-whats-top .pilates-whats-top-image img {
        width: 730px;
        border-radius: 0 10px 10px 0;
        z-index: 2; }
        @media only screen and (max-width: 760px) {
          body .pilates-whats-top .pilates-whats-top-image img {
            display: block;
            width: 90%;
            margin-left: auto; } }
        @media only screen and (min-width: 760px) and (max-width: 1024px) {
          body .pilates-whats-top .pilates-whats-top-image img {
            width: 417px; } }
  body .pilates-whats-middle__01 {
    position: relative;
    margin-top: 56px;
    padding: 0 40px; }
    @media only screen and (max-width: 760px) {
      body .pilates-whats-middle__01 {
        padding: 0 16px; } }
    @media only screen and (min-width: 760px) and (max-width: 1024px) {
      body .pilates-whats-middle__01 {
        padding: 0 16px; } }
    body .pilates-whats-middle__01::before {
      content: "";
      position: absolute;
      background: url("/content/img/pilates-icon-whats-circle-big.svg") no-repeat;
      background-position: left;
      padding: 275px 127px;
      left: 0;
      top: -373px;
      z-index: -1; }
      @media only screen and (max-width: 760px) {
        body .pilates-whats-middle__01::before {
          background-position: right;
          padding: 200px 81px;
          right: -35px;
          top: -454px;
          z-index: -1;
          -webkit-transform: rotate(201deg);
                  transform: rotate(201deg);
          left: inherit; } }
    body .pilates-whats-middle__01::after {
      content: "";
      position: absolute;
      background: url("/content/img/pilates-icon-whats-circle-small.svg") no-repeat;
      background-position: left;
      padding: 92px 41px;
      right: 0;
      top: 90px;
      z-index: -1; }
      @media only screen and (max-width: 760px) {
        body .pilates-whats-middle__01::after {
          top: 1px; } }
    body .pilates-whats-middle__01 .pilates-whats-middle-text {
      padding: 0 100px; }
      @media only screen and (max-width: 760px) {
        body .pilates-whats-middle__01 .pilates-whats-middle-text {
          padding: 0; } }
      @media only screen and (min-width: 760px) and (max-width: 1024px) {
        body .pilates-whats-middle__01 .pilates-whats-middle-text {
          padding: 0; } }
      body .pilates-whats-middle__01 .pilates-whats-middle-text h2 {
        color: #231f20;
        font-size: 32px;
        font-weight: 500;
        font-style: italic; }
        @media only screen and (max-width: 760px) {
          body .pilates-whats-middle__01 .pilates-whats-middle-text h2 {
            font-size: 24px;
            line-height: 29px;
            width: 281px; } }
        @media only screen and (min-width: 760px) and (max-width: 1024px) {
          body .pilates-whats-middle__01 .pilates-whats-middle-text h2 {
            width: 100%; } }
      body .pilates-whats-middle__01 .pilates-whats-middle-text span {
        display: block;
        width: 82%;
        margin: 0 auto;
        margin-top: 32px;
        line-height: 22px; }
        @media only screen and (min-width: 760px) and (max-width: 1024px) {
          body .pilates-whats-middle__01 .pilates-whats-middle-text span {
            width: 100%; } }
    body .pilates-whats-middle__01 .pilates-whats-middle-image {
      margin-top: 80px;
      margin-bottom: 143px; }
      @media only screen and (max-width: 760px) {
        body .pilates-whats-middle__01 .pilates-whats-middle-image {
          margin-top: 30px; } }
      @media only screen and (min-width: 760px) and (max-width: 1024px) {
        body .pilates-whats-middle__01 .pilates-whats-middle-image {
          margin-top: 30px; } }
      body .pilates-whats-middle__01 .pilates-whats-middle-image ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media only screen and (max-width: 760px) {
          body .pilates-whats-middle__01 .pilates-whats-middle-image ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            body .pilates-whats-middle__01 .pilates-whats-middle-image ul li:nth-child(1) {
              position: relative; }
            body .pilates-whats-middle__01 .pilates-whats-middle-image ul li:nth-child(2) {
              position: relative;
              top: 27px !important; }
            body .pilates-whats-middle__01 .pilates-whats-middle-image ul li:nth-child(3) {
              position: relative;
              top: 32px; }
            body .pilates-whats-middle__01 .pilates-whats-middle-image ul li:nth-child(4) {
              position: relative;
              top: 59px; } }
        @media only screen and (min-width: 760px) and (max-width: 1024px) {
          body .pilates-whats-middle__01 .pilates-whats-middle-image ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            body .pilates-whats-middle__01 .pilates-whats-middle-image ul li:nth-child(1) {
              position: relative;
              left: auto; }
            body .pilates-whats-middle__01 .pilates-whats-middle-image ul li:nth-child(2) {
              position: relative;
              top: 27px !important; }
            body .pilates-whats-middle__01 .pilates-whats-middle-image ul li:nth-child(3) {
              position: relative;
              top: 32px;
              left: auto; }
            body .pilates-whats-middle__01 .pilates-whats-middle-image ul li:nth-child(4) {
              position: relative;
              top: 59px; } }
        body .pilates-whats-middle__01 .pilates-whats-middle-image ul li {
          margin: 0 12px; }
          @media only screen and (max-width: 760px) {
            body .pilates-whats-middle__01 .pilates-whats-middle-image ul li {
              width: 47%;
              margin: 0 5px; } }
          @media only screen and (min-width: 760px) and (max-width: 1024px) {
            body .pilates-whats-middle__01 .pilates-whats-middle-image ul li {
              width: 48%;
              margin: 0 5px; } }
          body .pilates-whats-middle__01 .pilates-whats-middle-image ul li img {
            display: block;
            width: 100%; }
        body .pilates-whats-middle__01 .pilates-whats-middle-image ul .pilates-image-whats-middle_01 {
          position: relative;
          top: 50px; }
  body .pilates-whats-metodo {
    margin-top: 80px; }
    body .pilates-whats-metodo h3 {
      font-size: 32px;
      font-weight: 500;
      font-style: italic;
      text-align: center;
      margin-bottom: 40px; }
      @media only screen and (max-width: 760px) {
        body .pilates-whats-metodo h3 {
          font-size: 24px;
          line-height: 29px;
          width: 300px;
          margin: 0 auto; } }
    body .pilates-whats-metodo .pilates-whats-text {
      width: 54%;
      margin: 0 auto;
      line-height: 23px; }
      @media only screen and (max-width: 760px) {
        body .pilates-whats-metodo .pilates-whats-text {
          font-size: 14px !important;
          line-height: 160% !important;
          padding: 0 23px !important;
          text-align: center; } }
  body .pilates-whats-nucleo {
    position: relative;
    height: 436px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #c10230;
    margin-top: 73px; }
    @media only screen and (max-width: 760px) {
      body .pilates-whats-nucleo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 16px;
        height: 750px;
        -webkit-box-pack: revert;
            -ms-flex-pack: revert;
                justify-content: revert; } }
    @media only screen and (min-width: 760px) and (max-width: 1024px) {
      body .pilates-whats-nucleo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 16px;
        height: auto;
        -webkit-box-pack: revert;
            -ms-flex-pack: revert;
                justify-content: revert;
        padding-top: 40px; } }
    body .pilates-whats-nucleo::before {
      content: "";
      position: absolute;
      background: url("/content/img/pilates-icon-nucleo-dots.svg") no-repeat;
      background-position: center;
      left: 0;
      top: 0;
      bottom: 0;
      padding: 150px 27px;
      margin: auto; }
      @media only screen and (max-width: 760px) {
        body .pilates-whats-nucleo::before {
          left: inherit;
          right: 0;
          top: 25px;
          bottom: inherit;
          margin: auto;
          width: 67px;
          display: block;
          height: 243px;
          padding: inherit; } }
      @media only screen and (min-width: 760px) and (max-width: 1024px) {
        body .pilates-whats-nucleo::before {
          left: inherit;
          right: 0;
          top: 25px;
          bottom: inherit;
          margin: auto;
          width: 67px;
          display: block;
          height: 243px;
          padding: inherit; } }
    body .pilates-whats-nucleo .pilates-whats-nucleo-container {
      width: 43%;
      -ms-flex-item-align: center;
          align-self: center;
      margin-right: 54px; }
      @media only screen and (max-width: 760px) {
        body .pilates-whats-nucleo .pilates-whats-nucleo-container {
          width: 100%;
          margin: 0;
          padding-right: 82px; } }
      @media only screen and (min-width: 760px) and (max-width: 1024px) {
        body .pilates-whats-nucleo .pilates-whats-nucleo-container {
          width: 100%;
          margin: 0;
          padding-right: 82px; } }
      body .pilates-whats-nucleo .pilates-whats-nucleo-container h3 {
        color: #fff;
        font-size: 32px;
        font-weight: 500;
        font-style: italic;
        margin-bottom: 40px; }
        @media only screen and (max-width: 760px) {
          body .pilates-whats-nucleo .pilates-whats-nucleo-container h3 {
            font-size: 24px;
            line-height: 29px;
            padding-top: 40px;
            margin-bottom: 24px; } }
      body .pilates-whats-nucleo .pilates-whats-nucleo-container p {
        color: #fff;
        line-height: 25px; }
        @media only screen and (max-width: 760px) {
          body .pilates-whats-nucleo .pilates-whats-nucleo-container p {
            font-size: 14px;
            line-height: 160%; }
            body .pilates-whats-nucleo .pilates-whats-nucleo-container p br {
              display: none !important; } }
    body .pilates-whats-nucleo .pilates-whats-nucleo-img {
      position: relative;
      width: 468px;
      right: 0;
      top: -35px; }
      @media only screen and (max-width: 760px) {
        body .pilates-whats-nucleo .pilates-whats-nucleo-img {
          top: auto;
          width: 80%;
          bottom: -26px;
          margin: auto; } }
      body .pilates-whats-nucleo .pilates-whats-nucleo-img::after {
        content: "";
        position: absolute;
        background: url("/content/img/pilates-icon-nucleo-dots_02.svg");
        background-repeat: repeat-x;
        background-position: center;
        right: -58px;
        top: 58px;
        bottom: 0;
        padding: 150px 27px;
        margin: auto;
        z-index: 0; }
        @media only screen and (max-width: 760px) {
          body .pilates-whats-nucleo .pilates-whats-nucleo-img::after {
            right: inherit;
            padding: inherit;
            display: block;
            width: 88px;
            height: 250px;
            position: absolute;
            margin: 0;
            top: 10px;
            left: -41px; } }
        @media only screen and (min-width: 760px) and (max-width: 1024px) {
          body .pilates-whats-nucleo .pilates-whats-nucleo-img::after {
            right: inherit;
            left: 16px;
            padding: inherit;
            display: block;
            width: 88px;
            height: 250px;
            position: absolute;
            margin: 0;
            top: 96px; } }
      body .pilates-whats-nucleo .pilates-whats-nucleo-img img {
        position: absolute;
        width: 468px;
        border-radius: 8px;
        -webkit-transform: matrix(1, 0, -0.1, 1, 0, 0);
                transform: matrix(1, 0, -0.1, 1, 0, 0);
        z-index: 1; }
        @media only screen and (max-width: 760px) {
          body .pilates-whats-nucleo .pilates-whats-nucleo-img img {
            position: relative;
            bottom: 0;
            right: 0;
            width: 100%; } }
        @media only screen and (min-width: 760px) and (max-width: 1024px) {
          body .pilates-whats-nucleo .pilates-whats-nucleo-img img {
            width: 305px;
            position: relative;
            bottom: -74px;
            right: -67px; } }
  body .pilates-whats-principios {
    position: relative;
    margin-top: 86px;
    margin-bottom: 153px; }
    @media only screen and (max-width: 760px) {
      body .pilates-whats-principios {
        margin-top: 65px;
        margin-bottom: 100px; } }
    body .pilates-whats-principios::before {
      content: "";
      position: absolute;
      background: url("/content/img/pilates-icon-principios-list.svg") no-repeat;
      background-position: left;
      background-size: 100%;
      padding: 10px 52%;
      left: 0;
      bottom: -90px; }
      @media only screen and (max-width: 760px) {
        body .pilates-whats-principios::before {
          padding: 15px 142%;
          left: 0;
          bottom: -67px; } }
    body .pilates-whats-principios h3 {
      width: 82%;
      color: #231f20;
      font-size: 32px;
      font-weight: 500;
      font-style: italic;
      margin: 0 auto;
      line-height: 39px; }
      @media only screen and (max-width: 760px) {
        body .pilates-whats-principios h3 {
          font-size: 24px;
          line-height: 29px;
          width: 100%;
          padding: 0 16px;
          text-align: left;
          padding-top: 50px; } }
    body .pilates-whats-principios p {
      width: 65%;
      margin: 0 auto;
      margin-top: 40px;
      line-height: 25px; }
      @media only screen and (max-width: 760px) {
        body .pilates-whats-principios p {
          font-size: 14px !important;
          line-height: 160% !important;
          width: 100% !important;
          padding-left: 16px;
          padding-right: 40px; } }
  body .pilates-whats-matPilates {
    margin-bottom: 111px; }
    body .pilates-whats-matPilates h3 {
      width: 82%;
      color: #231f20;
      font-size: 32px;
      font-weight: 500;
      font-style: italic;
      margin: 0 auto;
      line-height: 39px; }
      @media only screen and (max-width: 760px) {
        body .pilates-whats-matPilates h3 {
          margin: 0;
          width: 100%;
          font-size: 24px;
          line-height: 29px;
          margin-bottom: 24px;
          padding: 0 16px; } }
    body .pilates-whats-matPilates p {
      width: 65%;
      margin: 0 auto;
      margin-top: 40px;
      line-height: 25px; }
      @media only screen and (max-width: 760px) {
        body .pilates-whats-matPilates p {
          margin: 0 !important;
          width: 100% !important;
          font-size: 14px !important;
          line-height: 160% !important;
          padding: 0 16px !important; } }

body .pilates-whats-text {
  color: #636363;
  font-size: 16px;
  font-weight: 400; }
  @media only screen and (max-width: 760px) {
    body .pilates-whats-text {
      font-size: 14px !important;
      line-height: 160% !important;
      width: 100% !important;
      margin: 24px 0 0 !important; } }

body.dark .pilates-whats-text {
  color: #7d7c7c; }

body.dark .pilates-whats-top .pilates-whats-top-title h1 {
  color: #fff; }

body.dark .pilates-whats-middle__01 .pilates-whats-middle-text h2 {
  color: #fff; }

body.dark .pilates-whats-metodo h3 {
  color: #fff; }

body.dark .pilates-whats-principios h3 {
  color: #fff; }

body.dark .pilates-whats-matPilates h3 {
  color: #fff; }
</pre></body></html>