@charset "UTF-8";
/*link vermás*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;600;700;800;900&display=swap");
.lineas-accion {
  padding: 1rem 0 1rem 0;
}
.lineas-accion__content {
  width: calc(100% - 2.2rem);
  max-width: 1274px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .lineas-accion__content {
    flex-direction: row;
    gap: 0;
  }
}
@media (min-width: 992px) {
  .lineas-accion__content--left {
    flex: 0 0 500px;
    display: flex;
    flex-direction: column;
  }
}
.lineas-accion__content--lst ul {
  list-style: none;
  padding: 0 1rem 0 0;
}
.lineas-accion__content--lst ul li {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  transition: all 0.3s ease;
}
.lineas-accion__content--lst ul li .icon {
  width: 30px;
  height: 30px;
  margin: 0 1rem 0 0.5rem;
  margin-top: 4px;
  flex-shrink: 0;
}
.lineas-accion__content--lst ul li .text {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: -0.045em;
  color: #585657;
}
.lineas-accion__content--lst ul li:hover {
  cursor: pointer;
  background-color: #E4DED0;
}
.lineas-accion__content--lst ul li:hover .icon {
  filter: invert(55%) sepia(6%) saturate(180%) hue-rotate(271deg) brightness(89%) contrast(95%);
}
.lineas-accion__content--lst ul li:hover .text {
  color: #827D80;
}
.lineas-accion__content--lst a {
  min-width: 100px;
  height: 44px;
  border: 1px solid #E94E1C;
  background-color: #E94E1C;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  color: #FCFDFD;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.5rem 2px;
}
.lineas-accion__content--lst a:hover {
  color: #827D80;
  background-color: #E4DED0;
  border: 1px solid #827D80;
}
.lineas-accion__content--title {
  text-align: left;
  padding-right: 10px;
}
.lineas-accion__content--title h6 {
  margin: 0 0 1rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 900;
  font-size: 0.9rem;
  line-height: 1rem;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #E94E1C;
}
.lineas-accion__content--title h3 {
  margin: 0 0 1rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 300;
  font-size: 2.3rem;
  line-height: 2.8rem;
  letter-spacing: -0.01em;
  color: #585657;
}
.lineas-accion__content--title h3 strong {
  font-weight: 800;
}
@media (max-width: 992px) {
  .lineas-accion__content--title h3 {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}
.lineas-accion__content--title h4 {
  margin: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: -0.01em;
  vertical-align: middle;
  color: #585657;
}
.lineas-accion__content--title h4 strong {
  font-weight: 800;
}
.lineas-accion__content--title h5 {
  margin: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #585657;
}
.lineas-accion__content--title p {
  color: #585657;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
}
.lineas-accion__content--img .lineas-accion-bar {
  position: relative;
  float: right;
  height: 30px;
  right: 0;
  width: 50%;
  background-color: #585657;
}/*# sourceMappingURL=lineas-accion.css.map */