@charset "UTF-8";
/*link vermás*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..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: 5px;
}
@media (min-width: 992px) {
  .lineas-accion__content--lst ul {
    padding: 0 1rem 0 0;
  }
}
.lineas-accion__content--lst ul li {
  display: flex;
  align-items: center;
  padding: 0.8rem 0;
  transition: all 0.3s ease;
  background-color: #F3F3F7;
  margin-bottom: 2px;
}
.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: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: -0.045em;
  color: #666666;
}
.lineas-accion__content--lst ul li:hover {
  cursor: pointer;
  background-color: #FF5800;
}
.lineas-accion__content--lst ul li:hover .icon {
  filter: saturate(0%) brightness(200%) contrast(120%);
}
.lineas-accion__content--lst ul li:hover .text {
  color: #FFFFFF;
}
.lineas-accion__content--lst a {
  text-transform: uppercase;
  min-width: 110px;
  height: 60px;
  border: 1px solid #E35205;
  background-color: #E35205;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.5rem 2px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.lineas-accion__content--lst a:hover {
  color: #FFFFFF;
  background-color: #FF5800;
  border: 1px solid #FF5800;
}
.lineas-accion__content--title {
  text-align: left;
  padding-right: 10px;
}
.lineas-accion__content--title h6 {
  margin: 0 0 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 0.9rem;
  line-height: 1rem;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #E35205;
}
.lineas-accion__content--title h3 {
  margin: 0 0 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 2.3rem;
  line-height: 2.8rem;
  letter-spacing: -0.01em;
  color: #1D252D;
}
.lineas-accion__content--title h3 strong {
  font-weight: 900;
}
@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: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: -0.01em;
  vertical-align: middle;
  color: #1D252D;
}
.lineas-accion__content--title h4 strong {
  font-weight: 800;
}
.lineas-accion__content--title h5 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #1D252D;
}
.lineas-accion__content--title p {
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0;
}
.lineas-accion__content--img .lineas-accion-bar {
  position: relative;
  float: right;
  height: 40px;
  right: 0;
  width: 50%;
  background-color: #FF5800;
}/*# sourceMappingURL=lineas-accion.css.map */