html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Asap', sans-serif !important;
    color: #292929;
  }

  input {
    height: 48px;
    font-size: 16px;
  }

  .max-w-7xl {
    max-width: 1136px !important;
  }

  .containerProduct {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;

  }

  .contentProduct {
    position: absolute;
    bottom: 0;
    background: rgba(14, 14, 14, 0.8);
    color: #FFF;
    width: 100%;
    height: 0px;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btnCTAProduct {
    border: 1px solid #FFFFFF;
    border-radius: 200px;
    padding: 10px 15px;
  }

  .containerProduct:hover .contentProduct {
    height: 100%;
  }

  .btn-product {
    display: none;
  }

  .cat-interior:hover .btn-product,
  .cat-adulto:hover .btn-product,
  .cat-toalla:hover .btn-product,
  .cat-complemento:hover .btn-product {
    display: flex;
    transition: all 0.5s ease-in;
  }


  .category_list .ct_item-active {
    background: #D4D4F0;
    color: #203A74;
    border: 1px solid #0E346C;
  }

  .text-green-tena {
    color: #a6d42c;
  }

  .bg-yellow-tena {
    background-color: #fff200;
  }

  .text-yellow-tena {
    color: #fff200;
  }

  .text-blue-tena {
    color: #0E346C;
  }

  .bg-blue-tena {
    background-color: #041a71;
  }

  .bg-red-tena {
    background-color: #e92924;
  }

  .text-red-tena {
    color: #e92924;
  }

  .bg-bottom-tena {
    background-color: #85d143;
  }

  .height-desc-tena {
    min-height: 140px;
  }

  .carousel-height {
    margin-top: 3em;
    max-height: 520px;
    overflow: hidden;
  }

  .logo-hot-sale {
    width: 108px;
  }

  .counter {
    background-color: #FFEB65;
    color: #2F2F2F !important;
  }

  .container-counter {
    max-width: 1440px;
    height: 56px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container-counter p {
    margin: 0;
    font-weight: 500;
    line-height: 18.5px;
    padding: 1em;
    text-align: center;
  }

  .btn-cta {
    border-radius: 4px;
    background: #203A74;
  }

  .btn-filter {
    padding: 10px 10px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 200px;
    width: 200px;
    text-align: center;
  }

  .btn-filter:hover {
    background: #ffffff;
    border: 1px solid #0E346C;
    border-radius: 200px;
    color: #203A74;
    padding: 10px 10px;
    width: 200px;
    text-align: center;
  }

  .btn-active {
    background: #FFFFFF;
    border: 1px solid #203A74;
    border-radius: 200px;
    color: #203A74;
    padding: 10px 10px;
    width: 200px;
    text-align: center;
  }

  .btn-disabled {
    padding: 10px 10px;
    background: #F6F3F3;
    border: 1px solid #2F2F2F;
    border-radius: 200px;
    width: 200px;
    text-align: center;
  }

  .card-promo {
    background: #FFFFFF;
    box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 20px;
  }

  .text-producto-title {
    font-size: 18px !important;
    line-height: 125% !important;
    /* or 22px */
    letter-spacing: -0.011em !important;
  }

  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
  }

  .overlay:target {
    visibility: visible;
    opacity: 1;
  }

  .popup {
    z-index: 9999 !important;
    margin: 10% auto;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    width: 30%;
    position: relative;
    transition: all 4s ease-in-out;
  }

  .popup .close {
    position: absolute;
    top: 5px;
    right: 20px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #212121;
  }

  .popup .close:hover {
    color: #203A74;
  }

  .popup .content {
    max-height: 30%;
    overflow: auto;
  }

  .promo-gira-cards {
    width: 80%;
    margin: 0 0 0 10%;
  }

  .bkg-color-dskmov {
    font-weight: 400;
  }

  @media screen and (max-width: 768px) {
    .btn-product {
      display: block;
    }
  }

  @media screen and (max-width: 700px) {
    .box {
      width: 85%;
    }

    .popup {
      width: 85%;
      padding: 10px;
      margin: 25% auto;
    }

    .container-counter {
      max-width: 1440px;
      height: 32px;
    }

    .promo-gira-cards {
      width: 70%;
      margin: 0 auto;
      padding-bottom: 20px;
    }

  }

  @media (max-width: 640px) {
    input {
      height: 40px;
      font-size: 16px;
    }

    .carousel-height {
      max-height: 700px;
      overflow: hidden;
    }

    .container-products {
      max-width: 85%;
      margin: 0 auto;
    }

    .width-image {
      margin-left: -1em;
    }

    .logo-hot-sale {
      width: 75px;
    }

    .bkg-color-dskmov {
      background-color: #FFEC65;
      font-weight: 500;
    }
  }

  @media (min-width: 640px) {
    .padding-left {
      padding: 15%;
    }

    .width-image {
      max-width: 800px !important;
      margin-left: -5em;
    }
  }

  .bg-blue-900 {
    background-color: #0E346C;
  }

  .text-4-5xl {
    font-size: 2.60rem;
    line-height: 3rem;
  }

  .divide-dashed>*+* {
    border-style: dashed;
  }

  dt button span.font-semibold {
    font-size: 18px;
  }


  .text-tag {
    color: #8D1D60;
  }

  .border-blue-950 {
    border-color: rgb(30 58 138);
  }

  .ring-blue-950 {
    --tw-ring-color: rgb(23 37 84);
  }

  .text-black-btn {
    color: #292929
  }

  .w-96 {
    width: 24rem;
  }

  .max-w-7xl {
    max-width: 71rem;
  }

  .pl-14 {
    padding-left: 58px;
  }

  .-right-5 {
    right: -1.25rem;
  }

  .sm\:-right-6 {
    right: -1.5rem;
  }
  .sm\:-right-6h {
    right: -0.5rem;
  }

  .mb-7 {
    margin-bottom: 1.75rem;
  }

  .top-2 {
    top: 0.5rem;
  }
  .top-2h {
    top: -1.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }


  .sm\:w-11 {
    width: 2.75rem;
  }

  .sm\:h-11 {
    height: 2.75rem;
  }


  .sa-cupon {
    width: 140%;
    color: #F10028;
    background-color: #FFD6DC;
    border: 2px dashed #F10028;
    border-radius: 5px;
    margin: 0 -20%;

  }

  @media (max-width: 640px) {
    .mr-6 {
      margin-right: 1.5rem;
    }

    .w-8 {
      width: 2rem;
    }

    .h-8 {
      height: 2rem;
    }

    .pb-0 {
      padding-bottom: 0px;
    }
  }

  .pb-11 {
    padding-bottom: 2.75rem;
  }

  .sm\:pb-13 {
    padding-bottom: 52px;
  }

  @media (max-width: 640px) {
    .sm\:pb-13 {
      padding-bottom: 40px;
    }

    dt button span.font-semibold {
      font-size: 14px;
    }

    dd p.text-base {
      font-size: 12px;
      line-height: 1rem;
    }
  }

  @media (min-width: 492px) and (max-width: 640px) {
    .sm\:pb-13 {
      padding-bottom: 0px;
    }
  }

  @media (max-width: 398px) {
    .sm\:pb-13 {
      padding-bottom: 0px;
    }

    .sa-cupon {
      width: 132%;
      margin: 0 -16%;
    }

  }

  @media (min-width: 399px) and (max-width: 410px) {
    .sm\:pb-13 {
      padding-bottom: 0px;
    }

    .sa-cupon {
      width: 124%;
      margin: 0 -12%;
    }
  }

  @media (min-width: 640px) {
    .sm\:col-span-6 {
      grid-column: span 6/span 6;
    }

    .sm\:col-start-7 {
      grid-column-start: 7;
    }
    .sm\:col-start-2 {
        grid-column-start: 2;
      }
  }

  @media (min-width: 768px) {
    .md\:col-start-8 {
      grid-column-start: 8;
    }

    .md\:col-span-6 {
      grid-column: span 6/span 6;
    }

    .md\:col-start-7 {
      grid-column-start: 7;
    }

    .md\:mx-4 {
      margin-left: 1rem;
      margin-right: 1rem;
    }
  }

  .m-auto {
    margin: auto;
  }

  .bg-no-repeat {
    background-repeat: no-repeat;
  }

  .bg-auto {
    background-size: 50%;
  }

  .slick-track {
    margin-left: 0px !important;
  }

  .underline-offset-2 {
    text-underline-offset: 2px;
    text-decoration: underline;

  }

  @media (min-width: 320px) and (max-width: 1024px) {
    .slick-initialized .slick-slide {
      width: 216px !important;
      max-width: 216px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:mx-0 {
      margin-left: 0;
      margin-right: 0;
    }

    .lg\:col-span-6 {
      grid-column: span 6/span 6;
    }

    .lg\:col-span-5 {
      grid-column: span 5/span 5;
    }

    .lg\:col-start-2 {
        grid-column-start: 2;
      }
  
      .lg\:col-start-8 {
        grid-column-start: 8;
      }
      
  }

  @media (min-width: 768px) and (max-width: 1023px) {
    .logo-hot-sale {
      width: 70px;
    }
  }

  .nav-btn {
    position: absolute;
    cursor: pointer;
    top: 240px !important;
    z-index: 100;
  }

  .prev-slide {
    right: -0px;
    background: #FFFFFF;
    border-radius: 100px;
  }

  .next-slide {
    right: -0px;
    top: 310px !important;
    background: #FFFFFF;
    border-radius: 100px;
  }

  .bg-blue-btn {
    background-color: #203A74;
  }

  .text-blue-btn {
    color: #203A74;
  }

  .slick-slide {
    height: 580px !important;
  }