#mobile-header .logo {
  background-image: url("../../images/main/logo-milenio-purple.svg");
}

#mobile-header .open-button {
  background: url("../../images/main/mobile-button-purple.svg") no-repeat center center;
}

#banner {
  position: relative;
}

#banner .all-container {
  min-height: 580px;
}

@media screen and (min-width: 992px) {
  #banner .all-container {
    min-height: 768px;
  }
}

@media screen and (min-width: 992px) {
  #banner .all-container h2 {
    margin-bottom: 32px;
  }
}

#banner .all-container .banner-image {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 0;
  z-index: 2;
}

#banner .all-container .banner-image img {
  object-fit: cover;
  height: 550px;
}

@media screen and (min-width: 992px) {
  #banner .all-container .banner-image img {
    height: 680px;
  }
}

#banner .all-container .text-box {
  position: relative;
  z-index: 3;
  padding-top: 132px;
  padding-bottom: 96px;
}

#banner .all-container .bar-group {
  position: absolute;
  bottom: 0;
  right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 160px;
  z-index: 10;
}

@media screen and (min-width: 992px) {
  #banner .all-container .bar-group {
    width: 350px;
    right: 260px;
  }
}

@-webkit-keyframes bar1 {
  from {
    height: 0;
  }
  to {
    height: 244px;
  }
}

@keyframes bar1 {
  from {
    height: 0;
  }
  to {
    height: 244px;
  }
}

@-webkit-keyframes bar2 {
  from {
    height: 0;
  }
  to {
    height: 204px;
  }
}

@keyframes bar2 {
  from {
    height: 0;
  }
  to {
    height: 204px;
  }
}

@-webkit-keyframes bar3 {
  from {
    height: 0;
  }
  to {
    height: 281px;
  }
}

@keyframes bar3 {
  from {
    height: 0;
  }
  to {
    height: 281px;
  }
}

@-webkit-keyframes bar1-mobile {
  from {
    height: 0;
  }
  to {
    height: 64px;
  }
}

@keyframes bar1-mobile {
  from {
    height: 0;
  }
  to {
    height: 64px;
  }
}

@-webkit-keyframes bar2-mobile {
  from {
    height: 0;
  }
  to {
    height: 40px;
  }
}

@keyframes bar2-mobile {
  from {
    height: 0;
  }
  to {
    height: 40px;
  }
}

@-webkit-keyframes bar3-mobile {
  from {
    height: 0;
  }
  to {
    height: 80px;
  }
}

@keyframes bar3-mobile {
  from {
    height: 0;
  }
  to {
    height: 80px;
  }
}

#banner .all-container .bar-group .first-bar,
#banner .all-container .bar-group .second-bar,
#banner .all-container .bar-group .third-bar {
  background: url("../../images/main/purple_bar.svg") no-repeat;
  width: 5px;
  animation-duration: 2s;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  #banner .all-container .bar-group .first-bar,
  #banner .all-container .bar-group .second-bar,
  #banner .all-container .bar-group .third-bar {
    width: 14px;
  }
}

#banner .all-container .bar-group .first-bar {
  height: 64px;
  animation-name: bar1-mobile;
}

@media screen and (min-width: 992px) {
  #banner .all-container .bar-group .first-bar {
    height: 244px;
    animation-name: bar1;
  }
}

#banner .all-container .bar-group .second-bar {
  height: 40px;
  animation-name: bar2-mobile;
}

@media screen and (min-width: 992px) {
  #banner .all-container .bar-group .second-bar {
    height: 204px;
    animation-name: bar2;
  }
}

#banner .all-container .bar-group .third-bar {
  height: 80px;
  animation-name: bar3-mobile;
}

@media screen and (min-width: 992px) {
  #banner .all-container .bar-group .third-bar {
    height: 281px;
    animation-name: bar3;
  }
}

#strategies {
  padding: 48px 0;
}

@media screen and (min-width: 992px) {
  #strategies {
    min-height: 680px;
    display: flex;
    align-items: flex-start;
  }
}

#strategies .intro {
  position: relative;
  margin-bottom: 36px;
  padding-right: 50%;
}

@media screen and (min-width: 768px) {
  #strategies .intro {
    padding-right: initial;
    margin-bottom: 60px;
  }
}

