body {
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin:0px;
    padding: 0px;
}
#contadorFotos{
  font-family: "Oswald", sans-serif;
  margin-bottom: 5px;;
}

.contentbotonvermas{
  width:100%;justify-content:center;text-align:center;
}
.botonvermas {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: rgba(255, 255, 255, 0.2); /* Color semi-transparente */
  backdrop-filter: blur(10px); /* Difuminado */
  -webkit-backdrop-filter: blur(10px); /* Soporte en Safari */
  border-radius:10px;
  color: #FFFFFF;
  cursor: pointer;

 
  padding: 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: all .15s ease;
}


    .container {
        position: relative;
        width: 100%;
       
        text-align: center;
    }

    .model-image {

    width: 100%;
    align-items: center;
    justify-content: center;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .model-image img {
      width: 100%;
      height: 100%;
      object-fit: fill;
        display: block;

       
    }

    /* Efecto de difuminado en la mitad inferior */
    .overlay-gradient {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60%;
        background: linear-gradient(to top, rgba(255, 255, 255, 2), rgba(255, 255, 255, 0));
    }

    

  
    .title {
        font-size: 2rem;
        font-weight: bold;
        font-family: "Great Vibes", serif;

    }
    .titledetalle{
      font-family: "Oswald", sans-serif;
      text-transform: uppercase;
font-optical-sizing: auto;
font-weight: bold;
font-style: normal;
font-size: 2rem;
  }
    .subtitle {
        font-size: 16px;
        color: gray;
        margin-bottom: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }


  
  .slider-card:hover {
      transform: scale(1.1);
  }
  
  .slider-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.039); /* Oscurecimiento */
      backdrop-filter: blur(4px); /* Difuminado */
      
  }
  
  .slider-content {
      position: absolute;
      z-index: 2;
      text-align: center;
  }
  
  .slider-content h3 {
      font-size: 18px;
      margin-bottom: 10px;
  }
  
  .slider-content .btn {
      font-size: 14px;
      padding: 5px 10px;
  }
  


     /* Slider container */
     .slider-wrapper {
      position: relative;
      overflow: hidden;
      font-family: Arial, Helvetica, sans-serif;
  }



  .slider-container::-webkit-scrollbar {
      display: none; /* Ocultar barra de desplazamiento */
  }

  .slider-card2 {
    left:35% !important;
  }
  /* Cards */
  
  .slider-card {
    left:20%;
      flex: 0 0 auto;
      width: 180px;
      height: 250px;
     
      
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 1.2rem;
     
      transition: transform 0.3s, box-shadow 0.3s;
  }

  .slider-card:hover {
      transform: scale(1.1);
      
  }

  /* Arrows for large screens */
  .slider-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 10;
  }

  .slider-arrow-left {
      left: 10px;
  }

  .slider-arrow-right {
      right: 10px;
  }

  .cursor-pointer{
    cursor: pointer;
  }


  @media (min-width: 310px) {

    .slider-container {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      gap: 1rem;
      padding: 2rem 0;
      height:250px;
  }   
  .slider-card {
    width: 200px;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
    
}

.btn-elnombre{
  background: rgba(115, 114, 114, 0.45) !important;
  font-size: 0.9rem !important;
  color:white !important;
  border:none !important;
  position: absolute;
  width:200px;
  top:-129px;
  transform: translate(-50%,-50%);
}

.btn-veralbum{
  background: rgba(255, 255, 255, 0.2); /* Color semi-transparente */
    backdrop-filter: blur(10px); /* Difuminado */
    -webkit-backdrop-filter: blur(10px); /* Soporte en Safari */
  font-size: 0.8rem !important;
  color:white !important;
  border:none !important;
  position: absolute;
  width:200px;
  bottom:-80px;
  transform: translate(-50%,100%);
  font-weight: bold;
  height: 50px;
  cursor: pointer;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}


    .info-box {
      position: relative;
      background: white;
      padding: 20px;
     border:none;
      margin-top: -250px;
      
      background: linear-gradient(to top, rgb(194, 137, 163), rgba(255, 255, 255, 0));
  }

  .info-box2 {
    position: relative;
    background: white;
    padding: 20px;
   border:none;
    margin-top: -328px;
    
    background: linear-gradient(to top, rgb(168, 196, 168), rgba(255, 255, 255, 0));
}

    .button {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border: none;
        background: none;
        color: #ff4655;
        cursor: pointer;
        position: relative;
        top: 60%;
        left: 50%;
        transform: translate(-50%, 30%);
        padding: 8px;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        transition: all .15s ease;
      }
      
      .button::before,
      .button::after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        height: calc(50% - 5px);
        border: 1px solid #7D8082;
        transition: all .15s ease;
      }
      
      .button::before {
        top: 0;
        border-bottom-width: 0;
      }
      
      .button::after {
        bottom: 0;
        border-top-width: 0;
      }
      
      .button:active,
      .button:focus {
        outline: none;
      }
      
      .button:active::before,
      .button:active::after {
        right: 3px;
        left: 3px;
      }
      
      .button:active::before {
        top: 3px;
      }
      
      .button:active::after {
        bottom: 3px;
      }
      
      .button_lg {
        position: relative;
        display: block;
        padding: 10px 20px;
        color: #fff;
        background-color: #ff4655;
        overflow: hidden;
        box-shadow: inset 0px 0px 0px 1px transparent;
      }
      
     
      .button_sl {
        display: block;
        position: absolute;
        top: 0;
        bottom: -1px;
        left: -8px;
        width: 0;
        background-color: #ff4655;
        transform: skew(-15deg);
        transition: all .2s ease;
      }
      
      .button_text {
        position: relative;
      }
      
      .button:hover {
        color: #ff4655;
      }
      
      .button:hover .button_sl {
        width: calc(100% + 15px);
      }
      
    }
    @media (min-width: 360px) {

      .slider-container {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        gap: 1rem;
        padding: 2rem 0;
        height:250px;
    }   
    .slider-card {
      width: 200px;
      height: 250px;
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      text-align: center;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s ease-in-out;
      
  }
  
  .btn-elnombre{
    background: rgba(115, 114, 114, 0.45) !important;
    font-size: 0.9rem !important;
    color:white !important;
    border:none !important;
    position: absolute;
    width:200px;
    top:-129px;
    transform: translate(-50%,-50%);
  }
  
  .btn-veralbum{
    background: rgba(255, 255, 255, 0.2); /* Color semi-transparente */
      backdrop-filter: blur(10px); /* Difuminado */
      -webkit-backdrop-filter: blur(10px); /* Soporte en Safari */
    font-size: 0.8rem !important;
    color:white !important;
    border:none !important;
    position: absolute;
    width:200px;
    bottom:-80px;
    transform: translate(-50%,100%);
    font-weight: bold;
    height: 50px;
    cursor: pointer;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  

      .info-box {
        position: relative;
        background: white;
        padding: 20px;
       border:none;
        margin-top: -250px;
        
        background: linear-gradient(to top, rgb(194, 137, 163), rgba(255, 255, 255, 0));
    }
        .button {
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            border: none;
            background: none;
            color: #ff4655;
            cursor: pointer;
            position: relative;
            top: 60%;
            left: 15%;
            transform: translate(-50%, 0%);
            padding: 8px;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
            transition: all .15s ease;
          }
          
          .button::before,
          .button::after {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            left: 0;
            height: calc(50% - 5px);
            border: 1px solid #7D8082;
            transition: all .15s ease;
          }
          
          .button::before {
            top: 0;
            border-bottom-width: 0;
          }
          
          .button::after {
            bottom: 0;
            border-top-width: 0;
          }
          
          .button:active,
          .button:focus {
            outline: none;
          }
          
          .button:active::before,
          .button:active::after {
            right: 3px;
            left: 3px;
          }
          
          .button:active::before {
            top: 3px;
          }
          
          .button:active::after {
            bottom: 3px;
          }
          
          .button_lg {
            position: relative;
            display: block;
            padding: 10px 20px;
            color: #fff;
            background-color: #ff4655;
            overflow: hidden;
            box-shadow: inset 0px 0px 0px 1px transparent;
          }
          
         
          .button_sl {
            display: block;
            position: absolute;
            top: 0;
            bottom: -1px;
            left: -8px;
            width: 0;
            background-color: #ff4655;
            transform: skew(-15deg);
            transition: all .2s ease;
          }
          
          .button_text {
            position: relative;
          }
          
          .button:hover {
            color: #ff4655;
          }
          
          .button:hover .button_sl {
            width: calc(100% + 15px);
          }
          
    }
    @media (min-width: 374px) {
      .info-box {
        position: relative;
        background: white;
        padding: 20px;
       border:none;
        margin-top: -250px;
        
        background: linear-gradient(to top, rgb(194, 137, 163), rgba(255, 255, 255, 0));
    }
        .button {
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            border: none;
            background: none;
            color: #ff4655;
            cursor: pointer;
            position: relative;
            top: 60%;
            left: 15%;
            transform: translate(-50%, 0%);
            padding: 8px;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
            transition: all .15s ease;
          }
          
          .button::before,
          .button::after {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            left: 0;
            height: calc(50% - 5px);
            border: 1px solid #7D8082;
            transition: all .15s ease;
          }
          
          .button::before {
            top: 0;
            border-bottom-width: 0;
          }
          
          .button::after {
            bottom: 0;
            border-top-width: 0;
          }
          
          .button:active,
          .button:focus {
            outline: none;
          }
          
          .button:active::before,
          .button:active::after {
            right: 3px;
            left: 3px;
          }
          
          .button:active::before {
            top: 3px;
          }
          
          .button:active::after {
            bottom: 3px;
          }
          
          .button_lg {
            position: relative;
            display: block;
            padding: 10px 20px;
            color: #fff;
            background-color: #ff4655;
            overflow: hidden;
            box-shadow: inset 0px 0px 0px 1px transparent;
          }
          
         
          .button_sl {
            display: block;
            position: absolute;
            top: 0;
            bottom: -1px;
            left: -8px;
            width: 0;
            background-color: #ff4655;
            transform: skew(-15deg);
            transition: all .2s ease;
          }
          
          .button_text {
            position: relative;
          }
          
          .button:hover {
            color: #ff4655;
          }
          
          .button:hover .button_sl {
            width: calc(100% + 15px);
          }
          
    
    }
    @media (min-width: 390px) {
    
      .info-box {
        position: relative;
        background: white;
        padding: 20px;
       border:none;
        margin-top: -250px;
        
        background: linear-gradient(to top, rgb(194, 137, 163), rgba(255, 255, 255, 0));
    }
        .button {
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            border: none;
            background: none;
            color: #ff4655;
            cursor: pointer;
            position: relative;
            top: 60%;
            left: 15%;
            transform: translate(-50%, 0%);
            padding: 8px;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
            transition: all .15s ease;
          }
          
          .button::before,
          .button::after {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            left: 0;
            height: calc(50% - 5px);
            border: 1px solid #7D8082;
            transition: all .15s ease;
          }
          
          .button::before {
            top: 0;
            border-bottom-width: 0;
          }
          
          .button::after {
            bottom: 0;
            border-top-width: 0;
          }
          
          .button:active,
          .button:focus {
            outline: none;
          }
          
          .button:active::before,
          .button:active::after {
            right: 3px;
            left: 3px;
          }
          
          .button:active::before {
            top: 3px;
          }
          
          .button:active::after {
            bottom: 3px;
          }
          
          .button_lg {
            position: relative;
            display: block;
            padding: 10px 20px;
            color: #fff;
            background-color: #ff4655;
            overflow: hidden;
            box-shadow: inset 0px 0px 0px 1px transparent;
          }
          
         
          .button_sl {
            display: block;
            position: absolute;
            top: 0;
            bottom: -1px;
            left: -8px;
            width: 0;
            background-color: #ff4655;
            transform: skew(-15deg);
            transition: all .2s ease;
          }
          
          .button_text {
            position: relative;
          }
          
          .button:hover {
            color: #ff4655;
          }
          
          .button:hover .button_sl {
            width: calc(100% + 15px);
          }
          
    }
    @media (min-width: 393px) {

      .info-box {
        position: relative;
        background: white;
        padding: 20px;
       border:none;
        margin-top: -250px;
        
       background: linear-gradient(to top, rgb(194, 137, 163), rgba(255, 255, 255, 0));
    }
        .button {
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            border: none;
            background: none;
            color: #ff4655;
            cursor: pointer;
            position: relative;
            top: 60%;
            left: 15%;
            transform: translate(-50%, 0%);
            padding: 8px;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
            transition: all .15s ease;
          }
          
          .button::before,
          .button::after {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            left: 0;
            height: calc(50% - 5px);
            border: 1px solid #7D8082;
            transition: all .15s ease;
          }
          
          .button::before {
            top: 0;
            border-bottom-width: 0;
          }
          
          .button::after {
            bottom: 0;
            border-top-width: 0;
          }
          
          .button:active,
          .button:focus {
            outline: none;
          }
          
          .button:active::before,
          .button:active::after {
            right: 3px;
            left: 3px;
          }
          
          .button:active::before {
            top: 3px;
          }
          
          .button:active::after {
            bottom: 3px;
          }
          
          .button_lg {
            position: relative;
            display: block;
            padding: 10px 20px;
            color: #fff;
            background-color: #ff4655;
            overflow: hidden;
            box-shadow: inset 0px 0px 0px 1px transparent;
          }
          
         
          .button_sl {
            display: block;
            position: absolute;
            top: 0;
            bottom: -1px;
            left: -8px;
            width: 0;
            background-color: #ff4655;
            transform: skew(-15deg);
            transition: all .2s ease;
          }
          
          .button_text {
            position: relative;
          }
          
          .button:hover {
            color: #ff4655;
          }
          
          .button:hover .button_sl {
            width: calc(100% + 15px);
          }
          
    }
    @media (min-width: 481px) {

      .info-box {
        position: relative;
        background: white;
        padding: 20px;
       border:none;
        margin-top: -250px;
        
       background: linear-gradient(to top, rgb(194, 137, 163), rgba(255, 255, 255, 0));
    }
        .button {
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            border: none;
            background: none;
            color: #ff4655;
            cursor: pointer;
            position: relative;
            top: 60%;
            left: 15%;
            transform: translate(-50%, 0%);
            padding: 8px;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
            transition: all .15s ease;
          }
          
          .button::before,
          .button::after {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            left: 0;
            height: calc(50% - 5px);
            border: 1px solid #7D8082;
            transition: all .15s ease;
          }
          
          .button::before {
            top: 0;
            border-bottom-width: 0;
          }
          
          .button::after {
            bottom: 0;
            border-top-width: 0;
          }
          
          .button:active,
          .button:focus {
            outline: none;
          }
          
          .button:active::before,
          .button:active::after {
            right: 3px;
            left: 3px;
          }
          
          .button:active::before {
            top: 3px;
          }
          
          .button:active::after {
            bottom: 3px;
          }
          
          .button_lg {
            position: relative;
            display: block;
            padding: 10px 20px;
            color: #fff;
            background-color: #ff4655;
            overflow: hidden;
            box-shadow: inset 0px 0px 0px 1px transparent;
          }
          
         
          .button_sl {
            display: block;
            position: absolute;
            top: 0;
            bottom: -1px;
            left: -8px;
            width: 0;
            background-color: #ff4655;
            transform: skew(-15deg);
            transition: all .2s ease;
          }
          
          .button_text {
            position: relative;
          }
          
          .button:hover {
            color: #ff4655;
          }
          
          .button:hover .button_sl {
            width: calc(100% + 15px);
          }
          
    }
    @media (min-width: 768px) {

      .slider-container {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        gap: 1rem;
        padding: 3rem 0;
        height:480px;
    }   
    .slider-card {
      width: 300px;
      height: 450px;
      border-radius: 30px;
      overflow: hidden;
      position: relative;
      text-align: center;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s ease-in-out;
      
  }

  .btn-elnombre{
    background: rgba(115, 114, 114, 0.45) !important;
    font-size: 1rem !important;
    color:white !important;
    border:none !important;
    position: absolute;
    width:300px;
    top:-219px;
  
    transform: translate(-50%,-50%);
  }

  .btn-veralbum{
    background: rgba(255, 255, 255, 0.2); /* Color semi-transparente */
      backdrop-filter: blur(10px); /* Difuminado */
      -webkit-backdrop-filter: blur(10px); /* Soporte en Safari */
    font-size: 1rem !important;
    color:white !important;
    border:none !important;
    position: absolute;
    width:300px;
    bottom:-150px;
    transform: translate(-50%,100%);
    font-weight: bold;
    height: 75px;
    cursor: pointer;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

      .info-box {
        position: relative;
        background: red;
        padding: 20px;
       border:none;
        margin-top: -550px;
        
        background: linear-gradient(to top, rgb(194, 137, 163), rgba(255, 255, 255, 0));
    }
        .button {
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            border: none;
            background: none;
            color: #ff4655;
            cursor: pointer;
            position: relative;
            top: 60%;
            left: 8%;
            transform: translate(-50%, 0%);
            padding: 8px;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
            transition: all .15s ease;
          }
          
          .button::before,
          .button::after {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            left: 0;
            height: calc(50% - 5px);
            border: 1px solid #7D8082;
            transition: all .15s ease;
          }
          
          .button::before {
            top: 0;
            border-bottom-width: 0;
          }
          
          .button::after {
            bottom: 0;
            border-top-width: 0;
          }
          
          .button:active,
          .button:focus {
            outline: none;
          }
          
          .button:active::before,
          .button:active::after {
            right: 3px;
            left: 3px;
          }
          
          .button:active::before {
            top: 3px;
          }
          
          .button:active::after {
            bottom: 3px;
          }
          
          .button_lg {
            position: relative;
            display: block;
            padding: 10px 20px;
            color: #fff;
            background-color: #ff4655;
            overflow: hidden;
            box-shadow: inset 0px 0px 0px 1px transparent;
          }
          
         
          .button_sl {
            display: block;
            position: absolute;
            top: 0;
            bottom: -1px;
            left: -8px;
            width: 0;
            background-color: #ff4655;
            transform: skew(-15deg);
            transition: all .2s ease;
          }
          
          .button_text {
            position: relative;
          }
          
          .button:hover {
            color: #ff4655;
          }
          
          .button:hover .button_sl {
            width: calc(100% + 15px);
          }
          
    }
    @media (min-width: 1024px) {
        .button {
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            border: none;
            background: none;
            color: #ff4655;
            cursor: pointer;
            position: relative;
            top: 60%;
            left: 15%;
            transform: translate(-50%, 0%);
            padding: 8px;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
            transition: all .15s ease;
          }
          
          .button::before,
          .button::after {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            left: 0;
            height: calc(50% - 5px);
            border: 1px solid #7D8082;
            transition: all .15s ease;
          }
          
          .button::before {
            top: 0;
            border-bottom-width: 0;
          }
          
          .button::after {
            bottom: 0;
            border-top-width: 0;
          }
          
          .button:active,
          .button:focus {
            outline: none;
          }
          
          .button:active::before,
          .button:active::after {
            right: 3px;
            left: 3px;
          }
          
          .button:active::before {
            top: 3px;
          }
          
          .button:active::after {
            bottom: 3px;
          }
          
          .button_lg {
            position: relative;
            display: block;
            padding: 10px 20px;
            color: #fff;
            background-color: #ff4655;
            overflow: hidden;
            box-shadow: inset 0px 0px 0px 1px transparent;
          }
          
         
          .button_sl {
            display: block;
            position: absolute;
            top: 0;
            bottom: -1px;
            left: -8px;
            width: 0;
            background-color: #ff4655;
            transform: skew(-15deg);
            transition: all .2s ease;
          }
          
          .button_text {
            position: relative;
          }
          
          .button:hover {
            color: #ff4655;
          }
          
          .button:hover .button_sl {
            width: calc(100% + 15px);
          }
          
    }
    @media (min-width: 1080px) {
        .button {
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            border: none;
            background: none;
            color: #ff4655;
            cursor: pointer;
            position: relative;
            top: 60%;
            left: 15%;
            transform: translate(-50%, 0%);
            padding: 8px;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
            transition: all .15s ease;
          }
          
          .button::before,
          .button::after {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            left: 0;
            height: calc(50% - 5px);
            border: 1px solid #7D8082;
            transition: all .15s ease;
          }
          
          .button::before {
            top: 0;
            border-bottom-width: 0;
          }
          
          .button::after {
            bottom: 0;
            border-top-width: 0;
          }
          
          .button:active,
          .button:focus {
            outline: none;
          }
          
          .button:active::before,
          .button:active::after {
            right: 3px;
            left: 3px;
          }
          
          .button:active::before {
            top: 3px;
          }
          
          .button:active::after {
            bottom: 3px;
          }
          
          .button_lg {
            position: relative;
            display: block;
            padding: 10px 20px;
            color: #fff;
            background-color: #ff4655;
            overflow: hidden;
            box-shadow: inset 0px 0px 0px 1px transparent;
          }
          
         
          .button_sl {
            display: block;
            position: absolute;
            top: 0;
            bottom: -1px;
            left: -8px;
            width: 0;
            background-color: #ff4655;
            transform: skew(-15deg);
            transition: all .2s ease;
          }
          
          .button_text {
            position: relative;
          }
          
          .button:hover {
            color: #ff4655;
          }
          
          .button:hover .button_sl {
            width: calc(100% + 15px);
          }
          
    }
    @media (min-width: 1440px) {
        .button {
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            border: none;
            background: none;
            color: #ff4655;
            cursor: pointer;
            position: relative;
            top: 60%;
            left: 15%;
            transform: translate(-50%, 0%);
            padding: 8px;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
            transition: all .15s ease;
          }
          
          .button::before,
          .button::after {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            left: 0;
            height: calc(50% - 5px);
            border: 1px solid #7D8082;
            transition: all .15s ease;
          }
          
          .button::before {
            top: 0;
            border-bottom-width: 0;
          }
          
          .button::after {
            bottom: 0;
            border-top-width: 0;
          }
          
          .button:active,
          .button:focus {
            outline: none;
          }
          
          .button:active::before,
          .button:active::after {
            right: 3px;
            left: 3px;
          }
          
          .button:active::before {
            top: 3px;
          }
          
          .button:active::after {
            bottom: 3px;
          }
          
          .button_lg {
            position: relative;
            display: block;
            padding: 10px 20px;
            color: #fff;
            background-color: #ff4655;
            overflow: hidden;
            box-shadow: inset 0px 0px 0px 1px transparent;
          }
          
         
          .button_sl {
            display: block;
            position: absolute;
            top: 0;
            bottom: -1px;
            left: -8px;
            width: 0;
            background-color: #ff4655;
            transform: skew(-15deg);
            transition: all .2s ease;
          }
          
          .button_text {
            position: relative;
          }
          
          .button:hover {
            color: #ff4655;
          }
          
          .button:hover .button_sl {
            width: calc(100% + 15px);
          }
          
        }



    /* Hide arrows on smaller screens */
    @media (max-width: 1024px) {
      .slider-arrow {
          display: none;
      }
  }

 

