:root {
  /* FONTS */
  --fFamily: 'Poppins', sans-serif; 
  --fRegular: 400;
  --fSemiB: 600;
  --fBold: 700;

  --fHeaderSize: 6rem;

  --linkButtonFontSize: 1.4rem;

  --contentTxtFontSize: 1.3rem;

  --contentTxtFontSizeSmall: 1.2rem;

  /* PADDING */
  --sectionPadding: 95px;

  /* RADIUS */
  --boderRadiusLinkButton: 8px;
  --boderRadiusItemList: 16px;

  /* COLORS */
  --lightGreenColor: #00d950;
  --orange: #f39a00;
  --blue: #3d76ff;
  --gray: #8c8c8c;

  /* BREAKPOINTS */
  /*
  320px — 480px: Mobile Devices
  481px — 768px: iPads, Tablets
  769px — 1024px: Small screens, laptops
  1025px — 1200px: Desktops, large screens
  1201px and more —  Extra large screens, TV
  */
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--fFamily) !important;
}

body {
  font-size: 14px;
  color: white;
}

html {
  scroll-behavior: smooth;
}

.header {
  display: flex;
  align-items: center;
  width: 100vw;
  height: 860px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/header_fundo.jpg");
}

.container--logo {
  position: absolute;
  width: 100%;
  top: 5.2rem;
}

.logo {
  display: block;
  width: 250px;
  height: auto;
}

.block--1--title {
  width: 70%;
  font-size: var(--fHeaderSize);
  font-weight: var(--fRegular) !important;
}

.link--button {
  color: white;
  padding: 0.8rem 2rem;
  font-weight: var(--fSemiB);
  border-radius: var(--boderRadiusLinkButton);
  background-color: var(--lightGreenColor);
  font-size: var(--linkButtonFontSize);
}

.block--2 {
  padding: var(--sectionPadding) 0;
}

.block--2 .content {
  width: 100%;
  height: 400px;
  border-radius: var(--boderRadiusLinkButton);
  background-color: var(--orange);
}

.block--2 .content .laptop--icon {
  position: relative;
  top: -2rem;
  left: 9rem;
  width: 65%;
  height: auto;
}

.block--2 .content .content--txt {
  padding: 2rem 4rem;
}

.block--2 .content .content--txt p {
  font-size: var(--contentTxtFontSize);
  line-height: 30px;
}

.block--3 {
  position: relative;
}

.block--3 .content {
  width: 100%;
}

.block--3 .content .content--txt {
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: 0 9rem 0 0;
}

.block--3 .content .content--txt h2 {
  font-weight: var(--fRegular);
  color: var(--orange);
}

.block--3 .content .content--txt span {
  display: block;
  color: var(--gray);
  font-size: var(--contentTxtFontSizeSmall);
  padding: 2rem 0;
}

.block--3 .content .content--txt .link--button {
  display: block;
  width: fit-content;
  font-size: var(--contentTxtFontSizeSmall);
}

.block--3 .content .content--list {
  display: flex;
  flex-direction: column;
}

.block--3 .content .item-list {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 2.5rem;
  border: 1px solid var(--blue);
  border-radius: var(--boderRadiusItemList);
  box-shadow: 0px 0px 20px 8px rgb(0 0 0 / 8%);
  margin-bottom: 80px;
}

.block--3 .content .item-list .icone {
  display: block;
  position: absolute;
  top: -2rem;
  right: 4rem;
  width: 50px;
  height: auto;
}

.block--3 .content .item-list h2 {
  color: var(--blue);
  font-weight: var(--fRegular);
}

.block--3 .content .item-list span.resumo {
  padding: 1rem 0;
}

.block--3 .content .item-list span {
  color: black;
  width: 95%;
}

.block--4 {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../img//fundo2.jpg");
  overflow: hidden;
}

.block--4 .content--txt {
  padding: 8rem 2rem 8rem 0;
}

.block--4 .content--txt h2 {
  font-weight: var(--fRegular);
}

.block--4 .content--txt span {
  display: block;
  padding: 2.5rem 0;
  line-height: 25px;
}

.block--4 .content--txt a {
  display: block;
  width: fit-content;
  font-size: var(--contentTxtFontSizeSmall);
  z-index: 1;
}

.block--4 .bg--arte {
  display: block;
  position: absolute;
  bottom: -5rem;
  right: 0;
}

.block--5 {
  padding: var(--sectionPadding) 0;
}

.block--5 .content--txt h2 {
  font-weight: var(--fRegular);
  color: var(--blue);
}

.block--5 .content--txt span {
  display: block;
  padding: 1rem 0;
  color: black;
}

.block--5 form input {
  background-color: #595959;
  border: none;
  border-radius: var(--boderRadiusLinkButton);
  padding: 1.5rem;
}

