@font-face {
  font-family: "sora";
  src: url("../assets/fonts/Sora-Regular.ttf");
}

@font-face {
  font-family: "sora-bold";
  src: url("../assets/fonts/Sora-Bold.ttf");
}

@font-face {
  font-family: "sora-light";
  src: url("../assets/fonts/Sora-Light.ttf");
}
body {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: "sora";
}

p,
button,
span,
a,
h1,
h2,
h3,
h4,
h5 {
  font-family: "sora";
}
h5 {
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0;
}

html,
body {
  overflow-x: hidden;
}

footer p {
  font-family: "sora-light";
}

.main-text {
  margin: 50px 20% 0 20%;
}

.main-text p {
  line-height: 30px;
}

.center {
  padding: 100px;
  display: flex;
  justify-content: center;
}

b {
  font-family: "sora-bold";
  font-weight: unset !important;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
}

.items {
  display: flex;

  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  transition: all 0.2s;
  transform: scale(0.98);
  will-change: transform;
  user-select: none;
  cursor: pointer;
}

.items.active {
  cursor: grabbing;
  transform: scale(1);
}

.item {
  text-align: center;
  padding-top: 10px;
  min-height: 150px;
  min-width: 200px;
}

.show-menu-btn,
.hide-menu-btn {
  transition: 0.4s;
  font-size: 30px;
  cursor: pointer;
  display: none;
  z-index: 10;
}

.header_menu_logo {
  z-index: 10;
}

header {
  z-index: 10;
}
.column {
  display: flex;
  flex-direction: column;
}

.sticky {
  position: fixed;
  top: 0;
  display: flex;
  width: 100%;
  justify-content: space-around;
  background-color: white;
}

.header_menu {
  background-color: #202020;
  z-index: 10;
  font-family: "sora" !important;
  height: 200px;
  align-items: center;
}

#chk {
  position: absolute;
  visibility: hidden;
  z-index: -1111;
}

.header_menu a:hover {
  text-decoration: none;
}

.menu {
  display: flex;
  margin-bottom: 0;
  padding: 0;
}

.menu a {
  background-color: #202020;
  text-decoration: none;
  color: white;
  justify-content: center;
  display: flex;
  align-items: center;
  border: none;
  padding: 0 20px 0 20px;
  height: 200px;
  text-decoration: none;
  transition: all 0.3s;
}

.menu a:hover {
  cursor: pointer;
  color: #c63527;
}

.header_banner {
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  position: relative;
  margin-bottom: 25px;
  width: 100%;
  display: flex;
  text-align: left;
}

.header_banner p {
  font-size: xx-large;
  color: white;
  position: absolute;
  z-index: 2;
  left: 18%;
  top: 35%;
}

.transition {
  position: absolute;
  top: 69%;
  width: 100%;
}

.banner {
  width: 100%;
  height: auto;
}

.logo {
  border: none;
  background: transparent;
}

.logo img {
  height: 100px;
}

.link {
  color: white;

  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

  font-family: "sora-bold";
}

.contact-us-section {
  margin-top: 30px;
  display: flex;
  background-color: #26262b;
}

.social-media {
  position: relative;
  flex: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ef3b3a;
}

.mail {
  flex: 10;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding-left: 15%;
}

.mail p {
  color: white;
  font-size: x-large;
  text-align: left;
}

.contact_input {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  width: 70%;
}

.contact_input input {
  border: none;
  color: white;
  background-color: transparent;
  border-bottom: 1px solid white;
  margin: 10px;
  padding: 10px 50px;
}

.button-mail {
  background-color: transparent;
  border: none;
  position: absolute;
  right: -40px;
  top: 5px;
  color: white;
  padding: 10px 0 10px 0;
  margin: 5px 10px;
  width: 120px;
}

.button-mail:focus {
  outline: none;
}

.imgFooter {
  width: 150px;
}

footer {
  min-height: 300px;
  width: auto;
  padding: 60px 0;
  background-color: #202020;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  z-index: 100;
}

footer div {
  padding: 10px;
}

footer a {
  text-decoration: none;
  line-height: 30px;
}

.footer-menu-icons li a {
  background-color: white;
  font-size: xx-large;
  border: white 1px solid;
  border-radius: 50%;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
}

.footer-menu-icons i {
  margin: 10px auto;
  position: relative;
  bottom: 3px;
  color: #ef3b3a;
}

.footer-menu-icons {
  display: flex;
  padding: 50px;
}

.footer-menu-icons li {
  display: inline;
}

.headerOverlay {
  opacity: 0;
  background-color: #202020;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -100;
}

