@font-face {
  font-family: "MontSerrat";
  src: url("https://bucket-mais.s3.amazonaws.com/private/Fonts/Montserrat/Montserrat-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "MontSerrat";
  src: url("https://bucket-mais.s3.amazonaws.com/private/Fonts/Montserrat/Montserrat-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "MontSerrat";
  src: url("https://bucket-mais.s3.amazonaws.com/private/Fonts/Montserrat/Montserrat-SemiBold.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "MontSerrat";
  src: url("https://bucket-mais.s3.amazonaws.com/private/Fonts/Montserrat/Montserrat-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "MontSerrat";
  src: url("https://bucket-mais.s3.amazonaws.com/private/Fonts/Montserrat/Montserrat-ExtraBold.ttf");
  font-weight: 900;
}

@font-face {
  font-family: "Roboto";
  src: url("https://bucket-mais.s3.amazonaws.com/private/Fonts/Roboto/Roboto-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: url("https://bucket-mais.s3.amazonaws.com/private/Fonts/Roboto/Roboto-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("https://bucket-mais.s3.amazonaws.com/private/Fonts/Roboto/Roboto-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: url("https://bucket-mais.s3.amazonaws.com/private/Fonts/Roboto/Roboto-Bold.ttf");
  font-weight: 700;
}

* {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  justify-content: center;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Futura", sans-serif;
}

::-webkit-scrollbar {
  width: 5px !important;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #e5e5e5;
  padding: 0px 20px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(153, 153, 153, 0.5);
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

img {
  -webkit-user-drag: none;
}

.container-area {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  min-height: 1080px;
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0% 10%;
}

.area-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 535px;
  height: 48vw;
  background-image: url("https://bucket-mais.s3.amazonaws.com/private/Construpay/Images/background_top.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

.area-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #0f1954;
}

.area-3,
.area-4,
.area-5,
.area-6,
.area-7,
.area-8,
.area-9,
.area-10 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.area-3 {
  background: #f1f0f0;
}

.area-8 {
  background: #0f1954;
  background-image: url("https://bucket-mais.s3.amazonaws.com/private/Construpay/Images/Background_bottom.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.area-6,
.area-9,
.area-10 {
  background: #0f1954;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  min-height: 65px;
  max-width: 280px;
  width: 100%;
  border-radius: 8px;
  background: #fd5e00;
  color: #141313;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 2%;
}

.area-1 .container {
  margin: 0px;
}

.area-1 .container-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* margin-top: 30px; */
  background-color: #fff;
  padding: 15px 5%;
  position: fixed;
  z-index: 50000;
  top: 0;
  transition: all 300ms ease-in-out;
}

.area-1 .container-top img {
  max-width: 277px;
  max-height: 75px;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.area-1 .container-top .container-right {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
  width: 100%;
}

.area-1 .container-top .container-right .item {
  font-weight: 400;
  font-size: 16px;
  line-height: 19.04px;
  letter-spacing: 2%;
  color: #424242;
  text-transform: uppercase;
}

.area-1 .container-top .container-right .button {
  max-width: 220px;
  min-height: 50px;
  font-size: 14px;
  line-height: 21px;
  margin-left: 20px;
}

.area-1 .container .container-botton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0px 4% 0px 8%;
}

.area-1 .container .container-botton .box-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  max-width: 380px;
}

.area-1 .container .container-botton .box-left header {
  font-family: "MontSerrat", sans-serif;
  font-weight: 900;
  font-size: 50px;
  line-height: 55px;
  color: #fff;
  text-transform: uppercase;
}

.area-1 .container .container-botton .box-left img {
  display: flex;
  max-width: 100%;
  padding-right: 45px;
  height: auto;
  object-fit: contain;
}

.area-1 .container .container-botton .box-left a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  padding-right: 45px;
  gap: 15px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: 2%;
  color: #fff;
}

.area-1 .container .container-botton .box-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 330px;
  gap: 45px;
}

.area-1 .container .container-botton .box-right span {
  font-weight: 300;
  font-size: 25px;
  line-height: 32.5px;
  letter-spacing: 2%;
  color: #fff;
}

.area-1 .container .container-botton .box-right span:last-child {
  max-width: 275px;
}

.area-1 .container .container-botton .box-right strong {
  font-weight: 700;
  font-size: 25px;
  line-height: 32.5px;
  letter-spacing: 2%;
  color: #fff;
}

.area-1 .container-top .button-mobile {
  display: none;
}

.area-2 {
  position: relative;
}

.area-2 .container {
  padding: 70px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.area-2 .shape-top,
.area-2.shape-botton {
  position: absolute;
}

.area-2 .shape-top {
  position: absolute;
  max-width: 40%;
  max-height: 45%;
  object-fit: contain;
  top: 0%;
  left: 0%;
  transform: rotate(180deg);
}

.area-2 .shape-botton {
  position: absolute;
  max-width: 40%;
  max-height: 45%;
  object-fit: contain;
  bottom: 0%;
  right: 0%;
}

.area-2 .container header {
  font-family: "MontSerrat", sans-serif;
  max-width: 250px;
  font-size: 38px;
  line-height: 49.4px;
  font-weight: 700;
  color: #fff;
}

.area-2 .container .container-top {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.area-2 .container .container-top span {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 2%;
  color: #fff;
}

.area-2 .container .container-botton {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  gap: 25px;
}

.area-2 .container .container-botton .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 20px;
}

.area-2 .container .container-botton .card img {
  max-width: 320px;
  width: 100%;
  max-height: 260px;
  height: 100%;
  border-radius: 35px;
}

.area-2 .container .container-botton .card header {
  font-family: "MontSerrat", sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  max-width: 170px;
  text-align: center;
}

.area-2 .container .container-botton .card:first-child img,
.area-2 .container .container-botton .card:last-child img {
  max-width: 285px;
  max-height: 220px;
}

.area-2 .container .container-botton .card:last-child header {
  max-width: 280px;
}

.area-2 .container .container-pointer {
  display: flex;
  justify-content: space-around;
  margin-top: 25px;
}

.area-2 .container .container-pointer .pointer {
  max-width: 320px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.area-2 .container .container-pointer .pointer span {
  background: #fd5e00;
  width: 18px;
  min-height: 18px;
  display: flex;
  border-radius: 50%;
}

.area-2 .container .container-pointer .pointer:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 26.5vw;
  height: 3px;
  border-top: 1px dashed #fd5e00;
  z-index: 1;
}

.area-3 .container {
  padding: 45px 0px;
  align-items: center;
  gap: 20px;
}

.area-3 .container header {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 2%;
  text-align: center;
  color: #555555;
}

.area-3 .container span {
  font-weight: 500;
  font-size: 18px;
  line-height: 23.4px;
  color: #f28016;
  margin-bottom: 30px;
}

.area-3 .container .container-pattern {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 100%));
  grid-template-rows: minmax(48px, 95px);
  justify-content: center;
  gap: 20px;
  width: 100%;
  justify-content: space-around;
  column-gap: 45px;
}

.area-3 .container .container-pattern img {
  max-width: 215px;
  max-height: 95px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.area-4 .container {
  padding: 70px 0px;
  flex-direction: row;
  gap: 20px;
}

.area-4 .container .box-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.area-4 .container .box-left header {
  font-family: "MontSerrat", sans-serif;
  font-size: 38px;
  line-height: 49.4px;
  font-weight: 700;
  color: #000;
  max-width: 510px;
}

.area-4 .container .box-left header span {
  color: #fd5e00;
  font-family: "MontSerrat", sans-serif;
  font-weight: 700;
}

.area-4 .container .box-left .content {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 2%;
  color: #555555;
  max-width: 440px;
}

.area-4 .container .box-left .container-buttons {
  display: flex;
  gap: 20px;
  width: 100%;
}

.area-4 .container .box-left .container-buttons img {
  max-width: 217px;
  max-height: 75px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.area-4 .container .box-right {
  display: flex;
  width: 100%;
}

.area-4 .container .box-right img {
  max-width: 600px;
  width: 100%;
  max-height: 600px;
  height: 100%;
  object-fit: contain;
}

.area-4 .container .box-right .container-buttons {
  display: none;
}

.area-5 .container {
  gap: 35px;
  padding: 45px 0px;
}

.area-5 .container .container-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.area-5 .container .container-top header {
  font-family: "MontSerrat", sans-serif;
  font-size: 28px;
  line-height: 36.4px;
  font-weight: 700;
  color: #131212;
}

.area-5 .container .container-top .icons {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  min-width: 85px;
}

.area-5 .container .container-top .icons i {
  font-size: 32px;
  color: #000;
}

.area-5 .container .container-botton {
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
}

.area-5 .container .container-botton .card {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 15px 20px;
  max-width: 245px;
  width: 100%;
  min-height: 440px;
  border-radius: 8px;
  background: #f1f0f0;
  justify-content: space-between;
  position: relative;
}

.area-5 .container .container-botton .card .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 10px;
}

.area-5 .container .container-botton .card img {
  border-radius: 50%;
  max-width: 72px;
  max-height: 72px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.area-5 .container .container-botton .card .content header {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #5b647b;
  margin-bottom: 10px;
}

.area-5 .container .container-botton .card .content span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  color: #312f2f;
}

.area-5 .container .container-botton .card:first-child .content span {
  max-width: 190px;
}

.area-5 .container .container-botton .card {
  font-size: 21px;
}

.area-5 .container .container-botton .card i {
  color: #000 !important;
}

.area-6 {
  position: relative;
}

.area-6 .shape-top,
.area-6.shape-botton {
  position: absolute;
}

.area-6 .shape-top {
  position: absolute;
  max-width: 40%;
  max-height: 45%;
  object-fit: contain;
  top: 0%;
  left: 0%;
  transform: rotate(180deg);
}

.area-6 .shape-botton {
  position: absolute;
  max-width: 40%;
  max-height: 45%;
  object-fit: contain;
  bottom: 0%;
  right: 0%;
}

.area-6 .container {
  padding: 70px 0px;
  flex-direction: row;
  gap: 30px;
}

.area-6 .container .box-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 25px;
}

.area-6 .container .box-left header {
  font-family: "MontSerrat", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45.5px;
  color: #fff;
}

.area-6 .container .box-left img {
  max-width: 510px;
  max-height: 510px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.area-6 .container .box-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.area-6 .container .box-right .card {
  display: flex;
  gap: 25px;
  width: 100%;
}

.area-6 .container .box-right .card img {
  max-width: 65px;
  max-height: 65px;
  width: 100%;
  height: 100%;
  background: #fd5e00;
  border-radius: 50%;
  object-fit: contain;
  padding: 15px;
}

.area-6 .container .box-right .card .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  padding-top: 15px;
  max-width: 435px;
}

.area-6 .container .box-right .card .content header {
  font-family: "MontSerrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 31.2px;
  color: #fff;
}

.area-6 .container .box-right .card span {
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 2%;
}

.area-6 .container .box-right .person,
.area-6 .container .box-right .button {
  display: none;
}

.area-7 .container {
  flex-direction: row;
  padding: 70px 0px;
  gap: 40px;
}

.area-7 .container .box-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  width: 100%;
  max-width: 30%;
}

.area-7 .container .box-left header {
  font-family: "MontSerrat", sans-serif;
  font-size: 38px;
  line-height: 49.4px;
  font-weight: 700;
  color: #000;
}

.area-7 .container .box-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 70%;
  width: 100%;
}

.area-7 .container .box-right .container-faq {
  display: flex;
  flex-direction: column;
}

.area-7 .container .box-right .box-faq .box-content-faq {
  width: 100%;
}

.area-7 .container .box-right .container-faq:last-child .accordion {
  border-bottom: none;
}

.area-7 .container .box-right .accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: 0.4s;
  max-width: 100%;
  min-height: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  background: #fff;
  padding: 0px;
}

