img{
  max-width: 100%;
}
.recuadros{
  padding: 20px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.20);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 2px 12px 5px 0px rgba(0,0,0,0.20);
  border-radius: 10px;
}
.recuadros:last-child{
  margin-bottom: 0;
}
.text-primary{
  color: #062eb7!important;
}
a.text-primary:hover{
  color: #062eb7!important;
}
.info-productor{
  background: #FFF;
  border-radius: 8px;
  padding: 5px;
  font-size: 12px;
  color: #000;
  padding-right: 20px;
  border: 1px solid #ccc;
}
.info-productor:hover{
  color: #000;
}
.info-productor i{
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.info-productor:not(.collapsed) i{
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .encabezado{
    padding: 16px 14px;
  }
}