@import "./global.css";
html {
  overflow-x: hidden;
}
body {
  background: #fff;
  overflow-x: hidden;
}
.menu {
  position: fixed;
  width: 100%;
  display: flex;
  z-index: 1;
  flex-direction: column;

  z-index: 3;
}
.menu div:first-child {
  display: flex;
  justify-content: end;
  gap: 0.5rem;
  padding: 0 1.5rem;
}
.menu div:first-child a {
  display: flex;
  justify-content: center;
}
.menu div:first-child a img {
  width: 1.2rem;
}
.menu div.header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid black;
  padding: 0 8rem;
  padding-bottom: 1rem;
}
.menu div.header img {
  width: 65px;
}
.menu h1 {
  font-size: 3rem;
  text-decoration: none;
  font-weight: 100;
}
.menu img {
  width: 100px;
}
.menu h1 span:first-child {
  color: #03bf62;
  font-weight: 700;
}
.menu h1 span:last-child {
  font-weight: 400;
}

.menu a {
  text-decoration: none;

  color: black;
}

.container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  /* filter: blur(4px);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/pic-banner-setegusa.jpg"); */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
div.main {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  background-color: black;
}
div.main:nth-child(2) {
  height: 80vh;
  margin-top: 6.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.main:nth-child(3) {
  background-color: #fff;
}

div.main .background {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../images/DJI_0143.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
}
div.main p[lng-tag="about"] {
  z-index: 2;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
  width: 60%;
}
.main p[lng-tag="about"] span {
  border-radius: 5px;
  padding: 0px 5px;
  //color: #03bf62;
  font-weight: 400;
}
div.main div.card:nth-child(2) {
  width: 500px;
}
div.main div.card:nth-child(2) .image {
  height: 100%;
}
div.main div.card {
  transition: all 0.5s;
  z-index: 2;
  color: #202024fa;
  min-width: 280px;
  max-width: 500px;
  height: auto;
  flex-direction: column;
  padding: 10px;
  margin: 0.5rem;
  overflow-y: hidden;

  position: relative;
}

div.main div.card.iron-pig .image {
  position: relative;
  min-height: 240px;
  display: flex;
  align-items: center;
}
div.main div.card.iron-pig .image div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
div.main div.card.iron-pig .image div img {
  width: 100%;
  border-radius: 0.5rem;
  opacity: 1;
  transition: all 0.5s;
}

div.main div.card.iron-pig div {
  border-radius: 5px;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
}
div.main div.card.iron-pig div:last-child {
  background-color: #161624fa;
  border-radius: 0;

  overflow: hidden;
}
div.main div.card.iron-pig div p {
  color: #fff;
  font-weight: 100;
  font-size: 1rem;
  text-align: justify;
  margin: 0rem 1rem;
  margin-top: 1rem;
}
div.main div.card.iron-pig div button {
  background-color: #03bf62;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 1rem 0rem;
  margin-right: 1rem;
  width: 35%;
  align-self: end;
}
div.main div.card.iron-pig div .more {
  position: absolute;
  background-color: #161624fa;
  height: auto;
  left: 0;
  padding: 1.1rem;
  font-size: 1rem;
  font-weight: 100;
  color: #fff;
  overflow: auto;
  max-height: 330px;
  bottom: -400px;
  transition: all 0.5s;
  z-index: 2;
  text-align: justify;
}

div.main div.card span {
  transition: all 0.5s;
  z-index: 1;
  position: absolute;
  overflow: hidden;
  width: 150px;
  height: 150px;
  top: -10px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.main div.card span::before {
  content: "Gusa";
  position: absolute;
  width: 150%;
  height: 40px;
  background-image: linear-gradient(
    45deg,
    #03bf62 0%,
    #addac3 51%,
    #03bf62 100%
  );
  transform: rotate(-45deg) translateY(-20px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #202024fa;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
}
div.main div.card:nth-child(2) span::before {
  content: "Ações";
}
div.main div.card span::after {
  content: "";
  position: absolute;
  width: 10px;
  bottom: 0;
  left: 0;
  height: 10px;
  z-index: -1;
  box-shadow: 140px -140px #03bf62;
  background-image: linear-gradient(
    45deg,
    #03bf62 0%,
    #addac3 51%,
    #03bf62 100%
  );
}
.contact {
  color: #fff;
  position: relative;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: start;
  gap: 3rem;
  z-index: 2;
  padding: 2rem 0;
  background-color: #161624fa;
  overflow: hidden;
}
.contact img {
  position: absolute;
  width: 30%;
  left: -15%;
  bottom: -10%;
  transform: translate(-10%, -20%);
  opacity: 0.2;
}
.contact .contact_info {
  //background-color: rgba(255, 255, 255, 0.074);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 1rem;
  z-index: 2;
}
.contact .contact_info h2,
.contact .form div h2 {
  font-weight: 400;
  font-size: 2rem;
}
.contact .contact_info div {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact .contact_info div i {
  margin-right: 1rem;
}
.contact div:first-child {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.contact div h2 {
  font-size: 1.5rem;
  font-weight: 100;
  min-width: 190px;
}
.contact div i {
  font-size: 1.5rem;
  color: #03bf62;
}
.contact div p {
  font-weight: 100;
}

.contact div img {
  width: 140px;
  filter: drop-shadow(1px, 1px, 2px, #3555aa);
}
.contact div.form {
  position: relative;
}
.contact div.form div.opac {
  position: relative;
  //background-color: rgba(255, 255, 255, 0.074);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 1rem;
  z-index: 2;
  width: 350px;
}
.contact div.form p {
  font-size: 2rem;
  font-weight: 400;
}

.contact div.form p {
  font-weight: 100;
}
.contact div.form form {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: 100;
  width: 100%;
}
.contact div.form form label {
  font-weight: 100;
}
.contact div.form form input {
  padding: 0.5rem;
  outline-width: 0;
  font-size: 0.8rem;
  font-weight: 100;
  border: 1px solid #addac3;
  width: 100%;
}
.contact div.form form input:focus {
  border: 1px solid #03bf62;
}
.contact div.form form textarea {
  padding: 0.5rem;
  outline-width: 0;
  font-size: 0.8rem;
  font-weight: 100;
  height: 100px;
  border: 1px solid #addac3;
  resize: none;
}
.contact div.form form textarea:focus {
  border: 1px solid #03bf62;
}
.contact div.form form button[type="submit"] {
  height: 2rem;
  margin-top: 1rem;
  background-color: #03bf62;
  border: none;
  color: #fff;
  border-radius: 5px;
  transition: all 0.2s;
  border: 1px solid #03bf62;
}
.contact div.form form button[type="submit"]:hover {
  border: 1px solid #03bf62;
  background-color: #fff;
  color: #03bf62;
}

.input-container {
  margin: 0px !important;
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem !important;
}

div.square {
  z-index: 1;
  position: absolute;
  min-width: 5px;
  min-height: 5px;
  background-color: #7fe9b3a8;
  transition: all 3.5s;
}

@media (max-width: 870px) {
  .contact div.form .opac {
    width: 250px;
  }
  .menu div.header {
    padding: 0 3rem;
  }
  .menu div.header img {
    width: 50px;
  }
}

@media (max-width: 420px) {
  .contact_info {
    width: 100%;
  }
  .contact div.form,
  .contact div.form div.opac {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .menu h1 {
    font-size: 2rem;
  }
}
@media (max-width: 300px) {
  .contact_info {
    width: 80%;
  }
  .contact div.form {
    width: 80%;
  }
  .contact div.form div.opac {
    width: 100%;
  }
}
