/* WHATSAPP */

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:60px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
  display: block;
}
  
.whatsapp-icon {
  margin-top:13px;
}


/* VOLVER ARRIBA */

#back-to-top {
  position: fixed;
  bottom: 40px;
  left: -40px;
  width: 40px;
  height: 40px;
  border:1px solid #0483B5;
  border-radius: 50%;
  cursor: pointer;
  transition: left 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
}

/* #min-nav {
  position: fixed;
  top: 40px;
  right: -65px;
  width: 65px;
  height: 47px;
  background: linear-gradient(123deg, #4F41F2 11.95%, #0483B5 44.85%, #0483B5 96.9%);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: right 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
} */


/* -------------------------------- */


#min-nav {
  position: fixed;
  top: 40px;
  right: -65px;
  width: 65px;
  height: 47px;
  background: linear-gradient(123deg, #4F41F2 11.95%, #0483B5 44.85%, #0483B5 96.9%);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

#min-nav:hover {
  right: 0;
  width: fit-content;
  padding: 0 20px;
}

#min-nav .notext {
  visibility: hidden;
  color: #FFF;
  font-size: 14px;
  transition: all 0s;
  white-space: nowrap;
  padding-left: 8px;
}

#min-nav:hover .notext {
  visibility: visible;
}

#icon-archiv{
  position: absolute;
}
