.ancla-reportajes-multimedia .link-block {
  background-image: url('../images/fondo-ancla-Michi-michlee89.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 724px;
  height: 110px;
  margin: 42px auto;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px 28px #00000040;
}

.ancla-reportajes-multimedia .div-block {
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.ancla-reportajes-multimedia .div-block-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 44%;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.ancla-reportajes-multimedia .div-block-3 {
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  height: 100%;
  margin-left: auto;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.ancla-reportajes-multimedia .image {
  width: 69%;
  height: auto;
  margin-top: -3px;
}

.ancla-reportajes-multimedia .text-block {
  color: #dce2ff;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 29px;
  text-decoration: none;
}

.ancla-reportajes-multimedia .text-span {
  font-size: 28px;
  font-weight: 400;
  line-height: 29px;
}

.ancla-reportajes-multimedia .text-block-2 {
  color: #fff;
  text-align: center;
  background-color: #b149d1;
  border-radius: 10px;
  width: 162px;
  height: 42px;
  margin-left: -14px;
  padding-top: 11px;
  padding-bottom: 8px;
  font-family: lft-etica, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.ancla-reportajes-multimedia .text-block-2:hover {
  background-color: #aa0974;
}

@media screen and (max-width: 767px) {
.ancla-reportajes-multimedia .link-block {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 110px;
    width: auto;
    height: 110px;
    margin-left: 16px;
    margin-right: 16px;
  }

.ancla-reportajes-multimedia .div-block {
    width: 27%;
  }

.ancla-reportajes-multimedia .div-block-3 {
    width: 25%;
    margin-left: 0;
    margin-right: 10px;
  }

.ancla-reportajes-multimedia .image {
    width: 90%;
  }

.ancla-reportajes-multimedia .text-block {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
    line-height: 23px;
  }

.ancla-reportajes-multimedia .text-span {
    font-size: 23px;
    line-height: 25px;
  }

.ancla-reportajes-multimedia .text-block-2 {
    width: 153px;
    margin-left: 10px;
    padding-right: 0;
    font-size: 14px;
  }

.ancla-reportajes-multimedia .body {
    background-color: #0000;
  }
}

@media screen and (max-width: 479px) {
.ancla-reportajes-multimedia .link-block {
    background-position: 100% 100%;
    background-size: auto 286px;
    flex-flow: column;
    width: auto;
    height: 241px;
  }

.ancla-reportajes-multimedia .div-block {
    text-align: center;
    flex-flow: column;
    width: 70%;
    height: 40%;
    margin-top: 18px;
    padding-bottom: 10px;
  }

.ancla-reportajes-multimedia .div-block-2 {
    text-align: center;
    width: 100%;
    height: 40%;
    margin-top: 9px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 0 10px;
  }

.ancla-reportajes-multimedia .div-block-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20%;
    margin-top: 10px;
    margin-bottom: 16px;
  }

.ancla-reportajes-multimedia .image {
    width: 63%;
    padding-bottom: 10px;
  }

.ancla-reportajes-multimedia .text-block {
    margin-left: 0;
    margin-right: 0;
    line-height: 22px;
  }

.ancla-reportajes-multimedia .text-block-2 {
    margin-top: -5px;
    margin-right: 10px;
  }
}


