:root {
  --mainBlue: #252b5c;
  --mainGreen: #84bd2f;
  --lightBlue: #005ca9;

  --outterColumn: 1280px;
  --innerColumn: 1194px;

  --size-300: 0.75rem;
  --size-18: 1.125rem;
  --size-20: 1.25rem;
  --size-22: 1.375rem;
  --size-36: 2.25rem;
  --size-42: 2.625rem;
  --size-46: 2.875rem;
}

html {
  scroll-behavior: smooth;
}

.innerColumn {
  max-width: var(--outterColumn);
  padding: 0 86px;
  margin: 0 auto;
  box-sizing: border-box;
}

.outterColumn {
  max-width: var(--outterColumn);
  padding: 0 43px;
  box-sizing: border-box;
  margin: 0 auto;
}

body {
  color: #000000;
  font-size: var(--size-22);
  line-height: 1.2;
  font-family: "Work Sans", sans-serif;
}

header,
footer {
  position: relative;
}

header .logoBar {
  width: 100%;
  z-index: 10;
  height: auto;
  position: absolute;
}
header .svgTopHeader {
  width: 100%;
  z-index: 9;
  position: absolute;
}

header .graphTopHeader {
  width: 100%;
  z-index: 9;
  position: absolute;
}

.secureContainer {
  width: 100%;
  margin: 0 auto;
}

header img.logoImg {
  width: 21%;
  margin: 2.5% 0 0 10%;
  max-width: 227px;
}

header video {
  width: 100%;
}

header .whiteBar {
  width: 100%;
  height: auto;
  position: absolute;
  background-color: rgba(255, 255, 255);
  bottom: 0;
}

header .svgBottomHeader {
  width: 100%;
  z-index: 9;
  position: absolute;
  margin: -10.5% 0 0 0;
}

main {
  padding: 25px 0;
  position: relative;
}

section {
  min-height: 30px;
  margin-bottom: 30px;
}

.containerSolucaoDeValor {
  width: 100%;
  box-sizing: border-box;
}

/* COLUNAS TIPO 1 */

.columns50-50 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 120px;
}

.columns50-50 .textBesidesMidia {
  width: 50%;
  padding-right: 68px;
  flex-grow: 1;
  max-width: 640px;
}

.columns50-50 .midia {
  width: 50%;
  position: relative;
  margin-top: 30px;
}

.content_iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 120px;
}

.content_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* COLUNAS TIPO 2 */

