.homeelfuturoenpausa .general {
  width: 100%;
  height: 240px;
}

.homeelfuturoenpausa .div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.homeelfuturoenpausa .link-block {
  background-color: #000;
  border: 10px solid #ffd302;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.homeelfuturoenpausa .div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 5px;
  display: flex;
}

.homeelfuturoenpausa .div-block-5 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.homeelfuturoenpausa .text-block {
  color: #ffd302;
  text-align: center;
  width: auto;
  font-family: lft-etica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.homeelfuturoenpausa .text-block-4 {
  color: #fff;
  background-color: #0000;
  margin-top: 5px;
  font-family: lft-etica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.homeelfuturoenpausa .text-span-3 {
  border-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 20px;
  box-shadow: 0 2px 5px #00000087;
}

.homeelfuturoenpausa .body {
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
}

.homeelfuturoenpausa .text-span-4 {
  color: #000;
  background-color: #ffd302;
  border-radius: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.homeelfuturoenpausa .div-block-6 {
  background-image: url('../images/Recurso-43.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 120%;
  height: 120px;
}

.homeelfuturoenpausa .image {
  object-fit: cover;
  width: 100%;
  overflow: clip;
}

.homeelfuturoenpausa .div-block-7 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.homeelfuturoenpausa .div-block-8 {
  width: 100%;
}

@media screen and (max-width: 767px) {
.homeelfuturoenpausa .div-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

.homeelfuturoenpausa .link-block {
    height: auto;
  }

.homeelfuturoenpausa .div-block-2 {
    flex-flow: column;
    padding-left: 0;
  }

.homeelfuturoenpausa .div-block-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 6px;
    padding-top: 6px;
    display: flex;
  }

.homeelfuturoenpausa .text-block {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

.homeelfuturoenpausa .body {
    flex-flow: column;
    display: flex;
  }

.homeelfuturoenpausa .div-block-7, .homeelfuturoenpausa .div-block-8 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
.homeelfuturoenpausa .link-block {
    height: 280px;
  }

.homeelfuturoenpausa .div-block-5 {
    width: 90%;
    margin-bottom: 0;
  }

.homeelfuturoenpausa .text-block {
    color: #141414;
    background-color: #8c63db00;
    width: 265px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 18px;
    line-height: 22px;
    display: inline-flex;
  }

.homeelfuturoenpausa .text-block-4 {
    margin-top: 0;
  }

.homeelfuturoenpausa .text-span-3 {
    font-size: 15px;
  }

.homeelfuturoenpausa .bold-text {
    color: #ffd302;
  }
}


