/* Estilos gerais */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  background-color: #01232f;
  height: 100%;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #01232f inset;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 9999;
}

#aboutUs,
#advantages {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  margin-top: -170px; /* esse valor varia de acordo com a altura do seu Header, se ele tiver 200px de altura coloque aqui -220px por exemplo */
  background-color: transparent;
  z-index: -1;
}

#contact,
#values,
#journey,
#investments {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  margin-top: -90px; /* esse valor varia de acordo com a altura do seu Header, se ele tiver 200px de altura coloque aqui -220px por exemplo */
  background-color: transparent;
  z-index: -1;
}

#values {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  margin-top: -30px; /* esse valor varia de acordo com a altura do seu Header, se ele tiver 200px de altura coloque aqui -220px por exemplo */
  background-color: transparent;
  z-index: -1;
}

h1,
h2,
h3,
p,
a,
button,
li,
form,
input,
textarea {
  font-family: "Inter", sans-serif !important;
  color: #024057;
}

textarea,
input {
  outline: none;
  color: #fff;
  resize: none;
  font-size: 1.125em;
}

a {
  font-weight: bold;
}

.backAbout {
  background-image: url("../img/background/sectionAbout1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.backAbouttwo {
  background-image: url("../img/background/sectionAbout2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.backInvestments {
  background-image: url("../img/background/sectionInvestments.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.backContactFinal {
  background-image: url("../img/background/sectionContactFinal.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.backValues {
  background-image: url("../img/background/sectionCore.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* Begin of NavBar Style */

.nav {
  background-color: #00c077;
  width: 100%;
  height: 6.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25em;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.75);
}

.navbar-container {
  display: flex;
}

.logo img {
  width: auto;
  height: 3.125em;
}

.line-container {
  width: 3.125em;
}

.line-container.list {
  width: 0.938em;
}

.line {
  width: 100%;
  top: -2.188em;
  left: -2.188em;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  border: 1px solid white;
}

.line-container.list .line {
  width: 100%;
  top: -2.188em;
  left: -2.188em;
  transform: rotate(-64deg);
  -o-transform: rotate(-64deg);
  -moz-transform: rotate(-64deg);
  -webkit-transform: rotate(-64deg);
  border: 1px solid white;
}

.navbar {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.navbar li {
  text-transform: uppercase;
  font-size: 1.08em;
}

/* .navbar li a:hover {
  border-bottom: 2px solid #024057;
  padding-bottom: 5px;
} */

.flagslanguages {
  margin-left: 20px;
}

.flagslanguages img {
  width: auto;
  height: 32px;
}

.flagslanguages img:hover {
  filter: grayscale(1);
  transition: 0.4s;
}

/* End of NavBar Style */

/* Begin of Main Style */

.section {
  max-width: 100%;
  height: 100%;
}

.advantages,
.core {
  margin-bottom: 100px;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about {
  display: flex;
  justify-content: space-between;
  align-items: start;
  font-size: 25px;
  flex-direction: row;
  position: relative;
  height: 100vh;
}

.about .textfff {
  color: #fff;
  font-weight: 100;
  font-size: 30px;
}

.mthere {
  margin-top: 30px;
}

.hero .left .uno {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}
.hero .left img {
  width: 360px;
  height: auto;
  margin-bottom: 10px;
}

.aboutTwo h1,
.aboutTwo h3 {
  color: #00c077 !important;
  margin-bottom: 20px;
  padding: 80px 0 0 90px;
}

.aboutTwo h3 span {
  font-weight: 900;
}

.aboutTwo p {
  color: #fff;
  font-size: 21px;
  text-align: justify;
  font-weight: 300;
  line-height: 1.5;
  padding: 0 0 0 90px;
  height: 240px;
}
.fontSize {
  height: 240px;
}

.aboutTwo span,
.about span {
  color: #00c077;
  font-weight: 600;
}

.about h3 {
  font-weight: 200;
}

button {
  background-color: #00c077;
  border: none;
  padding: 20px;
  height: 70px;
  border-radius: 15px;
  font-size: 25px;
  font-weight: 700;
  margin-top: 30px;
  cursor: pointer;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.75);
  transition: 0.2s;
  transition: 0.2s;
}

button:hover {
  background-color: #00a365;
  color: #024f6b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.about .imgAbout img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about .right {
  width: 40%;
  height: 80%;
  border-radius: 0px 0px 0px 200px;
  -moz-border-radius: 0px 0px 0px 200px;
  -webkit-border-radius: 0px 0px 0px 200px;
  border-left: 3px solid #00c077;
  border-bottom: 3px solid #00c077;
}

.about .left {
  display: flex;
  flex-direction: column;
  width: 30%;
  text-align: start;
  margin: 15% 0 0 18%;
}

.about .imgAbout {
  height: 94%;
  border-radius: 0px 0px 0px 200px;
  -moz-border-radius: 0px 0px 0px 200px;
  -webkit-border-radius: 0px 0px 0px 200px;
  background-image: url("../img/background/img-about.jpg");
  background-size: cover;
  margin: 0 0 0 30px;
}

.about .imgAbout .imgFilter {
  background-color: #00c07644 !important;
  height: 100%;
  border-radius: 0px 0px 0px 200px;
  -moz-border-radius: 0px 0px 0px 200px;
  -webkit-border-radius: 0px 0px 0px 200px;
}

.imgFilter2 {
  display: none;
}

.leftPolygon {
  display: flex;
  justify-content: start;
  align-items: start;
  margin: 0 94% 0 0;
}
.leftPolygon img {
  width: 700px;
}
.rightText {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.aboutTwo {
  width: 60%;
  margin-bottom: 200px;
}

.imgPolygon {
  width: 100%;
}

.imgPolygon img {
  width: 160px;
  display: flex;
  align-items: start;
  justify-content: start;
  z-index: 999;
  position: absolute;
}

.imgPolygonn img {
  width: 160px;
  display: flex;
  align-items: start;
  justify-content: start;
  z-index: 999;
  position: absolute;
}

.title-main {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 70px;
  justify-content: center;
  margin-bottom: 50px;
}

.advantages-wrapper {
  width: 100%;
  height: 100%;
  background-image: url(../img/background/advantagesimg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.advantages-container {
  width: 60%;
  height: auto;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.advantages-column {
  gap: 44px;
  display: flex;
  flex-direction: column;
}

.dotPaper img {
  width: 12px;
}
.advIcon {
  gap: 5px;
}
.advtxt {
  justify-content: start;
}

.title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #00c077;
  font-size: 14px;
}

.title-container h2 {
  color: #00c077;
  font-style: italic;
}

.text-container h3 {
  color: white;
  font-weight: 400;
  margin-top: 10px;
}

.advantages-title {
  background-color: #00c077;
  font-size: 30px;
  padding: 10px 15px;
}

.advantages .text-container {
  align-items: start;
}

.full {
  width: 75%;
}

.empty {
  background-color: #01232f;
  width: 24%;
}

.imgTrapezium {
  height: auto;
}

.imgTrapezium img {
  height: 100%;
}

.shape {
  width: 433px;
  height: 175px;
  border: 2px solid #00c077;
  position: relative;
  padding: 18px;
}

.shape::after {
  width: 100px;
  height: 50px;
  content: "";
  position: absolute;
  top: -11px;
  right: -34px;
  background: white;
  transform: rotate(45deg);
  border-bottom: 2px solid #00c077;
  background: #01232f;
}

#noform.shape::after {
  display: none;
}
#difform.shape::after {
  width: 100px;
  height: 50px;
  content: "";
  position: absolute;
  top: 208px;
  right: 896px;
  background: white;
  transform: rotate(224deg);
  border-bottom: 3px solid #fff;
  background: #00c077;
}

.journey {
  background-image: url("../img/background/jorney-back.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 2483px;
}

.arrow {
  font-size: 30px;
  color: #fff;
  display: none;
}

.journey .text-wrapper {
  display: flex;
  flex-direction: column;
  width: 56%;
  text-align: center;
  margin: 0 auto 0 auto;
  gap: 220px;
}

.journey .text-wrapper h1 {
  font-size: 50px;
  color: #fff;
  margin-top: 145px;
}

.journey .text-wrapper .text-main {
  display: flex;
  flex-direction: column;
  gap: 100px 0;
  width: 100%;
}

.journey .text-wrapper .text-container h2 {
  color: #fff !important;
}

.journey .text-wrapper .text-container h3 {
  font-weight: 100 !important;
  width: 80%;
}

.journey .text-wrapper .text-main .shape {
  border: 3px solid #fff;
  background-color: #023c56;
  width: 100%;
  height: 255px;
}

.journey .text-wrapper .text-main .shape::after {
  border-bottom: 3px solid #fff;
  background: #00c077;
}

.investments {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.investments-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.imgLeft {
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgLeft img {
  margin: 0px 20px;
}

.investments-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.investments-menu {
  padding-left: 100px;
}

.investments-menu h2 {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  color: #fff;
  margin: 60px 0;
  text-align: justify;
  font-size: 25px;
}

.investments-list li {
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.8;
}

.investments-list i {
  color: #00c077;
}

.investments-info img {
  width: 25%;
}

.investments .button-container {
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}

.investments .button-container button {
  color: #fff !important;
  width: 230px;
  text-align: center;
  text-transform: uppercase;
}

.button-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  margin: 100px 0;
}

.button-main .imgTrapezium {
  height: 100px;
}

.imgTriangle {
  height: 100px;
}

.imgTriangle img {
  height: 100%;
}

.text-button {
  background-color: #fff;
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
}

.text-button h2 {
  font-weight: 400 !important;
}

.text-button span {
  font-weight: 600;
}

.button-container {
  height: 100px;
}

.button-container button {
  margin: auto 0;
}

.button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.button-main .empty {
  width: 25%;
}

.imgValues,
.imgValues img {
  width: 100%;
  height: 100%;
}

.values {
  height: 86vh;
}

.values-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 140px;
}

.values-main {
  height: 100%;
}

.values-container .textValues {
  width: 60%;
  text-align: center;
  font-size: 25px;
  margin-top: 145px;
}

.values-container .textValues h1 {
  color: #fff !important;
  font-weight: 300;
  height: 180px;
}

.values-container .button-container {
  width: auto;
  height: 100%;
}

.values-container .button-container button {
  margin: auto 0;
  height: 100%;
  color: #fff !important;
  font-size: 25px;
  padding: 20px 80px;
}

.imgCore {
  width: 55%;
  height: 100%;
  background-image: url("../img/background/cardCore.png");
  background-size: cover;
  background-repeat: round;
  margin: 0 auto;
}

.core-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 100px 0;
  gap: 60px;
}

.core-container h1 {
  font-size: 35px;
  font-weight: 400;
  color: #01232f;
}

.core-container h1 span {
  font-weight: 900;
}

.core-container i {
  color: #01232f;
}

.core-container .textCore {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 60px;
}

.core-container .textCore h2 {
  color: #fff;
  width: 80%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 21px;
}

.core-container .textCore h2 span {
  color: #024f6b;
  font-weight: 900;
}

.span2 {
  color: #fff !important;
}

.titleCore {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact-container .Two {
  width: 35%;
  margin: 70px;
}

.contactFinal .Two {
  height: 100vh;
}

.contact-container .Two button {
  color: #fff;
  font-size: 30px;
  display: flex;
  justify-content: center;
  height: 125px;
}

.contact-form {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 auto;
}

.contact-form form {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-left: 100px;
}

.contact-form .button-container button {
  width: 40%;
  height: 50%;
  font-size: 20px;
  border-radius: 6px;
}

.contact-form .imgRight {
  display: flex;
  justify-content: end;
  align-items: center;
}

.contact-form .imgRight img {
  width: 70%;
}

.contact-form form h1 {
  color: #fff;
}

.contact-form form label {
  font-size: 20px;
  color: #d3d3d3;
}

.formbuilder-text {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  border: 1px solid #00c077;
  width: 100%;
  height: 70px;
  gap: 10px;
  padding: 0 30px;
}

.formbuilder-textarea {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  border: 1px solid #00c077;
  width: 100%;
  height: 200px;
  gap: 10px;
  padding: 30px 30px;
}

.Two {
  height: 100vh;
}
.formbuilder-text label {
  width: 15%;
}

.formbuilder-textarea label {
  width: 12%;
}

.formbuilder-text input {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
}

.formbuilder-textarea textarea {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
}

form .button-container {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}

form .button-container button {
  color: #fff;
  padding: 0 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

form .title-form {
  width: 100%;
}

form .title-form h1 {
  font-size: 40px;
}

.footer {
  background-color: #00c077;
  margin-bottom: 0 !important;
  width: 100%;
}

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 30%;
  padding: 50px;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.footer-social .logo img {
  width: 140px;
  height: auto;
}

.socialLinks-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}

.contact-footer li {
  color: #fff !important;
  font-size: 20px;
  font-weight: 100;
}

.socialLinks-footer .social {
  width: 70px;
  height: 70px;
  background-color: #01232f;
  border-radius: 100px;
}

.socialLinks-footer .social i {
  width: 100%;
  height: 100%;
  font-size: 50px;
  color: #00c077;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-term {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: 70%;
  padding: 20px;
  margin: 0 auto;
}

.footer-term p {
  color: #fff !important;
  padding: 20px 0;
  font-weight: 200;
}

.contactFinal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.contactFinal .Two button {
  width: 900px;
  height: 200px;
  text-align: center;
  font-size: 50px;
  color: #fff;
}

#openMenu,
#closeMenu {
  height: 46px;
  border: none;
  background: none;
  font-size: 25px;
  font-weight: bold;
  padding: 0px 5px 0px 5px;
  cursor: pointer;
  display: none;
  margin: 0;
}

.Two .button-wrapper button {
  height: 12vh;
  width: 25vw;
  font-size: 30px;
  color: #fff;
}

#close-modal,
#close-modalEn,
#close-modalOne,
#close-modalEnOne {
  width: 100px;
  height: 50px;
  padding: 0.6rem 1.2rem;
  background-color: #888;
  color: #fff;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  opacity: 0.9;
  font-size: 1rem;
  margin: 0;
}
#fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9998;
}
#fadeOne {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9998;
}

#modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  max-width: 90%;
  background-color: #fff;
  padding: 1.2rem;
  border-radius: 0.5rem;
  z-index: 9999;
}
#modalOne {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  max-width: 90%;
  background-color: #fff;
  padding: 1.2rem;
  border-radius: 0.5rem;
  z-index: 9999;
}

#fade,
#modal,
#fadeOne,
#modalOne {
  transition: 0.5s;
  opacity: 1;
  pointer-events: all;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.modal-body p {
  margin-bottom: 1rem;
}

#modal.hide,
#fade.hide,
#fadeOne.hide,
#modalOne.hide {
  opacity: 0;
  pointer-events: none;
}

#modal.hide,
#modalOne.hide {
  top: 0;
}

