
a{
    text-decoration: none;
  }
  *{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  .frame {
      background-color: #ffffff;
      display: flex;
      justify-content: center;
      width: 100%;
    }
    
    .frame .div {
      background-color: #ffffff;
      width: 100%;
      position: relative;
      padding: 50px;
      
      
  
    }
    
    .frame .div-2 {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      align-items: flex-end;
      justify-content: center;
      gap: 60px;
      padding: 20px;
  
    }
    
    .frame .div-3 {
      position: relative;
      width: 300px;
      height: 589px;
      background-color: #ffffff;
      box-shadow: 1px 1px 10px #00000033;
    }
    
    .frame .rectangle {
      position: absolute;
      width: 300px;
      height: 300px;
      top: 5px;
      left: 0;
    }
    
    .frame .div-4 {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: 9px;
      text-align: center;
      position: absolute;
      top: 383px;
      left: 14px;
    }
    
    .frame .text-wrapper {
      position: relative;
      width: fit-content;
      margin-top: -1px;
      font-family: "Poppins-Medium", Helvetica;
      font-weight: 500;
      color: #000000;
      font-size: 24px;
      text-align: center;
      letter-spacing: 0;
      line-height: normal;
    }
    
    .frame .text-wrapper-2 {
      position: relative;
      width: fit-content;
      font-family: "Poppins-Medium", Helvetica;
      font-weight: 500;
      color: #8d8b8b;
      font-size: 20px;
      text-align: center;
      letter-spacing: 0;
      line-height: normal;
    }
    
    .frame .group {
      position: relative;
      width: 274px;
      height: 50px;
      margin-right: -2px;
    }
    
    .frame .overlap-group {
      background-color: #f3b73e;
      position: relative;
      width: 272px;
      height: 50px;
      border-radius: 20px;
    }
    
    .frame .text-wrapper-3 {
      position: absolute;
      top: 10px;
      left: 60px;
      font-family: "Poppins-Medium", Helvetica;
      font-weight: 500;
      color: #000000;
      font-size: 20px;
      text-align: center;
      letter-spacing: 0;
      line-height: normal;
    }
    
    .frame .img {
      position: absolute;
      width: 100%;
      top: 7px;
      left: 3px;
      object-fit: cover;
    }
    
    .frame .div-5 {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: 9px;
      position: absolute;
      top: 381px;
      left: 14px;
    }
    
   
    
    .frame .text-wrapper-4 {
      position: absolute;
      text-align: center;
      left: 1px;
      padding: 10px 60px;
      font-family: "Poppins-Medium", Helvetica;
      font-weight: 500;
      color: #000000;
      font-size: 1.3rem;
      text-align: center;
      line-height: normal;
      border-radius: 20PX;
      border: solid 1px #f3b73e;
      cursor: pointer;
    }
    .frame .text-wrapper-4:hover{
      background-color: #f3b73e;
    }
    
    .frame .rectangle-2 {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
    }
    
    .frame .text-wrapper-5 {
      position: relative;
      width: fit-content;
      font-family: "Poppins-Medium", Helvetica;
      font-weight: 500;
      color: #8d8b8b;
      font-size: 20px;
      letter-spacing: 0;
      line-height: normal;
    }
    
    .frame .text-wrapper-6 {
      position: relative;
      width: 146px;
      font-family: "Poppins-Medium", Helvetica;
      font-weight: 500;
      color: #8d8b8b;
      font-size: 20px;
      letter-spacing: 0;
      line-height: normal;
    }
    
    .frame .div-6 {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: 9px;
      position: absolute;
      top: 394px;
      left: 0;
    }
    
    .frame .overlap-group-2 {
      background-color: #fcfeff;
      border: 1px solid;
      border-color: #f3b73e;
      position: relative;
      width: 272px;
      height: 50px;
      border-radius: 20px;
    }
    .SILLAS-MET-LICAS {
      position: relative;
      top: 1px;
      font-family: "Inter-ExtraBold", Helvetica;
      font-weight: 800;
      color: #000000;
      font-size: 36px;
      text-align: center;
      letter-spacing: 22px;
      line-height: normal;
      height: 70px;
      z-index: 1000;
    }
    .rewind{
      position: relative;
      top: 10px;
      left: 10%;
      cursor: pointer;
      z-index: 10000;
    }
    .frame .text-wrapper-x {
      position: relative;
      width: fit-content;
      font-family: "Poppins-Medium", Helvetica;
      font-weight: 700;
      color: #000000;
      font-size: 20px;
      text-align: center;
      letter-spacing: 0;
      line-height: normal;
    }
    @media  (max-width: 800px) {
      .frame .div-2 {
        width: 100%; /* Cambia el ancho a 100% para que sea una sola columna */
      }
      .SILLAS-MET-LICAS{
        font-size: 25px;
        top: 50px;
      }
      .frame .text-wrapper-4{
          font-size: 1.3rem;
          padding: 10PX 40PX;
      }
  
  
      
    }
    
    
  