.accordion span {
  width: 100%;
  word-break: break-word;
  font-family: "MontSerrat", sans-serif;
  line-height: 26px;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  padding: 20px 0px;
  border-top: 1px dashed;
  max-width: 85%;
}

.container-faq:first-child .accordion span {
  border-top: none;
  padding-top: 0px;
}

.accordion .container-button-faq {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: max-content;
  background-image: url("https://bucket-mais.s3.amazonaws.com/private/Construpay/Icons/dashed.png");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-in-out;
}

.accordion .container-button-faq .button-faq img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.accordion .container-button-faq .button-faq {
  min-width: 40px;
  min-height: 35px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.accordion.active {
  color: #fff;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  border: none;
  border-bottom: none !important;
}

.accordion.active .container-button-faq {
  background-image: url("https://bucket-mais.s3.amazonaws.com/private/Construpay/Icons/plus.png");
  transform: rotate(180deg);
}

.panel {
  text-align: left;
  background-color: transparent;
  min-height: fit-content;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 5px;
  display: flex;
  max-width: 85%;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.panel p {
  margin: 0px;
}

.panel b {
  color: #fd5e00 !important;
}

.area-7 .container .box-right .box-faq .box-content-faq .panel,
.area-7 .container .box-right .box-faq .box-content-faq .panel span,
.area-7 .container .box-right .box-faq .box-content-faq .panel a {
  display: initial !important;
  text-align: left !important;
  font-size: 18px !important;
  line-height: 27px !important;
  letter-spacing: 2% !important;
  font-family: "Roboto", sans-serif;
  font-style: normal !important;
  font-weight: 400 !important;
  text-align: left !important;
  width: 100% !important;
  max-width: 85% !important;
  color: #555555 !important;
}

.area-7 .container .box-right .box-faq .box-content-faq .cnt-faq .faq-content {
  display: flex;
  flex-direction: column;
}

.area-7 .container .box-right .box-faq .box-content-faq .panel a {
  font-weight: 700 !important;
  text-decoration: underline !important;
}

.area-8 .container {
  padding: 70px 0px;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}

.area-8 .container .box-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 730px;
}

.area-8 .container .box-left header {
  font-family: "MontSerrat", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 45.6px;
  color: #fff;
}

.area-8 .container .box-left .content {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  max-width: 595px;
}

.area-8 .container .box-left header .bold {
  font-family: "MontSerrat", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 45.6px;
  color: #fd5e00;
}

.area-8 .container .box-left strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #fd5e00;
}

