.index-escenario1-nb.root {
  display: flex;
  flex-direction: column;
  background: var(--src) center center/cover no-repeat;
  position: relative;
  overflow: hidden;
}
.index-escenario1-nb .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  row-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  width: 79.28%;
  position: relative;
  flex-grow: 1;
  margin: 139px auto;
}
@media (max-width: 991px) {
  .index-escenario1-nb .list {
    width: 87.18%;
  }
}
@media (max-width: 767px) {
  .index-escenario1-nb .list {
    width: 90.07%;
  }
}
@media (max-width: 575px) {
  .index-escenario1-nb .list {
    width: 92.36%;
  }
}
@media (max-width: 479px) {
  .index-escenario1-nb .list {
    width: 94.16%;
  }
}
@media (max-width: 383px) {
  .index-escenario1-nb .list {
    width: 95.19%;
    margin: 139px 2.21% 139px 2.6%;
  }
}
.index-escenario1-nb .list > .cell {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 0 1 361px;
}
.index-escenario1-nb .list1 {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  align-content: flex-start;
  row-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  position: relative;
  flex-grow: 1;
}
.index-escenario1-nb .list1 > .cell {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 0 1 302px;
}
.index-escenario1-nb .image1 {
  width: calc(100% - 0px);
  height: auto;
  aspect-ratio: 3.02;
  vertical-align: top;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: relative;
}
.index-escenario1-nb .list1 > .cell1 {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 0 1 280px;
}
.index-escenario1-nb .hero_title {
  font: 300 96px/1.04 "Open Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: 0px;
  position: relative;
  flex-grow: 1;
}
@media (max-width: 479px) {
  .index-escenario1-nb .hero_title {
    font-size: 80px;
    text-align: left;
  }
}
@media (max-width: 383px) {
  .index-escenario1-nb .hero_title {
    font-size: 74px;
  }
}
.index-escenario1-nb .list1 > .cell2 {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 0 1 361px;
}
.index-escenario1-nb .image2 {
  width: calc(100% - 0px);
  height: auto;
  aspect-ratio: 72.2;
  vertical-align: top;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: relative;
}
.index-escenario1-nb .hero_title1 {
  font: 700 64px/1.56 "Open Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: 0px;
  position: relative;
  flex-grow: 1;
}
@media (max-width: 479px) {
  .index-escenario1-nb .hero_title1 {
    font-size: 54px;
    text-align: left;
  }
}
.index-escenario1-nb .list > .cell1 {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1 1 400px;
}
.index-escenario1-nb .flex_col {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
}
.index-escenario1-nb .flex_col > .cell {
  display: flex;
  flex-direction: column;
  position: relative;
}
.index-escenario1-nb .title {
  font: 28px/1.35 "Open Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: 0px;
  position: relative;
  flex-grow: 1;
}
.index-escenario1-nb .subtitle_box {
  position: relative;
  flex-grow: 1;
  margin: 40px 0px 0px;
}
.index-escenario1-nb .subtitle {
  font: 300 18px/1.35 "Open Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: 0px;
}
.index-escenario1-nb .subtitle_span0 {
  font: 300 1em/1.38 "Open Sans", Helvetica, Arial, serif;
}
.index-escenario1-nb .subtitle_span1 {
  font: 700 1em/1.38 "Open Sans", Helvetica, Arial, serif;
}
.index-escenario1-nb .subtitle_span2 {
  font: 300 1em/1.38 "Open Sans", Helvetica, Arial, serif;
}
.index-escenario1-nb .flex_col > .cell1 {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1 0 auto;
}
.index-escenario1-nb .btn {
  display: flex;
  flex-direction: column;
  background-color: #6c4896;
  border-radius: 4px 4px 4px 4px;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  cursor: pointer;
  filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.117));
  position: relative;
  min-width: 0px;
  margin: 40px 0px 0px auto;
}
.index-escenario1-nb .btn__text {
  display: flex;
  align-items: center;
  justify-content: center;
  font: 500 15px/1.73 "Roboto", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: 0.46px;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  position: relative;
  min-width: 0px;
  margin: 8px 21.5px;
}