.text-content {
  color:#544E4E;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  text-align: left !important;
}

.text-content-2 {
  color:white;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  text-align: left !important;
}

.img-center {
  vertical-align: middle;
}

.content-group {
  text-align: left !important;
}

.nav-item > a {
  color:#080707!important;
}
.text-blue{
  color:blue !important;    
}

.text_odoo-gray {
  color: #666666;
  font-weight: bold;
}

.text_odoo {
  color: #a24689;
  font-weight: bold;
}

.content-link {
  text-decoration: underline;
}

.cls-masthead > .header-content {
  top: 400px !important;
}

.cls-icn-mgn-top {
  margin-top: 20px;
}

/* small size mobile */
@media (max-width: 767px) {
  .cls-col-not-mpg {
    padding-left: 30px;  
    padding-right: 30px;            
  }
}