
.icono-bussiness{
    width: 20%;
}

.icono-bussiness_app{
    width: 12%;
}

.navbar{
    background-color: #fa8514 !important;
    color: white;
}

.navbar-brand{
    color: white !important;
    font-size: 45px;
}

.navbar-brand-app{
    color: white !important;
    font-size: 15px;
}

.mayus{
    text-transform: uppercase;
}

.minus{
    text-transform: lowercase;
}

.justify{
    text-align: justify;
}

@media (max-width: 474px){
    .navbar-brand-app{
        width: 72%;
    }
}

.ancho{
    max-width: 100% !important;
}

.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
  
  .btn_flot {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
  }