#strategies .intro h2 {
  letter-spacing: 0.16em;
  margin-bottom: 8px;
}

#strategies .intro:after {
  content: "";
  height: 4px;
  width: 95%;
  position: absolute;
  bottom: 0;
  left: 10px;
  background-color: #5b3567;
}

@media screen and (min-width: 768px) {
  #strategies .intro:after {
    width: 260px;
    bottom: -18px;
  }
}

#strategies .description {
  color: #5b3567;
  margin-bottom: 24px;
}

@media screen and (min-width: 992px) {
  #strategies .description {
    margin-bottom: 56px;
  }
}

#strategies #strategies-list {
  padding-bottom: 60px;
}

#strategies #strategies-list ul {
  padding: 0;
  margin: 0;
}

#strategies #strategies-list ul li {
  display: flex;
  align-items: center;
  list-style: none;
}

@media screen and (min-width: 992px) {
  #strategies #strategies-list ul li {
    min-height: 170px;
    text-align: center;
    justify-content: center;
  }
}

#strategies #strategies-list ul li h3 {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  color: #5b3567;
  transition: 0.3s linear all;
}

@media screen and (min-width: 992px) {
  #strategies #strategies-list ul li h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

#strategies #clients-list {
  min-height: 280px;
}

@media screen and (min-width: 992px) {
  #strategies #clients-list {
    padding-bottom: 90px;
  }
}

#strategies #clients-list #filter-container {
  position: relative;
  min-height: 80px;
}

#strategies #clients-list #filter-container #performance-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #422443;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 32px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  #strategies #clients-list #filter-container #performance-filter {
    width: auto;
  }
}

#strategies #clients-list #filter-container #performance-filter .arrow-down {
  content: "";
  background-image: url("../../images/main/strategies_arrow_down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 16px;
  right: 10px;
  display: block;
  z-index: 11;
  transition: 0.2s linear all;
}

#strategies #clients-list #filter-container #performance-filter .arrow-down.reverse {
  transform: rotate(180deg);
}

@media screen and (min-width: 992px) {
  #strategies #clients-list #filter-container #performance-filter .arrow-down {
    width: 16px;
    height: 16px;
  }
}

#strategies #clients-list #filter-container #performance-filter #first-option {
  padding: 12px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  width: 100%;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  #strategies #clients-list #filter-container #performance-filter #first-option {
    padding: 12px 48px 12px 16px;
  }
}

#strategies #clients-list #filter-container #performance-filter .filter-option {
  cursor: pointer;
  padding: 12px 10px;
  background-color: #ffffff;
}

@media screen and (min-width: 992px) {
  #strategies #clients-list #filter-container #performance-filter .filter-option {
    padding: 12px 48px 12px 16px;
  }
}

#strategies #clients-list #filter-container #performance-filter .filter-option:hover {
  filter: brightness(0.8);
}

#strategies #clients-list #filter-container #performance-filter #filter {
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}

#strategies #clients-list #filter-container #performance-filter #filter.show {
  opacity: 1;
  pointer-events: all;
  max-height: 300px;
}

#strategies #clients-list ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -8px;
}

@media screen and (min-width: 992px) {
  #strategies #clients-list ul {
    margin: 0 -4px;
  }
}

#strategies #clients-list ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 24px;
  width: 50%;
}

@media screen and (min-width: 992px) {
  #strategies #clients-list ul li {
    width: 25%;
  }
}

@media (min-width: 1366px) {
  #strategies #clients-list ul li {
    width: calc(100% / 6);
  }
}

#strategies #clients-list ul li .client-container {
  margin: 0 8px;
  background-color: #f3f2f8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 132px;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  #strategies #clients-list ul li .client-container {
    margin: 0 4px;
  }
}

#strategies #clients-list ul li .client-container img {
  transition: 0.3s linear all;
}

#strategies #clients-list ul li .client-container img.logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 64px;
  max-width: 120px;
  object-fit: contain;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  #strategies #clients-list ul li .client-container img.logo {
    max-width: 150px;
  }
}

#strategies #clients-list ul li .client-container img.original {
  opacity: 0;
}

#strategies #clients-list ul li .client-container .know-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  display: none;
  padding: 0 8px;
}

@media screen and (min-width: 992px) {
  #strategies #clients-list ul li .client-container .know-more {
    display: block;
  }
}