.area-8 .container .box-right {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 280px;
}

.area-7 .container .box-right .button {
  display: none;
}

.area-9 .container {
  flex-direction: row;
  gap: 15px;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 25px 0px 45px;
  gap: 45px;
}

.area-9 .container .logo img {
  max-width: 280px;
  max-height: 72px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.area-9 .container .questions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}

.area-9 .container .questions a {
  font-weight: 400;
  line-height: 19.04px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2%;
}

.area-9 .container .social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.area-9 .container .social .box-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.area-9 .container section {
  padding-top: 25px;
}

.area-9 .container .logo {
  padding-top: 0px;
}

.area-9 .container .box-right {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 650px;
}

.area-9 .container .social .box-top span {
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 400;
  color: #fff;
  padding-left: 5px;
  margin-bottom: 5px;
}

.area-9 .container .social .box-top a img {
  max-width: 90px;
  max-height: 30px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.area-9 .container .social .box-botton {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  max-width: 150px;
}

.area-9 .container .social .box-botton span {
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 400;
  color: #fff;
}

.area-9 .container .social .box-botton strong {
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 400;
  color: #fd5e00;
}

.area-9 .container .social .box-botton .icons {
  display: flex;
  gap: 10px;
}

.area-9 .container .social .box-botton .icons img,
.area-9 .container .contact .box-botton img {
  max-width: 25px;
  max-height: 25px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.area-9 .container .contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 45px;
}

.area-9 .container .contact .box-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.area-9 .container .contact .box-top span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19.04px;
  letter-spacing: 2%;
  color: #fd5e00;
}

