@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
  -webkit-font-smoothing: antialiased;
}

/* MainStyles */
:root {
  --title-color: #2f2f2f;
  --background-color: #f1f1f1;
}

body {
  padding: 0 2vw;
  font-family: "Open Sans", sans-serif;
  color: var(--title-color);
}

.containerStyleMain {
  display: flex;
  margin-bottom: 64px;
  align-items: center;
  justify-content: space-between;
}

.dimentionsInformationText {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.containerImage {
  width: 60%;
  height: 60%;
  display: flex;
  justify-content: center;
}
.containerImageV2 {
  width: 96vw;
  margin: 0 auto;
}

.imageStyle {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

/* Fonts */
.fontStyleMain {
  font-size: 50px;
  font-weight: 700;
}

.logoMulti {
  width: 200px;
  margin-bottom: 42px;
}

.fontStyleParagraph {
  max-width: 545px;
  font-size: 20px;
  font-weight: 400;
  margin-top: 15px;
}

.fontStyleSingleText {
  font-size: 22px;
  font-weight: 400;
  max-width: 320px;

}

.fontStyleMainText {
  font-size: 26px;
}

.tagStyle {
  font-size: 25px;
  font-weight: bold;
  background: #6eb74c;
  color: #fff;
  width: 382px;
  padding: 10px 20px;
  border-radius: 0 40px 40px 0;
  margin-top: 52px;
}

.tagStyleGarantia {
  font-weight: 700;
  font-size: 25px;
  margin-top: 12px;
}

/* endFonts */

/* Container 04 */
.container04Style .dimentionsInformationText {
  height: 82%;
}

.container04Style .fontStyleMain {
  font-weight: 700;
  font-size: 64px;
}

.container04Style .dimentionsInformationText {
  margin: 0 auto;
}

/* BoxContainerStyle */
.boxContainer {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 64px;
  align-items: flex-start;
  margin-left: 2%;

}

.boxDescription {
  width: 100%;
  display: flex;
  justify-content: space-between;

  margin: 45px auto
}

.boxDescription span {
  font-weight: bold;
}

.boxStyle {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 4px;
}

.boxStyle svg {
width: 100%;
}

.boxStyle span {
  max-width: 320px;
}

.boxStyle .fontStyleSingleText {
  margin-top: 12px;
  font-size: 18px;
}
/* endBoxContainerStyle */

/* Container 07 */
.container07Style {
  background: url("../img/IMAGEM\ 2\ 1\.png") no-repeat;
  background-size: cover;
  height: 48.4vw;
}

.container09Style {
  flex-direction: column;
  text-align: center;
  margin-bottom: 3%;

}

.containerGridBox {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-template-areas:
    "main content02 content02"
    "main content04 content05";
  grid-gap: 1vw;
  width: 100%;
  height: 100%;
  margin-top: -2%;
}

.main {
  grid-area: main;
  display: flex;
  justify-content: flex-end;
  width: 46.1vw;
}

.content02 {
  grid-area: content02;
  display: flex;
  justify-content: center;
}

.content03 {
  grid-area: content03;
}

.content04 {
  grid-area: content04;
  display: flex;
  justify-content: center;
}

.content05 {
  grid-area: content05;
  display: flex;
  justify-content: center;
}

/* footer */
.lineFooter {
  background: #00b1db;
  height: 5px;
  margin-top: 20px;
}

.footerContainer {
  display: flex;
  justify-content: space-between;
  padding: 36px 24px;
  align-items: center;
}

.footerContainer div a {
  color: #000000;
  font-size: 22px;
}

.footerItens {
  display: flex;
  align-items: center;
}

.containerSocial {
  margin-left: 4vw;
}

.containerSocial a {
  text-align: center;
  margin: 0 1vw;
}

.linkContainer {
  margin-right: 4vw;
}

.container07Style-part01 {
  max-width: 700px;
  margin-left: 4vw;
  color: #ffffff;
}

.container07Style-part01 p {
  font-weight: 300;
}


/* Resposive */

@media (min-width: 1380px) {
  #navsTabsContainers {
    margin: 0 auto;
  }

  .content02 {
    width: 49vw;
  }

  .boxStyle {
    max-width: 304px;
  }
}

@media (max-width: 1024px) {
  /* MainStyles */
  .fontStyleMain {
    font-size: 32px;
  }

  .fontStyleParagraph {
    max-width: 560px;
    margin-top: 10px;
    font-size: 16px;
  }
  /* endMainStyles */

  .boxDescription li img {
    width: 280px;
  }
  /* BoxContainer */
  .boxStyle svg {
    width: 56px;
    height: 57px;
  }

  .fontStyleSingleText {
    font-size: 20px;
    width: 100%;
  }

  .container07Style-part01 p {
    width: 437px;
  }

  /* Slide */
}

@media (max-width: 865px) {
  /* MainStyles */
  .fontStyleMain {
    font-size: 4vw;
  }

  .container04Style .fontStyleMain {
    font-size: 6vw;
  }

  .fontStyleMainText {
    font-size: 20px;
  }

  /* endMainStyles */
  .fontStyleParagraph {
    font-size: 14px;
  }

  .fontStyleSingleText {
    font-size: 14px;
  }

  .boxContainer {
    justify-content: space-between;
  }

  .tagStyle {
    font-size: 16px;
    width: 280px;
    margin-top: 32px;
  }

  .footerContainer {
    padding: 20px 10px;
  }

  .logo {
    width: 160px;
  }

  .container07Style {
    margin-top: 300px;
  }

  .container07Style-part01 {
    margin-left: 0px;
    margin-top: -260px;
    margin-bottom: 0px;
    color: #000;
  }

  .socialSize {
    width: 30px;
  }

  .line {
    margin: 0;
  }

  .containerSocial {
    margin-left: 15px;
  }

  .container07Style-part01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 36px;
  }

  .container07Style {
    flex-direction: column;
  }
}

