#cercadorForm {
  padding-left: 1em;
  padding-right: 1em;
  margin: 0;
}

.box-search {
  background-color: #F5F5F5;
  padding: 2em;
  width: 100%;
}

.form-control {
  background-color: #ffffff;
  color: #6f6f6f;
}

.panel-body {
  padding: 0;
}

.btn-primary:hover {
  opacity: 0.5;
  background-color: #BD0000;
}

.fitxes_tecniques_container {
  width: 25%;
  flex-direction: column;
}

.fitxes_tecniques_image {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: white;
}

.lupa {
  color: #6F6F6F;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1em;
  background-image: url(../img/lupa.png);
  background-position: left;
  padding-left: 2em;
  background-repeat: no-repeat;
}

.fitxes_tecniques_titulo a {
  text-transform: none;
  margin: 0.2em 0;
  font-size: 1em;
  width: 100%;
  text-align: left;
  line-height: 1em;
  text-overflow: ellipsis;
  display: block;
  height: 2em;
  overflow: hidden;
  color: #000000;
}

.fitxa_pie {
  margin-bottom: 0.4em;
  text-align: left;
  color: #6f6f6f;
  font-size: 0.9em;
  font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #D7D3D3;
}

/*VISUALIZADOR FICHAS */
.fitxes-tecniques_container {
  width: 100%;
  float: left;
  margin: 1%;
}

/*ESTILOS AJUSTES RESPONSIVE */
@media only screen and (max-width: 600px) {
  .fitxes_tecniques_container {
    width: 100%;
  }
}