.anclas-ee .link-block {
  background-image: linear-gradient(90deg, #f0e7ff, #fff);
  border: 0 #000;
  border-radius: 10px;
  width: 724px;
  height: 100px;
  margin: 42px auto 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 3px 3px 6px #0003;
}

.anclas-ee .link-block:hover {
  background-image: linear-gradient(7deg, #f0e7ff, #fff);
}

.anclas-ee .div-block {
  width: 35%;
  height: 100%;
  display: block;
}

.anclas-ee .div-block-2 {
  width: 60%;
}

.anclas-ee .div-block-3 {
  flex-flow: row;
  width: 55%;
  height: 100%;
  display: block;
}

.anclas-ee .body {
  background-color: #f7f7f7;
}

.anclas-ee .div-block-4, .anclas-ee .div {
  width: 35%;
}

.anclas-ee .texto {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  height: 80%;
  padding-top: 18px;
  display: flex;
}

.anclas-ee .div2 {
  justify-content: flex-start;
  align-items: center;
  width: 10%;
  display: flex;
}

.anclas-ee .image {
  margin-top: -30px;
  margin-left: 20px;
}

.anclas-ee .image-2 {
  filter: drop-shadow(0 2px 5px #000000b3);
  width: auto;
  height: 90%;
  margin-left: 0;
}

.anclas-ee .text-block {
  color: #141414;
  margin-bottom: 10px;
  font-family: Lftetica, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.anclas-ee .text-block-2 {
  color: #434343;
  margin-top: -8px;
  font-family: Lfteticasb, sans-serif;
  font-size: 15px;
  text-decoration: underline;
}

.anclas-ee .text-block-2:hover {
  color: #96259e;
}

.anclas-ee .text-span, .anclas-ee .text-span-2, .anclas-ee .text-span-3, .anclas-ee .text-span-4 {
  font-weight: 700;
}

@media screen and (max-width: 991px)  {
.anclas-ee .link-block {
    margin-left: 24px;
    margin-right: 24px;
  }

.anclas-ee .div {
    justify-content: center;
    align-items: center;
    display: flex;
  }

.anclas-ee .image {
    margin-top: 0;
    margin-left: 20px;
  }

.anclas-ee .image-2 {
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px)  {
.anclas-ee .link-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 16px;
    margin-right: 16px;
  }

.anclas-ee .div {
    justify-content: center;
    align-items: flex-start;
    width: 45%;
    display: flex;
  }

.anclas-ee .texto {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

.anclas-ee .div2 {
    flex: 0 auto;
    display: none;
  }

.anclas-ee .image {
    width: auto;
    margin-top: -45px;
    margin-bottom: 0;
    margin-left: 0;
  }

.anclas-ee .image-2 {
    display: none;
  }

.anclas-ee .text-block-2 {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 479px)  {
.anclas-ee .link-block {
    height: 100%;
  }

.anclas-ee .div {
    justify-content: center;
    align-items: flex-start;
    width: 75%;
    display: flex;
  }

.anclas-ee .texto {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

.anclas-ee .div2 {
    margin-bottom: 20px;
    display: none;
  }

.anclas-ee .image {
    margin-top: -42px;
    margin-bottom: 0;
    margin-left: 0;
  }

.anclas-ee .text-block-2 {
    margin-bottom: 16px;
  }
}


@font-face  {
  font-family: 'Lftetica';
  src: url('../fonts/LFTEtica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face  {
  font-family: 'Lfteticasb';
  src: url('../fonts/LFTEticaSb-Italic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face  {
  font-family: 'Lftetica';
  src: url('../fonts/LFTEtica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}