#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: 500px;
  position: relative;
}

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

#banner .all-container .banner-box {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 400px;
  z-index: 3;
}

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

#banner .all-container .banner-box .banner-image {
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 5;
}

#banner .all-container .banner-box .text-box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 6;
  text-align: center;
}

@media (max-width: 767px) {
  #banner .all-container .banner-box .text-box h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (min-width: 768px) {
  #banner .all-container .banner-box .text-box h2 {
    padding: 0 32px;
  }
}

@media screen and (min-width: 768px) {
  #banner .all-container .banner-box .text-box {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}

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

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

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

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

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

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

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

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

@-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: 100px;
  }
}

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

#banner:after {
  content: "";
  width: 100%;
  height: 32px;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
}

#text-content {
  padding: 40px 0;
}

#text-content h3 {
  font-size: 24px;
  line-height: 32px;
  color: #9f5cb3;
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
  #text-content h3 {
    font-size: 36px;
    line-height: 48px;
  }
}

#text-content strong {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
  #text-content strong {
    font-size: 24px;
    line-height: 32px;
  }
}

#text-content p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  #text-content p {
    font-size: 20px;
    line-height: 26px;
  }
}

#we-want-to {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 400px;
  position: relative;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  #we-want-to {
    padding-bottom: 0;
  }
}

#we-want-to .purple-box {
  background-color: rgba(159, 92, 179, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  text-align: center;
}

#we-want-to .purple-box .box-content {
  padding: 42px 24px;
}

@media screen and (min-width: 992px) {
  #we-want-to .purple-box .box-content {
    padding: 92px 52px;
  }
}

#we-want-to .purple-box .box-content h3 {
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  #we-want-to .purple-box .box-content h3 {
    font-size: 40px;
    line-height: 54px;
  }
}

#we-want-to:before {
  content: "";
  width: 100%;
  height: 32px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
}