#formModal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#formModal .formbuilder-text {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  border: 1px solid #00c077;
  width: 100%;
  height: 80px;
  padding: 10px 30px;
}
#formModal .formbuilder-text label {
  font-size: 15px;
  width: 100%;
}
#formModal .formbuilder-text input {
  color: #00c077;
}

#formButtonModal {
  width: 210px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
  color: #fff;
}
#contact {
  height: 1748px;
}

@media only screen and (max-width: 1500px) {
  .nav {
    height: 6.25em;
  }

  .navbar .line-container {
    display: block;
  }

  .backAbouttwo {
    height: 120vh;
  }
  #difform.shape::after {
    right: 766px;
    top: 207px;
  }

  .aboutTwo {
    width: 54%;
    margin-bottom: 200px;
  }

  .aboutTwo p {
    font-size: 20px;
  }

  .about .right {
    height: 549px;
  }

  .about .left .button-container button {
    font-size: 18px;
  }
  .shape {
    width: 480px;
  }

  .empty {
    width: 28%;
  }
  .advantages-container {
    width: 100%;
  }

  .advantages-wrapper {
    background-image: none;
  }

  .button-main .empty {
    width: 36%;
  }
  .investments-info img {
    width: 35%;
  }

  .investments-container {
    margin-top: 30px;
  }

  .contact-footer li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1370px) {
  .backAbouttwo {
    height: 100vh;
  }
  #difform.shape::after {
    right: 695px;
  }
  .empty {
    width: 25%;
  }
  .aboutTwo {
    width: 56%;
  }
  .button-main .empty {
    width: 44%;
  }
  .leftPolygon {
    margin: 0 99% 0 0;
  }
  .contact-form .button-container button {
    font-size: 30px;
  }
  .contactFinal .Two {
    height: 80vh;
  }
  .contactFinal .Two button {
    width: 725px;
    height: 150px;
    font-size: 45px;
  }
}

