.main-sidebar {
    height: 100%;
    width: 10px;
    position: absolute;
    z-index: 900;

}

.main-sidebar:hover #mySidebar {
    display: block;
}

/* .w3-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

#sticky-nav{
    display: flex;
}

.rotate{
    animation: rotation 0.8s   linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* menu ortanizacional */

.desc_org {
  right: 136px;
  position: flex;
  top: 100px;
}

.link_orgsvg :hover {

  /* fill: rgb(214, 144, 5); */
  fill: rgb(22, 28, 65);

}


.link_mainsvg :hover {
        
  fill: rgb(44, 47, 63);
}

.list_svg :hover {
        
  fill: rgb(214, 144, 5);

}


.modal {
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  width: 450px;
  padding: 1.3rem;
  min-height: 250px;
  position: absolute;
  z-index: 2;
  top: 20%;
  
  border: 1px solid #ddd;
  border-radius: 15px; */
}

.modal .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal input {
  padding: 0.7rem 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 0.9em;
}

.modal p {
  font-size: 0.9rem;
  color: #777;
  margin: 0.4rem 0 0.2rem;
}

.centradoFULL {
  display: flex;
  align-items: center;
  justify-content: center;
}


.columnPRO {
  flex-direction: column;
  background-color: white;
  width: 150px;
  height: 150px;
  margin: 0.5rem;
  border: 1px solid #ddd;  
  font-weight: 500;
}

.columnPRO :hover {  
  font-weight: bold;
}


