
.bg-green {
    background: #c1e0a4;
  }
  
.texto-green {
    color: #c1e0a4;
  }
  
  .texto-negro {
      color: #111 !important;
    }
  
.strong {
    font-weight: bold;
}

.medium-text {
  font-size: 16px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.panel-heading {
    background: #e6f5d7 !important;
}

.work-item-borde {
  border: 1px solid #ddd;
}

.current {
    border-radius: 30px;
    padding: 10px;
    border: 1px solid rgb(1, 1, 1);
}

.module-subtitle-small {
    margin-top: -45px !important;
    margin-bottom: 30px !important;
}


/* Scroll to top */
.boton-ws-volador {
    position: fixed;
    display: block;
    bottom: 50px;
    left: 20px;
    z-index: 999;
  }
  
  .boton-ws-volador a {
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #000;
    border-radius: 2px;
  }
  
  .boton-ws-volador a:hover,
  .boton-ws-volador a:active {
    opacity: 1;
    color: #000;
  }