@media only screen and (max-width: 1149px) {
  #difform.shape::after {
    right: 569px;
  }
  .about .right {
    width: 50%;
    height: 614px;
  }

  .about .left {
    font-size: 12px;
    margin: 15% 0 0 14%;
  }

  .about .left .button-container button {
    font-size: 18px;
  }

  .empty {
    width: 22%;
  }
  .full {
    width: 84%;
  }
  .aboutTwo {
    width: 72%;
    margin-bottom: 120px;
  }
  .leftPolygon {
    margin: 0 108% 0 0;
  }
  .leftPolygon img {
    width: 530px;
  }
  .journey .text-wrapper {
    padding: 0;
  }
  .title-main {
    height: 100px;
  }

  .button-main .empty {
    width: 60%;
  }

  .investments-menu h2 {
    font-size: 22px;
  }

  .investments-container {
    margin-top: 30px;
  }

  .investments-info img {
    width: 40%;
  }

  .values-container .textValues {
    width: 80%;
    font-size: 20px;
  }

  .core-container .textCore h2 {
    font-size: 28px;
  }

  .core-container h1 {
    font-size: 45px;
  }

  .contact-form form label {
    font-size: 15px;
  }

  .contact-form .button-container button {
    width: 54%;
  }

  .contactFinal .Two {
    height: 67vh;
  }
}

