.z-index-1 {
  z-index: -1;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.center-element-absolute {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.text-purple {
  color: #504194;
}

.text-grey {
  color: #5d5d5d;
}

.text-green {
  color: #5aa8a0;
}

/* menu responsive */
.h-0 {
  height: 0;
}

#navbar-brand-mobile {
  margin-top: -7vw;
  width: 100%;
}

.no-scroll {
  overflow: hidden;
}

.logo-mobile {
  width: 35%;
  display: block;
  margin: 0 auto;
}

.button-login {
  font-family: "Lato Black";
  border-radius: 30px;
  padding: 5px 30px;
  border: none;
  font-size: 3.9vw;
  margin-top: 3vw;
  margin-bottom: 0;
}

.button-sign-in {
  font-family: "Lato Black";
  margin-top: 3vw;
  border-radius: 30px;
  padding: 5px 30px;
  border: none;
  font-size: 3.9vw;
}

.button-sign-in:hover, .button-login:hover {
  text-decoration: none;
}

#mobile-nav {
  color: #fff;
  min-height: 100%;
  margin: 0;
  opacity: 0;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
  z-index: 1000;
}

#mobile-nav.open-menu {
  opacity: 1;
}

#mobile-nav > .container-mobile-nav {
  padding: 32px;
  background-color: #ececec;
  height: 100%;
  margin: 0 auto;
  min-height: 100vh;
  width: 100%;
  overflow: scroll !important;
}

#mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mobile-nav li {
  list-style-type: none;
  margin-bottom: 26px;
}

#mobile-nav a {
  color: #5d5d5d;
  font-size: 1.2rem;
  font-family: "Lato Black";
}

/* Icon mobile menu */
#nav-icon {
  width: 35px;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 12px;
}

#nav-icon span:nth-child(4) {
  top: 24px;
}

#nav-icon.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

/* End Icon mobile menu */
/* SECTION 1 HOME */
.section1-content {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 0;
}

.section1-content-1 {
  margin-top: 1.5vw;
}

.section1-img1 {
  width: 26vw;
}

.section1-text1 {
  font-family: "Lato Medium";
  font-size: 1.8vw;
  width: 28%;
  text-align: center;
  color: white;
  margin-top: 0.5vw;
  line-height: 2.2vw;
  margin-bottom: 7px;
}

.section1-text2 {
  font-family: "Lato Regular";
  font-size: 0.9vw;
  width: 20%;
  text-align: center;
  color: white;
}

.section1-img2 {
  width: 3vw;
}

.section1-img3 {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 31vw;
  width: 80%;
}

@media (min-width: 768px) and (max-width: 992px) {
  .section1-content-1 {
    margin-top: 0.6vw;
  }
  .section1-text1 {
    font-size: 2.1vw;
    width: 36%;
    line-height: 2.6vw;
  }
  .section1-text2 {
    font-size: 1.2vw;
    width: 28%;
  }
}

@media (max-width: 767px) {
  .section1-content-1 {
    margin-top: 40vw;
  }
  .section1-img1 {
    width: 100vw;
  }
  .section1-text1 {
    margin-top: 20px;
    font-size: 8vw;
    width: 70%;
    line-height: 9vw;
  }
  .section1-text2 {
    margin-top: 20px;
    font-size: 4.1vw;
    line-height: 6.5vw;
    width: 76%;
  }
  .section1-img2 {
    width: 14vw;
    margin-top: 20px;
  }
  .section1-img3 {
    top: 210vw;
    width: 100%;
  }
}

/* SECTION 2 HOME */
.section2-content1 {
  top: 5vw;
  position: absolute;
}

.section2-bg {
  top: 14vw;
  left: 10vw;
  width: 80%;
}

.section2-plot {
  left: 0;
  top: 0;
  width: 100%;
}

.section2-img1 {
  width: 32vw;
  margin-left: 10vw;
}

.section2-button {
  font-family: "Lato Light";
  font-size: 2vw;
  color: white;
  background-color: #543f97;
  border-radius: 3vw;
  padding: 0.1vw 3vw;
  margin-left: -13vw;
  border: none;
  margin-bottom: 5vw;
}

.section2-content2 {
  color: #543f97;
  top: 19.5vw;
}

.section2-img2 {
  width: 33%;
  height: 30%;
  padding-right: 5vw;
}

