.categoria-box{
  float: left;
  width:150px;
  height:130px;
  overflow:hidden;
  text-align:center;
  margin: 20px;
  padding: 10px;
  box-shadow: 10px 10px 40px 1px rgba(120,112,112,0.75);
  -webkit-box-shadow: 10px 10px 40px 1px rgba(120,112,112,0.75);
  -moz-box-shadow: 10px 10px 40px 1px rgba(120,112,112,0.75);
}

.categoria-box:hover{
  background: #ebebeb;
}

.categoria-box a{
  color:#000;
}

a.btn-ticket{
  display:inline-block;
  color: #fff;
  background: #181b1f;
  padding: 5px 10px;
  border: 1px solid #4E8CF9;
}

.col1{
  width:75%;
  float:left;
}

.col1 h2{
  font-size: 1.5rem;
}

.col2{
  padding: 20px 0 0 20px;
  width:25%;
  float:left;
}

.Header__titleDescription{
  padding-bottom:0px;
}

/* Ocultar el campo departmentId dentro del formulario ticketForm */
.ticketForm #field_departmentId {
  display: none;
}
.Header__welcomeDescription{
  display:none; }