.block--5 form input::placeholder {
  color: #dddddd;
}

.block--5 form [class*="col-"] {
  padding-top: 0;
  padding-bottom: 0;
}

.block--5 form .container--checkbox {
  padding: 0 0 1rem 0;
}

.block--5 form input[type="submit"] {
  display: block;
  color: white;
  padding: 1rem 1.5rem;
  font-weight: var(--fBold);
  background-color: var(--lightGreenColor);
}

.block--6 {
  height: 234px;
  background-color: #f3f3f3;
}

.block--6 .row {
  padding: 6rem 0 0 0;
}

.block--6 .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin-right: 4rem;
}

.block--6 .logo--power {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 75px;
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #f3f3f3;
}

footer a {
  color: #000;
  padding-bottom: 0.4rem;
  margin-right: 0.4rem;
}

footer hr {
  clear: both;
  width: 95%;
  max-width: 100%;
  height: 1px;
  margin: 0.6rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #d5d5d5;
  border-left: 0;
}

footer .maya a {
  flex-wrap: nowrap;
  padding: 0.6rem 0;
}

footer .maya a img {
  display: block;
  position: relative;
  width: auto;
  height: 20px;
  top: -0.1rem;
  margin-left: 0.4rem;
}

.erro {
  font-size: 1.1rem;
  color: red;
  padding: 12px 0;
}

/* BREAKPOINTS */
@media (max-width: 1640px) {
  .block--2 .content .laptop--icon {
    top: -2.5rem;
    width: 90%;
    left: 3rem;
  }

  .block--2 .content .content--txt p {
    font-size: var(--contentTxtFontSize);
    line-height: 20px;
  }

  .block--4 .bg--arte {
    display: block;
    position: absolute;
    bottom: 0rem;
    right: 0;
  }
}

@media (max-width: 1440px) {
  :root {
    --fHeaderSize: 4rem;
  }

  .header {
    height: 715px;
  }

  .block--1--title {
    width: 70%;
  }

  .block--1--title p {
    padding: 6rem 0 1.4rem 0;
  }

  .block--4 .bg--arte {
    right: -10rem;
  }
}

@media (max-width: 1200px) {
  .block--2 .content .laptop--icon {
    top: -2rem;
  }

  .block--3 .content .content--txt {
    padding: 0 2rem 0 0;
  }

  .block--4 .bg--arte {
    bottom: 4rem;
    right: -15rem;
  }
}

@media (max-width: 1024px) {
  :root {
    --fHeaderSize: 2.6rem;
  }

  .header {
    height: 600px;
  }

  .block--1--title {
    width: 70%;
  }

  .block--1--title p {
    padding: 6rem 0 1.4rem 0;
  }

  .block--2 .content .laptop--icon {
    top: -2rem;
    width: 103%;
    left: 1.5rem;
  }

  .block--4 .content--txt {
    width: 50%;
  }

  .block--4 .bg--arte {
    bottom: -3rem;
    right: -28rem;
  }
}

@media (max-width: 768px) {
  :root {
    --fHeaderSize: 3rem;
    --linkButtonFontSize: 1.6rem;

    --sectionPadding: 60px;
  }

  .header {
    height: 600px;
  }

  .block--1--title {
    width: 85%;
  }

  .block--1--title p {
    padding: 6rem 0 1.4rem 0;
  }

  .block--2 .content {
    height: auto;
  }

  .block--2 .content .laptop--icon {
    top: 0;
    width: 50%;
    left: 0;
  }

  .block--2 .content .col-m6:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    order: 2;
  }

  .block--2 .content .laptop--icon {
    padding: 2rem;
  }

  .block--2 .content .col-m6:last-child {
    padding: 2rem 2rem;
    order: 1;
  }

  .block--3 .content .content--txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 var(--sectionPadding) 0;
  }

  .block--3 .content .content--txt #stk h2,
  .block--3 .content .content--txt #stk span {
    text-align: center;
  }

  #stk {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .block--4 .content--txt {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8rem 0;
  }

  .block--4 .bg--arte {
    bottom: -20rem;
    right: -45rem;
  }

  .block--6 .row {
    padding: 4.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  :root {
    --fHeaderSize: 1.6rem;
    --linkButtonFontSize: 1.2rem;
  }

  .header {
    height: 400px;
  }

  .block--1--title {
    width: 100%;
  }

  .block--1--title p {
    padding: 6rem 0 1.4rem 0;
  }

  .link--button {
    padding: 0.6rem 1rem;
  }

  .block--2 .content .laptop--icon {
    width: 75%;
  }

  .block--4 .bg--arte {
    bottom: -25rem;
  }
}