@font-face {
  font-family: 'FontBold';
  src: url("../fonts/Foco_Corp_Bd.ttf") format("truetype");
}

.container__full {
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
}

.container__full .text-style__title {
  font-size: 6vw;
  margin-bottom: 32px;
  font-family: 'FontBold';
}

.container__full .text-style__subtitle {
  font-size: 64px;
  margin-bottom: 24px;
}

.container__full .text-style__paragraph {
  font-size: 18px;
}

.container__full .text-style__dimentions {
  max-width: 580px;
}

.container__full .image__responsive img {
  width: 100%;
  height: auto;
  display: block;
}

.container__full .container01 {
  background: url("../img/container01-image01.png") no-repeat;
  height: 60vw;
  margin-bottom: 64px;
  background-position: center;
  background-size: cover;
}

.container__full .container01 svg {
  width: 20vw;
  margin-left: 6vw;
  margin-bottom: 32px;
  margin-top: 32px;
}

.container__full .container01 .text-style__dimentions {
  max-width: 600px;
  font-weight: bold;
}

.container__full .container01 .text-style__dimentions .title-dimentions {
  background: -webkit-gradient(linear, left top, right top, color-stop(6.46%, #76AE2F), color-stop(111.87%, rgba(66, 135, 38, 0)));
  background: linear-gradient(90deg, #76AE2F 6.46%, rgba(66, 135, 38, 0) 111.87%);
  padding: 4vw 0 4vw 6vw;
}

.container__full .container01 .text-style__dimentions .title-dimentions .text-style__title {
  font-size: 6vw;
  margin-bottom: 0;
}

.container__full .container01 .tag-product {
  background: #72A81E;
  padding: .8vw;
  width: 200px;
  text-align: center;
  border-radius: 30px;
  font-weight: bold;
  margin-left: 6vw;
  margin-top: 32px;
}

.container__full .container02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 6vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container__full .container02 li {
  width: 16vw;
  height: 16vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 2vw;
  font-weight: bold;
}

.container__full .container02 .icone01 {
  background: url("../img/container02-icone01.png") no-repeat;
  background-size: contain;
}

.container__full .container02 .icone02 {
  background: url("../img/container02-icone02.png") no-repeat;
  background-size: contain;
}

.container__full .container02 .icone03 {
  background: url("../img/container02-icone03.png") no-repeat;
  background-size: contain;
}

.container__full .container02 .icone04 {
  background: url("../img/container02-icone04.png") no-repeat;
  background-size: contain;
}

.container__full .container03 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/container03-image01.png") no-repeat;
  background-size: cover;
  background-size: 60%;
  background-position: right;
}

.container__full .container03 .image__responsive {
  display: none;
}

.container__full .container03 .text-style__dimentions {
  background: url("../img/container03-background01.png") no-repeat;
  background-size: cover;
  max-width: 520px;
  margin-right: -64px;
  padding-left: 4vw;
  padding-right: 14vw;
  padding-top: 4vw;
  padding-bottom: 4vw;
  background-position: right;
}

.container__full .container03 .text-style__dimentions .tag-garantia {
  background: #fff;
  color: #76AE2F;
  padding: .8vw;
  width: 200px;
  text-align: center;
  border-radius: 30px;
  font-weight: bold;
  margin-top: 32px;
}

.container__full .container03 .text-style__dimentions .text-style__subtitle {
  font-size: 40px;
  font-weight: bold;
}

.container__full .container03 .text-style__dimentions .text-style__paragraph {
  font-size: 24px;
}

.container__full .container04 {
  background: url("../img/container04-image01.png") no-repeat;
  height: 60vw;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.container__full .container04 .text-style__dimentions {
  background: -webkit-gradient(linear, right top, left top, color-stop(42.15%, #76AE2F), color-stop(111.87%, rgba(66, 135, 38, 0)));
  background: linear-gradient(-90deg, #76AE2F 42.15%, rgba(66, 135, 38, 0) 111.87%);
  padding: 2vw 6vw 2vw 6vw;
}

.container__full .container04 .text-style__dimentions .text-style__subtitle {
  font-size: 32px;
  margin-bottom: 0;
  font-weight: bold;
  text-align: right;
}

.container__full .container05 {
  background: url("../img/container05-image01.png") no-repeat;
  height: 60vw;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

.container__full .container05 .text-style__dimentions {
  background: -webkit-gradient(linear, left top, right top, color-stop(42.15%, #76AE2F), color-stop(111.87%, rgba(66, 135, 38, 0)));
  background: linear-gradient(90deg, #76AE2F 42.15%, rgba(66, 135, 38, 0) 111.87%);
  padding: 2vw 6vw 2vw 6vw;
}

.container__full .container05 .text-style__dimentions .text-style__subtitle {
  font-size: 32px;
  margin-bottom: 0;
  font-weight: bold;
  text-align: left;
}

.container__full footer .line {
  height: 8px;
  width: 100%;
  background: #00B1DB;
}

.container__full footer .footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container__full footer .content-logo__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container__full footer .content-logo__footer svg {
  width: 274px;
}

.container__full footer .content-logo__footer a {
  color: #2F2F2F;
  font-weight: bold;
  font-size: 24px;
}

.container__full footer .line-small {
  margin: 0 20px;
}

.container__full footer .content-social__footer svg {
  width: 20%;
}

@media (max-width: 875px) {
  .container__full .container01 {
    height: 80vw;
  }
  .container__full .container01 svg {
    margin-bottom: 0;
  }
  .container__full .container02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container__full .container02 li {
    width: 40vw;
    height: 40vw;
    margin-bottom: 14px;
  }
  .container__full .container03 {
    background-size: contain;
    background-position: bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-direction: column;
  }
  .container__full .container03 .text-style__dimentions {
    background-position: center;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-right: 0;
    background-size: auto;
    padding-right: 4vw;
  }
  .container__full .container03 .image__responsive {
    display: block;
  }
  .container__full .container04 .text-style__dimentions .text-style__subtitle {
    font-size: 20px;
  }
  .container__full .container05 .text-style__dimentions .text-style__subtitle {
    font-size: 20px;
  }
  .container__full footer .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 24px;
  }
  .container__full footer .footer__content .content-logo__footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container__full footer .footer__content .line-small {
    display: none;
  }
  .container__full footer .footer__content .content-social__footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container__full footer .footer__content .content-social__footer svg {
    width: 56px;
  }
}
/*# sourceMappingURL=style.css.map */