@import url("https://fonts.googleapis.com/css2?family=Stick+No+Bills:wght@400;500;700;800&display=swap");
.topo .barra-topo {
  background: #141414;
  position: fixed;
  z-index: 9; }
  .topo .barra-topo .logo img {
    width: 100%;
    height: auto;
    max-width: 208px;
    margin-top: 20px; }
    @media (max-width: 1399.98px) {
      .topo .barra-topo .logo img {
        max-width: 200px;
        margin-top: 21px; } }
    @media (max-width: 1199.98px) {
      .topo .barra-topo .logo img {
        max-width: 180px;
        margin-top: 23px; } }
    @media (max-width: 991.98px) {
      .topo .barra-topo .logo img {
        max-width: 165px;
        margin-top: 18px; } }
    @media (max-width: 767.98px) {
      .topo .barra-topo .logo img {
        max-width: 165px;
        margin-top: 10px;
        margin-bottom: 5px; } }
  @media (max-width: 575.98px) {
    .topo .barra-topo .logo {
      text-align: center; } }
  .topo .barra-topo .bottom-button {
    background: linear-gradient(180deg, #ffb800 0%, #ffb800 100%);
    border: 2px solid #ffb800;
    color: #0b0b0b;
    font-weight: 800;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
    transition: all 0.2s ease-in;
    width: 100%;
    max-width: 350px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 26px;
    cursor: pointer;
    float: right;
    min-height: 48px; }
    .topo .barra-topo .bottom-button:hover {
      transition: all 0.2s ease-in;
      color: #ffb800;
      background: #0b0b0b;
      border: 2px solid #ffb800; }
    .topo .barra-topo .bottom-button span {
      margin: auto; }
    @media (max-width: 1399.98px) {
      .topo .barra-topo .bottom-button {
        font-size: 16px;
        padding: 10px 5px; } }
    @media (max-width: 1199.98px) {
      .topo .barra-topo .bottom-button {
        font-size: 16px;
        padding: 10px 5px; } }
    @media (max-width: 991.98px) {
      .topo .barra-topo .bottom-button {
        font-size: 16px;
        padding: 10px 5px;
        margin-top: 17px; } }
    @media (max-width: 767.98px) {
      .topo .barra-topo .bottom-button {
        font-size: 14px;
        padding: 10px 5px;
        display: none; } }
    @media (max-width: 575.98px) {
      .topo .barra-topo .bottom-button {
        font-size: 14px; } }
  .topo .barra-topo .box-contador {
    display: table;
    margin: 8px auto; }
    @media (max-width: 767.98px) {
      .topo .barra-topo .box-contador {
        text-align: center;
        float: right;
        margin: 5px 0 10px 0; } }
    @media (max-width: 575.98px) {
      .topo .barra-topo .box-contador {
        display: none; } }
    .topo .barra-topo .box-contador p {
      font-size: 16px;
      font-weight: 400;
      line-height: 17px;
      color: #ddd;
      text-align: center;
      margin: 0 0 7px 0; }
      @media (max-width: 1199.98px) {
        .topo .barra-topo .box-contador p {
          font-size: 18px;
          line-height: 20px;
          margin: 4px 0 7px 0; } }
      @media (max-width: 991.98px) {
        .topo .barra-topo .box-contador p {
          font-size: 15px;
          line-height: 15px;
          margin: 3px 0 4px 0; } }
      @media (max-width: 767.98px) {
        .topo .barra-topo .box-contador p {
          font-size: 15px;
          line-height: 15px;
          margin: 3px 0 4px 0; } }
      @media (max-width: 575.98px) {
        .topo .barra-topo .box-contador p {
          font-size: 16px;
          line-height: 16px;
          margin-top: 0; } }
      @media (max-width: 475.98px) {
        .topo .barra-topo .box-contador p {
          font-size: 16px;
          line-height: 16px; } }
    .topo .barra-topo .box-contador .contador {
      width: auto;
      display: table;
      float: none;
      margin: 0 auto;
      padding: 0; }
      @media (max-width: 767.98px) {
        .topo .barra-topo .box-contador .contador {
          margin: 0 auto;
          float: none;
          background: none; } }
      .topo .barra-topo .box-contador .contador .countdown {
        display: table;
        margin: 0 auto;
        color: #fff;
        width: 100%;
        text-align: center;
        border-radius: 10px; }
        .topo .barra-topo .box-contador .contador .countdown .clock {
          width: auto;
          display: table;
          margin: 0 auto; }
        .topo .barra-topo .box-contador .contador .countdown .area {
          display: table;
          float: left;
          width: auto;
          min-width: 70px; }
          @media (max-width: 991.98px) {
            .topo .barra-topo .box-contador .contador .countdown .area {
              min-width: 50px; } }
          @media (max-width: 575.98px) {
            .topo .barra-topo .box-contador .contador .countdown .area {
              min-width: 50px; } }
        .topo .barra-topo .box-contador .contador .countdown .hora {
          width: 100%;
          display: table;
          text-align: center;
          padding: 0 5px; }
        .topo .barra-topo .box-contador .contador .countdown .info-a {
          letter-spacing: 0.1em;
          color: #fff;
          font-size: 40px;
          line-height: 34px;
          font-weight: 500;
          text-align: center;
          padding: 0;
          width: auto;
          display: inline-block;
          margin: 0 0 0 0; }
          @media (max-width: 1199.98px) {
            .topo .barra-topo .box-contador .contador .countdown .info-a {
              font-size: 30px;
              line-height: 25px; } }
          @media (max-width: 991.98px) {
            .topo .barra-topo .box-contador .contador .countdown .info-a {
              font-size: 22px;
              line-height: 22px; } }
        .topo .barra-topo .box-contador .contador .countdown .info-b {
          color: #ff4900;
          display: inline-block;
          font-size: 53px;
          line-height: 30px;
          font-weight: 700;
          margin: 0 -5px 0 5px;
          top: -8px;
          position: relative;
          left: -1px; }
          @media (max-width: 1199.98px) {
            .topo .barra-topo .box-contador .contador .countdown .info-b {
              font-size: 35px;
              line-height: 20px; } }
        .topo .barra-topo .box-contador .contador .countdown .info-c {
          color: #ddd;
          font-weight: 400;
          font-size: 16px;
          line-height: 17px;
          text-align: center;
          width: 100%;
          text-transform: uppercase;
          padding-top: 3px; }
          @media (max-width: 1199.98px) {
            .topo .barra-topo .box-contador .contador .countdown .info-c {
              font-size: 14px;
              line-height: 14px;
              padding-top: 2px; } }

.topo .area-copy {
  background-image: url(../../img/bg-topov.webp);
  background-repeat: no-repeat;
  background-color: #030303;
  background-position: 40% -30px;
  padding-top: 180px;
  padding-bottom: 15%;
  background-size: cover; }
  @media (max-width: 1899.98px) {
    .topo .area-copy {
      background-position: 30% -30px; } }
  @media (max-width: 1399.98px) {
    .topo .area-copy {
      background-position: 38%;
      padding-top: 140px; } }
  @media (max-width: 1199.98px) {
    .topo .area-copy {
      background-position: 40%;
      padding-top: 140px; } }
  @media (max-width: 991.98px) {
    .topo .area-copy {
      background-position: 43%;
      padding-top: 120px; } }
  @media (max-width: 767.98px) {
    .topo .area-copy {
      padding-top: 18%;
      padding-bottom: 15%;
      background-position: 53% top; } }
  @media (max-width: 575.98px) {
    .topo .area-copy {
      background-image: url(../../img/bg-topov-mobili.webp);
      padding-top: 16%;
      background-size: 290px;
      background-position: center 100%;
      background-color: #030303;
      padding-bottom: 260px; } }
  @media (max-width: 475.98px) {
    .topo .area-copy {
      padding-top: 20%; } }
  @media (max-width: 375.98px) {
    .topo .area-copy {
      padding-top: 25%; } }
  .topo .area-copy .copy h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-align: left;
    color: #ffff;
    margin-bottom: 30px;
    max-width: 700px; }
    .topo .area-copy .copy h1 span {
      color: #ff4900; }
    @media (max-width: 991.98px) {
      .topo .area-copy .copy h1 {
        font-size: 30px; } }
    @media (max-width: 767.98px) {
      .topo .area-copy .copy h1 {
        margin-bottom: 16px;
        font-size: 28px;
        max-width: 80%; } }
    @media (max-width: 575.98px) {
      .topo .area-copy .copy h1 {
        font-size: 24px;
        text-align: left;
        max-width: 100%; } }
    @media (max-width: 375.98px) {
      .topo .area-copy .copy h1 {
        font-size: 20px; } }
  .topo .area-copy .copy .pre {
    background: linear-gradient(180deg, #222222 0%, #151515 100%);
    max-width: 384px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-right: auto; }
    @media (max-width: 575.98px) {
      .topo .area-copy .copy .pre {
        margin-left: auto; } }
    .topo .area-copy .copy .pre h2 {
      font-style: normal;
      font-weight: bold;
      font-size: 20px;
      line-height: 140%;
      text-align: center;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      text-align: center;
      color: #ff4900; }
      @media (max-width: 991.98px) {
        .topo .area-copy .copy .pre h2 {
          font-size: 20px; } }
      @media (max-width: 767.98px) {
        .topo .area-copy .copy .pre h2 {
          font-size: 18px; } }
      @media (max-width: 575.98px) {
        .topo .area-copy .copy .pre h2 {
          font-size: 16px;
          text-align: center; } }
  .topo .area-copy .copy p {
    color: #ffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: left;
    max-width: 700px; }
    @media (max-width: 767.98px) {
      .topo .area-copy .copy p {
        font-size: 20px;
        max-width: 80%; } }
    @media (max-width: 575.98px) {
      .topo .area-copy .copy p {
        font-size: 18px;
        text-align: left;
        max-width: 100%; } }
    @media (max-width: 375.98px) {
      .topo .area-copy .copy p {
        font-size: 16px; } }
  .topo .area-copy .copy a.bottom-button {
    background: #ff4900;
    border: 2px solid #ff4900;
    font-weight: 700;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    width: 100%;
    max-width: 380px;
    margin-top: 32px;
    float: left;
    border-radius: 4px;
    min-height: 48px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 14px 80px rgba(255, 73, 0, 0.49), 0px 5.84887px 33.4221px rgba(255, 73, 0, 0.352239), 0px 3.12708px 17.869px rgba(255, 73, 0, 0.292093), 0px 1.75302px 10.0172px rgba(255, 73, 0, 0.245), 0px 0.931014px 5.32008px rgba(255, 73, 0, 0.197907), 0px 0.387416px 2.21381px rgba(255, 73, 0, 0.137761); }
    .topo .area-copy .copy a.bottom-button:hover {
      transition: all 0.3s ease-in;
      background: rgba(0, 0, 0, 0);
      color: #ff4900; }
    @media (max-width: 1399.98px) {
      .topo .area-copy .copy a.bottom-button {
        font-size: 16px; } }
    @media (max-width: 1199.98px) {
      .topo .area-copy .copy a.bottom-button {
        font-size: 16px; } }
    @media (max-width: 991.98px) {
      .topo .area-copy .copy a.bottom-button {
        font-size: 16px;
        max-width: 350px; } }
    @media (max-width: 767.98px) {
      .topo .area-copy .copy a.bottom-button {
        font-size: 14px; } }
    @media (max-width: 575.98px) {
      .topo .area-copy .copy a.bottom-button {
        font-size: 14px;
        max-width: 335px;
        margin: 25px auto 0;
        float: none; } }
  .topo .area-copy .box-contador.mobili {
    display: none;
    margin: 8px auto; }
    @media (max-width: 575.98px) {
      .topo .area-copy .box-contador.mobili {
        display: block;
        margin-top: 180px;
        margin-bottom: -200px; } }
    .topo .area-copy .box-contador.mobili p {
      font-size: 16px;
      font-weight: 400;
      line-height: 17px;
      color: #ddd;
      text-align: center;
      margin: 0 0 7px 0; }
      @media (max-width: 1199.98px) {
        .topo .area-copy .box-contador.mobili p {
          font-size: 18px;
          line-height: 20px;
          margin: 4px 0 7px 0; } }
      @media (max-width: 991.98px) {
        .topo .area-copy .box-contador.mobili p {
          font-size: 15px;
          line-height: 15px;
          margin: 3px 0 4px 0; } }
      @media (max-width: 767.98px) {
        .topo .area-copy .box-contador.mobili p {
          font-size: 15px;
          line-height: 15px;
          margin: 3px 0 4px 0; } }
      @media (max-width: 575.98px) {
        .topo .area-copy .box-contador.mobili p {
          font-size: 16px;
          line-height: 16px;
          margin-top: 0; } }
      @media (max-width: 475.98px) {
        .topo .area-copy .box-contador.mobili p {
          font-size: 16px;
          line-height: 16px; } }
    .topo .area-copy .box-contador.mobili .contador {
      width: auto;
      display: table;
      float: none;
      margin: 0 auto;
      padding: 0; }
      @media (max-width: 767.98px) {
        .topo .area-copy .box-contador.mobili .contador {
          margin: 0 auto;
          float: none;
          background: none; } }
      .topo .area-copy .box-contador.mobili .contador .countdown {
        display: table;
        margin: 0 auto;
        color: #fff;
        width: 100%;
        text-align: center;
        border-radius: 10px; }
        .topo .area-copy .box-contador.mobili .contador .countdown .clock {
          width: auto;
          display: table;
          margin: 0 auto; }
        .topo .area-copy .box-contador.mobili .contador .countdown .area {
          display: table;
          float: left;
          width: auto;
          min-width: 70px; }
          @media (max-width: 991.98px) {
            .topo .area-copy .box-contador.mobili .contador .countdown .area {
              min-width: 50px; } }
          @media (max-width: 575.98px) {
            .topo .area-copy .box-contador.mobili .contador .countdown .area {
              min-width: 50px; } }
        .topo .area-copy .box-contador.mobili .contador .countdown .hora {
          width: 100%;
          display: table;
          text-align: center;
          padding: 0 5px; }
        .topo .area-copy .box-contador.mobili .contador .countdown .info-a {
          letter-spacing: 0.1em;
          color: #fff;
          font-size: 40px;
          line-height: 34px;
          font-weight: 500;
          text-align: center;
          padding: 0;
          width: auto;
          display: inline-block;
          margin: 0 0 0 0; }
          @media (max-width: 1199.98px) {
            .topo .area-copy .box-contador.mobili .contador .countdown .info-a {
              font-size: 30px;
              line-height: 25px; } }
          @media (max-width: 991.98px) {
            .topo .area-copy .box-contador.mobili .contador .countdown .info-a {
              font-size: 22px;
              line-height: 22px; } }
        .topo .area-copy .box-contador.mobili .contador .countdown .info-b {
          color: #ff4900;
          display: inline-block;
          font-size: 53px;
          line-height: 30px;
          font-weight: 700;
          margin: 0 -5px 0 5px;
          top: -8px;
          position: relative;
          left: -1px; }
          @media (max-width: 1199.98px) {
            .topo .area-copy .box-contador.mobili .contador .countdown .info-b {
              font-size: 35px;
              line-height: 20px; } }
        .topo .area-copy .box-contador.mobili .contador .countdown .info-c {
          color: #ddd;
          font-weight: 400;
          font-size: 16px;
          line-height: 17px;
          text-align: center;
          width: 100%;
          text-transform: uppercase;
          padding-top: 3px; }
          @media (max-width: 1199.98px) {
            .topo .area-copy .box-contador.mobili .contador .countdown .info-c {
              font-size: 14px;
              line-height: 14px;
              padding-top: 2px; } }

.bg-bl {
  background-color: #030303; }
  .bg-bl .novidades-exclusivas {
    padding: 100px 0 60px 0;
    background: black;
    background: -moz-radial-gradient(circle, black 0%, #51340a 0%, black 57%);
    background: -webkit-radial-gradient(circle, black 0%, #51340a 0%, black 57%);
    background: radial-gradient(circle, black 0%, #51340a 0%, black 57%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
    @media (max-width: 1199.98px) {
      .bg-bl .novidades-exclusivas {
        padding: 90px 0 50px 0; } }
    @media (max-width2: 991.98px) {
      .bg-bl .novidades-exclusivas {
        padding: 80px 0 40px 0; } }
    @media (max-width: 767.98px) {
      .bg-bl .novidades-exclusivas {
        padding: 70px 0 40px 0; } }
    @media (max-width: 575.98px) {
      .bg-bl .novidades-exclusivas {
        padding: 50px 0 35px 0; } }
    @media (max-width: 475.98px) {
      .bg-bl .novidades-exclusivas {
        padding: 40px 0 30px 0; } }
    .bg-bl .novidades-exclusivas .titulo h2 {
      color: #fff;
      font-size: 40px;
      line-height: 56px;
      font-weight: 700;
      text-align: center;
      margin: 0 auto 42px;
      max-width: 940px;
      width: 100%; }
      .bg-bl .novidades-exclusivas .titulo h2 span {
        color: #ffb800; }
      @media (max-width: 1399.98px) {
        .bg-bl .novidades-exclusivas .titulo h2 {
          font-size: 37px;
          line-height: 50px;
          max-width: 800px; } }
      @media (max-width: 1199.98px) {
        .bg-bl .novidades-exclusivas .titulo h2 {
          font-size: 35px;
          line-height: 37px; } }
      @media (max-width: 1099.98px) {
        .bg-bl .novidades-exclusivas .titulo h2 {
          font-size: 33px;
          line-height: 46px; } }
      @media (max-width: 991.98px) {
        .bg-bl .novidades-exclusivas .titulo h2 {
          font-size: 32px;
          line-height: 45px; } }
      @media (max-width: 767.98px) {
        .bg-bl .novidades-exclusivas .titulo h2 {
          font-size: 32px;
          line-height: 45px;
          width: 100%;
          margin: 0 auto 25px;
          text-align: left; } }
      @media (max-width: 575.98px) {
        .bg-bl .novidades-exclusivas .titulo h2 {
          font-size: 24px;
          line-height: 35px;
          width: 90%;
          margin: 0 auto 0; } }
    .bg-bl .novidades-exclusivas .titulo p {
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 140%;
      text-align: center;
      color: #ffffff;
      max-width: 666px;
      margin: 0 auto 4%; }
      @media (max-width: 1399.98px) {
        .bg-bl .novidades-exclusivas .titulo p {
          margin: 0 auto 4%; } }
      @media (max-width: 1199.98px) {
        .bg-bl .novidades-exclusivas .titulo p {
          margin: 0 auto 5%; } }
      @media (max-width: 767.98px) {
        .bg-bl .novidades-exclusivas .titulo p {
          margin: 0 auto 15%;
          font-size: 18px;
          text-align: left; } }
      @media (max-width: 575.98px) {
        .bg-bl .novidades-exclusivas .titulo p {
          font-size: 16px; } }
    .bg-bl .novidades-exclusivas .card-final {
      border-radius: 10px;
      margin: 0 auto 30px;
      background: #1f1f1f;
      width: 100%; }
      @media (max-width: 768.98px) {
        .bg-bl .novidades-exclusivas .card-final {
          max-width: 80%;
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 575.98px) {
        .bg-bl .novidades-exclusivas .card-final {
          max-width: 370px;
          width: 85%; } }
      .bg-bl .novidades-exclusivas .card-final .background-card {
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        min-height: 330px;
        padding: 24px;
        background: transparent;
        width: 100%;
        height: 100%;
        position: relative; }
        @media (max-width: 1399.98px) {
          .bg-bl .novidades-exclusivas .card-final .background-card {
            min-height: 367px; } }
        @media (max-width: 1199.98px) {
          .bg-bl .novidades-exclusivas .card-final .background-card {
            padding: 24px; } }
        @media (max-width: 575.98px) {
          .bg-bl .novidades-exclusivas .card-final .background-card {
            padding: 24px; } }
        .bg-bl .novidades-exclusivas .card-final .background-card a.btn {
          background: #ffb800;
          border: 1px solid #ffb800;
          color: #000;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          display: table;
          float: right;
          font-size: 25px;
          font-weight: 400;
          line-height: 25px;
          margin: -15px -15px 0 0;
          transition: all 0.3s ease-in;
          position: absolute;
          top: 0;
          right: 0;
          z-index: 2; }
          .bg-bl .novidades-exclusivas .card-final .background-card a.btn:hover {
            transition: all 0.3s ease-in;
            background: linear-gradient(180deg, #000 0, #000 100%);
            border: 1px solid #ffb800;
            color: #ffb800; }
        .bg-bl .novidades-exclusivas .card-final .background-card .front {
          max-width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: space-evenly; }
      .bg-bl .novidades-exclusivas .card-final .img-card img {
        margin: 0 auto;
        padding: 10px 20px;
        display: table; }
      @media (max-width: 1199.98px) {
        .bg-bl .novidades-exclusivas .card-final .img-card {
          min-height: 150px; } }
      .bg-bl .novidades-exclusivas .card-final h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 130%;
        text-align: center;
        color: #fff;
        max-width: 90%;
        margin: 0 auto; }
        @media (max-width: 1199.98px) {
          .bg-bl .novidades-exclusivas .card-final h2 {
            font-size: 20px; } }
        @media (max-width: 991.98px) {
          .bg-bl .novidades-exclusivas .card-final h2 {
            font-size: 22px; } }
        @media (max-width: 767.98px) {
          .bg-bl .novidades-exclusivas .card-final h2 {
            font-size: 22px; } }
        @media (max-width: 575.98px) {
          .bg-bl .novidades-exclusivas .card-final h2 {
            font-size: 20px; } }
        .bg-bl .novidades-exclusivas .card-final h2 span {
          color: #ffb800; }
      .bg-bl .novidades-exclusivas .card-final .back {
        height: 100%;
        overflow-y: hidden; }
        @media (max-width: 1199.98px) {
          .bg-bl .novidades-exclusivas .card-final .back {
            overflow: auto; } }
        @media (max-width: 767.98px) {
          .bg-bl .novidades-exclusivas .card-final .back {
            max-height: auto; } }
        .bg-bl .novidades-exclusivas .card-final .back .info {
          height: 100%;
          overflow-y: hidden; }
          .bg-bl .novidades-exclusivas .card-final .back .info h5 {
            color: #fff;
            font-weight: 700;
            font-size: 24px;
            line-height: 30px;
            text-align: left;
            margin: 15px 20px 25px 0; }
            @media (max-width: 1399.98px) {
              .bg-bl .novidades-exclusivas .card-final .back .info h5 {
                font-size: 22px;
                line-height: 27px; } }
            @media (max-width: 1199.98px) {
              .bg-bl .novidades-exclusivas .card-final .back .info h5 {
                font-size: 20px;
                line-height: 25px;
                margin: 15px 20px 20px 0; } }
            @media (max-width: 575.98px) {
              .bg-bl .novidades-exclusivas .card-final .back .info h5 {
                font-size: 20px;
                line-height: 24px; } }
          .bg-bl .novidades-exclusivas .card-final .back .info p {
            color: #fff;
            font-weight: 400;
            font-size: 16px;
            line-height: 22px;
            text-align: left; }
            @media (max-width: 1199.98px) {
              .bg-bl .novidades-exclusivas .card-final .back .info p {
                font-size: 14px;
                line-height: 16px; } }
            @media (max-width: 767.98px) {
              .bg-bl .novidades-exclusivas .card-final .back .info p {
                font-size: 16px;
                line-height: 22px; } }
    .bg-bl .novidades-exclusivas img.desk {
      display: block; }
      @media (max-width: 575.98px) {
        .bg-bl .novidades-exclusivas img.desk {
          display: none; } }
    .bg-bl .novidades-exclusivas img.mobili {
      display: none; }
      @media (max-width: 575.98px) {
        .bg-bl .novidades-exclusivas img.mobili {
          display: block; } }
    .bg-bl .novidades-exclusivas .bottom-button {
      background: linear-gradient(180deg, #ffb800 0%, #ffb800 100%);
      border: 2px solid #ffb800;
      color: #0b0b0b;
      font-weight: 800;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.01em;
      text-transform: uppercase;
      text-align: center;
      box-sizing: border-box;
      border-radius: 4px;
      transition: all 0.2s ease-in;
      width: 100%;
      max-width: 350px;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 50px auto 0;
      cursor: pointer;
      min-height: 48px; }
      .bg-bl .novidades-exclusivas .bottom-button:hover {
        transition: all 0.2s ease-in;
        color: #ffb800;
        background: #0b0b0b;
        border: 2px solid #ffb800; }
      .bg-bl .novidades-exclusivas .bottom-button span {
        margin: auto; }
      @media (max-width: 1399.98px) {
        .bg-bl .novidades-exclusivas .bottom-button {
          font-size: 16px;
          padding: 10px 5px; } }
      @media (max-width: 1199.98px) {
        .bg-bl .novidades-exclusivas .bottom-button {
          font-size: 16px;
          padding: 10px 5px; } }
      @media (max-width: 991.98px) {
        .bg-bl .novidades-exclusivas .bottom-button {
          font-size: 16px;
          padding: 10px 5px;
          margin: 30px auto 0; } }
      @media (max-width: 767.98px) {
        .bg-bl .novidades-exclusivas .bottom-button {
          font-size: 14px;
          padding: 10px 5px;
          margin: 20px auto 0; } }
      @media (max-width: 575.98px) {
        .bg-bl .novidades-exclusivas .bottom-button {
          font-size: 14px; } }