.area-9 .container .contact .box-top .button {
  min-height: 35px;
  max-width: 145px;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  column-gap: 10px;
  letter-spacing: 2%;
}

.area-9 .container .contact .box-botton {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.area-9 .container .contact .box-botton header {
  font-weight: 400;
  font-size: 12px;
  line-height: 16.8px;
  letter-spacing: 1%;
  color: #fff;
}

.area-9 .container .contact .box-botton span {
  font-weight: 400;
  font-size: 9px;
  line-height: 12.6px;
  letter-spacing: 1%;
  color: #fff;
}

.area-10 .container {
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 15px;
}

.area-10 .container span {
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 1%;
  color: #fff;
}

/* Media Querys */

@media screen and (min-width: 1800px) {
  .area-1 {
    height: 43vw;
  }

  .area-2 .container .container-top {
    gap: 10%;
  }

  .area-2 .container .container-top span {
    font-size: 20px;
  }

  .area-3 .container .container-pattern img {
    max-width: 250px;
  }

  .area-2 .shape-top,
  .area-2 .shape-botton {
    max-width: 55%;
    max-height: 55%;
  }

  .area-6 .shape-top,
  .area-6 .shape-botton {
    max-width: 55%;
    max-height: 55%;
  }
}

@media screen and (min-width: 2300px) {
  .area-1 {
    height: 41vw;
  }
}

@media screen and (min-width: 2400px) {
  .area-2 .container .container-pointer .pointer:not(:last-child)::after {
    width: 26vw;
  }
}

@media screen and (min-width: 2500px) {
  .area-2 .container .container-pointer .pointer:not(:last-child)::after {
    width: 25.3vw;
  }
}

@media screen and (max-width: 1350px) {
  .area-1 {
    height: 56vw;
  }

  .area-1 .container .container-botton {
    margin: 0px 4% 0px 4%;
  }
}

@media screen and (max-width: 1200px) {
  .area-1 {
    height: 55vw;
  }

  .area-1 .container .container-botton {
    margin: 0px 2% 0px 2%;
  }
}

@media screen and (max-width: 1090px) {
  .area-1 .container-top {
    padding: 15px 2%;
  }

  .area-1 .container-top .container-right {
    gap: 10px;
  }

  .area-1 .container .container-botton .box-left {
    max-width: 330px;
  }

  .area-1 .container .container-botton .box-left header {
    font-size: 40px;
    line-height: 45px;
  }

  .area-1 .container .container-botton .box-right {
    max-width: 260px;
  }

  .area-1 .container .container-botton .box-right span,
  .area-1 .container .container-botton .box-right strong {
    font-size: 20px;
    line-height: 27.5px;
  }

  .area-1 .container-top img {
    max-width: 220px;
  }
}

@media screen and (max-width: 950px) {
  .container {
    margin: 0px 5%;
  }

  .area-1 .container-top img {
    max-width: 160px;
  }

  .area-1 .container-top .container-right .button {
    max-width: 175px;
    column-gap: 10px;
  }

  .area-3 .container .container-pattern {
    grid-template-columns: repeat(3, minmax(180px, 100%));
  }

  .area-2 .container .container-pointer .pointer:not(:last-child)::after {
    width: 30vw;
  }
}

@media screen and (max-width: 910px) {
  .area-1 .container .container-botton .box-left {
    max-width: 270px;
  }

  .area-1 .container .container-botton .box-left header {
    font-size: 32px;
    line-height: 37px;
  }

  .area-1 .container .container-botton .box-right {
    max-width: 210px;
    gap: 20px;
  }

  .area-1 .container .container-botton .box-right span,
  .area-1 .container .container-botton .box-right strong {
    font-size: 18px;
    line-height: 22.5px;
  }
}

/* Mobile */

@media screen and (max-width: 800px) {
  .area-1 .container-top .button-mobile {
    display: flex;
    width: 100%;
    max-width: 150px;
    position: absolute;
    left: 8%;
  }

  .area-1 .container-top .button-mobile button {
    max-width: 40px;
    background: #fff;
    border: none;
  }

  .area-1 {
    background-image: url("https://bucket-mais.s3.amazonaws.com/private/Construpay/Images/Background_mobile.png");
    height: 225vw;
    background-position: top center;
  }

  .container {
    margin: 0% 10%;
  }

  .area-1 .container {
    margin: 0px 2%;
  }

  .area-1 .container-top {
    margin-top: 0px;
    justify-content: center;
    padding: 40px 15px;
    gap: 20px;
    position: fixed;
    margin-top: 0px !important;
  }

  .area-1 .container-top img {
    max-width: 260px;
  }

  .area-1 .container-top .button-mobile button img {
    width: 38px;
  }

  .area-1 .container-top .container-right {
    display: none;
  }

  .area-1 .container .container-botton {
    flex-direction: column;
    align-items: center;
    margin: 0px;
    padding: 10% 5%;
    margin-top: 150px;
  }

  .area-1 .container .container-botton .box-left {
    max-width: 400px;
  }

  .area-1 .container .container-botton .box-left a {
    justify-content: flex-start;
  }

  .area-1 .container .container-botton .box-left header {
    font-size: 50px;
    line-height: 55px;
  }

  .area-1 .container .container-botton .box-right {
    max-width: 380px;
    align-items: center;
  }

  .area-1 .container .container-botton .box-right span,
  .area-1 .container .container-botton .box-right strong {
    font-size: 25px;
    line-height: 32.5px;
    text-align: center;
  }

  .area-2 .container {
    align-items: center;
  }

  .area-2 .container header {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
  }

  .area-2 .container .container-top {
    flex-direction: column;
  }

  .area-2 .container .container-top span {
    text-align: center;
  }

  .area-2 .container .container-botton {
    flex-direction: column;
  }

  .area-2 .container .container-pointer .pointer {
    padding-top: 110px;
    height: 100%;
    max-height: 315px;
    max-width: 50px;
  }

  .area-2 .container .container-pointer .pointer span {
    height: 18px;
  }

  .area-2 .container .container-pointer .pointer:not(:last-child)::after {
    width: 0px;
    height: 40vh;
    top: 40%;
    border-top: none;
    border-left: 1px dashed #fd5e00;
  }

  .area-2 .container .container-cards {
    display: flex;
    gap: 40px;
  }

  .area-2 .container .container-pointer {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0px;
  }

  .area-3 .container header {
    text-align: center;
    width: 100%;
  }

  .area-3 .container .container-pattern {
    grid-template-columns: repeat(2, minmax(100px, 100%));
    justify-items: flex-start;
    row-gap: 25px;
    max-height: 400px;
  }

  .area-4 .container {
    flex-direction: column;
    align-items: center;
  }

  .area-4 .container .box-left header {
    max-width: 100%;
    text-align: center;
  }

  .area-4 .container .box-left .content {
    max-width: 100%;
    text-align: center;
  }

  .area-4 .container .box-left .container-buttons {
    display: none;
  }

  .area-4 .container .box-right {
    flex-direction: column;
    align-items: center;
  }

  .area-4 .container .box-right .container-buttons {
    display: flex;
    flex-direction: column;
  }

  .area-4 .container .box-right .container-buttons img {
    max-width: 220px;
  }

  .area-5 .container .container-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .area-5 .container .container-botton {
    margin-top: 30px;
  }

  .area-6 .shape-top,
  .area-6 .shape-botton {
    display: none;
  }

  .area-6 .container {
    flex-direction: column;
    align-items: center;
    margin: 0%;
  }

  .area-6 .container .box-left {
    flex-direction: column;
    padding: 0px 10%;
  }

  .area-6 .container .box-left img,
  .area-6 .container .box-left .button {
    display: none;
  }

  .area-6 .container .box-right .card {
    flex-direction: column;
    gap: 10px;
    padding: 0px 10%;
  }

  .area-6 .container .box-right .card .content {
    max-width: 100%;
  }

  .area-6 .container .box-right {
    gap: 60px;
  }

  .area-6 .container .box-right .person {
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 550px;
    object-fit: contain;
  }

  .area-6 .container .box-right .button {
    display: flex;
  }

  .area-7 .container {
    flex-direction: column;
    align-items: center;
  }

  .area-7 .container .box-left a {
    display: none;
  }

  .area-7 .container .box-left {
    width: 100%;
    max-width: 230px;
  }

  .area-7 .container .box-right {
    width: 100%;
    max-width: 100%;
    align-items: center;
  }

  .accordion span {
    text-align: center;
    border-top: none;
  }

  .area-7 .container .box-right .accordion {
    border-top: 1px dashed;
  }

  .area-7 .container .box-right .container-faq:first-child .accordion {
    border-top: none;
  }

  .area-7 .container .box-right .box-faq .box-content-faq .panel,
  .area-7 .container .box-right .box-faq .box-content-faq .panel span,
  .area-7 .container .box-right .box-faq .box-content-faq .panel a {
    max-width: 100% !important;
    text-align: center !important;
  }

  .area-7 .container .box-right .button {
    display: flex;
    margin-top: 15px;
  }

  .area-8 {
    background-position: center;
    background-image: url("https://bucket-mais.s3.amazonaws.com/private/Construpay/Images/Background_footer_mobile.png");
  }

  .area-8 .container {
    flex-direction: column;
    align-items: center;
    padding: 100px 0px 50px;
  }

  .area-8 .container .box-left header {
    text-align: center;
  }

  .area-8 .container .box-right .button {
    margin-top: 40px;
  }

  .area-8 .container .box-left .content {
    text-align: center;
  }

  .area-9 .container {
    border-top: 0px;
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }

  .area-10 .container {
    gap: 10px;
  }

  .area-10 .container span {
    font-size: 12px;
  }

  .area-10 .container span:first-child {
    max-width: 192px;
    width: 100%;
  }
}

@media screen and (max-width: 720px) {
  .area-1 {
    height: 245vw;
    background-position: top 100px center;
  }
}

@media screen and (max-width: 650px) {
  .area-9 .container .box-right {
    flex-wrap: wrap;
  }

  .area-9 .container .social {
    width: fit-content;
  }

  .area-9 .container .questions {
    width: 50%;
  }

  .area-9 .container .contact {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    gap: 0px;
  }

  .area-9 .container .contact .box-top {
    width: 50%;
  }

  .area-9 .container .contact .box-botton {
    width: fit-content;
    padding-right: 10px;
  }

  .area-5 .container .container-top header {
    max-width: 300px;
  }
}

@media screen and (max-width: 600px) {
  .area-1 {
    height: 290vw;
  }
}

@media screen and (max-width: 485px) {
  .area-1 .container-top .button-mobile {
    position: relative;
    width: 60px;
    left: 0%;
  }
}

@media screen and (max-width: 440px) {
  .area-1 {
    height: 315vw;
  }

  .area-1 .container .container-botton .box-left header {
    font-size: 40px;
    line-height: 45px;
  }

  .area-2 .container .container-pointer .pointer:not(:last-child)::after {
    height: 41vh;
  }

  .area-9 .container .social {
    width: 50%;
    padding-left: 15px;
  }

  .area-9 .container .contact .box-botton {
    width: 50%;
    padding-left: 15px;
  }
}

@media screen and (max-width: 425px) {
  .area-2 .container .container-pointer .pointer:not(:last-child)::after {
    height: 39vh;
    top: 41%;
  }
}

@media screen and (max-width: 395px) {
  .area-2 .container .container-pointer .pointer:not(:last-child)::after {
    height: 38vh;
  }
}

@media screen and (max-width: 380px) {
  .area-1 {
    height: 400vw;
  }

  .area-2 .container .container-pointer .pointer:not(:last-child)::after {
    height: 36vh;
  }

  .area-1 .container-top img {
    width: 80%;
  }
}

@media screen and (max-width: 350px) {
  .area-2 .container .container-pointer .pointer:not(:last-child)::after {
    height: 34vh;
    top: 42%;
  }
}

.swiper {
  width: 100%;
}

.swiper-slide {
  height: auto;
  max-width: 245px;
  width: 100%;
  display: flex;
  justify-content: center;
  background: transparent;
}

.swiper-wrapper {
  justify-content: flex-start;
}

@media screen and (min-width: 1385px) {
  .swiper-wrapper {
    justify-content: center;
  }
}

@media screen and (max-width: 700px) {
  .swiper {
    width: 90%;
  }
}

@media screen and (max-width: 560px) {
  .swiper.swiper-top {
    max-width: calc(100vw - 0px) !important;
  }
}

@media screen and (max-width: 500px) {
  .swiper.swiper-top .swiper-slide {
    max-width: 67% !important;
  }
}

@media screen and (max-width: 375px) {
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 20% !important;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-prev {
    left: 20%;
  }
}

.swipper-buttons {
  width: 100%;
  position: relative;
  min-height: 50px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  margin-top: -15px !important;
  display: flex !important;
  cursor: pointer !important;
  pointer-events: all !important;
  background-color: transparent;
  border-radius: 90px;
  height: 40px !important;
  width: 40px !important;
  opacity: unset !important;
  right: 0% !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-prev {
  margin-top: -15px !important;
  display: flex !important;
  cursor: pointer !important;
  pointer-events: all !important;
  background-color: #fff;
  border-radius: 90px;
  height: 40px !important;
  width: 40px !important;
  opacity: unset !important;
  left: 0% !important;
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-prev::after {
  display: none;
}

.cnt-sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 60px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  opacity: 0.9;
  -webkit-backdrop-filter: blur(144.5px);
  backdrop-filter: blur(144.5px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cnt-sidenav .item {
  padding: 12px 8px;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  margin: 10px 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.04px;
  letter-spacing: 2%;
  color: #424242;
  text-transform: uppercase;
}

.cnt-sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 40px;
  font-family: "MontSerrat", sans-serif;
  margin-left: 50px;
  color: #000;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .area-2 .container .container-pointer .pointer:not(:last-child)::after {
    top: 115px;
    height: 115% !important;
  }
}

@media screen and (max-width: 450px) {
  .area-2 .container .container-pointer .pointer:not(:last-child)::after {
    height: 110% !important;
  }
}

@media screen and (max-width: 425px) {
  .area-2 .container .container-pointer .pointer:not(:last-child)::after {
    height: 105% !important;
  }
}

@media screen and (max-width: 405px) {
  .area-2 .container .container-pointer .pointer:not(:last-child)::after {
    height: 100% !important;
  }
}
