.container__full {
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
}

.container__full .text-style__title {
  font-size: 52px;
  font-weight: bold;
}

.container__full .text-style__subtitle {
  font-size: 48px;
  margin-bottom: 24px;
  font-weight: bold;
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 64px;
  background: url("../img/container01-background01.png") no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container__full .container01 .image__responsive {
  margin-left: -190px;
}

.container__full .container01 .container_text svg {
  width: 40%;
  margin-left: 6vw;
  margin-bottom: 112px;
  margin-top: 32px;
}

.container__full .container01 .container_text .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: 64px 182px 64px 6vw;
  color: #fff;
  max-width: 932px;
}

.container__full .container01 .container_text .tag_product {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin-left: 6vw;
  margin-top: 64px;
  background: #72A81E;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 36px;
  border-radius: 30px;
  margin-bottom: 120px;
}

.container__full .container02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 2vw;
  margin-bottom: 64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container__full .container02 .image__responsive {
  margin: 0 2vw;
}

.container__full .container03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 6vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/container03-background01.png") no-repeat;
  background-size: contain;
}

.container__full .container03 .text-style__dimentions {
  color: #fff;
}

.container__full .container03 .tag_garantia {
  font-size: 24px;
  font-weight: bold;
  background: #FFFFFF;
  border-radius: 30px;
  color: #76AE2F;
  margin-top: 18px;
  padding: 8px 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.container__full .container04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background: url("../img/container04-background01.png");
  margin-bottom: 120px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container__full .container04 .image__responsive {
  margin-right: -20%;
  z-index: 2;
}

.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.3)));
  background: linear-gradient(270deg, #76AE2F 42.15%, rgba(66, 135, 38, 0.3) 111.87%);
  padding: 80px 6vw 80px 24%;
  color: #fff;
  margin: 8% 0;
  max-width: 480px;
}

.container__full .container05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 6vw;
  background: url("../img/container05-image01.png") no-repeat;
  background-size: contain;
  background-position: center;
  height: 40vw;
  margin-bottom: 120px;
}

.container__full .container05 .image__responsive {
  display: none;
}

.container__full .container06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container__full .container06 .image__responsive {
  margin-left: -25%;
}

.container__full .container06 .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.3)));
  background: linear-gradient(270deg, #76AE2F 42.15%, rgba(66, 135, 38, 0.3) 111.87%);
  padding: 80px 20% 80px 6vw;
  color: #fff;
  max-width: 480px;
}

.container__full .container07 {
  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: end;
  background: url("../img/container07-background01.png") no-repeat;
  background-size: cover;
}

.container__full .container07 .text-style__dimentions {
  margin: 10vw 0;
  color: #fff;
  padding: 64px 6vw 64px 20%;
  background: -webkit-gradient(linear, right top, left top, color-stop(70%, #76AE2F), color-stop(98.7%, rgba(66, 255, 38, 0)));
  background: linear-gradient(270deg, #76AE2F 70%, rgba(66, 255, 38, 0) 98.7%);
  max-width: 500px;
}

.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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;
  }
  .container__full .container01 .image__responsive {
    margin: 0;
  }
  .container__full .container02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container__full .container03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;
  }
  .container__full .container03 .image__responsive {
    margin: 0;
  }
  .container__full .container03 .text-style__dimentions {
    margin-right: 6vw;
  }
  .container__full .container04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container__full .container05 {
    background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 120px;
    height: auto;
  }
  .container__full .container05 .image__responsive {
    display: block;
  }
  .container__full .container06 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
  .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 */