.nav-principal {
    left: 0px;
    top: 0px;
    overflow: visible;
    padding: 0 2%;
    width: 100%;
    top: 0;
    /* animation: 2s ease 0s 1 normal none running fadeIn; */
}
.nav-principal-fija {
    left: 0px;
    top: 0px;
    overflow: visible;
    position: fixed !important;
    padding: 0 2%;
    width: 100%;
    top: 0;
}

.logo-nav {
    position: absolute;
    width: 121.873px;
    height: 56.283px;
    left: 252.378px;
    top: 1.963px;
    overflow: visible;
}

/**/
.chatboot {
    height: 115px;
    width: 118px;
    background-color: #eeeeee;
    box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.35);
    top: 200px;
    right: 0px;
    position: fixed;
    z-index: 100;
}

.color-principal-verde {
    background-color: green;
}

.btn-red {
    background-color: #ff6c6c !important;
    color: white !important;
}

.btn-green {
    background-color: #78cb41 !important;
    color: white !important;
}

.btn-blue {
    background-color: #3c81d1 !important;
    color: white !important;
  }
