body {
  overflow-x: hidden;
}

.contact-us-section {
  margin-top: 0px !important;
  z-index: 2;
  position: relative;
}

.containercinza {
  background-color: #38383d;
  position: relative;
}

.containerescuro {
  background-color: #26262b;
  height: 100vh;
  z-index: 2;
}

.containerescuro .row {
  height: 100%;
}

.containerescuro .row .col-md {
  align-items: center;
  color: #fefeff;
  display: flex;
  flex-direction: column;
  font-weight: 200;
  height: 100%;
  justify-content: center;
}

.containerescuro .row .col-md hr {
  background-color: #02e383;
  border: 1.5px solid #02e383;
  margin-bottom: 10%;
}

.containerescuro .row .col-md li {
  font-size: 25px;
  margin-bottom: 10%;
}

.containerescuro .row .col-md p {
  font-size: 16.5px;
  line-height: 35px;
  width: 45%;
}

.containerescuro .row .col-md span {
  font-family: "sora-bold" !important;
}

.containerescuro .row .col-md ul {
  width: 50%;
  list-style: none;
}

.containerimagem {
  display: flex;
  height: 80vh;
  position: relative;
}

.containerimagem img {
  height: 100%;
}

.circulobranco {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-radius: 0px 100% 0px 0px;
  height: 400px;
  width: 30vw;
}

.circulovermelho {
  border: 1px solid #ef3b3a;
  border-radius: 100%;
  position: absolute;
  right: -3%;
  bottom: -15%;
  height: 20vw;
  width: 20vw;
}

.circulovermelhogrande {
  border: 1px solid #ef3b3a;
  border-radius: 100%;
  position: absolute;
  right: -80%;
  bottom: -30%;
  height: 1200px;
  width: 130%;
}

.header {
  background-image: url("../assets/img/headerhome.jpg");
  background-position: bottom;
  background-size: cover;
  height: 130vh;
  padding-top: 150px;
}

.header img {
  height: 100%;
}

.header .col-md {
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header p {
  color: white;
  width: 50%;
  font-weight: 300;
  font-size: 17px;
}

.header p:first-child {
  font-size: 35px;
  font-weight: 400;
}

.header .meialua {
  right: 20%;
}

.header_menu {
  background-color: transparent;
}

.investimento {
  background: none;
  color: white !important;
  border: 1px solid #ef3b3a;
  padding: 20px 25px;
  margin-top: 10%;
}

.investimento:hover {
  text-decoration: none;
}

.menu a {
  background-color: transparent;
}

.meialua {
  height: 90%;
  position: absolute;
  top: 0;
  width: 30vw;
  right: 65%;
  z-index: 3;
  clip-path: inset(0 0 0 30%);
}

.meialua img {
  clip-path: circle(50% at 30%);
}

.imgesq {
  background-image: url("../assets/img/pordosol.jpg");
  background-size: auto 200%;
  background-position: 75% 30%;
  height: 100%;
  width: 25%;
  z-index: -2;
}

.retangulodir {
  align-items: center;
  background-color: #e7edee;
  border-radius: 50% 0 0 50%;
  display: flex;
  flex-direction: column;
  height: 200%;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -50%;
  width: 80vw;
  z-index: -1;
}

.retangulodir p {
  color: #202020;
  font-size: 25px;
  width: 35%;
}

.retangulolink {
  margin-top: 40px;
  position: absolute;
  left: 45%;
  top: 60%;
  z-index: 100;
  height: fit-content;
  background-color: #02e383;
  color: white;
  font-size: 15px;
  font-family: "sora-bold";
  padding: 15px 25px;
}

.retangulolink:hover {
  color: white;
  text-decoration: none;
}

.sticky {
  position: absolute;
}

.retangulodirescuro {
  position: absolute;
  height: 100%;
  width: 7vw;
  right: 0;
  background-color: #a1a8ad;
}

.retanguloexterior {
  background-color: #ef3b3a;
  bottom: 0;
  height: 500px;
  position: absolute;
  right: 0;
  width: 55vw;
}

.retangulointerior {
  align-items: center;
  background-color: #e7edee;
  border-radius: 0px 0px 40% 0px;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.retangulointerior p {
  color: #26262b;
  font-size: 35px;
  text-align: left;
  width: 70%;
}

@media only screen and (max-width: 1088px) {
  .meialua {
    display: none;
  }
  .containercinza {
    display: flex;
    flex-direction: column;
  }
  .containerescuro {
    height: 100vh;
  }
  .containerescuro .row .col-md {
    height: 50vh;
  }
  .containerescuro .row .col-md p {
    width: 80%;
  }
  .containerescuro .row .col-md ul {
    padding-left: 0;
    width: 80%;
  }
  .circulobranco {
    height: 50vh !important;
    width: 50vh !important;
  }
  .retanguloexterior {
    position: relative;
    width: 100vw;
  }
  .imgesq {
    display: none;
  }
  .retangulodir {
    border-radius: 0;
    height: 100%;
    position: static;
    width: 100vw;
  }
  .retangulodir p {
    width: 80%;
  }
  .retangulodir div {
    width: 80% !important;
  }
}