.hoverMenuSection {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hov1Overlay {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  transition: all 0.5s;
}

.hov1img {
  height: 100%;
  transition: all 0.5s;
  left: 0;
  position: absolute;
  z-index: -2;
  top: 0;
}

.hoverMenu1 {
  background-color: #c63527;
}

.hoverMenu {
  margin: 15px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  width: 250px;
  height: 400px;
  position: relative;
  z-index: 2;
  border: none;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  overflow: hidden;
}

.hoverMenu .hovP {
  height: 250px;
  width: 100%;
  font-family: "sora";
  padding: 0 25px 25px 25px;
  color: WHITE;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  display: none;
  overflow: hidden;
}

.hoverMenu .hovP b {
  font-size: larger;
}

.button-hover {
  border: 1px solid white;
  color: #efefef;
  background-color: transparent;
  padding: 10px 0 10px 0;
  margin: 0 0 25px 25px;
  width: 120px;
  transition: all 0.2s;
}

.button-hover:focus {
  outline: none;
}

button:focus {
  outline: none;
}

.button-hover:hover {
  border: 1px solid #c63527;
  background-color: #c63527;
}

.button-hover {
  display: none;
}

.hoverMenuSection:hover > :hover .button-hover,
.button-hover:hover {
  display: inline-block;
}

.hoverMenuSection:hover > :hover .hovP {
  display: inline-block;
}

.hoverMenuSection:hover > :hover .hov1Overlay {
  opacity: 0.7;
}

.oval {
  left: -709px;
  top: -1050px;
  z-index: -1;
  border: 1px solid #acb2b6;
  position: absolute;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
}

#curved-corner-bottomleft {
  width: 50px;
  height: 50px;
  left: 15px;
  bottom: 15px;
  overflow: hidden;
  position: absolute;
}
#curved-corner-bottomleft:before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
}
#curved-corner-bottomleft:before {
  bottom: 0;
  left: 0;
  box-shadow: -50px 50px 0 0 #202020;
}

.oval2 {
  top: -500px;
  right: -709px;
  z-index: -1;
  border: 1px solid #acb2b6;
  position: absolute;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
}

.square-investor {
  position: absolute;
  color: White;
  z-index: -1;
  width: 55%;
  background-color: #38383d;
  padding: 100px 0 100px 10%;
}

.square-geral {
  position: absolute;
  color: White;
  z-index: -1;
  width: 55%;
  background-color: #ef3b3a;
  padding: 100px 0 100px 10%;
  display: none;
}

.square-geral span {
  color: #38383d;
}

.square-investor p,
.square-investor2 p,
.square-geral p {
  font-size: x-large;
}

.square-investor2 {
  top: 60px;
  right: 0;
  position: absolute;
  color: #38383d;
  z-index: -1;
  width: 35%;
  height: 400px;
  background-color: #e7edee;
  padding: 100px 0 100px 10%;
}

#qualificado {
  display: none;
}

.square-investor span,
.square-investor2 span {
  color: #ef3b3a;
}

.square {
  top: -250px;
  position: absolute;
  color: White;
  z-index: -1;
  width: 40%;
  height: 300px;
  background-color: #38383d;
  padding: 100px 0 100px 15%;
}

.square b {
  font-size: xx-large;
}

.square2 {
  right: 0;
  position: absolute;
  color: White;
  z-index: -1;
  width: 35%;
  height: 300px;
  background-color: #e7edee;
  padding: 100px 0 100px 15%;
}
/* The Modal (background) */
.modal {
  word-break: break-word;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
}

.modal-name {
  margin: auto;
  font-family: "sora-bold";
}

