* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

a {
  text-decoration: none; }

svg, img {
  max-width: 100%; }

html, body {
  height: 100%;
  margin: 0;
  font-size: 12px;
  font-family: "Open Sans", sans-serif; }

h1, h2, h3, h4, h5, h6, input, select, textarea {
  font-family: "Open Sans", sans-serif;
  font-weight: normal; }

.grid {
  width: min(95%, 1180px);
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.sec-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 9999; }
  .sec-header .grid {
    align-items: center;
    align-content: center; }
  .sec-header .logo {
    width: 208px;
    height: 222px;
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
    justify-content: center; }
    .sec-header .logo:before {
      content: '';
      width: 222px;
      height: 208px;
      background: url("../img/detail-sacola-logo.svg");
      background-size: 100% 100%;
      background-position: center bottom;
      background-repeat: no-repeat;
      position: absolute;
      transform: translate(-50%, calc(-50% - 32px));
      top: 50%;
      left: 50%; }
    .sec-header .logo img {
      position: relative;
      z-index: 9;
      transform: translate(0, -3px); }
  @media screen and (max-width: 500px) {
    .sec-header .col-menu {
      width: 100%;
      text-align: center; } }
  .sec-header .redes {
    width: 100%;
    padding-bottom: 35px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    justify-content: flex-end;
    align-content: center;
    align-items: center; }
    .sec-header .redes .tels {
      width: auto;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      align-items: center;
      align-content: center;
      margin-right: 45px;
      padding-bottom: 2px; }
      @media screen and (max-width: 500px) {
        .sec-header .redes .tels {
          display: none; } }
      .sec-header .redes .tels #text-4 .widgettitle {
        display: none; }
      .sec-header .redes .tels #text-4 .textwidget p {
        display: inline-table;
        vertical-align: middle; }
      .sec-header .redes .tels .ico {
        padding-right: 5px; }
        .sec-header .redes .tels .ico svg {
          width: 20px; }
      .sec-header .redes .tels a {
        font-weight: 600;
        color: #fff;
        font-size: 1.333rem;
        margin-right: 0;
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); }
      .sec-header .redes .tels .sep {
        font-size: 1.4rem;
        color: #fff;
        margin: 0 15px; }
    @media screen and (max-width: 780px) {
      .sec-header .redes {
        order: 0;
        width: 100%;
        position: absolute;
        right: 60px;
        top: 16px; } }
    .sec-header .redes a {
      margin-right: 15px;
      vertical-align: middle; }
      @media screen and (max-width: 500px) {
        .sec-header .redes a {
          margin-right: 10px; } }
      .sec-header .redes a svg, .sec-header .redes a path {
        transition: .3s ease-in-out;
        width: 20px !important; }
      .sec-header .redes a:hover svg, .sec-header .redes a:hover path {
        fill: #A3002C !important; }
  .sec-header .sec-menu input#menuhamburguer {
    display: none; }
  @media screen and (max-width: 780px) {
    .sec-header .sec-menu {
      position: relative;
      z-index: 999; }
      .sec-header .sec-menu .menu-responsivo {
        display: block;
        width: 40px;
        height: 40px;
        background-color: #CC1F00;
        position: fixed;
        top: 10px;
        right: 10px;
        border-radius: 50%;
        box-shadow: 0 0 0 0 #CC1F00, 0 0 0 0 #CC1F00;
        transition: .4s ease-in-out; }
        .sec-header .sec-menu .menu-responsivo:hover {
          box-shadow: 0 0 0 8px #CC1F00, 0 0 0 8px #CC1F00; }
        .sec-header .sec-menu .menu-responsivo .hamburguer {
          display: block;
          background: #fff;
          width: 20px;
          height: 2px;
          position: relative;
          top: 19px;
          left: 10px;
          transition: .4s ease-in-out;
          cursor: pointer; }
          .sec-header .sec-menu .menu-responsivo .hamburguer:after, .sec-header .sec-menu .menu-responsivo .hamburguer:before {
            background: #fff;
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            transition: .4s ease-in-out;
            left: 0; }
          .sec-header .sec-menu .menu-responsivo .hamburguer:before {
            top: -6px; }
          .sec-header .sec-menu .menu-responsivo .hamburguer:after {
            bottom: -6px; }
      .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer {
        transform: rotate(45deg);
        transform-origin: center; }
        .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer:after, .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer:before {
          transform: rotate(90deg);
          top: 0;
          bottom: 0; }
      .sec-header .sec-menu input#menuhamburguer:checked ~ label .menu-responsivo {
        box-shadow: 0 0 0 130vw #CC1F00, 0 0 0 130vh #CC1F00; }
      .sec-header .sec-menu input#menuhamburguer:checked ~ .menu-div-menu ul {
        transition: .25s .4s ease;
        opacity: 1 !important;
        visibility: unset; }
      .sec-header .sec-menu ul {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        opacity: 0;
        transition: .4s ease-in-out;
        visibility: hidden; } }
    @media screen and (max-width: 780px) and (max-width: 500px) {
      .sec-header .sec-menu ul {
        width: 100%;
        padding: 2rem; } }
  @media screen and (max-width: 780px) {
        .sec-header .sec-menu ul li {
          width: 100%;
          display: block;
          text-align: center; }
          .sec-header .sec-menu ul li a {
            font-size: 1.887rem !important;
            padding: 1.5rem 0 !important;
            color: #FFF !important; }
          .sec-header .sec-menu ul li#menu-item-26 a {
            color: #CC1F00 !important; } }
  .sec-header .sec-menu ul li {
    display: inline-table; }
    .sec-header .sec-menu ul li a {
      display: block;
      padding: 1rem 1.333rem;
      font-size: 1.5rem;
      font-weight: 800;
      color: #fff;
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
      transition: .2s ease-in-out;
      border-radius: 8px; }
      .sec-header .sec-menu ul li a:hover {
        background-color: #A3002C;
        color: #fff; }
    .sec-header .sec-menu ul li.current_page_item a {
      color: #CC0036; }
      .sec-header .sec-menu ul li.current_page_item a:hover {
        background-color: transparent; }

a.wp-block-button__link,
a.button {
  background-color: #CC1F00;
  color: #FFD10A;
  font-size: 1.333rem;
  display: inline-table;
  padding: 1.333rem 5rem;
  border-radius: 8px;
  margin-top: 25px;
  font-weight: 700;
  transition: .2s ease-in-out;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  a.wp-block-button__link:hover,
  a.button:hover {
    background-color: #A3002C;
    color: #fff;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2); }
  a.wp-block-button__link.ye,
  a.button.ye {
    background-color: #FFD10A;
    color: #CC1F00; }
    a.wp-block-button__link.ye:hover,
    a.button.ye:hover {
      background-color: #A3002C;
      color: #FFD10A; }
  a.wp-block-button__link.az,
  a.button.az {
    background-color: #1C415E;
    color: #fff; }
    a.wp-block-button__link.az:hover,
    a.button.az:hover {
      background-color: #A3002C;
      color: #fff;
      -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2); }

button.button {
  background-color: #1C415E;
  font-size: 1.333rem;
  display: table;
  padding: 1.333rem 3rem;
  border-radius: 8px;
  margin: 2rem auto;
  border: none;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: .2s ease-in-out; }
  button.button:hover {
    background-color: #A3002C;
    color: #fff;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2); }

.art-home .sec-banner {
  background-color: #1C415E;
  position: relative;
  background: url("../img/fundo-home.jpg");
  background-size: cover;
  background-position: center; }
  .art-home .sec-banner .grid {
    height: 100vh;
    align-items: flex-end;
    align-content: flex-end; }
    @media screen and (max-width: 1440px) {
      .art-home .sec-banner .grid {
        height: 115vh; } }
    @media screen and (max-width: 500px) {
      .art-home .sec-banner .grid {
        height: auto;
        padding: 200px 0 0 0; } }
    .art-home .sec-banner .grid .desc {
      width: 100%;
      text-align: right;
      padding-bottom: 10vh;
      padding-top: 10rem;
      position: relative; }
      @media screen and (max-width: 500px) {
        .art-home .sec-banner .grid .desc {
          padding: 4rem 0; } }
      .art-home .sec-banner .grid .desc:after {
        content: '';
        display: block;
        width: 463px;
        height: 708px;
        position: absolute;
        right: 50%;
        bottom: 0;
        z-index: 2;
        background: url("../img/img-mullher-kianda-shopping.png");
        background-size: 100%;
        background-position: bottom center;
        background-repeat: no-repeat; }
        @media screen and (max-width: 1440px) {
          .art-home .sec-banner .grid .desc:after {
            width: 383px; } }
        @media screen and (max-width: 500px) {
          .art-home .sec-banner .grid .desc:after {
            width: 290px;
            right: auto;
            left: -140px; } }
      .art-home .sec-banner .grid .desc:before {
        content: '';
        display: block;
        width: 217px;
        height: 2px;
        position: absolute;
        right: 50%;
        top: 0;
        z-index: 1;
        background-color: #CC0036; }
        @media screen and (max-width: 780px) {
          .art-home .sec-banner .grid .desc:before {
            display: none; } }
      .art-home .sec-banner .grid .desc h1 {
        font-size: max(2.22vw, 32px);
        color: #fff;
        line-height: 1.4;
        font-weight: 800;
        width: 83%;
        text-align: center;
        margin: 0 auto;
        z-index: 3;
        position: relative;
        text-shadow: 0 3px 12px rgba(0, 0, 0, 0.5); }
        @media screen and (max-width: 500px) {
          .art-home .sec-banner .grid .desc h1 {
            font-size: 24px; } }
        @media screen and (max-width: 1440px) {
          .art-home .sec-banner .grid .desc h1 {
            width: 63%; } }
        @media screen and (max-width: 500px) {
          .art-home .sec-banner .grid .desc h1 {
            width: 100%;
            padding: 10px;
            font-size: 24px; } }
      .art-home .sec-banner .grid .desc p {
        font-size: 1.3333rem;
        font-weight: 300;
        line-height: 1.7;
        padding-top: 2rem;
        color: #fff;
        display: inline-table;
        text-align: left;
        width: 45%;
        z-index: 3;
        position: relative; }
        @media screen and (max-width: 500px) {
          .art-home .sec-banner .grid .desc p {
            font-size: 1.25rem; } }
        @media screen and (max-width: 500px) {
          .art-home .sec-banner .grid .desc p {
            width: 60%; } }
      .art-home .sec-banner .grid .desc .btns {
        z-index: 3;
        position: relative; }
        @media screen and (max-width: 500px) {
          .art-home .sec-banner .grid .desc .btns {
            width: 100%;
            text-align: center; } }
        .art-home .sec-banner .grid .desc .btns a.button {
          margin-left: 10px; }
          @media screen and (max-width: 500px) {
            .art-home .sec-banner .grid .desc .btns a.button {
              margin-left: 0;
              width: 80%;
              padding: 1.333rem 2rem; } }
.art-home .sec-ch-sobre {
  padding: 10rem 0;
  background: url("../img/fundo-ch-sobre.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left bottom; }
  @media screen and (max-width: 780px) {
    .art-home .sec-ch-sobre {
      background: #fff;
      padding: 5rem 0; } }
  .art-home .sec-ch-sobre .grid .img {
    width: 50%; }
    .art-home .sec-ch-sobre .grid .img img {
      height: auto; }
    @media screen and (max-width: 780px) {
      .art-home .sec-ch-sobre .grid .img {
        width: 100%;
        order: 2; } }
  .art-home .sec-ch-sobre .grid .desc {
    width: 43%;
    align-self: center; }
    @media screen and (max-width: 780px) {
      .art-home .sec-ch-sobre .grid .desc {
        width: 100%; } }
    .art-home .sec-ch-sobre .grid .desc p {
      font-size: 1.3333rem;
      font-weight: 300;
      line-height: 1.7;
      padding-top: 2rem;
      color: #3E3E3E; }
      @media screen and (max-width: 500px) {
        .art-home .sec-ch-sobre .grid .desc p {
          font-size: 1.25rem; } }
.art-home .sec-ch-como-funciona {
  padding: 10rem 0 4rem 0;
  position: relative;
  background: url("../img/fundo-ch-como-funciona.jpg");
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 780px) {
    .art-home .sec-ch-como-funciona {
      padding: 6rem 0;
      background-color: #CC1F00;
      background-blend-mode: color-dodge; } }
  .art-home .sec-ch-como-funciona:before {
    content: '';
    width: 36%;
    height: 99px;
    background-color: #FF401F;
    bottom: 0;
    left: 0;
    position: absolute; }
  .art-home .sec-ch-como-funciona:after {
    content: '';
    height: 75%;
    position: absolute;
    right: 0;
    width: 40vw;
    top: 50%;
    transform: translate(0, calc(-50% - 60px ));
    background: url("../img/img-market-place-kianda-shopping.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right; }
    @media screen and (max-width: 1440px) {
      .art-home .sec-ch-como-funciona:after {
        background-position: left; } }
    @media screen and (max-width: 780px) {
      .art-home .sec-ch-como-funciona:after {
        display: none; } }
  .art-home .sec-ch-como-funciona .grid {
    position: relative;
    z-index: 9; }
  .art-home .sec-ch-como-funciona .desc {
    order: 1;
    width: 50%;
    padding-bottom: 5vh; }
    @media screen and (max-width: 780px) {
      .art-home .sec-ch-como-funciona .desc {
        width: 100%; } }
    .art-home .sec-ch-como-funciona .desc:after {
      content: '';
      background: url("../img/malha-detail.svg");
      width: 150px;
      height: 85px;
      position: absolute;
      left: 160px;
      bottom: -30px;
      z-index: -1; }
    .art-home .sec-ch-como-funciona .desc h2 {
      font-size: 1.333rem;
      font-weight: 800;
      font-family: "Lato", sans-serif;
      color: #fff; }
    .art-home .sec-ch-como-funciona .desc h3 {
      font-size: max(2.22vw, 32px);
      color: #CC1F00;
      line-height: 1.4;
      font-weight: 700; }
      @media screen and (max-width: 500px) {
        .art-home .sec-ch-como-funciona .desc h3 {
          font-size: 24px; } }
    .art-home .sec-ch-como-funciona .desc p {
      font-size: 1.3333rem;
      font-weight: 300;
      line-height: 1.7;
      padding-top: 2rem;
      color: #fff; }
      @media screen and (max-width: 500px) {
        .art-home .sec-ch-como-funciona .desc p {
          font-size: 1.25rem; } }
  .art-home .sec-ch-como-funciona .img {
    order: 2;
    align-self: flex-end;
    width: 30%; }
    @media screen and (max-width: 780px) {
      .art-home .sec-ch-como-funciona .img {
        width: 100%; } }
    .art-home .sec-ch-como-funciona .img .aplicativo a {
      display: inline-table;
      vertical-align: middle;
      margin: 15px; }

.art-conheca .sec-tt-page .grid {
  width: 100%;
  max-width: 100%; }
.art-conheca .sec-tt-page .tt {
  width: 100%;
  padding: 32vh 0 26vh 0;
  background: url("../img/fundo-tt-conheca.jpg");
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 1440px) {
    .art-conheca .sec-tt-page .tt {
      padding: 34vh 0 18vh 0; } }
  @media screen and (max-width: 780px) {
    .art-conheca .sec-tt-page .tt {
      padding: 250px 0 60px 0; } }
  .art-conheca .sec-tt-page .tt h1 {
    text-align: center;
    font-size: max(2.22vw, 32px);
    color: #fff;
    line-height: 1.4;
    font-weight: 600; }
    @media screen and (max-width: 500px) {
      .art-conheca .sec-tt-page .tt h1 {
        font-size: 24px; } }
    @media screen and (max-width: 500px) {
      .art-conheca .sec-tt-page .tt h1 {
        width: 80%;
        margin: 0 auto; } }
.art-conheca .sec-tt-page .desc {
  width: 100%;
  text-align: center;
  padding: 10vh 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7e15+0,ff411e+100 */
  background: #ff7e15;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff7e15 0%, #ff411e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff7e15 0%, #ff411e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff7e15 0%, #ff411e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7e15', endColorstr='#ff411e',GradientType=0 );
  /* IE6-9 */
  position: relative; }
  @media screen and (max-width: 500px) {
    .art-conheca .sec-tt-page .desc {
      padding: 40px 0; } }
  .art-conheca .sec-tt-page .desc:after {
    content: '';
    width: 22%;
    height: 54px;
    background-color: #FF401F;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, -50%); }
  .art-conheca .sec-tt-page .desc p {
    width: 690px;
    margin: 0 auto;
    font-size: 1.3333rem;
    font-weight: 300;
    line-height: 1.7;
    padding-top: 2rem;
    color: #fff;
    font-weight: 600; }
    @media screen and (max-width: 500px) {
      .art-conheca .sec-tt-page .desc p {
        font-size: 1.25rem; } }
    @media screen and (max-width: 500px) {
      .art-conheca .sec-tt-page .desc p {
        width: 90%;
        padding: 2rem; } }
    .art-conheca .sec-tt-page .desc p:first-child {
      padding-top: 0; }
.art-conheca .sec-logistica {
  padding: 8rem 0;
  position: relative; }
  @media screen and (max-width: 500px) {
    .art-conheca .sec-logistica {
      padding: 6rem 0; } }
  .art-conheca .sec-logistica .widget_text {
    width: 36%; }
    @media screen and (max-width: 500px) {
      .art-conheca .sec-logistica .widget_text {
        padding-bottom: 50px; } }
    @media screen and (max-width: 500px) {
      .art-conheca .sec-logistica .widget_text {
        width: 100%; } }
    .art-conheca .sec-logistica .widget_text h3 {
      font-size: max(1.666667vw, 24px);
      font-family: "Lato", sans-serif;
      color: #CC1F00;
      line-height: 1.4;
      font-weight: 700; }
      @media screen and (max-width: 500px) {
        .art-conheca .sec-logistica .widget_text h3 {
          font-size: 18px; } }
    .art-conheca .sec-logistica .widget_text p {
      font-size: 1.3333rem;
      font-weight: 300;
      line-height: 1.7;
      padding-top: 2rem;
      color: #CC1F00; }
      @media screen and (max-width: 500px) {
        .art-conheca .sec-logistica .widget_text p {
          font-size: 1.25rem; } }
  .art-conheca .sec-logistica #media_image-2 {
    position: absolute;
    right: 0;
    top: calc(50% + 65px);
    transform: translate(0, -50%);
    width: 50%;
    overflow: hidden; }
    @media screen and (max-width: 500px) {
      .art-conheca .sec-logistica #media_image-2 {
        width: 60%;
        top: auto;
        bottom: -60px;
        transform: translate(0, 0); } }
    .art-conheca .sec-logistica #media_image-2 img {
      width: 100%;
      transform: translate(0px, 0); }
.art-conheca .sec-list-beneficios {
  background-color: #F3F3F3;
  padding: 10rem 0 6rem 0; }
  .art-conheca .sec-list-beneficios h2 {
    font-size: max(1.666667vw, 24px);
    font-family: "Lato", sans-serif;
    color: #CC1F00;
    line-height: 1.4;
    color: #A3002C;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 500px) {
      .art-conheca .sec-list-beneficios h2 {
        font-size: 18px; } }
  .art-conheca .sec-list-beneficios .desc-short {
    width: 720px;
    margin: 0 auto;
    padding-bottom: 5rem; }
    .art-conheca .sec-list-beneficios .desc-short p {
      font-size: 1.3333rem;
      font-weight: 300;
      line-height: 1.7;
      padding-top: 2rem;
      color: #3E3E3E;
      text-align: center; }
      @media screen and (max-width: 500px) {
        .art-conheca .sec-list-beneficios .desc-short p {
          font-size: 1.25rem; } }
  .art-conheca .sec-list-beneficios .list-beneficios {
    width: 90%;
    margin: 0 auto; }
    .art-conheca .sec-list-beneficios .list-beneficios .item {
      padding: 5rem 0;
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      align-items: center;
      align-content: center; }
      @media screen and (max-width: 500px) {
        .art-conheca .sec-list-beneficios .list-beneficios .item {
          padding: 3rem 0; } }
      .art-conheca .sec-list-beneficios .list-beneficios .item:nth-child(even) .img {
        order: 2; }
      .art-conheca .sec-list-beneficios .list-beneficios .item .img {
        width: 45%;
        position: relative; }
        @media screen and (max-width: 780px) {
          .art-conheca .sec-list-beneficios .list-beneficios .item .img:before, .art-conheca .sec-list-beneficios .list-beneficios .item .img:after {
            display: none !important; } }
        @media screen and (max-width: 500px) {
          .art-conheca .sec-list-beneficios .list-beneficios .item .img {
            width: 100%;
            order: 1 !important;
            padding: 20px 0; } }
        .art-conheca .sec-list-beneficios .list-beneficios .item .img img {
          width: 100%;
          position: relative;
          z-index: 3; }
      .art-conheca .sec-list-beneficios .list-beneficios .item:nth-child(1) .img:after {
        content: '';
        width: 295px;
        height: 116px;
        background: url("../img/malha-detail.svg");
        left: 0;
        top: -35px;
        transform: translate(-50%, 0);
        position: absolute;
        z-index: 1; }
      .art-conheca .sec-list-beneficios .list-beneficios .item:nth-child(1) .img:before {
        content: '';
        width: 100px;
        height: 99px;
        background-color: #CC1F00;
        left: 0;
        top: 20px;
        transform: translate(calc( -100% + 20px), 0);
        position: absolute;
        z-index: 2; }
      .art-conheca .sec-list-beneficios .list-beneficios .item:nth-child(2) .img:after {
        content: '';
        width: 295px;
        height: 116px;
        background: url("../img/malha-detail.svg");
        right: 0;
        bottom: -55px;
        transform: translate(30%, 0);
        position: absolute;
        z-index: 1; }
      .art-conheca .sec-list-beneficios .list-beneficios .item:nth-child(2) .img:before {
        content: '';
        width: 100px;
        height: 5px;
        background-color: #CC1F00;
        right: 0;
        top: 80px;
        transform: translate(calc(100% - 20px), 0);
        position: absolute;
        z-index: 2; }
      .art-conheca .sec-list-beneficios .list-beneficios .item:nth-child(3) .img:after {
        content: '';
        width: 295px;
        height: 116px;
        background: url("../img/malha-detail.svg");
        right: 50%;
        top: -45px;
        transform: translate(50%, 0);
        position: absolute;
        z-index: 1; }
      .art-conheca .sec-list-beneficios .list-beneficios .item:nth-child(3) .img:before {
        content: '';
        width: 60px;
        height: 5px;
        background-color: #CC1F00;
        right: 0;
        top: 80px;
        transform: translate(calc(100% - 20px), 0);
        position: absolute;
        z-index: 2; }
      .art-conheca .sec-list-beneficios .list-beneficios .item .desc {
        width: 45%; }
        @media screen and (max-width: 500px) {
          .art-conheca .sec-list-beneficios .list-beneficios .item .desc {
            width: 100%;
            order: 2; } }
        .art-conheca .sec-list-beneficios .list-beneficios .item .desc h3 {
          font-size: max(1.666667vw, 24px);
          font-family: "Lato", sans-serif;
          color: #CC1F00;
          line-height: 1.4; }
          @media screen and (max-width: 500px) {
            .art-conheca .sec-list-beneficios .list-beneficios .item .desc h3 {
              font-size: 18px; } }
        .art-conheca .sec-list-beneficios .list-beneficios .item .desc p {
          font-size: 1.3333rem;
          font-weight: 300;
          line-height: 1.7;
          padding-top: 2rem;
          color: #3E3E3E; }
          @media screen and (max-width: 500px) {
            .art-conheca .sec-list-beneficios .list-beneficios .item .desc p {
              font-size: 1.25rem; } }
        .art-conheca .sec-list-beneficios .list-beneficios .item .desc #gallery-1 .gallery-item {
          text-align: left; }
          .art-conheca .sec-list-beneficios .list-beneficios .item .desc #gallery-1 .gallery-item img {
            border: none; }
.art-conheca .sec-form {
  padding: 8rem 0; }
  .art-conheca .sec-form .grid {
    width: 594px; }
    .art-conheca .sec-form .grid .iti--allow-dropdown {
      width: 100%; }
      .art-conheca .sec-form .grid .iti--allow-dropdown #phone {
        padding-left: 50px; }
    @media screen and (max-width: 500px) {
      .art-conheca .sec-form .grid {
        max-width: 95%; } }
    .art-conheca .sec-form .grid p {
      font-size: 1.3333rem;
      font-weight: 300;
      line-height: 1.7;
      padding-top: 2rem;
      color: #3E3E3E;
      text-align: center;
      padding-bottom: 2rem; }
      @media screen and (max-width: 500px) {
        .art-conheca .sec-form .grid p {
          font-size: 1.25rem; } }
    .art-conheca .sec-form .grid form {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between; }
      .art-conheca .sec-form .grid form label {
        width: 100%;
        display: block;
        padding: 1rem 0; }
        .art-conheca .sec-form .grid form label.w50 {
          width: 48%; }
        .art-conheca .sec-form .grid form label.w60 {
          width: 58%; }
        .art-conheca .sec-form .grid form label.w40 {
          width: 38%; }
        .art-conheca .sec-form .grid form label .textfield {
          width: 100%;
          padding: 1.333rem 1.5rem;
          border: 1px solid #EBEBEB;
          border-radius: 10px;
          background-color: #EFEFEF; }
        .art-conheca .sec-form .grid form label p {
          padding-top: 0;
          text-align: left;
          padding-bottom: 0;
          font-weight: 600;
          margin-left: 1.5rem; }

.art-faq .sec-tt-page {
  padding: 32vh 0 26vh 0;
  background: url("../img/fundo-tt-faq.jpg");
  background-size: cover;
  background-position: center bottom; }
  @media screen and (max-width: 1440px) {
    .art-faq .sec-tt-page {
      padding: 34vh 0 18vh 0; } }
  @media screen and (max-width: 780px) {
    .art-faq .sec-tt-page {
      padding: 250px 0 60px 0; } }
  .art-faq .sec-tt-page h1 {
    font-size: max(2.22vw, 32px);
    color: #ffff;
    line-height: 1.4;
    text-align: center;
    font-weight: 700; }
    @media screen and (max-width: 500px) {
      .art-faq .sec-tt-page h1 {
        font-size: 24px; } }
    @media screen and (max-width: 1440px) {
      .art-faq .sec-tt-page h1 {
        width: 80%;
        margin: 0 auto; } }
    @media screen and (max-width: 500px) {
      .art-faq .sec-tt-page h1 {
        width: 100%;
        font-size: 20px; } }
.art-faq .sec-list-perguntas {
  padding: 8rem 0; }
  .art-faq .sec-list-perguntas .grid {
    width: 720px; }
    @media screen and (max-width: 780px) {
      .art-faq .sec-list-perguntas .grid {
        max-width: 90%; } }
    .art-faq .sec-list-perguntas .grid h3.accordion-toggle {
      font-size: 1.3333rem;
      font-weight: 300;
      line-height: 1.7;
      padding-top: 2rem;
      color: #3E3E3E;
      font-weight: 700;
      cursor: pointer;
      border-top: 1px solid #E1E1E1;
      padding-bottom: 2rem;
      position: relative; }
      @media screen and (max-width: 500px) {
        .art-faq .sec-list-perguntas .grid h3.accordion-toggle {
          font-size: 1.25rem; } }
      .art-faq .sec-list-perguntas .grid h3.accordion-toggle span {
        display: block;
        width: calc(100% - 60px); }
      .art-faq .sec-list-perguntas .grid h3.accordion-toggle:first-child {
        border-top: 0; }
      .art-faq .sec-list-perguntas .grid h3.accordion-toggle:after {
        content: '';
        width: 24px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 20px;
        background: url("../img/ico-arrow.svg");
        background-size: 100% 100%; }
      .art-faq .sec-list-perguntas .grid h3.accordion-toggle.active:after {
        content: '';
        width: 24px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 20px;
        background: url("../img/ico-close.svg");
        background-size: 100% 100%; }
    .art-faq .sec-list-perguntas .grid .accordion-content {
      display: none;
      padding-bottom: 2rem; }
      .art-faq .sec-list-perguntas .grid .accordion-content ul {
        padding-top: 2rem;
        margin-left: 20px; }
        .art-faq .sec-list-perguntas .grid .accordion-content ul li {
          font-size: 1.3333rem;
          font-weight: 300;
          line-height: 1.7;
          padding-top: 5px;
          color: #3E3E3E; }
          @media screen and (max-width: 500px) {
            .art-faq .sec-list-perguntas .grid .accordion-content ul li {
              font-size: 1.25rem; } }
      .art-faq .sec-list-perguntas .grid .accordion-content p {
        font-size: 1.3333rem;
        font-weight: 300;
        line-height: 1.7;
        padding-top: 2rem;
        color: #3E3E3E; }
        @media screen and (max-width: 500px) {
          .art-faq .sec-list-perguntas .grid .accordion-content p {
            font-size: 1.25rem; } }
        .art-faq .sec-list-perguntas .grid .accordion-content p:first-child {
          padding-top: 0; }
.art-faq .sec-form {
  padding: 0 0 8rem 0; }
  .art-faq .sec-form .iti--allow-dropdown {
    width: 100%; }
    .art-faq .sec-form .iti--allow-dropdown #phone {
      padding-left: 50px; }
  .art-faq .sec-form .grid {
    width: 594px; }
    @media screen and (max-width: 500px) {
      .art-faq .sec-form .grid {
        max-width: 90%; } }
    .art-faq .sec-form .grid p {
      font-size: 1.3333rem;
      font-weight: 300;
      line-height: 1.7;
      padding-top: 2rem;
      color: #3E3E3E;
      text-align: center;
      padding-bottom: 2rem;
      width: 100%; }
      @media screen and (max-width: 500px) {
        .art-faq .sec-form .grid p {
          font-size: 1.25rem; } }
      .art-faq .sec-form .grid p b {
        color: #CC1F00; }
    .art-faq .sec-form .grid form {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between; }
      .art-faq .sec-form .grid form label {
        width: 100%;
        display: block;
        padding: 1rem 0; }
        .art-faq .sec-form .grid form label.w50 {
          width: 48%; }
        .art-faq .sec-form .grid form label.w60 {
          width: 58%; }
        .art-faq .sec-form .grid form label.w40 {
          width: 38%; }
        .art-faq .sec-form .grid form label .textfield {
          width: 100%;
          padding: 1.333rem 1.5rem;
          border: 1px solid #EBEBEB;
          border-radius: 10px;
          background-color: #EFEFEF; }
        .art-faq .sec-form .grid form label p {
          padding-top: 0;
          text-align: left;
          padding-bottom: 0;
          font-weight: 600;
          margin-left: 1.5rem; }

.art-seja-um-lojista .sec-tt-page {
  padding: 32vh 0 26vh 0;
  background: url("../img/fundo-tt-seja-um-lojista.jpg");
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 1440px) {
    .art-seja-um-lojista .sec-tt-page {
      padding: 34vh 0 18vh 0; } }
  @media screen and (max-width: 780px) {
    .art-seja-um-lojista .sec-tt-page {
      padding: 250px 0 60px 0; } }
  .art-seja-um-lojista .sec-tt-page .grid {
    justify-content: center; }
  .art-seja-um-lojista .sec-tt-page h1 {
    font-size: max(2.22vw, 32px);
    color: #ffff;
    line-height: 1.4;
    text-align: center;
    font-weight: 700; }
    @media screen and (max-width: 500px) {
      .art-seja-um-lojista .sec-tt-page h1 {
        font-size: 24px; } }
    @media screen and (max-width: 500px) {
      .art-seja-um-lojista .sec-tt-page h1 {
        margin: 0 auto; }
        .art-seja-um-lojista .sec-tt-page h1 br {
          display: inline-table;
          content: " "; } }
.art-seja-um-lojista .sec-seja-um-lojista {
  background-color: #FFE77D;
  padding: 12rem 0;
  position: relative; }
  @media screen and (max-width: 500px) {
    .art-seja-um-lojista .sec-seja-um-lojista {
      padding: 6rem 0; } }
  .art-seja-um-lojista .sec-seja-um-lojista:before {
    content: '';
    width: 30%;
    height: 100px;
    background-color: #FFDD47;
    position: absolute;
    top: 0;
    right: 0; }
  .art-seja-um-lojista .sec-seja-um-lojista:after {
    content: '';
    width: 30%;
    height: 100px;
    background-color: #FFDD47;
    position: absolute;
    bottom: 0;
    left: 0; }
  .art-seja-um-lojista .sec-seja-um-lojista .grid {
    position: relative;
    z-index: 3; }
  .art-seja-um-lojista .sec-seja-um-lojista h2 {
    width: 100%;
    text-align: center;
    padding-bottom: 4rem;
    font-size: max(1.666667vw, 24px);
    font-family: "Lato", sans-serif;
    color: #CC1F00;
    line-height: 1.4;
    font-weight: 700; }
    @media screen and (max-width: 500px) {
      .art-seja-um-lojista .sec-seja-um-lojista h2 {
        font-size: 18px; } }
  .art-seja-um-lojista .sec-seja-um-lojista .widget_media_image {
    width: 23.4%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    counter-increment: ol-counter;
    position: relative;
    -webkit-box-shadow: 0 13px 16px 0 rgba(203, 124, 1, 0.34);
    box-shadow: 0 13px 16px 0 rgba(203, 124, 1, 0.34);
    border-radius: 10px; }
    @media screen and (max-width: 780px) {
      .art-seja-um-lojista .sec-seja-um-lojista .widget_media_image {
        width: 48%;
        margin: 2rem 0; } }
    .art-seja-um-lojista .sec-seja-um-lojista .widget_media_image:before {
      content: counter(ol-counter) "";
      color: #fff;
      position: absolute;
      top: 0;
      left: 20px;
      background-color: #1C415E;
      width: 32px;
      height: 32px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 700;
      border-radius: 50%; }
    .art-seja-um-lojista .sec-seja-um-lojista .widget_media_image img {
      order: 1;
      border-radius: 10px 10px 0 0;
      width: 100%;
      height: 151px !important;
      object-fit: cover; }
    .art-seja-um-lojista .sec-seja-um-lojista .widget_media_image h3 {
      order: 2;
      font-size: max(1.666667vw, 24px);
      font-family: "Lato", sans-serif;
      color: #fff;
      line-height: 1.4;
      font-size: 20px;
      font-weight: 600;
      padding: 4rem;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff401f+0,ffd10a+100 */
      background: #ff401f;
      /* Old browsers */
      background: -moz-linear-gradient(45deg, #ff401f 0%, #ffd10a 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(45deg, #ff401f 0%, #ffd10a 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(45deg, #ff401f 0%, #ffd10a 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff401f', endColorstr='#ffd10a',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      border-radius: 0 0 10px 10px;
      min-height: 190px; }
      @media screen and (max-width: 500px) {
        .art-seja-um-lojista .sec-seja-um-lojista .widget_media_image h3 {
          font-size: 18px; } }
      @media screen and (max-width: 780px) {
        .art-seja-um-lojista .sec-seja-um-lojista .widget_media_image h3 {
          width: 100%;
          font-size: 18px;
          padding: 2rem;
          min-height: 160px; } }
.art-seja-um-lojista .sec-list-beneficios {
  padding: 8rem 0; }
  @media screen and (max-width: 500px) {
    .art-seja-um-lojista .sec-list-beneficios {
      padding: 6rem 0; } }
  .art-seja-um-lojista .sec-list-beneficios h2 {
    font-size: max(2.22vw, 32px);
    color: #1C415E;
    line-height: 1.4;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 500px) {
      .art-seja-um-lojista .sec-list-beneficios h2 {
        font-size: 24px; } }
  .art-seja-um-lojista .sec-list-beneficios .desc-short {
    text-align: center;
    width: 100%; }
    .art-seja-um-lojista .sec-list-beneficios .desc-short a.button {
      margin-top: 10px; }
    .art-seja-um-lojista .sec-list-beneficios .desc-short p {
      font-size: 1.3333rem;
      font-weight: 300;
      line-height: 1.7;
      padding-top: 2rem;
      color: #3E3E3E; }
      @media screen and (max-width: 500px) {
        .art-seja-um-lojista .sec-list-beneficios .desc-short p {
          font-size: 1.25rem; } }
  .art-seja-um-lojista .sec-list-beneficios .list-beneficios {
    width: 80%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto; }
    .art-seja-um-lojista .sec-list-beneficios .list-beneficios .item {
      width: 33.3333%;
      padding: 4rem 2rem;
      text-align: center; }
      @media screen and (max-width: 500px) {
        .art-seja-um-lojista .sec-list-beneficios .list-beneficios .item {
          width: 50%;
          padding: 10px 10px; }
          .art-seja-um-lojista .sec-list-beneficios .list-beneficios .item svg {
            height: auto; } }
      .art-seja-um-lojista .sec-list-beneficios .list-beneficios .item h3 {
        font-size: 1.3333rem;
        font-weight: 300;
        line-height: 1.7;
        padding-top: 10px;
        color: #1C415E; }
        @media screen and (max-width: 500px) {
          .art-seja-um-lojista .sec-list-beneficios .list-beneficios .item h3 {
            font-size: 1.25rem; } }
.art-seja-um-lojista .sec-logistica {
  padding: 8rem 0;
  position: relative; }
  @media screen and (max-width: 500px) {
    .art-seja-um-lojista .sec-logistica {
      padding: 6rem 0; } }
  .art-seja-um-lojista .sec-logistica .widget_text {
    width: 36%; }
    @media screen and (max-width: 500px) {
      .art-seja-um-lojista .sec-logistica .widget_text {
        padding-bottom: 50px; } }
    @media screen and (max-width: 500px) {
      .art-seja-um-lojista .sec-logistica .widget_text {
        width: 100%; } }
    .art-seja-um-lojista .sec-logistica .widget_text h3 {
      font-size: max(1.666667vw, 24px);
      font-family: "Lato", sans-serif;
      color: #CC1F00;
      line-height: 1.4;
      font-weight: 700; }
      @media screen and (max-width: 500px) {
        .art-seja-um-lojista .sec-logistica .widget_text h3 {
          font-size: 18px; } }
    .art-seja-um-lojista .sec-logistica .widget_text p {
      font-size: 1.3333rem;
      font-weight: 300;
      line-height: 1.7;
      padding-top: 2rem;
      color: #CC1F00; }
      @media screen and (max-width: 500px) {
        .art-seja-um-lojista .sec-logistica .widget_text p {
          font-size: 1.25rem; } }
  .art-seja-um-lojista .sec-logistica #media_image-2 {
    position: absolute;
    right: 0;
    top: calc(50% + 65px);
    transform: translate(0, -50%);
    width: 50%;
    overflow: hidden; }
    @media screen and (max-width: 500px) {
      .art-seja-um-lojista .sec-logistica #media_image-2 {
        width: 60%;
        top: auto;
        bottom: -60px;
        transform: translate(0, 0); } }
    .art-seja-um-lojista .sec-logistica #media_image-2 img {
      width: 100%;
      transform: translate(0px, 0); }
.art-seja-um-lojista .sec-form {
  padding: 8rem 0; }
  .art-seja-um-lojista .sec-form .iti--allow-dropdown {
    width: 100%; }
    .art-seja-um-lojista .sec-form .iti--allow-dropdown #phone {
      padding-left: 50px; }
  .art-seja-um-lojista .sec-form .grid {
    width: 594px; }
    @media screen and (max-width: 500px) {
      .art-seja-um-lojista .sec-form .grid {
        max-width: 90%; } }
    .art-seja-um-lojista .sec-form .grid p {
      font-size: 1.3333rem;
      font-weight: 300;
      line-height: 1.7;
      padding-top: 2rem;
      color: #3E3E3E;
      text-align: center;
      padding-bottom: 2rem;
      width: 100%; }
      @media screen and (max-width: 500px) {
        .art-seja-um-lojista .sec-form .grid p {
          font-size: 1.25rem; } }
      .art-seja-um-lojista .sec-form .grid p b {
        display: block;
        font-weight: 700; }
    .art-seja-um-lojista .sec-form .grid form {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between; }
      .art-seja-um-lojista .sec-form .grid form label {
        width: 100%;
        display: block;
        padding: 1rem 0; }
        .art-seja-um-lojista .sec-form .grid form label.w50 {
          width: 48%; }
        .art-seja-um-lojista .sec-form .grid form label.w60 {
          width: 58%; }
        .art-seja-um-lojista .sec-form .grid form label.w40 {
          width: 38%; }
        .art-seja-um-lojista .sec-form .grid form label .textfield {
          width: 100%;
          padding: 1.333rem 1.5rem;
          border: 1px solid #EBEBEB;
          border-radius: 10px;
          background-color: #EFEFEF; }
        .art-seja-um-lojista .sec-form .grid form label p {
          padding-top: 0;
          text-align: left;
          padding-bottom: 0;
          font-weight: 600;
          margin-left: 1.5rem; }

.art-blog .sec-tt-page {
  padding: 32vh 0 26vh 0;
  background: url("../img/fundo-tt-blog.jpg");
  background-size: cover;
  background-position: center bottom; }
  @media screen and (max-width: 1440px) {
    .art-blog .sec-tt-page {
      padding: 34vh 0 18vh 0; } }
  @media screen and (max-width: 780px) {
    .art-blog .sec-tt-page {
      padding: 250px 0 60px 0; } }
  .art-blog .sec-tt-page h2, .art-blog .sec-tt-page h1 {
    font-size: max(2.22vw, 32px);
    color: #ffff;
    line-height: 1.4;
    text-align: center;
    font-weight: 700; }
    @media screen and (max-width: 500px) {
      .art-blog .sec-tt-page h2, .art-blog .sec-tt-page h1 {
        font-size: 24px; } }
    @media screen and (max-width: 500px) {
      .art-blog .sec-tt-page h2, .art-blog .sec-tt-page h1 {
        font-size: 20px; } }
.art-blog .list-ultimos-posts,
.art-blog .sec-list-posts {
  padding: 4rem 0; }
  .art-blog .list-ultimos-posts .grid,
  .art-blog .sec-list-posts .grid {
    justify-content: flex-start; }
  @media screen and (max-width: 500px) {
    .art-blog .list-ultimos-posts,
    .art-blog .sec-list-posts {
      padding: 3rem 0; } }
  .art-blog .list-ultimos-posts .sec-newsletter,
  .art-blog .sec-list-posts .sec-newsletter {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 2rem 0 6rem 0;
    align-items: flex-end;
    align-content: flex-end; }
    .art-blog .list-ultimos-posts .sec-newsletter .col-tt,
    .art-blog .sec-list-posts .sec-newsletter .col-tt {
      width: 40%; }
      @media screen and (max-width: 500px) {
        .art-blog .list-ultimos-posts .sec-newsletter .col-tt,
        .art-blog .sec-list-posts .sec-newsletter .col-tt {
          width: 100%;
          padding: 20px; } }
      .art-blog .list-ultimos-posts .sec-newsletter .col-tt p,
      .art-blog .sec-list-posts .sec-newsletter .col-tt p {
        font-size: 1.3333rem;
        font-weight: 300;
        line-height: 1.7;
        padding-top: 0;
        color: #3E3E3E; }
        @media screen and (max-width: 500px) {
          .art-blog .list-ultimos-posts .sec-newsletter .col-tt p,
          .art-blog .sec-list-posts .sec-newsletter .col-tt p {
            font-size: 1.25rem; } }
    .art-blog .list-ultimos-posts .sec-newsletter #newsletterwidgetminimal-2,
    .art-blog .sec-list-posts .sec-newsletter #newsletterwidgetminimal-2 {
      width: 55%; }
      @media screen and (max-width: 500px) {
        .art-blog .list-ultimos-posts .sec-newsletter #newsletterwidgetminimal-2,
        .art-blog .sec-list-posts .sec-newsletter #newsletterwidgetminimal-2 {
          width: 100%;
          padding: 20px; } }
      .art-blog .list-ultimos-posts .sec-newsletter #newsletterwidgetminimal-2 h3,
      .art-blog .sec-list-posts .sec-newsletter #newsletterwidgetminimal-2 h3 {
        font-size: 1.3333rem;
        font-weight: 300;
        line-height: 1.7;
        padding-top: 0;
        color: #3E3E3E;
        font-weight: 600;
        margin-left: 1.5rem; }
        @media screen and (max-width: 500px) {
          .art-blog .list-ultimos-posts .sec-newsletter #newsletterwidgetminimal-2 h3,
          .art-blog .sec-list-posts .sec-newsletter #newsletterwidgetminimal-2 h3 {
            font-size: 1.25rem; } }
      .art-blog .list-ultimos-posts .sec-newsletter #newsletterwidgetminimal-2 form,
      .art-blog .sec-list-posts .sec-newsletter #newsletterwidgetminimal-2 form {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between; }
        .art-blog .list-ultimos-posts .sec-newsletter #newsletterwidgetminimal-2 form .tnp-email,
        .art-blog .sec-list-posts .sec-newsletter #newsletterwidgetminimal-2 form .tnp-email {
          width: 70%;
          padding: 1.333rem 1.5rem;
          border: 1px solid #EBEBEB;
          border-radius: 10px;
          background-color: #EFEFEF; }
        .art-blog .list-ultimos-posts .sec-newsletter #newsletterwidgetminimal-2 form .tnp-submit,
        .art-blog .sec-list-posts .sec-newsletter #newsletterwidgetminimal-2 form .tnp-submit {
          width: 28%;
          background-color: #FF401F;
          font-size: 1.333rem;
          display: table;
          border-radius: 8px;
          border: none;
          color: #fff;
          font-weight: 700;
          cursor: pointer; }
  .art-blog .list-ultimos-posts a.item-post,
  .art-blog .sec-list-posts a.item-post {
    width: 33.3333%;
    padding: 10px; }
    @media screen and (max-width: 780px) {
      .art-blog .list-ultimos-posts a.item-post,
      .art-blog .sec-list-posts a.item-post {
        width: 48%; } }
    @media screen and (max-width: 500px) {
      .art-blog .list-ultimos-posts a.item-post,
      .art-blog .sec-list-posts a.item-post {
        width: 100%; } }
    .art-blog .list-ultimos-posts a.item-post article,
    .art-blog .sec-list-posts a.item-post article {
      padding: 20px;
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
      border-radius: 10px;
      margin: 2rem 0;
      transition: .3s ease-in-out; }
      .art-blog .list-ultimos-posts a.item-post article:hover,
      .art-blog .sec-list-posts a.item-post article:hover {
        -webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.15); }
      .art-blog .list-ultimos-posts a.item-post article .thumb,
      .art-blog .sec-list-posts a.item-post article .thumb {
        width: 100%;
        height: 220px;
        border-radius: 10px; }
      .art-blog .list-ultimos-posts a.item-post article h2,
      .art-blog .sec-list-posts a.item-post article h2 {
        font-size: max(1.666667vw, 24px);
        font-family: "Lato", sans-serif;
        color: #3E3E3E;
        line-height: 1.4;
        font-weight: 600;
        padding: 10px 8px; }
        @media screen and (max-width: 500px) {
          .art-blog .list-ultimos-posts a.item-post article h2,
          .art-blog .sec-list-posts a.item-post article h2 {
            font-size: 18px; } }
      .art-blog .list-ultimos-posts a.item-post article .desc-short,
      .art-blog .sec-list-posts a.item-post article .desc-short {
        padding: 8px; }
        .art-blog .list-ultimos-posts a.item-post article .desc-short p,
        .art-blog .sec-list-posts a.item-post article .desc-short p {
          font-size: 1.3333rem;
          font-weight: 300;
          line-height: 1.7;
          padding-top: 0;
          color: #3E3E3E; }
          @media screen and (max-width: 500px) {
            .art-blog .list-ultimos-posts a.item-post article .desc-short p,
            .art-blog .sec-list-posts a.item-post article .desc-short p {
              font-size: 1.25rem; } }
.art-blog.interna .grid.small {
  max-width: 1040px; }
.art-blog.interna .btn {
  padding: 0 0 6rem 0;
  text-align: center; }
.art-blog article.post-interna {
  padding: 6rem 0;
  width: 100%; }
  .art-blog article.post-interna .thumb {
    width: 100%; }
    .art-blog article.post-interna .thumb img {
      height: auto;
      margin: 0 auto;
      display: table; }
  .art-blog article.post-interna h1 {
    font-size: max(2.22vw, 32px);
    color: #3E3E3E;
    line-height: 1.4;
    font-weight: 700;
    padding: 2rem 0; }
    @media screen and (max-width: 500px) {
      .art-blog article.post-interna h1 {
        font-size: 24px; } }
  .art-blog article.post-interna p {
    font-size: 1.3333rem;
    font-weight: 300;
    line-height: 1.7;
    padding-top: 2rem;
    color: #3E3E3E; }
    @media screen and (max-width: 500px) {
      .art-blog article.post-interna p {
        font-size: 1.25rem; } }
  .art-blog article.post-interna .desc {
    max-width: 800px;
    margin: 0 auto; }
    .art-blog article.post-interna .desc h2 {
      padding-top: 4rem;
      font-size: 30px;
      font-weight: bold; }
    .art-blog article.post-interna .desc h3 {
      padding-top: 4rem;
      font-size: 25px;
      font-weight: bold; }
    .art-blog article.post-interna .desc h4 {
      padding-top: 4rem;
      font-size: 20px;
      font-weight: bold; }
    .art-blog article.post-interna .desc ul {
      padding-top: 2rem;
      margin-left: 20px; }
      .art-blog article.post-interna .desc ul li {
        font-size: 1.3333rem;
        font-weight: 300;
        line-height: 1.7;
        padding-top: 5px;
        color: #3E3E3E; }
        @media screen and (max-width: 500px) {
          .art-blog article.post-interna .desc ul li {
            font-size: 1.25rem; } }
    .art-blog article.post-interna .desc a {
      color: #CC1F00;
      text-decoration: underline; }

.art-obrigado .sec-banner {
  background-color: #1C415E;
  position: relative;
  background: url("../img/fundo-home.jpg");
  background-size: cover;
  background-position: center; }
  .art-obrigado .sec-banner .grid {
    height: 100vh;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-end; }
    @media screen and (max-width: 1440px) {
      .art-obrigado .sec-banner .grid {
        height: 115vh; } }
    @media screen and (max-width: 500px) {
      .art-obrigado .sec-banner .grid {
        height: auto;
        padding: 200px 0 0 0; } }
    .art-obrigado .sec-banner .grid .desc {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      padding-bottom: 10vh;
      padding-top: 10rem;
      position: relative;
      justify-content: flex-end; }
      .art-obrigado .sec-banner .grid .desc .col {
        width: 40%; }
        @media screen and (max-width: 500px) {
          .art-obrigado .sec-banner .grid .desc .col {
            width: 96%; } }
      @media screen and (max-width: 500px) {
        .art-obrigado .sec-banner .grid .desc {
          padding: 4rem 0; } }
      .art-obrigado .sec-banner .grid .desc:after {
        content: '';
        display: block;
        width: 463px;
        height: 708px;
        position: absolute;
        right: 50%;
        bottom: 0;
        z-index: 2;
        background: url("../img/img-mullher-kianda-shopping.png");
        background-size: 100%;
        background-position: bottom center;
        background-repeat: no-repeat; }
        @media screen and (max-width: 1440px) {
          .art-obrigado .sec-banner .grid .desc:after {
            width: 383px; } }
        @media screen and (max-width: 500px) {
          .art-obrigado .sec-banner .grid .desc:after {
            display: none; } }
      .art-obrigado .sec-banner .grid .desc h1 {
        font-size: max(2.22vw, 32px);
        color: #fff;
        line-height: 1.4;
        font-weight: 800;
        margin: 0 auto;
        z-index: 3;
        position: relative;
        text-shadow: 0 3px 12px rgba(0, 0, 0, 0.5); }
        @media screen and (max-width: 500px) {
          .art-obrigado .sec-banner .grid .desc h1 {
            font-size: 24px; } }
        @media screen and (max-width: 500px) {
          .art-obrigado .sec-banner .grid .desc h1 {
            width: 100%;
            padding: 10px;
            font-size: 24px; } }
      .art-obrigado .sec-banner .grid .desc p {
        font-size: 1.3333rem;
        font-weight: 300;
        line-height: 1.7;
        padding-top: 2rem;
        color: #fff;
        display: inline-table;
        z-index: 3;
        position: relative;
        font-size: 2rem; }
        @media screen and (max-width: 500px) {
          .art-obrigado .sec-banner .grid .desc p {
            font-size: 1.25rem; } }
        .art-obrigado .sec-banner .grid .desc p b {
          font-size: 1.33333rem;
          line-height: 1.5; }
        @media screen and (max-width: 500px) {
          .art-obrigado .sec-banner .grid .desc p {
            width: 60%; } }
      .art-obrigado .sec-banner .grid .desc a {
        display: inline-table;
        margin: 1rem; }

.sec-rodape {
  background-color: #A3002C;
  padding: 5rem 0; }
  @media screen and (max-width: 780px) {
    .sec-rodape {
      padding: 4rem; }
      .sec-rodape .col-logo {
        width: 100%;
        text-align: center; } }
  .sec-rodape .col-menu ul {
    width: 100%; }
    @media screen and (max-width: 780px) {
      .sec-rodape .col-menu ul {
        display: none; } }
  .sec-rodape .col-menu li {
    display: inline-table; }
    .sec-rodape .col-menu li a {
      display: block;
      padding: 1rem 1.333rem;
      font-size: 1.5rem;
      font-weight: 800;
      color: #fff;
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
      transition: .3s ease-in-out;
      border-radius: 8px; }
      .sec-rodape .col-menu li a:hover {
        background-color: #CC1F00;
        color: #fff; }
  .sec-rodape .col-menu .telefones {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-right: 45px;
    padding-bottom: 2px;
    padding-top: 20px; }
    @media screen and (max-width: 780px) {
      .sec-rodape .col-menu .telefones {
        justify-content: center; } }
    .sec-rodape .col-menu .telefones #text-4 .widgettitle {
      display: none; }
    .sec-rodape .col-menu .telefones #text-4 .textwidget p {
      display: inline-table;
      vertical-align: middle; }
    .sec-rodape .col-menu .telefones .ico {
      padding-left: .7rem; }
      .sec-rodape .col-menu .telefones .ico svg {
        width: 20px; }
    .sec-rodape .col-menu .telefones a {
      font-weight: 600;
      color: #fff;
      font-size: 1.333rem;
      margin-right: 0;
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); }
    .sec-rodape .col-menu .telefones .sep {
      font-size: 1.4rem;
      color: #fff;
      margin: 0 15px; }
    .sec-rodape .col-menu .telefones p {
      padding: 1rem 1.333rem; }
  .sec-rodape .col-redes {
    text-align: right;
    align-self: center; }
    @media screen and (max-width: 780px) {
      .sec-rodape .col-redes {
        width: 100%;
        text-align: center;
        padding-top: 20px; } }
    .sec-rodape .col-redes h2 {
      font-size: max(1.666667vw, 24px);
      font-family: "Lato", sans-serif;
      color: #fff;
      line-height: 1.4;
      font-size: 24px;
      font-weight: 700;
      padding-bottom: 20px; }
      @media screen and (max-width: 500px) {
        .sec-rodape .col-redes h2 {
          font-size: 18px; } }
    .sec-rodape .col-redes p {
      font-size: 1.3333rem;
      font-weight: 300;
      line-height: 1.7;
      padding-top: 10px;
      color: #fff; }
      @media screen and (max-width: 500px) {
        .sec-rodape .col-redes p {
          font-size: 1.25rem; } }
      .sec-rodape .col-redes p a .ico {
        display: inline-table;
        vertical-align: middle;
        margin-right: 4px; }
        .sec-rodape .col-redes p a .ico svg {
          width: 20px; }
      .sec-rodape .col-redes p.pb {
        padding-bottom: 30px; }
      .sec-rodape .col-redes p a {
        color: #fff; }
    .sec-rodape .col-redes a {
      margin-left: 15px;
      vertical-align: middle; }
      @media screen and (max-width: 780px) {
        .sec-rodape .col-redes a {
          margin-left: 10px;
          margin-right: 10px; } }
      .sec-rodape .col-redes a svg, .sec-rodape .col-redes a path {
        transition: .3s ease-in-out; }
      .sec-rodape .col-redes a:hover svg, .sec-rodape .col-redes a:hover path {
        fill: #FFD10A !important; }

/*# sourceMappingURL=style.css.map */
