/************ estilos tool mkp ****************/
.textMKP {
  float: left;
  position: relative;
  width: auto;
}
.titleMKP {
  float: left;
  margin-right: 3px;
  width: auto;
}
.textMKP span {
  float: left;
  display: block;
  font-weight: bolder;
}
.iconMKP {
  fill: #fff;
  float: left;
  display: block;
  margin-left: 4px;
  margin-right: 0;
  width: 14px;
  height: 14px;
}
.blockMKP {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 4px;
}

.tooltipMKP, .tooltipMKP2 {
  background-color: #fff;
  border: solid 1px #ededed;
  box-shadow: 0px 3px 6px #ccc;
  display: none;
  font-size: 14px;
  line-height: 17px;
  padding: 20px 20px 10px 20px;
  position: absolute;
  bottom: 103%;
  z-index: 100;
}

.tooltipMKP p, .tooltipMKP2 p {
  margin-bottom: 10px;
}
.toolArrwMKP {
  background: url(/static/tooltip_marketPlace/images/arrowZP.png) no-repeat;
  height: 10px;
  margin-left: 100px;
  position: absolute;
  width: 20px;
  transform: rotate(180deg);
  bottom: -10px;
}
.toolArrwMKP2 {
  background: url(/static/tooltip_marketPlace/images/arrowZP.png) no-repeat;
  height: 10px;
  margin-left: 60px;
  position: absolute;
  width: 20px;
  transform: rotate(180deg);
  bottom: -10px;
}
/*.blockMKP:hover > .tooltipMKP {
  display: block;
}*/
.parthnerMKP {
  font-weight: bolder;
}
.closeToolMKP {
  position: absolute;
  top: 8px;
  display: none;
  right: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0072CE;
  text-align: center;
  padding-top: 2px;
  color: #fff;
}
.tooltipMKP2 li{
  list-style: disc;
  list-style-position: outside;
}
span.Negrita {
  margin-left: 2px;
  margin-bottom: 2px;
  top: -1px;
  position: relative;
}
@media (max-width: 1024px) {
  .tooltipMKP, .tooltipMKP2 {
    font-size: 12px;
  }
  .closeToolMKP {
    display: block;
  }
}
@media (min-width: 720px) and (max-width: 768px) {
  .tooltipMKP, .tooltipMKP2  {
    width: 80%;
  }
}
/************ fin estilos tool mkp ****************/