.modal-job {
  color: #ef3b3a !important;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-family: "sora-bold";
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.link {
  color: white;

  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

  font-family: "sora-bold";
}

.button-mail {
  color: white;
  padding: 10px 0 10px 0;
  margin: 5px 10px;
  width: 120px;
}

.button-mail:focus {
  outline: none;
}

.investorSection {
  position: relative;
  height: 700px;
  padding-top: 150px;
}

.button-investor {
  background-color: #02e383;
  font-size: large;
  position: absolute;
  top: 670px;
  left: 10%;
  border: 1px solid #02e383;
  color: #38383d;
  padding: 20px;
  transition: all 0.2s;
}

.button-tab {
  top: -42px;
  left: 10%;
  position: absolute;
}

.button-geral {
  font-size: large;
  border: none;
  color: white;
  background-color: #38383d;
  padding: 10px;
  transition: all 0.2s;
}
.button-qualificado {
  font-size: large;
  border: none;
  color: white;
  background-color: #ef3b3a;
  padding: 10px;
  transition: all 0.2s;
}

.button-investor:hover {
  color: black;
  background-color: #02e383;
}

button,
button:hover {
  cursor: pointer;
}

/*contatos*/

.contactSection {
  position: relative;
  padding: 50px 0 50px 0;
}

.square-contact {
  color: White;
  z-index: -1;
  width: 75%;
  background-color: #e7edee;
  padding: 100px 120px 100px 18%;
}

.button-contact {
  position: absolute;
  right: -160px;
  bottom: 0;
  color: white;
  background-color: #ef3b3a;
  border-radius: 50%;
  border: none;
  padding: 20px 0 20px 0;
  margin: 5px 10px;
  width: 60px;
}

.dialogue {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}

.dialogue input {
  border: none;
  background-color: transparent;
  color: #222222;
  border-bottom: 1px solid #989c9c;
  margin: 10px;
  padding: 10px 20px;
}

.button-contact:focus {
  outline: none;
}

.main-text .bottom {
  font-size: x-large;
}

.download {
  margin: 100px 20% 0 20%;
  border-bottom: 1px solid #02e383;
}

.download a {
  display: flex;
  flex-direction: row;
}

/* media queries tem q ser no fim do css*/

@media only screen and (max-width: 1600px) {
  .header_menu {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 1088px) {
  .hoverMenu .hovP p {
    font-size: 20px;
  }

  .hoverMenuSection {
    flex-wrap: wrap;
  }

  .hoverMenu {
    flex-basis: 30%;
    max-width: 267px;
  }

  .hoverMenu .hovP {
    height: 200px;
  }
  .hoverMenu .selectedP {
    font-size: 16px;
  }

  .header_menu {
    padding-left: 0px;
    padding-right: 0px;
  }

  .modal-content {
    width: 90%;
  }

  footer {
    flex-basis: 30%;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 999px) {
  .header_banner p {
    font-size: x-large;
    left: 16%;
  }

  .investorSection {
    height: 1300px;
  }
  .square-investor {
    width: 100%;
  }
  .square-geral {
    width: 100%;
  }

  .button-tab {
    width: 100%;
    left: auto;
    top: -36px;
  }
  .button-tab button {
    font-size: small;
  }

  .square-geral,
  .square-investor {
    height: 1150px;
  }
  .square-investor2 {
    width: 86%;
    top: 650px;
    left: 10px;
  }

  .button-investor {
    top: 1280px;
  }

  .hoverMenuSection > div {
    flex-basis: 100%;
  }
  .main-text {
    margin-left: 50px;
    margin-right: 50px;
  }
  .main-text p,
  b {
    text-align: justify;
  }

  .social-media {
    width: 100%;
  }

  .headerOverlay {
    opacity: 1;
    z-index: 3;
  }

  .show-menu-btn,
  .hide-menu-btn {
    color: white;
    font-size: 20px;
    display: block;
  }
  .menu {
    border-top: 2px solid #777;
    flex-direction: column;
    z-index: 2;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #202020;
    top: -200%;
    left: 0px;
    text-align: center;
    padding: 0;
    line-height: normal;
    transition: 0.7s;
  }

  .header_menu_investidor {
    flex-direction: column;
    z-index: 2;
    position: fixed;
    width: auto;
    height: auto;
    background: #202020;
    top: -200%;
    text-align: center;
    padding: 0;
    line-height: normal;
    transition: 0.7s;
  }

  .menu a {
    height: 50px;
  }

  #chk:checked ~ .menu {
    top: 200px;
  }

  #chk:checked ~ .header_menu_investidor {
    top: 370px;
  }

  .menu button {
    height: 60px;

    align-content: space-around;
  }

  .contact-us-section {
    flex-direction: column;
    align-items: center;
  }
  .mail {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
    width: 80%;
    margin-right: 0px;
  }

  .contact_input {
    width: 100%;
  }

  .square-contact {
    width: 80%;
  }
  .square {
    width: 65%;
  }
}

@media only screen and (max-width: 700px) {
  .square-contact {
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
  }

  .button-contact {
    bottom: -135px;
    right: 0;
  }
  .main-text {
    margin: 10px;
  }

  .mail p {
    text-align: center;
  }
  .contact_input input {
    width: auto;
  }

  .header_banner {
    margin-top: 50px;
  }

  .header_banner p {
    font-size: medium;
    left: 5%;
  }

  .header_menu,
  .sticky {
    height: 50px;
  }

  .logo img {
    height: 30px;
  }

  footer {
    padding-left: 20px;
    flex-direction: column;
  }

  footer div {
    padding-bottom: 20px;
  }

  #chk:checked ~ .menu {
    top: 50px;
  }

  #chk:checked ~ .header_menu_investidor {
    top: 190px;
  }
}

@media only screen and (max-width: 500px) {
  .header_banner p {
    font-size: small;
  }
  .square {
    width: 80%;
  }
  .square b {
    font-size: x-large;
  }
  .investorSection p,
  .investorSection b {
    font-size: medium !important;
    word-wrap: break-word;
  }

  .download {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 350px) {
  .square b {
    font-size: medium;
  }
  .header_banner p {
    left: 5%;
  }
  .main-text p {
    font-size: medium;
  }

  .mail p {
    text-align: center;
  }

  .main-text .bottom {
    font-size: medium;
  }
}
