@charset "utf-8";

/* CSS Document */

body {
  line-height: normal;
  outline: none !important;
  margin: 0;
  padding: 0;
  overflow-y: auto !important;
}

.container-lp {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

/* HEADER CONTAINER */

.main {
  width: 100%;
  background-color: #fff;
}

.main .header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  background-image: url("../img/Header.png");
  height: 660px;
  width: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.row {
  display: flex;
  margin: 0;
}

.logo {
  float: center;
}

.logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.languages {
  align-items: flex-end;
  width: 100%;
  align-items: flex-end;
  width: 100%;
  position: relative;
  bottom: 150px;
  right: 40px;
}

.copy {
  max-width: 1920px;
  display: flex;
  flex-direction: column;
}

.languages p {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #fff;
  padding-bottom: 20px;
  align-items: flex-end;
  margin: 0 auto;
  text-align: right;
  text-decoration: none;
}

.languages p a {
  color: #fff;
  text-decoration: none;
}

.languages p a:hover {
  text-decoration: underline;
}

.copy h1 {
  font-size: 26px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  line-height: 35px;
  padding-top: 40px;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.area-mbway {
  display: flex;
  align-items: center;
  background-color: #0d1427;
  padding: 30px;
  text-align: center;
}

.area-mbway .copy-mbway {
  display: flex;
  margin: 0 auto;
  align-items: center;
}

h2 {
  margin: 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-align: left;
  padding-left: 20px;
  line-height: 26px;
}

/* COPY CENTRAL */

.copy-intro {
  padding: 60px 0;
  max-width: 1024px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #0d1427;
  margin: 0 auto;
}

/* CENTRAL BOXES */

.container-technicalInfo {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  text-align: center;
}

.container-technicalInfoGrey {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background-color: #f2f3f4;
  text-align: center;
}

.tecnhicalInfo {
  margin: 0 auto;
  width: 1024px;
  padding: 20px 0;
}

.col-images {
  display: flex;
  flex-direction: column;
}

.col-copy {
  flex-direction: column;
  padding: 0;
  text-align: left;
  display: flex;
  padding: 50px 0 0 20px;
}

.col-copy h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #1fb1e6;
  font-size: 16px;
  text-transform: uppercase;
}

.col-copy h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #0d1427;
  font-size: 20px;
}

.col-copy p {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #0d1427;
  font-size: 14px;
}

/* BOX SCHEME */

.container-SchemeMB {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 50px 0 70px 0;
}

.copySchemeMB {
  margin: 0 auto;
  width: 1024px;
  padding: 50px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #0d1427;
  font-size: 18px;
  border-radius: 24px;
  background-color: #f2f3f4;
}

/* CTA */

.btn-area {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.btn-Contact {
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
  background-color: #1fb1e6;
  padding: 20px;
  width: 250px;
  border: none;
  color: #fff;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  border-radius: 48px;
  text-decoration: none;
}

.btn-Contact:hover {
  background-color: #0d1427;
  color: #fff;
  text-decoration: none;
}

/* FOOTER */

.container-footer {
  background-color: #0d1427;
  padding: 20px;
}

.copyright {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  width: fit-content;
  font-weight: 400;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}

/*  RESPONSIVE TABLET */

@media (min-width: 768px) and (max-width: 1024px) {
  .container-SchemeMB {
    padding: 50px 20px 70px 20px;
  }
}

/*  RESPONSIVE MOBILE */

@media screen and (max-width: 767px) {
  .mobileImg {
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .logo img {
    padding: 10px;
  }
  .area-mbway .copy-mbway {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
  }
  .copy-intro {
    font-size: 15px;
    line-height: 26px;
  }
  h2 {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
  }
  .languages {
    bottom: 160px;
    right: 20px;
  }
  .tecnhicalInfo {
    padding: 30px 0px;
  }
  .col-copy {
    padding: 10px;
  }
  .col-images {
    padding: 0;
  }
  .container-SchemeMB {
    padding: 30px 15px 60px 15px;
  }
  .copySchemeMB {
    font-size: 15px;
    line-height: 26px;
  }
  .copyright {
    font-size: 12px;
  }
}