@media (max-width: 865px) {
  .boxDescription {
    flex-direction: column;
    align-items: center;
  }

  .fontStyleSingleText {
    margin-bottom: 7vh;
  }

  .fontStyleParagraph {
    font-size: 18px;
  }
}

@media (max-width: 620px) {
  /* MainStyles */
  .fontStyleMain {
    font-size: 28px;
  }

  .container04Style .fontStyleMain {
    font-size: 10vw;
  }

  .containerStyleMain {
    flex-wrap: wrap;
  }

  .fontStyleParagraph {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .main {
    width: 96vw;
  }

  .containerGridBox li img {
    width: 100%;
  }

  .fontStyleMainText {
    font-size: 14px;
  }
  /* endMainStyles */

  .container04Style {
    height: 210vw;
  }

  .slideWrapper {
    margin-top: 32px;
  }

  .containerSlideBox li img {
    width: 58vw;
    height: 58vw;
  }

  /* boxStyles */
  .boxContainer {
    flex-wrap: wrap;
    margin: -2vw;
  }

  .boxContainer .boxStyle {
    width: 48vw;
    margin-bottom: 4%;
  }
  /* endBoxStyles */

  /* Container05 grid */
  .containerGridBox {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas:
      "main main "
      "content02 content02"
      "content04 content05";
    grid-gap: 1vw;
    margin: 0 -0.5%;
  }

  .container07Style {
    margin-top: 270px;
  }

  .container07Style-part01 {
    margin-top: -274px;
    color: #000;
  }

  .container07Style-part01 p {
    width: 100%;
  }

  .main img {
    width: 97vw;
    height: 97vw;
  }

  .containerImage {
    width: 100%;
    height: auto;
  }

  .linkContainer {
    display: none;
  }

  .container03Style {
    flex-direction: column;
    align-items: center;
    margin-bottom: 64px;
  }

  .container03Style li {
    width: 80vw;
    height: 80vw;
  }

  .container03Style li:first-child {
    margin-right: 0px;
    margin-bottom: 8vw;
  }

  .container09Style {
    width: 92vw;
  }
}

@media (max-width: 450px) {
  .container04Style {
    height: 260vw;
  }
  .container07Style {
    margin-top: 320px;
  }
  .container07Style-part01 {
    margin-top: -305px;
  }

  .fontStyleSingleText {
    font-size: 16px;
    /* font-weight: bold; */
  }

  .fontStyleParagraph {
    font-size: 18px;

  }
}

@media (max-width: 399px) {
  .boxContainer {
    flex-direction: column;
    align-items: center;
  }

  .tagStyle {
    width: 200px;
  }
}

@media (max-width: 399px) {
  .boxStyle {
    width: 90vw;
  }

  .boxStyle .fontStyleSingleText {
    width: 250px;
  }
}