.columns50-50-2 {
  position: relative;
  max-width: 100vw;
  height: auto;
  margin: 0 auto 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.columns50-50-2 .textBesidesMidia {
  width: 50%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}

.columns50-50-2 .textBesidesMidia p,
.columns50-50-2 .textBesidesMidia h3 {
  width: 100%;
  max-width: 640px;
  padding: 0 68px 0 86px;
}

.columns50-50-2 .midia {
  width: 50%;
  min-width: 341px;
  height: max-content;
  margin-top: 30px;
  position: relative;
  flex-grow: 1;
  min-height: 1px;
  overflow: hidden;
}

.midia video,
.midia img,
.midia iframe {
  width: 100%;
}

.outterColumnImage {
  border-radius: 20px 0 0 20px;
}

p {
  margin-bottom: var(--size-22);
  font-weight: 300;
}

.characteristics {
  font-size: var(--size-36);
  color: var(--mainGreen);
  font-family: EMprint, "Work Sans", sans-serif;
  line-height: 1.5;
  margin-top: 50px;
  min-width: 413px;
}

nav {
  margin: 0 auto;
}

nav .menuTitle {
  font-size: var(--size-22);
  line-height: 1.3;
  font-family: EMprintSemibold, "Work Sans", sans-serif;
  color: var(--mainBlue);
}

nav ul {
  padding-left: 22px;
}

nav ul li {
  border-bottom: 1px solid var(--mainGreen);
  margin-bottom: 15px;
  color: var(--mainBlue);
}
nav ul li a {
  font-size: var(--size-42);
  line-height: 1.8;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: EMprint, "Work Sans", sans-serif;
}

a.backToTop {
  width: fit-content;
  margin-left: calc(50vw + 330px);
  background-color: rgba(255, 255, 255, 0.51);
  color: var(--mainBlue);
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 16px 27px;
  border-radius: 26px;
  backdrop-filter: blur(10.5px);
  -webkit-backdrop-filter: blur(10.5px);

  display: flex;
  align-items: center;

  position: sticky;
  z-index: 999;
  right: 63px;
  top: 60px;
}

.backToTop img {
  margin-right: 6px;
  width: 24px;
}

article {
  margin-top: 225px;
}

.articleCover {
  min-height: 604px;
  height: auto;
  width: 100%;
  padding: 88px 89px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 90px;
  background-color: var(--mainBlue);
}

.coverLeft {
  border-radius: 20px 20px 120px 20px;
  text-align: right;
  background-image: url("./public/png/back1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.coverRight {
  border-radius: 20px 20px 20px 120px;
  flex-direction: row-reverse;
  background-image: url("./public/png/back2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.articleCover img {
  width: calc(50% + 43px);
  max-width: 600px;
  object-fit: contain;
  position: absolute;
  top: -98px;
  border-radius: 20px 20px 120px 20px;
}

.coverLeft img {
  left: -43px;
}

.coverRight img {
  right: -43px;
}

.articleCoverTitle {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.coverLeft .articleCoverTitle {
  align-items: flex-end;
}

.coverRight .articleCoverTitle {
  align-items: flex-start;
}

.articleCoverTitle h2 {
  width: 100%;
  font-size: var(--size-46);
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  font-family: EMprint, "Work Sans", sans-serif;
}

.articleCoverTitle h2 span {
  align-items: baseline;
}
.articleCoverTitle h2 span:last-child {
  width: 100%;
}

.articleTextGreen {
  color: var(--mainGreen);
}

span.articleTextGreen {
  font-weight: 600;
}

.articleCoverTitle .greenLine {
  flex-grow: 1;
  background-color: #005ca9;
  height: 100%;
  border-bottom: 1px solid var(--mainGreen);
}

.coverLeft .articleCoverTitle .greenLine {
  margin-right: 20px;
}

.coverRight .articleCoverTitle .greenLine {
  margin-left: 20px;
}

.articleCover p {
  width: 100%;
  max-width: 415px;
}

.articleContent {
  margin: 0 auto;
  position: relative;
}

.analiseDeVibracaoContent {
  display: flex;
  justify-content: space-between;
}

.analiseDeVibracaoSubContent {
  width: calc(50% - 21px);
}

.analiseDeVibracaoSubContent:first-child {
  border-right: 1px solid var(--mainGreen);
}

h3.blueTitle {
  color: var(--lightBlue);
  font-size: var(--size-36);
  line-height: 42px;
  margin-bottom: 22px;
  font-family: EMprint, "Work Sans", sans-serif;
}

.analiseDeVibracaoSubContent p {
  font-size: var(--size-18);
  min-height: 20%;
}

#oilBottle {
  max-width: 300px;
  top: unset;
  right: unset;
  bottom: -100px;
}

.dataAnalyticsContent ul {
  margin-top: 60px;
}

.dataAnalyticsContent ul li {
  margin-bottom: 1rem;
  font-size: var(--size-22);
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.dataAnalyticsContent ul li p {
  margin: 0 0 0 25px;
  font-weight: 400;
}

.dataAnalyticsContent ~ .openedContent {
  margin-top: 120px;
}

.spanBackgroundColor {
  color: #fff;
}

.spanBackgroundColor:first-child {
  background-color: #84bd2f;
}

.spanBackgroundColor:nth-child(2) {
  background-color: #f0ab21;
}

.spanBackgroundColor:last-child {
  background-color: #be1622;
}

.rowIconsSubContent {
  margin-top: 66px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.infoIcon {
  display: grid;
  grid-template-columns: 25% minmax(auto, 290px);
  grid-gap: 13px 26px;
  margin-bottom: 43px;
}

.infoIcon img {
  grid-area: 1 / 1/ 3/ 2;
  justify-self: center;
  object-fit: fill;
}

.infoIcon h4 {
  font-family: EMprintBold, "Work Sans", sans-serif;
}

.hiddenContent {
  height: auto;
  max-height: 0;
  position: relative;
  overflow: hidden;
  transform-origin: top;
  -webkit-transition: max-height 0.6s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: max-height 0.6s ease-in-out, box-shadow 0.6s linear;
  -o-transition: max-height 0.6s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: max-height 0.6s ease-in-out, box-shadow 0.6s linear;
  transition: max-height 0.6s ease-in-out, box-shadow 0.6s linear;
}

.openedContent {
  overflow: unset;
  max-height: 4000px;
  -webkit-transition: max-height 0.6s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: max-height 0.6s ease-in-out, box-shadow 0.6s linear;
  -o-transition: max-height 0.6s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: max-height 0.6s ease-in-out, box-shadow 0.6s linear;
  transition: max-height 0.6s ease-in-out, box-shadow 0.6s linear;
}

.subtitleHiddenContent {
  font-weight: 400;
  margin-bottom: 80px;
  width: 50%;
}
.subtitleHiddenContent span {
  font-weight: 600;
}

.infographicBackground {
  padding: 80px 0;
  background-color: var(--mainBlue);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.infographicBackground.coverLeft {
  background-image: url("./public/png/back1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.infographicBackground.coverRight {
  background-image: url("./public/png/back2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.iconCardInfographic {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 24%;
  max-width: 285px;
}

.iconCardInfographic img {
  margin-bottom: 17px;
}

/* ESTILO DO ARTIGO 1 */

#content2 .midia {
  align-self: flex-start;
}

.infoOnePart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

/* ESTILO DO ARTIGO 2 */

.infoTwoPart {
  padding: 0 47px;
}

/* ESTILO DO ARTIGO 3 */

#oilComparative {
  width: 80%;
  max-width: 900px;
  margin: 0 auto 80px;
}

.infoThreePart {
  padding: 0 62px;
}

.infoThreePart.part1,
.infoThreePart.part3 {
  width: 100%;
}

.infoThreePart h3 {
  text-align: left;
  font-size: var(--size-36);
  font-weight: 400;
  width: 60%;
  align-self: flex-start;
}

.infoThreePart h3 span {
  font-weight: 600;
  color: var(--mainGreen);
}

.infoThreePart.part2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  width: auto;
  margin: 80px auto;
}

.infoIconArticle3 {
  display: grid;
  grid-template-columns: 38px 1fr 186px;
  grid-template-rows: auto auto;
  text-align: left;
  grid-gap: 15px;
  margin-bottom: 40px;
}

.infoIconArticle3 h6 {
  grid-column: 2 / 4;
  margin: unset;
  align-self: center;
  font-size: var(--size-20);
}

.infoIconArticle3 .photo {
  grid-column: 1 / 3;
  max-width: 120px;
}

.infoIconArticle3 p {
  font-size: var(--size-18);
}

.infoThreePart.part3 h3 {
  font-family: EMprint, "Work Sans", sans-serif;
}

.infoThreePart.part4 {
  margin-top: 80px;
}

/* ARTICLE 6 */

.infoSixPart.part1 {
  margin-right: -8px;
}

.showContentButton {
  display: flex;
  align-items: flex-end;
  margin-top: 72px;
  width: 100%;
}

.showContentButton div {
  width: 48px;
  height: 45px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: left top;
  margin-right: 10px;
}

div.plusIcon {
  background-image: url("./public/svg/plusButtonGreen.svg");
  background-size: contain;
}

div.lessIcon {
  background-image: url("./public/svg/lessButtonGreen.svg");
  background-size: contain;
}

.showContentButton p {
  width: 100%;
  border-bottom: 1px solid var(--mainGreen);
  margin: unset;
  padding: 0 0 6px 18px;
  font-size: 0.9rem;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.contactContainer {
  display: flex;
  justify-content: flex-end;
  margin: 60px auto;
}

.contactContainer a {
  background-color: var(--mainGreen);
  color: #fff;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: var(--size-18);
  padding: 16px 27px;
  border-radius: 26px;
  display: flex;
}

.contactContainer a img {
  margin-right: 13px;
  height: 24px;
}

@media (max-width: 1366px) {
  a.backToTop {
    margin-left: calc(100vw - 280px);
  }

  .articleCover img {
    /* top: -250px; */
    width: calc(40% + 43px);
  }
}

@media (max-width: 768px) {
  .innerColumn {
    max-width: 100vw;
    padding: 0 20px;
  }
  .outterColumn {
    width: 100%;
    max-width: 100vw;
    padding: 0;
  }

  .backToTop {
    right: 20px;
  }

  article {
    margin-top: 280px;
  }

  .articleCover img {
    width: 60%;
    object-fit: cover;
    position: absolute;
    top: -270px;
  }

  .coverLeft img {
    left: 0;
  }

  .coverRight img {
    right: 0;
  }

  .columns50-50 .textBesidesMidia {
    width: 100%;
    padding-right: unset;
  }

  .columns50-50 .midia {
    width: 100%;
    max-width: unset;
    margin-top: 40px;
  }

  .columns50-50-2 {
    flex-direction: column;
    align-items: flex-end;
  }

  .columns50-50-2 .textBesidesMidia {
    width: 100%;
    align-items: center;
  }

  .columns50-50-2 .textBesidesMidia p,
  .columns50-50-2 .textBesidesMidia h3 {
    max-width: 100%;
    padding: 0 20px;
  }

  .textSolucaoDeValor {
    margin: 0 20px;
  }

  .characteristics {
    width: 100%;
    max-width: 640px;
    margin-top: 30px;
  }

  .outterColumnImage {
    position: relative;
    width: 50%;
  }

  .subtitleHiddenContent {
    width: 80%;
  }

  .iconCardInfographic {
    display: none;
  }
  .analiseDeVibracaoContent {
    flex-direction: column;
    align-items: center;
  }
  .analiseDeVibracaoSubContent {
    width: 100%;
    margin-bottom: 20px;
  }
  .analiseDeVibracaoSubContent:first-child {
    border-right: none;
  }

  .infoThreePart {
    padding: 0 47px;
  }

  .infoThreePart h3 {
    width: 100%;
  }
}

@media (max-width: 425px) {
  nav ul {
    padding: unset;
  }

  nav ul li a {
    font-size: var(--size-22);
  }
  .infoIcon {
    grid-template-columns: 100%;
  }

  .articleCover {
    padding: 70px 30px;
  }

  .articleCoverTitle h2 {
    font-size: var(--size-36);
  }

  .articleCover p {
    width: 100%;
    text-align: left;
  }

  .articleCover img {
    width: 70%;
    object-fit: contain;
    position: absolute;
    top: -200px;
  }

  .coverLeft img {
    left: 0px;
  }

  .coverRight img {
    right: 0px;
  }

  .columns50-50-2 .textBesidesMidia p,
  .columns50-50-2 .textBesidesMidia h3 {
    padding: 0 20px;
  }

  .columns50-50-2 .midia,
  .columns50-50 .midia {
    min-width: 98%;
  }

  .subtitleHiddenContent {
    width: 100%;
  }

  .infographicBackground {
    padding: 30px 0 60px;
  }

  .infoTwoPart {
    padding: 0 5px;
  }

  .infoThreePart {
    padding: 0 20px;
  }

  .infoThreePart h3 {
    width: 100%;
  }

  .infoThreePart.part2 {
    margin: 40px 0 0;
  }

  .infoThreePart.part4 {
    margin-top: 30px;
  }

  .infoIconArticle3 {
    grid-template-columns: 32px 186px !important;
    grid-template-rows: repeat(3, auto);
  }

  .infoIconArticle3 h6 {
    grid-column: 2 / 3;
  }
  .infoIconArticle3 .photo {
    grid-column: 1 / 3;
    max-width: 120px;
    justify-self: center;
  }

  .infoIconArticle3 p {
    grid-column: 1 / 3;
  }

  .characteristics {
    min-width: unset;
    font-size: 28px;
  }
}

@media (max-width: 320px) {
  .articleCover img {
    top: -150px;
  }
}