.section2-content2-text1 {
  font-family: "Montserrat-Regular";
  font-size: 4.5vw;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section2-content2-text2 {
  font-family: "Lato Light";
  font-size: 1.8vw;
  margin-top: -1.9vw;
  color: #958aa1;
}

.section2-content2-text3 {
  font-family: "Lato Regular";
  font-size: 0.9vw;
  line-height: 1.2vw;
  width: 78%;
  color: #91899f;
}

.section2-content2-texts {
  width: 36%;
  text-align: center;
  margin-top: 3vw;
  padding-right: 3vw;
}

.section2-content3 {
  top: 55vw;
  left: 25vw;
  width: 20%;
}

.section2-content3 p {
  font-family: "Lato Medium";
  font-size: 1.4vw;
  line-height: 1.5vw;
  margin-left: 0.5vw;
  height: 3vw;
}

.pink-text {
  color: #ff7571;
}

.purple-text {
  color: #543f97;
}

.section2-img7 {
  height: 28vw;
  margin-top: 0.3vw;
}

.section2-content3-text2 {
  margin-top: 1.75vw;
}

.section2-content3-text3 {
  margin-top: 1.89vw;
  height: 4.5vw !important;
}

.section2-content3-text4 {
  margin-top: 2vw;
}

.section2-content3-text5 {
  margin-top: 2.15vw;
}

.section2-content3-text6 {
  margin-top: 2.7vw;
}

.section2-content4 {
  top: 49vw;
  left: 60vw;
}

.section2-content4 > img {
  margin: 1.3vw;
  width: 3vw;
}

.section2-img3 {
  top: 48.5vw;
  left: 77.5vw;
  width: 6%;
}

.section2-content5 {
  top: 75vw;
  left: 29vw;
}

.section2-img8 {
  width: 16vw;
  z-index: 4;
}

.section2-img9 {
  width: 40vw;
  margin-left: -5.5vw;
  z-index: 3;
}

.section2-content6 {
  top: 104vw;
  text-align: center;
  font-family: "Lato Regular";
  z-index: 10;
}

.section2-content6-text1 {
  width: 36%;
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #91899f;
}

.section2-content6-text2 {
  width: 16vw;
  font-size: 1.2vw;
  background-color: #f90000;
  border-radius: 3vw;
  line-height: 1.5vw;
  padding: 0.5vw 1vw;
  margin-left: 4vw;
}

.section2-content6-text2:hover,
.section2-content6-text2:active,
.section2-content6-text2:visited,
.section2-content6-text2:link {
  color: white;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 992px) {
  .section2-content2-text3 {
    font-size: 1vw;
    line-height: 1.3;
  }
  .section2-content6-text1 {
    width: 36%;
    font-size: 1vw;
    line-height: 1.3vw;
  }
}

.circle {
  height: 5vw;
  width: 5vw;
  border-radius: 50%;
  margin-top: 8vw;
  margin-bottom: 1.5vw;
}

.line {
  height: 2px;
  width: 10vw;
  margin-top: 2vw;
}

.bg-pink {
  background-color: #f27470;
}

.bg-purple {
  background-color: #504194;
}

.bg-red {
  background-color: #d50001;
}

.bg-green-light {
  background-color: #5aa8a0;
}

.section2-content3-mobile > p {
  font-size: 7vw;
  line-height: 8vw;
  margin-bottom: 1.6vw;
}

@media (max-width: 767px) {
  .section2-content1 {
    top: -10vw;
    position: absolute;
  }
  .section2-img1 {
    width: 170vw;
    margin-left: 71vw;
  }
  .section2-button {
    font-size: 10vw;
    padding: 0.7vw 20vw;
    margin-left: 0;
    border: none;
    margin-bottom: 5vw;
    margin-top: 12vw;
    border-radius: 100px;
  }
  .section2-content2 {
    color: #543f97;
    top: 110vw;
  }
  .section2-content3 {
    top: 360vw;
    left: auto;
    width: 100% !important;
    display: block !important;
    margin: 0 auto;
  }
  .section2-content3 p {
    height: auto;
  }
  .section2-img2 {
    width: 116%;
    margin-left: -4vw;
    padding-right: 5vw;
    margin-top: 10vw;
  }
  .section2-content2-text1 {
    font-size: 16vw;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .section2-content2-text2 {
    font-family: "Lato Light";
    font-size: 8vw;
    margin-top: -5vw;
    width: 80%;
    line-height: 8vw;
  }
  .section2-content2-text3 {
    font-family: "Lato Regular";
    font-size: 4.4vw;
    line-height: 5vw;
    width: 92%;
    margin-top: 4vw;
  }
  .section2-content2-texts {
    width: 90%;
    text-align: center;
    margin-top: 3vw;
    padding-right: 3vw;
  }
  .section2-content4 {
    top: 554vw;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .section2-content4 > img {
    margin: 7vw;
    width: 12.5vw;
    height: 12.5vw;
  }
  .section2-content5 {
    top: 603vw;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .section2-img9 {
    width: 180vw;
    margin-left: 0;
  }
  .section2-img8 {
    width: 70%;
    margin-left: 6vw;
    margin-top: -8vw;
  }
  .section2-content6 {
    top: 780vw;
    text-align: center;
    font-family: "Lato Regular";
  }
  .section2-content6-text1 {
    width: 76%;
    font-size: 4.2vw;
    line-height: 5.5vw;
  }
  .section2-content6-text2 {
    width: 77%;
    font-size: 6vw;
    border-radius: 30vw;
    line-height: 7vw;
    padding: 10px 10px;
    margin-top: 10vw;
  }
  .section2-content3 {
    width: 40%;
  }
}

/* SECTION 3 */
.section3-content1 {
  top: 28.5vw;
  left: 22vw;
  font-family: "Lato Light";
  color: white;
  padding: 0.3vw 3vw;
  border-radius: 30vw;
  font-size: 2.1vw;
}

.section3-content2 {
  top: 25vw;
}

.section3-content2-img1 {
  width: 57vw;
  height: 20vw;
}

.section3-content2-texts {
  width: 32%;
  color: white;
  margin-left: -3vw;
}

.section3-content2-img2 {
  width: 15vw;
}

.section3-content2-text1 {
  margin-top: 3vw;
  font-size: 3.6vw;
  margin-bottom: 0;
  font-family: "Montserrat-Regular";
}

.section3-content2-text2 {
  font-size: 1.8vw;
  line-height: 2vw;
  font-family: "Lato Light";
  margin-top: 0vw;
  text-align: center;
}

.section3-content2-text3 {
  font-size: 0.9vw;
  width: 90%;
  font-family: "Lato Regular";
  text-align: center;
}

.section3-content2-img3 {
  margin-top: 2vw;
  width: 18vw;
}

.section3-plot {
  top: 68vw;
  width: 100%;
}

.section3-content3 {
  position: absolute;
  top: 70vw;
}

.section3-container-image {
  width: 16vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  margin: 1.5vw;
  color: white;
}

.section3-container-image img {
  width: 100%;
}

.section3-container-image div {
  padding: 0.7vw 1vw;
  height: 100%;
}

.section3-content3-img1-texts {
  background-color: #5aa8a0;
}

.section3-content3-img2-texts {
  background-color: #504194;
}

.section3-content3-img3-texts {
  background-color: #c7c6c6;
}

.section3-content3 > .section3-container-image > div > p:first-child {
  font-family: "Lato Medium";
  font-size: 1.3vw;
}

.section3-content3 > .section3-container-image > div > p:last-child {
  font-family: "Lato Regular";
  font-size: 0.9vw;
  line-height: 1.2vw;
}

.section3-carousel {
  top: 325vw;
  width: 100%;
}

.section3-carousel-items {
  width: 100%;
}

.section3-carousel-item {
  width: 84vw;
  color: white;
  height: 223Vw;
}

.section3-carousel-item img:last-child {
  width: 100%;
  height: 25%;
}

.section3-carousel-item img {
  width: 100%;
  height: auto;
}

.section3-carousel-item div {
  text-align: center;
  height: 100%;
  padding: 1vw 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img-carousel {
  width: 85vw;
}

.section3-carousel-text > p:first-child {
  font-family: "Lato Medium";
  font-size: 5.5vw;
  padding: 2vw 2vw 0 2vw;
}

.section3-carousel-text > p:last-child {
  font-family: "Lato Regular";
  font-size: 4vw;
  padding: 1vw 2vw 0 2vw;
}

.controls-carusel-home {
  width: 100%;
  top: 228vw;
}

.controls-carusel-home img {
  margin: 2vw;
}

@media (max-width: 767px) {
  .section3-content2 {
    top: 25vw;
    width: 100%;
  }
  .section3-content2-img1 {
    width: 244vw;
    height: 70vw;
    margin-right: -83vw;
  }
  .section3-content2-texts {
    width: 100%;
    color: white;
    text-align: center;
    margin-left: 0;
  }
  .section3-content2-img2 {
    display: none;
  }
  .section3-content2-text0 {
    font-family: "Lato Light";
    font-size: 9vw;
    color: white;
    background-color: #543f97;
    border-radius: 30vw;
    padding: 8px 35px;
    margin-bottom: 20vw;
    margin-top: 18vw;
  }
  .section3-content2-text1 {
    margin-top: 14vw;
    font-size: 17vw;
    margin-bottom: 0;
    font-family: "Montserrat-Regular";
    line-height: 17.5vw;
  }
  .section3-content2-text2 {
    font-family: "Lato Light";
    font-size: 8vw;
    line-height: 8.2vw;
    margin-top: 2vw;
  }
  .section3-content2-text3 {
    font-family: "Lato Regular";
    font-size: 3.9vw;
    width: 79%;
    margin-top: 4vw;
  }
  .section3-content2-img3 {
    margin-top: 9vw;
    width: 60vw;
  }
  .section3-plot {
    top: 400vw;
    width: 100%;
  }
  .section3-content3 {
    position: absolute;
    top: 400vw;
  }
}

/* SECTION 4 */
.section4 {
  height: 40vw;
  margin-top: -36vw;
}

.section4-content1-section1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section4-content1-img1 {
  width: 80%;
  display: block;
  margin-left: auto;
}

.section4-content1-section2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section4-content1-text1 {
  font-family: "Lato Light";
  font-size: 2vw;
  margin-top: 4vw;
  margin-bottom: auto;
  padding: 0.2vw 5vw;
  color: white;
  border-radius: 30vw;
}

.section4-content1-img2 {
  margin-left: 1.5vw;
  width: 14vw;
  height: 9vw;
  margin-top: 1vw;
}

.section4-content1-section2-content2 {
  width: 55%;
  text-align: center;
  margin-left: 3vw;
}

.section4-content1-text2 {
  margin-top: 1vw;
  font-size: 3.6vw;
  margin-bottom: 0;
  font-family: "Montserrat-Regular";
}

.section4-content1-text3 {
  margin-top: -0.5vw;
  font-size: 1.8vw;
  line-height: 2vw;
  font-family: "Lato Light";
}

.section4-content1-text4 {
  font-size: 0.9vw;
  width: 90%;
  display: block;
  margin: auto;
  font-family: "Lato Regular";
}

.section3-content2-img3 {
  width: 60%;
}

.section4-content2-section1 {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  margin-top: 2vw;
}

.section4-content2-section1 > p,
.section4-content2-section1 > img {
  width: 69%;
  margin: 0 auto;
  margin-left: 12vw;
}

.section4-content2-text1 {
  font-family: "Lato Medium";
  font-size: 1.3vw;
  /* line-height: 1; */
  padding-bottom: 1.5vw;
  /* margin-top: 4vw; */
}

.section4-content2-text2 {
  font-family: "Lato Regular";
  font-size: 1vw;
  padding-bottom: 2vw;
}

.section4-content2-text3 {
  font-family: "Lato Regular";
  font-size: 2.1vw;
  line-height: 2.4vw;
  padding: 1vw 0;
}

.section4-content2-section2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 19vw !important;
  margin-left: -10vw;
}

.section4-content2-img3 {
  width: 70%;
  display: block;
}

.section4-content2-text4,
.section4-content2-text4:hover {
  width: 21vw;
  font-family: "Lato Regular";
  font-size: 1.2vw;
  background-color: #f90000;
  border-radius: 30vw;
  line-height: 1.5vw;
  padding: 0.5vw 1vw;
  margin-left: 20.6vw;
  color: white;
  margin-top: 9vw;
  text-decoration: none;
  cursor: auto;
}

@media (max-width: 767px) {
  .section4 {
    height: 537vw;
    margin-top: -24vw;
  }
  .section4-content1-section1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section4-content1-img1 {
    width: 80%;
    display: block;
    margin-left: auto;
  }
  .section4-content1-section2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section4-content1-text1 {
    font-family: "Lato Light";
    font-size: 10vw;
    margin-top: 5vw;
    margin-bottom: auto;
    padding: 0.2vw 24vw;
    color: white;
    border-radius: 100px;
  }
  .section4-content1-img2 {
    margin-left: 1.5vw;
    width: 14vw;
    height: 9vw;
    margin-top: 1vw;
  }
  .section4-content1-section2-content2 {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .section4-content1-text2 {
    margin-top: 18vw;
    font-size: 15vw;
    margin-bottom: 0;
  }
  .section4-content1-text3 {
    width: 80%;
    margin: 0 auto;
    margin-top: -2vw;
    font-size: 8vw;
    line-height: 8.5vw;
    font-family: "Lato Light";
  }
  .section4-content1-text4 {
    font-size: 6vw;
    line-height: 6.5vw;
    width: 80%;
    margin: 0 auto;
    margin-top: 8vw;
    font-family: "Lato Regular";
  }
  .section3-content2-img3 {
    margin-top: 16vw;
    width: 83%;
  }
  .section4-content2-section1 {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .section4-content2-section1 > p,
  .section4-content2-section1 > img {
    width: 79%;
    margin: 0 auto;
  }
  .section4-content2-text1 {
    font-size: 6vw;
    padding-bottom: 5vw;
  }
  .section4-content2-text2 {
    font-size: 4.35vw;
    padding-bottom: 14vw;
  }
  .section4-content2-text3 {
    font-size: 9vw;
    line-height: 9vw;
    padding: 6vw 0;
  }
  .section4-content2-img3 {
    width: 86%;
    display: block;
    margin: 0 auto;
    margin-top: -1vw;
    margin-left: 4.1vw;
  }
  .section4-content2-text4,
  .section4-content2-text4:hover {
    width: 80%;
    font-family: "Lato Regular";
    font-size: 4vw;
    line-height: 6vw;
    padding: 5px 6px;
    color: white;
    margin: 0 auto;
    margin-top: 14vw;
    text-decoration: none;
    cursor: auto;
  }
}

/*SECTION 5*/
.section5-content {
  top: 48vw;
}

.section5-images {
  width: 40%;
  margin: 0 auto;
}

.section5-images > img {
  width: 25%;
  height: auto;
  -ms-flex-item-align: center;
  align-self: center;
}

.section5-text1 {
  font-family: "Lato Medium";
  font-size: 1.8vw;
  margin: 0 auto;
  width: 30%;
  margin-top: 2vw;
}

.section5-plot {
  margin-top: 4vw;
}

.section5-text2 {
  font-family: "Lato Light";
  line-height: 4vw;
  font-size: 3.3vw;
  margin-top: -11vw;
  margin-bottom: 4vw;
}

.section5-text3 {
  font-family: "Lato Regular";
  font-size: 1.65vw;
  line-height: 2vw;
  width: 48%;
  margin: 0 auto;
}

.section5-text4 {
  width: 29vw;
  font-family: "Lato Medium";
  font-size: 1.2vw;
  background-color: #f90000;
  border-radius: 30vw;
  line-height: 1.5vw;
  padding: 0.5vw 1vw;
  color: white;
  margin: 0 auto;
  margin-top: 3vw;
}

@media (max-width: 767px) {
  .section5-content {
    top: 3vw;
  }
  .section5-images > img {
    margin: 0 auto;
    margin-top: 9vw;
    width: 100%;
  }
  .section5-text1 {
    font-size: 7vw;
    margin: 0 auto;
    width: 80%;
    margin-top: 12vw;
  }
  .section5-plot {
    margin-top: 65vw;
  }
  .section5-text2 {
    width: 90%;
    line-height: 15vw;
    font-size: 14vw;
    margin: 0 auto;
    margin-top: -90vw;
    margin-bottom: 13vw;
  }
  .section5-text3 {
    font-size: 7.2vw;
    line-height: 10vw;
    width: 80%;
    margin: 0 auto;
  }
  .section5-text4 {
    width: 93%;
    border-radius: 30vw;
    font-size: 4.5vw;
    line-height: 5.4vw;
    padding: 2vw 3vw;
    margin: 0 auto;
    margin-top: 13vw;
  }
}

.social img {
  width: 1.2vw;
}

.section2-content3 p {
  margin-bottom: 0;
}
