.disabled-themas,
.disabled-proximamente-themas{
    background: #1b315e;
}

.disabled-themas:hover{
    background: #11203f;
    cursor: default;
}

.themas-title{
    color: #ffffff;
}
.feature-themas{
    color:#1b315e ;
}

.empresa-features-themas {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid #f1f5f9;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 24px;
}

.feature-themas {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  background: rgb(27, 49, 94, 0.2);
  color: #5b8ac8;
  border: 1px solid #e2e8f0;
  border-color: rgba(0, 118, 190, 0.15);
  transition: all 0.2s;
}
.feature-themas:hover {
  background: rgba(0, 118, 190, 0.14);
  border-color: rgba(0, 118, 190, 0.3);
  color: #005a94;
  cursor: pointer;
}
.feature-themas i {
  color: #5b8ac8;
}


#empresas .empresa-header.img-themas{
  position: relative;
  overflow: hidden;
  padding: 42px 24px 36px;
  min-height: 210px;              
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

#empresas .empresa-header.img-themas .empresa-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;            
  object-position: center center; 
  pointer-events: none;           
}

#empresas .empresa-header.img-themas .empresa-status{
  position: absolute;
  top: 12px;
  right: 12px;
  margin: 0;
  z-index: 3;
}

#empresas .empresa-header.img-themas .empresa-title{
  position: absolute;
  left: 24px;
  bottom: 16px;
  margin: 0;
  z-index: 2;
  text-align: left;
}