.mouse-follow-btn,
.btn-movil{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Neue Montreal', sans-serif;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 2px 9px;
  cursor: pointer;
  transition: box-shadow 0.2s, background 0.2s, color 0.2s, opacity 0.15s;
  z-index: 2;
  box-shadow: 0 2px 10px rgba(0,0,0,0.07);
  opacity: 1;
  pointer-events: none;
  letter-spacing: 0.5px;
  z-index: 9;
}

.panel:hover .mouse-follow-btn {
  opacity: 1;
  pointer-events: auto;
  color: black;
  background: white;
}

@media (max-width: 900px) {
  .mouse-follow-btn {
    font-size: 15px;
    padding: 1px 16px;
  }
}

@media (max-width:767px){
    .btn-movil{
        position: static !important;
        transform: unset !important;
        margin: 40px 0 0 50px;
    }
    
    .mouse-follow-btn{
        display: none;
    }
    
    .year{
        display: inline-block;
    }
    
    .panel{
        padding-left: 20px !important;
    }
}

@media (min-width:1024px){
    .btn-movil{
        display: none;
    }
}