@media (orientation: landscape) {
  .contact-container {
    width: 75% !important;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 950px) {
  button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #openMenu,
  #closeMenu {
    display: flex;
  }

  #closeMenu {
    margin: 0 0 0 265px;
  }
  #formButtonModal {
    height: 40px;
  }
  .innerModal {
    height: auto !important;
  }
  .nav {
    height: 4.25em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-container {
    position: fixed;
    z-index: 9999;
    height: 210vh;
    flex-direction: column;
    width: 50%;
    background-color: #00a063;
    align-items: center;
    justify-content: center;
    margin: 240px 0 0 0;
    display: none;
    opacity: 0;
    transition: 0.3s;
  }
  .navbar {
    font-size: 13px;
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .lineLogo {
    display: none;
  }
  .line-container.list {
    width: 100%;
  }
  .list .line {
    transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
  }
  .flagslanguages {
    margin: 10px 0 0 0;
  }
  .hero .left img {
    width: 60%;
  }

  .about {
    height: 100%;
  }
  .backAbouttwo {
    height: 230vh;
  }
  .aboutTwo {
    width: 60%;
  }
  .imgPolygon img,
  .imgPolygonn img {
    width: 120px;
  }
  .aboutTwo h1,
  .aboutTwo h3 {
    padding: 60px 0 0 70px;
  }
  .titlePolygon {
    width: 95%;
    margin: 0 auto;
  }
  .aboutTwo p {
    font-size: 16px;
  }
  .aboutTwo {
    margin-bottom: 80px;
  }
  .hero .left img {
    width: 280px;
  }
  .leftPolygon {
    display: none;
  }
  .about {
    font-size: 20px;
  }
  .about .textfff {
    font-size: 21px;
  }
  .about .left .button-container button {
    font-size: 12px;
    height: 55px;
  }
  .about .right {
    height: 415px;
  }
  .title-main {
    height: 60px;
  }
  .advantages-container {
    gap: 50px;
  }
  /* .journey {
    background-size: cover;
    height: 290vh;
  }
  .journey .text-wrapper h1 {
    font-size: 30px;
    margin-top: 60px;
  }
  .journey .text-wrapper {
    gap: 70px;
  }
  .journey .text-wrapper .text-main {
    gap: 30px 0;
  }
  .journey .text-wrapper .text-main .shape {
    height: 130px;
  }
  .journey-container .text-wrapper .text-main .shape h2 {
    font-size: 15px;
  }
  .journey-container .text-wrapper .text-main .shape h3 {
    font-size: 12px;
  }
  #difform.shape::after {
    right: 394px;
    top: 83px;
  } */
  #difform.shape::after {
    display: none;
  }
  #noform.shape::after {
    display: none;
  }
  .journey .text-wrapper .text-main .shape::after {
    display: none;
  }
  .journey .text-wrapper .text-container h2 {
    font-size: 14px;
  }
  .journey .text-wrapper .text-container h3 {
    font-size: 13px;
  }
  .shape {
    width: 290px;
  }
  .shape::after {
    width: 60px;
    height: 38px;
    content: "";
    position: absolute;
    top: -14px;
    right: -24px;
    background: white;
    transform: rotate(45deg);
    border-bottom: 2px solid #00c077;
    background: #01232f;
  }
  .journey {
    background-image: none;
    background-color: #00c077;
    padding: 30px 0;
    height: 100%;
  }

  .journey .text-wrapper {
    width: 80%;
    margin: 0 auto;
    gap: 50px;
  }

  .arrow {
    display: block;
  }

  .journey .text-wrapper .text-main {
    margin-top: 0;
    gap: 20px 0;
  }

  .journey .text-wrapper h1 {
    margin-top: 0;
    font-size: 30px;
  }
  .journey .text-wrapper .text-main .shape {
    width: 100%;
    height: 210px;
  }
  .advtxt h3 {
    font-size: 12px;
    width: 90%;
  }
  .advantages-box .title-container h2 {
    font-size: 16px;
  }
  .values {
    height: 130vh;
  }
  .values-container {
    gap: 0;
  }
  .core-container h1 {
    font-size: 30px;
  }
  .core-container i {
    font-size: 2.25rem !important;
  }
  .core-container .textCore h2 {
    font-size: 18px;
  }
  .contact-container {
    width: 80%;
    margin: 0 auto;
  }
  .contact-form {
    flex-direction: column-reverse;
  }
  .contact-form form {
    padding: 0 10px;
  }
  .contact-form .imgRight img {
    width: 40%;
  }
  .Two {
    height: 100vh;
  }
  .Two .button-wrapper button {
    height: 20vh;
    width: 40vw;
    font-size: 20px;
    color: #fff;
  }
  .contact-form form {
    margin-left: 0;
  }
  .form-group {
    background-color: #01232f;
  }
  .contact-form .button-container button {
    width: 40%;
    height: 45%;
    font-size: 15px;
  }
  .contact-form form label {
    font-size: 22px;
  }
  .socialLinks-footer .social i {
    font-size: 30px;
  }
  .socialLinks-footer .social {
    width: 50px;
    height: 50px;
  }
  .text-button h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 800px) {
  .navbar-container {
    width: 90%;
  }
  .about {
    justify-content: center;
  }
  #difform.shape::after {
    right: 375px;
  }
  .about .right {
    margin: 0px 0 7% 0;
  }
  .about .left {
    margin: 20% auto;
    width: 41%;
  }
  .hero .left img {
    width: 220px;
  }
  .about .textfff {
    font-size: 19px;
  }
  .about .left .button-container button {
    font-size: 16px;
  }
  .aboutTwo {
    width: 80%;
    margin-bottom: 115px;
  }
  .advantages-box .title-container h2 {
    font-size: 17px;
  }
  .leftPolygon {
    margin: 0 112% 0 0;
  }
  .mthere {
    margin-top: 90px;
    height: 100px;
  }
  .aboutTwo p {
    padding: 0;
    width: 75%;
    margin: 0 auto;
    font-size: 15px;
  }

  .fontSize {
    font-size: 20px !important;
  }

  .imgTrapezium {
    display: none;
  }

  .imgTriangle {
    display: none;
  }

  .empty {
    display: none;
  }
  .full {
    width: 100%;
    text-align: center;
  }
  .title-main {
    align-items: center;
  }

  .investments-container {
    flex-direction: column;
  }

  .imgLeft {
    height: 120px;
  }

  .investments-menu h2 {
    width: 100%;
    margin: 0 0 60px 0;
  }

  .investments-menu {
    padding: 20px;
  }

  .imgLeft img {
    transform: rotate(90deg);
    width: 60%;
  }
  .investments-list li {
    font-size: 16px;
  }
  .investments .button-container {
    padding-left: 90px;
  }

  .text-button h2 {
    font-size: 20px;
  }

  .values {
    height: 100%;
  }

  .values-container .button-container button {
    font-size: 30px;
  }

  .values-container .textValues {
    width: 90%;
  }

  .imgCore {
    width: 90%;
  }

  .core {
    margin-top: 200px;
  }

  .contact-form {
    flex-direction: column-reverse;
  }

  .contact-form .imgRight img {
    width: 40%;
  }

  .contact-form form label {
    font-size: 15px;
  }

  .contact-form form {
    margin: 0;
    padding: 0 20px;
  }

  .contactFinal .Two {
    height: 49vh;
  }

  .contactFinal .Two button {
    width: 500px;
    height: 100px;
    font-size: 30px;
  }
  .contactFinal .button-wrapper a {
    display: flex;
    justify-content: center;
  }
  .footer-social .line-container {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .right .imgAbout,
  .right .imgFilter {
    background-image: none;
    display: none;
  }
  .imgFilter2 {
    display: flex;
  }
  .imgFilter2 img {
    width: 100%;
  }
  .about {
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 80vh;
  }
  #difform.shape::after {
    right: 263px;
  }
  .about .right {
    width: 100%;
    height: 36%;
    margin-top: 75px;
    border: none;
  }
  .about .imgAbout {
    height: 250px;
    margin: 0 0 30px 30px;
  }

  .about .left {
    width: 100%;
    margin: 0;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    text-align: center;
  }

  .aboutTwo {
    width: 100%;
    padding: 20px;
    text-align: center;
    margin-bottom: 0;
  }

  .aboutTwo p {
    padding: 0;
    width: 76%;
    margin: 0 auto;
    height: 100%;
  }

  .aboutTwo h1,
  .aboutTwo h3 {
    padding: 55px 0 0 65px;
    text-align: start;
    font-size: 40px;
  }

  .leftPolygon {
    display: none;
  }

  .backAbouttwo {
    background-image: none;
    background-color: #01232f;
  }

  .imgPolygon img {
    width: 100px;
  }
  .imgPolygonn img {
    width: 100px;
  }

  .empty {
    display: none;
  }

  .full {
    width: 100%;
    text-align: center;
  }

  .journey-container .text-wrapper .text-main .text-container {
    font-size: 12px;
  }

  .journey .text-wrapper h1 {
    font-size: 30px;
  }

  .investments-container {
    flex-direction: column;
  }

  .investments-menu {
    padding-left: 10px;
  }

  .imgCore {
    width: 100%;
  }
  .contactFinal .Two {
    height: 37vh;
  }
  .contactFinal .Two button {
    font-size: 25px;
  }
}