#strategies #clients-list ul li .client-container .know-more .know-more-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  padding-left: 8px;
  background-color: #ded5e9;
  transition: 0.3s linear all;
  width: 24px;
}

#strategies #clients-list ul li .client-container .know-more .know-more-bar a {
  color: #5b3567;
}

#strategies #clients-list ul li .client-container .know-more .know-more-text {
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s linear all;
  opacity: 0;
  height: 24px;
  font-size: 16px;
  color: #5b3567;
  font-weight: 500;
}

#strategies #clients-list ul li .client-container:hover .know-more-bar {
  width: 100%;
}

#strategies #clients-list ul li .client-container:hover .know-more-text {
  opacity: 1;
}

#strategies #clients-list ul li .client-container:hover .purple {
  opacity: 0;
}

#strategies #clients-list ul li .client-container:hover .original {
  opacity: 1;
}

#strategies #modal-data {
  display: none;
}

#modal-inner::before {
  display: none;
}

#modal-inner #modal-inner-contents {
  position: relative;
}

@media (max-width: 767px) {
  #modal-inner #modal-inner-contents {
    padding: 0 !important;
  }
}

#modal-inner #modal-inner-contents #modal-data {
  padding: 64px 0;
}

@media screen and (min-width: 992px) {
  #modal-inner #modal-inner-contents #modal-data {
    padding: 64px 0 96px;
  }
}

#modal-inner #modal-inner-contents #modal-data .modal-data-container {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  #modal-inner #modal-inner-contents #modal-data .modal-data-container {
    flex-direction: row;
  }
}

#modal-inner #modal-inner-contents #modal-data .modal-data-container .modal-children {
  flex: 1;
}

#modal-inner #modal-inner-contents #modal-data .modal-data-container .modal-logo {
  width: 250px;
  height: 100px;
  padding-top: 20px;
  margin-bottom: 32px;
}

#modal-inner #modal-inner-contents #modal-data .modal-data-container .modal-logo img {
  display: block;
  max-width: 200px;
  max-height: 100%;
  width: auto;
  height: auto;
}

#modal-inner #modal-inner-contents #modal-data .modal-data-container .modal-description {
  margin-bottom: 28px;
}

#modal-inner #modal-inner-contents #modal-data .modal-data-container .modal-description p {
  font-size: 16px;
  line-height: 22px;
  color: black;
}

#modal-inner #modal-inner-contents #modal-data .modal-data-container .modal-milenio {
  padding: 20px 18px;
  background-color: #f3f2f8;
}

#modal-inner #modal-inner-contents #modal-data .modal-data-container .modal-milenio img {
  width: 20px;
  height: 22px;
  object-fit: contain;
  margin-bottom: 32px;
}

#modal-inner #modal-inner-contents #modal-data .modal-data-container .modal-milenio p {
  font-size: 16px;
  line-height: 22px;
  color: #716272;
}

#modal-inner #modal-inner-contents #modal-data .modal-data-container .modal-strategies-list {
  background-color: #f3f2f8;
  height: 100%;
  padding: 24px;
}

@media screen and (min-width: 992px) {
  #modal-inner #modal-inner-contents #modal-data .modal-data-container .modal-strategies-list {
    padding: 20px 32px 96px;
  }
}

#modal-inner #modal-inner-contents #modal-data .modal-data-container .modal-strategies-list .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  color: #5b3567;
  margin-bottom: 30px;
}

#modal-inner #modal-inner-contents #modal-data .modal-data-container .modal-strategies-list ul {
  padding: 0;
  list-style: none;
}

#modal-inner #modal-inner-contents #modal-data .modal-data-container .modal-strategies-list ul li {
  min-height: 28px;
  display: flex;
  align-items: center;
  padding: 6px 16px;
  margin-bottom: 16px;
  border: 1px solid #bea4c1;
  color: #bea4c1;
  border-radius: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

#modal-inner
  #modal-inner-contents
  #modal-data
  .modal-data-container
  .modal-strategies-list
  ul
  li.active {
  background-color: #9f5cb3;
  color: white;
  font-weight: 700;
  outline: none;
  border: none;
}

#modal-inner
  #modal-inner-contents
  #modal-data
  .modal-data-container
  .modal-strategies-list
  ul
  li
  p {
  font-size: 12px;
  line-height: 16px;
}
