.firma-container {
    max-width:100%;
    transition: all 0.25s ease;
    

}

.firma-image {
  background-position: center;
  height: 350px;
  position: relative;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
  
}

.firma-image img {
  display: none;
}

.firma-content {
  padding: 10px;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
	
}

.firma-content h3 {
   font-size: 1.5em;
   font-weight: bold;
   line-height: 1.2em;
   margin: 0;
   font-family: helvetica condensed;
   font-weight: bold;

}
.firma-content a {
    color: #fff;
    text-decoration: none;
  
}

.firma-content a:hover {
    color: #ff0000; /* Change to your desired hover color */
}

.firma-content p {
  font-size: 14px;
  margin: 0;
  font-family: helvetica;
  color: #fff;  
  margin-left:0.8em;
}

.firma-meta {

display:inline-grid;
	display: block;

}


.firma-enfasis {
font-size: 14px;
  margin: 0;
  font-family: helvetica;
  font-weight: bold;
  color: #fff;  
    background:#bb0000;
    padding-left:5px;
    padding-right:5px;
    padding-top:3px;
    padding-bottom:3px;



}