@media only screen and (max-width: 445px) {
  .nav {
    height: 5.25em;
  }
  .backAbouttwo {
    height: 100vh;
    margin-bottom: 40px;
  }

  .advantages-title {
    font-size: 25px;
  }
  .advantages-container {
    gap: 44px;
  }
  .advantages-box .title-container h2 {
    font-size: 16px;
  }
  .about .left {
    width: 90%;
    margin: 0 auto;
  }
  .about .left .tamanho {
    height: 160px;
  }
  .about .left .button-container button {
    font-size: 15px;
  }
  .aboutTwo h1,
  .aboutTwo h3 {
    padding: 40px 0 0 40px;
  }
  .imgPolygon img,
  .imgPolygonn img {
    width: 75px;
  }
  .dotPaper img {
    width: 10px;
  }
  .advtxt h3 {
    font-size: 14px;
    width: 90%;
  }
  .core {
    margin-top: 130px;
    margin-bottom: 60px;
  }

  .imgLeft img {
    width: 40%;
  }

  .investments-menu h2 {
    text-align: center;
    font-size: 16px;
    margin: 0 0 60px 0;
  }
  .investments-list li {
    font-size: 15px;
  }
  .investments .button-container button {
    width: 185px;
    font-size: 15px !important;
  }
  .investments .button-container {
    padding: 0;
    justify-content: center;
  }
  .investments .button-main {
    height: 100%;
    margin: 0;
  }
  .investments .button-main .text-button,
  .investments .button-main .button-container {
    height: 140px;
  }
  .investments .button-main .text-button h2 {
    font-size: 15px;
  }
  .imgLeft {
    height: 120px;
  }
  .values-container {
    gap: 140px;
  }
  .values-container .button-container {
    width: 75%;
  }

  .values-container .textValues h1 {
    font-size: 35px;
    width: 80%;
    margin: 0 auto;
  }

  .values-container .button-container button {
    margin: 0 auto;
    padding: 20px 30px;
    font-size: 15px;
  }

  .core-container h1 {
    font-size: 30px;
  }
  .core-container i {
    font-size: 2.25rem !important;
  }
  .core-container .textCore h2 {
    font-size: 18px;
  }

  .contact-form form label {
    font-size: 13px;
    width: 30%;
  }

  .contact-form form {
    padding: 0 10px;
  }

  form .title-form h1 {
    font-size: 25px;
  }

  .contact-form .button-container button {
    width: 75%;
    height: 40px;
    font-size: 15px;
  }
  .contactFinal .Two {
    height: 24vh;
  }
  .contactFinal .Two button {
    font-size: 20px;
    width: 350px;
    height: 80px;
  }
  .contact-footer ul {
    text-align: center;
  }
  form .button-container {
    justify-content: center;
  }
  .formbuilder-text label {
    width: 24%;
  }
  .Two {
    height: 56vh;
  }
  .Two .button-wrapper button {
    height: 10vh;
    width: 76vw;
    font-size: 20px;
    color: #fff;
  }
  .socialLinks-footer .social {
    width: 50px;
    height: 50px;
  }
  .socialLinks-footer .social i {
    font-size: 30px;
  }
  .contact-footer li {
    font-size: 13px;
  }
  .footer-term {
    width: 100%;
  }
  .footer-term {
    font-size: 11px;
  }
}
@media only screen and (max-width: 340px) {
  .shape {
    width: 290px;
  }
}

/* End of Main Style */
