.homepage .film-green {
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 131, 176, 0.94);
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 131, 176, 0.94), rgba(0, 180, 219, 0.94));
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  bottom: 0;
  left: 0;
  z-index: 1;
}

.homepage .block-action {
  position: absolute;
  bottom: -3rem;
  min-width: 30%;
  left: 0;
  z-index: 4;
  box-shadow: 0 1px 15px 1px rgba(100, 100, 100, 0.6);
  background: #00B4DB;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0083B0, #00B4DB);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.homepage .block-action > div {
  padding: 4rem 6rem;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  min-width: 20%;
}

.homepage .slider {
  height: 500px;
  position: relative;
}

.homepage .slider .img-slider {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}

.homepage .slider video {
  width: 110%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.homepage .slider .slogan {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: 75%;
  z-index: 3;
}

.homepage .slider .slogan > * {
  color: #fff;
  text-shadow: 1px 2px 5px rgba(100, 100, 100, 0.6);
}

.homepage .slider .slogan > div {
  text-transform: uppercase;
}

.homepage .slider .slogan h1 {
  font-size: 4.5rem;
  margin: 2.5rem 0;
  font-weight: 500;
}

.homepage .big-title {
  width: 100%;
  z-index: 3;
  text-align: center;
  margin-top: 2rem;
  font-family: "Arimo", sans-serif;
  color: #FFFFFF;
  font-size: 5rem;
  padding: 2rem;
}

.section-1 .section-title {
  margin-top: 9rem;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.section-1 .section-title .number-div {
  width: 20%;
  position: relative;
}

.section-1 .section-title .number-div .trait {
  height: 1px;
  position: absolute;
  bottom: 34px;
  left: 0;
  width: 100%;
  background: #00B4DB;
}

.section-1 .section-title .number-div .number {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 2rem 0 1rem;
  background: white;
  font-size: 42px;
  font-weight: 600;
  color: #0083B0;
}

.section-1 .section-title .number-div .number i {
  font-size: 42px;
}

.section-1 .section-title .text-div {
  width: 60%;
}

.section-1 .section-title .text-div .subtitle {
  color: #0083B0;
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
}

.section-1 .section-title .text-div .title {
  font-size: 40px;
  color: #555050;
  font-weight: 600;
}

.section-1 .section-title .text-div.w-40 {
  width: 40%;
}

.section-1 .section-title .br-separator {
  width: 50%;
  position: absolute;
  height: 1px;
  bottom: 1rem;
  right: 6rem;
  background-color: #0083B0;
}

.section-1 .section-title.in-2 {
  margin-top: 13rem;
}

.section-1 .section-title.in-2 .number-div .trait {
  width: 35%;
  background: #FFFFFF;
}

.section-1 .section-title.in-2 .number-div .number {
  background: transparent;
  color: #FFFFFF;
}

.section-1 .section-title.in-2 .text-div .subtitle {
  color: #FFFFFF;
}

.section-1 .section-title.in-2 .text-div .title {
  color: #FFFFFF;
}

.section-1 .items-hw {
  padding: 4rem 6rem;
}

.section-1 .items-hw .item-how-work {
  min-height: 500px;
  position: relative;
  z-index: 4;
  padding: 0;
  display: flex;
  justify-content: center;
}

.section-1 .items-hw .item-how-work:hover div.bg-img {
  transform: scale(1.1);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.section-1 .items-hw .item-how-work div.bg-div {
  overflow: hidden;
  position: absolute;
  border-radius: 2px;
  width: 96%;
  height: 100%;
  box-shadow: 0 1px 15px 1px rgba(100, 100, 100, 0.6);
}

.section-1 .items-hw .item-how-work div.bg-div div.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 2s;
  /* Animation */
}

.section-1 .items-hw .item-how-work div.bg-div div.filter-black {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
}

.section-1 .items-hw .item-how-work div.bg-div div.text {
  position: absolute;
  top: 49%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.section-1 .items-hw .item-how-work div.bg-div div.text .title {
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
}

.section-1 .items-hw .item-how-work div.bg-div div.text .subtitle {
  margin-top: 2rem;
}

.section-2 {
  position: relative;
  margin-top: -12rem;
  height: 43rem;
  z-index: 1;
}

.section-2 .bg-green {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  background: linear-gradient(to bottom, #0083B0, #00B4DB);
}

.section-3 {
  margin-top: -26rem;
  height: 50rem;
  position: relative;
}

.section-3 .bg-grey {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 100%;
  background-color: #F5F5F5;
}

.section-4 {
  margin-top: -7rem;
  z-index: 7;
  height: 80rem;
  position: relative;
}

.section-4 .border-green {
  position: absolute;
  right: -1rem;
  top: 0;
  height: 100%;
  width: 70%;
  border: 1px solid #00B4DB;
  border-radius: 3px;
}

.section-4 .border-green .div-zone-text {
  width: 60%;
  position: absolute;
  left: 58%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section-4 .border-green .div-zone-text .title {
  font-size: 40px;
  color: #555050;
  font-weight: 600;
  text-align: center;
}

.section-4 .border-green .div-zone-text .content {
  margin-top: 2rem;
}

.section-4 .border-green .div-zone-text .content .question {
  font-size: 18px;
  color: #555050;
  font-weight: 600;
}

.section-4 .border-green .div-zone-text .content .response {
  text-align: justify;
}

.section-4 .div-two-img {
  position: absolute;
  height: 450px;
  width: 50%;
  z-index: 6;
  left: -6%;
  transform: translateY(-50%);
  top: 55%;
  display: flex;
  justify-content: space-between;
}

.section-4 .div-two-img > div {
  width: 48%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  box-shadow: 0 1px 15px 1px rgba(100, 100, 100, 0.6);
}

@media only screen and (max-width: 1024px) {
  .section-1 .section-title .text-div .title {
    font-size: 31px;
  }
}

@media only screen and (max-width: 767px) {
  .homepage .slider .slogan {
    top: 45%;
  }

  .homepage .slider .slogan h1 {
    font-size: 3rem;
    margin: 1.5rem 0;
    font-weight: 500;
  }

  .homepage .block-action {
    bottom: -4rem;
    width: 90%;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .homepage .block-action > div {
    padding: 2rem 4rem;
  }

  .section-1 .section-title {
    margin-top: 0;
  }

  .section-1 .section-title.mobile-mt-9 {
    margin-top: 9rem;
  }

  .section-1 .section-title .number-div {
    width: 30%;
  }

  .section-1 .section-title .text-div {
    width: 68%;
  }

  .section-1 .section-title .text-div .title {
    font-size: 31px;
  }

  .section-1 .section-title.no-number-div-mobile .number-div {
    width: 4%;
  }

  .section-1 .section-title.no-number-div-mobile .text-div {
    width: 92%;
  }

  .section-1 .items-hw {
    padding: 1rem 2rem;
  }

  .section-1 .items-hw .item-how-work {
    margin-top: 1rem;
  }

  .section-1 .section-title.in-2 {
    margin-top: 0;
  }

  .section-1 .section-title.in-2 .number-div .trait {
    width: 25%;
  }

  .section-2 {
    position: relative;
    margin-top: 2rem;
    height: auto;
    z-index: 1;
  }

  .section-2 .bg-green {
    position: relative;
    padding: 3rem 2rem;
    width: 100%;
  }

  .section-3 {
    margin-top: 2rem;
    height: auto;
  }

  .section-3 .bg-grey {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 3rem 0 2rem;
  }

  .section-4 {
    margin-top: 2rem;
    z-index: 7;
    height: auto;
    display: flex;
    justify-content: center;
  }

  .section-4 .div-two-img {
    display: none;
  }

  .section-4 .border-green {
    position: relative;
    height: 100%;
    width: 90%;
    right: 0;
    padding: 2rem;
  }

  .section-4 .border-green .div-zone-text {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: inherit;
  }
}

#scrollDown {
  position: absolute;
  left: 50%;
  z-index: 1;
  bottom: 90px;
  transform: translateX(-50%);
}

#scrollDown span {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 50%;
  width: 36px;
  height: 60px;
  margin-left: -15px;
  border: 4px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

#scrollDown span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 9px;
  height: 9px;
  margin-left: -4px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

