@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;900&display=swap");
* {
  box-sizing: border-box; }

body {
  margin: 0;
  background-color: #009e45;
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
  background-image: url("../img/Grupo 17.jpg");
  background-position: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80vh;
  background-size: cover; }
  @media (max-width: 600px) {
    .main {
      height: auto; } }
  .main__article {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    background-color: #fff;
    height: 400px;
    padding-left: 40px;
    margin-bottom: 70px;
    border-radius: 0 30px 30px 0; }
    @media (max-width: 1250px) {
      .main__article {
        padding: 0; } }
    @media (max-width: 900px) {
      .main__article {
        width: 100vw;
        border: none;
        border-radius: 0; } }
    @media (max-width: 600px) {
      .main__article {
        width: 100%;
        height: auto;
        flex-direction: column; } }
    .main__article .logoWrapper {
      width: 60%;
      padding: 50px 30px 30px 30px;
      display: flex;
      align-items: center;
      flex-direction: column; }
      @media (max-width: 1600px) {
        .main__article .logoWrapper {
          padding: 50px 30px 30px 30px; } }
      @media (max-width: 1250px) {
        .main__article .logoWrapper {
          padding: 15px; } }
      @media (max-width: 600px) {
        .main__article .logoWrapper {
          width: 80%;
          padding: 5px 20px; } }
      .main__article .logoWrapper img {
        max-width: 700px;
        width: 100%; }
      .main__article .logoWrapper .frase {
        color: #009e45;
        font-size: 42px;
        font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
        text-transform: uppercase; }
        @media (max-width: 1250px) {
          .main__article .logoWrapper .frase {
            font-size: 28px; } }
        @media (max-width: 600px) {
          .main__article .logoWrapper .frase {
            font-size: 20px;
            margin: 10px;
            text-align: center; } }
    .main__article .codeContainer {
      width: 40%;
      background-color: #eee;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 50px 0; }
      @media (max-width: 800px) {
        .main__article .codeContainer {
          width: 35%; } }
      @media (max-width: 600px) {
        .main__article .codeContainer {
          width: 100%;
          padding: 0;
          align-items: flex-start;
          padding: 10px 0; } }
      .main__article .codeContainer .codeWrapper {
        border: 1px solid #d5d5d5;
        padding: 5px;
        width: 250px; }
        @media (max-width: 800px) {
          .main__article .codeContainer .codeWrapper {
            width: 200px; } }
        @media (max-width: 600px) {
          .main__article .codeContainer .codeWrapper {
            width: 60%; } }
        @media (max-width: 800px) {
          .main__article .codeContainer .codeWrapper img {
            width: 180px; } }
        @media (max-width: 600px) {
          .main__article .codeContainer .codeWrapper img {
            width: 100%; } }
        .main__article .codeContainer .codeWrapper p {
          font-size: 14px;
          font-weight: 900; }
          @media (max-width: 600px) {
            .main__article .codeContainer .codeWrapper p {
              width: 100%;
              font-size: 16px; } }
        .main__article .codeContainer .codeWrapper button {
          background-color: #009e45;
          color: #fff;
          border: none;
          padding: 1rem 2.5rem;
          border-radius: 25px;
          font-size: 18px;
          font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
          text-transform: uppercase;
          cursor: pointer; }
  .main__photo {
    position: absolute;
    right: 0;
    bottom: 25px; }
    @media (max-width: 900px) {
      .main__photo {
        display: none; } }
    .main__photo .img2 {
      display: block;
      min-width: 20vw;
      margin-bottom: -7px; }
      @media (max-width: 1600px) {
        .main__photo .img2 {
          width: 450px; } }
      @media (max-width: 1250px) {
        .main__photo .img2 {
          width: 350px; } }
    .main__photo .img1 {
      width: 30vw;
      display: block; }
      @media (max-width: 1600px) {
        .main__photo .img1 {
          width: 550px; } }
      @media (max-width: 1250px) {
        .main__photo .img1 {
          width: 380px; } }

.middle {
  -webkit-clip-path: polygon(25% 15%, 27% 0, 100% 0, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0 0, 23% 0);
  clip-path: polygon(25% 15%, 27% 0, 100% 0, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0 0, 23% 0);
  width: 1600px;
  margin-top: -25px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none; }
  @media (max-width: 1600px) {
    .middle {
      padding: 20px 0;
      width: 100%; } }
  @media (max-width: 900px) {
    .middle {
      padding: 20px 0;
      flex-direction: column;
      gap: 40px;
      -webkit-clip-path: polygon(50% 8%, 60% 0, 100% 0, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0 0, 40% 0);
      clip-path: polygon(50% 8%, 60% 0, 100% 0, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0 0, 40% 0); } }
  @media (max-width: 900px) {
    .middle {
      padding: 20px 0;
      flex-direction: column;
      gap: 40px;
      -webkit-clip-path: polygon(50% 10%, 60% 0, 100% 0, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0 0, 40% 0);
      clip-path: polygon(50% 10%, 60% 0, 100% 0, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0 0, 40% 0); } }
  .middle__input {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    @media (max-width: 900px) {
      .middle__input {
        width: 100%; } }
    .middle__input p {
      line-height: 30px;
      color: #000;
      font-size: 24px;
      font-weight: 500;
      font-style: italic; }
      .middle__input p strong {
        font-style: normal;
        color: #009e45;
        text-transform: uppercase;
        font-weight: 900; }
  .middle__socialmedias {
    width: 50%;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-style: italic;
    flex-direction: column; }
    @media (max-width: 900px) {
      .middle__socialmedias {
        width: 100%; } }
    .middle__socialmedias .green {
      color: #009e45;
      font-size: 18px;
      font-style: normal;
      color: #009e45;
      text-transform: uppercase;
      font-weight: 900;
      margin: 0; }
    .middle__socialmedias .black {
      color: #717171;
      font-size: 14px;
      margin: 0; }
    .middle__socialmedias .socialMedias svg {
      margin-left: 15px;
      width: 30px;
      height: 30px; }

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  color: #fff;
  background: #003221;
  font-size: 24px; }
  @media (max-width: 900px) {
    footer {
      text-align: center; } }

.container {
  max-width: 1600px;
  margin: 0 auto; }

.container_middle {
  display: grid;
  width: 100%;
  height: auto;
  z-index: -10;
  justify-content: stretch;
  align-content: stretch;
  grid-template: 1fr / 1fr 1fr 1fr; }
  @media (max-width: 1600px) {
    .container_middle {
      display: flex;
      align-items: center;
      justify-content: center; } }
  .container_middle .left {
    background-color: #fff;
    height: 170px;
    width: auto;
    margin-top: -25px; }
    @media (max-width: 1600px) {
      .container_middle .left {
        display: none; } }
  .container_middle .right {
    height: 170px;
    margin-top: -25px;
    background-color: #fff; }
    @media (max-width: 1600px) {
      .container_middle .right {
        display: none; } }

a {
  text-decoration: none; }
