.container-width-lp {
  width: 100%;
  margin: 0 auto;
}
.container-width-lp .container-header {
  background-color: #fafafa;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.25);
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.container-width-lp .container-header .container-logo {
  margin-left: auto;
  margin-right: auto;
}
.container-width-lp .container-header .container-logo .logo {
  cursor: pointer;
}
.container-width-lp .container-header .header {
  margin-left: auto;
  margin-right: auto;
}
.container-width-lp .container-header .header nav {
  display: flex;
  gap: 18px;
}
.container-width-lp .container-header .header nav .pd-span-left {
  padding-left: 10px;
}
.container-width-lp .container-header .header nav .pd-span-right {
  padding-right: 10px;
}
.container-width-lp .container-header .header span {
  color: #008916;
  cursor: pointer;
  font-weight: 500;
}
.container-width-lp .container-header .header span:hover {
  text-decoration: underline 2px solid #008916;
  transition: all 600ms;
}
.container-width-lp .container-header .container-clubi {
  margin-left: auto;
  margin-right: auto;
}
.container-width-lp .container-header .container-clubi .clubi {
  cursor: pointer;
}
.container-width-lp .container-header .socials {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
}
.container-width-lp .container-header .socials .iframe-radio-container {
  position: relative;
}
.container-width-lp .container-header .socials .iframe-radio-container .radio {
  border: 2px solid #6e747b;
  border-radius: 50px;
  background-color: #6e747b;
  padding: 5px 30px 5px 30px;
  margin-right: 20px;
  margin-bottom: 5px;
  display: inline-block;
}
.container-width-lp .container-header .socials .iframe-radio-container span {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 43%;
  left: 65%;
  transform: translate(-50%,-50%);
  font-size: 14px;
  padding-right: 10px;
}
.container-width-lp .container-header .socials .radio span {
  background-image: url(../img/playradio.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 18px;
  padding-left: 30px;
  color: #00a849;
  font-weight: bold;
}
.container-width-lp .container-header .socials .container-socials-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
}
.container-width-lp .container-header .socials .container-socials-logo .instagram {
  max-width: 52px;
}
.container-width-lp .container-header .socials .container-socials-logo .instagram:hover {
  transform: scale(1.2);
  transition: all 500ms;
}
.container-width-lp .container-header .socials .container-socials-logo .facebook:hover {
  transform: scale(1.2);
  transition: all 500ms;
}
.container-width-lp .container-header .socials .container-socials-logo .youtube:hover {
  transform: scale(1.2);
  transition: all 500ms;
}
.container-width-lp .container-header .socials img {
  padding-left: 20px;
}
.container-width-lp .container-header .mobile-menu .close-menu {
  display: none;
}
.container-width-lp .container-header .mobile-menu .close-menu-on {
  background-color: #008916;
  z-index: 999;
  width: 100%;
  position: absolute;
  padding-bottom: 80px;
  border-bottom-left-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  right: 0px;
  top: 0px;
}
.container-width-lp .container-header .mobile-menu .header-mobile nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.container-width-lp .container-header .mobile-menu .header-mobile nav ul li a {
  color: #fff;
  padding-top: 23px;
  text-align: right;
  padding-right: 10px;
  display: block;
  font-weight: bold;
}
.container-width-lp .container-header .mobile-menu .header-mobile nav ul li:nth-child(1) {
  padding-top: 30px;
}
.container-width-lp .container-header .mobile-menu .header-mobile {
  padding-top: 60px;
}
.container-width-lp .container-header .mobile-menu .header-mobile .container-clubi-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.container-width-lp .container-header .mobile-menu .header-mobile .container-clubi-mobile .clubi {
  cursor: pointer;
}
.container-width-lp .container-header .mobile-menu .header-mobile .socials-mobile {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.container-width-lp .container-header .mobile-menu .header-mobile .socials-mobile .iframe-radio-container {
  position: relative;
}
.container-width-lp .container-header .mobile-menu .header-mobile .socials-mobile .iframe-radio-container .radio {
  border: 2px solid #6e747b;
  border-radius: 20px;
  background-color: #6e747b;
  padding: 5px 20px 5px 30px;
  display: block;
}
.container-width-lp .container-header .mobile-menu .header-mobile .socials-mobile .iframe-radio-container span {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-50%,-50%);
  font-size: 16px;
}
.container-width-lp .container-header .mobile-menu .header-mobile .socials-mobile .container-socials-media {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  border-radius: 20px;
  padding-left: 62px;
  padding-right: 62px;
}
.container-width-lp .container-header .mobile-menu .header-mobile .socials-mobile .container-socials-media .facebook {
  padding-right: 20px;
  padding-top: 5px;
}
.container-width-lp .container-header .mobile-menu .header-mobile .socials-mobile .container-socials-media .instagram {
  padding-top: 5px;
}
.container-width-lp .container-header .mobile-menu .header-mobile .socials-mobile .container-socials-media .youtube {
  padding-left: 20px;
  padding-top: 5px;
}
.container-width-lp .container-header .mobile-menu .btn-mobile {
  background-image: url(../img/menu-hamburguer-64px.png);
  background-position: center;
  background-size: cover;
  padding: 20px;
  background-repeat: no-repeat;
  border: none;
  background-color: #fafafa;
  cursor: pointer;
}
.container-width-lp .container-header .mobile-menu .btn-mobile-x {
  background-image: url(../img/cruzbranca.png);
  position: relative;
  z-index: 1000;
  background-color: #008916;
}
.container-width-lp .header-fix {
  position: fixed;
  z-index: 999;
  transition: all 0.04s ease;
  top: -61px;
  transform: translate3d(0,61px,0) !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.container-width-lp .container-header-lp {
  display: flex;
  justify-content: space-around;
}
.container-width-lp .container-header-lp .header-lp {
  padding-top: 50px;
  margin-left: auto;
}
.container-width-lp .container-header-lp .header-lp .nav-lp {
  margin-top: 30px;
}
.container-width-lp .container-header-lp .header-lp .nav-lp .nav-nav-lp {
  display: flex;
  gap: 30px;
}
.container-width-lp .container-header-lp .header-lp .nav-lp .nav-nav-lp .span-nav-lp {
  color: #008916;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.container-width-lp .container-header-lp .header-lp .nav-lp .nav-nav-lp .span-nav-lp:hover {
  text-decoration: underline 2px solid #008916;
  transition: all 600ms;
}
.container-width-lp .container-header-lp .header-lp .header-header-lp {
  margin-top: 130px;
  max-width: 600px;
}
.container-width-lp .container-header-lp .header-lp .header-header-lp .title-header-lp {
  color: #e41010;
  font-size: 80px;
  font-weight: bold;
}
.container-width-lp .container-header-lp .header-lp .header-header-lp .text-header-lp {
  color: #484848;
  margin-top: 30px;
  font-size: 25px;
  line-height: 35px;
}
.container-width-lp .container-header-lp .header-lp .header-header-lp .text-header-lp-two {
  color: #484848;
  margin-top: 30px;
  font-size: 25px;
  line-height: 35px;
}
.container-width-lp .container-header-lp .header-lp .header-header-lp .container-button-header-lp {
  margin-top: 50px;
}
.container-width-lp .container-header-lp .header-lp .header-header-lp .container-button-header-lp .button-header-lp {
  border: 2px solid #e41010;
  padding: 16px 40px 16px 40px;
  border-radius: 30px;
}
.container-width-lp .container-header-lp .header-lp .header-header-lp .container-button-header-lp .button-header-lp span {
  color: #e41010;
  background-image: url(../img/seta.svg);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 40px;
  font-weight: 500;
}
.container-width-lp .container-header-lp .header-lp .header-header-lp .container-button-header-lp .button-header-lp:hover {
  background-color: #e41010;
  transition: ease 600ms;
}
.container-width-lp .container-header-lp .header-lp .header-header-lp .container-button-header-lp .button-header-lp:hover span {
  color: #fff;
  background-image: url(../img/setabranca.svg);
  transition: ease 600ms;
}
.container-width-lp .container-header-lp .img-header-lp {
  margin: auto;
  padding-top: 150px;
}
.container-width-lp .container-header-lp .img-header-lp img {
  border-radius: 10px;
}
.container-width-lp .container-video-lp {
  margin-top: 100px;
}
.container-width-lp .container-video-lp .title-video-lp {
  color: #008916;
  text-align: center;
  font-weight: bold;
  font-size: 50px;
}
.container-width-lp .container-video-lp .video-lp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.container-width-lp .container-form-lp {
  width: 100%;
  height: auto;
  margin-top: 180px;
}
.container-width-lp .container-form-lp .title-form-lp {
  text-align: center;
  color: #008916;
  font-size: 50px;
  font-weight: bold;
}
.container-width-lp .container-form-lp .form-lp-bg {
  margin-top: 50px;
  height: 850px;
  padding-top: 230px;
  background-image: url(../img/fundo5.svg), url(../img/fundo6.svg), url(../img/background.verde.svg);
  background-size: 290px, 350px, cover;
  background-position: left 80px center, right 50px center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
.container-width-lp .container-form-lp .form-lp-bg .subtitle-form-lp {
  color: #fff;
  text-align: center;
  font-size: 25px;
  padding-bottom: 50px;
}
.container-width-lp .container-form-lp .form-lp-bg .form-flex-lp-card {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 50px;
}
.container-width-lp .container-form-lp .form-lp-bg .form-flex-lp-card .break-flex-lp {
  flex-basis: 100%;
  width: 0;
}
.container-width-lp .container-form-lp .form-lp-bg .form-flex-lp-card .input-card-lp {
  border: 1px solid transparent;
  border-radius: 35px;
  padding: 20px 130px 20px 40px;
  color: #484848;
}
.container-width-lp .container-form-lp .form-lp-bg .form-flex-lp-card .input-card-lp::placeholder {
  color: #707070;
  font-weight: bold;
  font-size: 15px;
}
.container-width-lp .container-form-lp .form-lp-bg .form-flex-lp-card .submit-card-lp {
  background-color: #e41010;
  padding: 18px 415px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #e41010;
  border-radius: 35px;
  cursor: pointer;
  margin-top: 20px;
}
@-moz-document url-prefix() {
  .container-width-lp .container-form-lp .form-lp-bg .form-flex-lp-card .submit-card-lp {
    padding: 18px 380px;
  }
}
.container-width-lp .container-form-lp .form-lp-bg .form-flex-lp-card .submit-card-lp:hover {
  background-color: #fff;
  color: #e41010;
  transition: ease 600ms;
}
.container-width-lp .container-form-lp .form-lp-bg .form-flex-lp-card input::-webkit-outer-spin-button,
.container-width-lp .container-form-lp .form-lp-bg .form-flex-lp-card input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.container-width-lp .container-form-lp .form-lp-bg .form-flex-lp-card input[type="number"] {
  -moz-appearance: textfield;
}
.container-width-lp .container-products-lp {
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.container-width-lp .container-products-lp .title-products-lp {
  color: #008916;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
}
.container-width-lp .container-products-lp .flex-products-lp {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 80px;
}
.container-width-lp .container-products-lp .flex-products-lp .products-lp {
  height: auto;
  border-radius: 10px;
}
.container-width-lp .container-products-lp .flex-products-lp .break-flex-lp {
  flex-basis: 100%;
  width: 0;
}
.container-width-lp .container-galery-lp {
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.container-width-lp .container-galery-lp .title-galery-lp {
  color: #008916;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}
.container-width-lp .container-galery-lp .galery-lp {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 80px;
}
.container-width-lp .container-galery-lp .galery-lp .box-galery-lp {
  width: 468px;
  height: 354px;
  background-color: #cccccc;
  border-radius: 5px;
  border: 1px solid #d5d5d5;
}
.container-width-lp .container-galery-lp .galery-lp .box-galery-lp img {
  max-width: 100%;
}
.container-width-lp .container-galery-lp .galery-lp .break-flex-lp {
  flex-basis: 100%;
  width: 0;
}
.container-width-lp .container-text-lp {
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.container-width-lp .container-text-lp .text-lp-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-width-lp .container-text-lp .text-lp-flex .text-lp-div {
  text-align: left;
  padding: 20px;
  max-width: 960px;
}
.container-width-lp .container-text-lp .text-lp-flex .text-lp-div p {
  color: #484848;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 26px;
}
.container-width-lp .container-offers-clubi-lp {
  width: 100%;
  height: 850px;
  margin-top: 100px;
  background-image: url(../img/fundo5.svg), url(../img/fundo6.svg), url(../img/background.verde.svg);
  background-size: 290px, 350px, cover;
  background-position: left 80px center, right 50px center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
.container-width-lp .container-offers-clubi-lp .offers-clubi-lp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 280px;
}
.container-width-lp .container-offers-clubi-lp .offers-clubi-lp .title-offers-clubi-lp {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}
.container-width-lp .container-offers-clubi-lp .offers-clubi-lp .offers-clubi-lp-flex {
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin-top: 80px;
}
.container-width-lp .container-offers-clubi-lp .offers-clubi-lp .offers-clubi-lp-flex .offers-clubi-lp-one .title-one-clubi-lp {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  text-align: left;
  line-height: 35px;
  background-image: url(../img/one.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 80px;
}
.container-width-lp .container-offers-clubi-lp .offers-clubi-lp .offers-clubi-lp-flex .offers-clubi-lp-one .text-clubi-lp {
  margin-top: 50px;
  color: #fff;
  text-align: center;
  line-height: 26px;
}
.container-width-lp .container-offers-clubi-lp .offers-clubi-lp .offers-clubi-lp-flex .offers-clubi-lp-two .title-two-clubi-lp {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  text-align: left;
  line-height: 35px;
  text-transform: uppercase;
  background-image: url(../img/two.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 80px;
  padding-top: 23px;
  padding-bottom: 23px;
}
.container-width-lp .container-offers-clubi-lp .offers-clubi-lp .offers-clubi-lp-flex .offers-clubi-lp-two .text-clubi-lp {
  margin-top: 40px;
  color: #fff;
  text-align: center;
  line-height: 26px;
}
.container-width-lp .container-offers-clubi-lp .offers-clubi-lp .offers-clubi-lp-flex .offers-clubi-lp-three .title-three-clubi-lp {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  text-align: left;
  line-height: 35px;
  text-transform: uppercase;
  background-image: url(../img/three.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.container-width-lp .container-offers-clubi-lp .offers-clubi-lp .offers-clubi-lp-flex .offers-clubi-lp-three .text-clubi-lp {
  margin-top: 30px;
  color: #fff;
  text-align: center;
}
.container-width-lp .container-depositions-lp {
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.container-width-lp .container-depositions-lp .title-depositions-lp {
  color: #008916;
  text-align: center;
  font-size: 50px;
}
.container-width-lp .container-depositions-lp .depositions-lp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 80px;
}
.container-width-lp .container-depositions-lp .depositions-lp .depositions-lp-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-width-lp .container-depositions-lp .depositions-lp .depositions-lp-column .name-depositions-lp {
  color: #008916;
  margin-top: 20px;
  font-weight: bold;
  text-transform: capitalize;
}
.container-width-lp .container-example-02-lp {
  width: 100%;
  height: auto;
  margin-top: 100px;
  background-color: #008916;
  padding-top: 100px;
  padding-bottom: 100px;
}
.container-width-lp .container-example-02-lp .title-example-02-lp {
  color: #fff;
  font-size: 50px;
  text-align: center;
  font-weight: bold;
}
.container-width-lp .container-example-02-lp .example-02-lp-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.container-width-lp .container-example-02-lp .example-02-lp-flex .example-text-lp {
  max-width: 530px;
  margin-left: 50px;
}
.container-width-lp .container-example-02-lp .example-02-lp-flex .example-text-lp .p-example-lp {
  color: #fff;
  line-height: 35px;
  font-size: 18px;
}
.container-width-lp .container-example-02-lp .example-02-lp-flex .example-text-lp .container-button-example-lp {
  margin-top: 50px;
}
.container-width-lp .container-example-02-lp .example-02-lp-flex .example-text-lp .container-button-example-lp .button-example-lp {
  background-color: #fff;
  padding: 20px 80px;
  border: 1px solid #707070;
  border-radius: 10px;
}
.container-width-lp .container-example-02-lp .example-02-lp-flex .example-text-lp .container-button-example-lp .button-example-lp span {
  color: #e41010;
  text-transform: uppercase;
  font-weight: bold;
}
.container-width-lp .container-example-02-lp .example-02-lp-flex .example-text-lp .container-button-example-lp .button-example-lp:hover {
  background-color: #e41010;
  transition: ease 600ms;
}
.container-width-lp .container-example-02-lp .example-02-lp-flex .example-text-lp .container-button-example-lp .button-example-lp:hover span {
  color: #fff;
  transition: ease 600ms;
}
.container-width-lp .container-offers-products-lp {
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.container-width-lp .container-offers-products-lp .title-offers-products-lp {
  color: #008916;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
}
.container-width-lp .container-offers-products-lp .text-offers-products-lp {
  color: #484848;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: bold;
}
.container-width-lp .container-slide-offers-lp {
  width: 100%;
  margin-top: 80px;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slick-slide.slick-center {
  background-image: url(../img/background-slide.png);
  background-repeat: no-repeat;
  background-position: bottom;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.25);
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slick-slide.slick-center img {
  transform: scale(1.1);
  transition: transform 0.8s;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slick-slide.slick-center p {
  color: #fff;
  transform: scale(1.1);
  transition: transform 0.8s;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slick-next {
  background-image: url(../img/setadireita.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  color: #74b15a !important;
  right: -40px !important;
  width: 60px !important;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slick-prev {
  background-image: url(../img/setaesquerda.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  color: #74b15a !important;
  left: -40px !important;
  width: 60px !important;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slide-offers-one-lp {
  height: auto;
  border-radius: 20px;
  width: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slide-offers-one-lp img {
  margin: 0 auto;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slide-offers-one-lp .slide-offers-item-lp {
  color: #484848;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slide-offers-one-lp .slide-offers-price-lp {
  color: #008916;
  font-size: 15px;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slide-offers-one-lp .slide-offers-clubi-lp {
  text-align: center;
  margin-top: 20px;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slide-offers-two-lp {
  height: auto;
  border-radius: 20px;
  width: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slide-offers-two-lp img {
  margin: 0 auto;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slide-offers-two-lp .slide-offers-item-lp {
  color: #484848;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slide-offers-two-lp .slide-offers-price-lp {
  color: #008916;
  font-size: 15px;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slide-offers-two-lp .slide-offers-clubi-lp {
  text-align: center;
  margin-top: 20px;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slide-offers-three-lp {
  height: auto;
  border-radius: 20px;
  width: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slide-offers-three-lp img {
  margin: 0 auto;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slide-offers-three-lp .slide-offers-item-lp {
  color: #484848;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slide-offers-three-lp .slide-offers-price-lp {
  color: #008916;
  font-size: 15px;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slide-offers-three-lp .slide-offers-clubi-lp {
  text-align: center;
  margin-top: 20px;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slide-offers-four-lp {
  height: auto;
  border-radius: 20px;
  width: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slide-offers-four-lp img {
  margin: 0 auto;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slide-offers-four-lp .slide-offers-item-lp {
  color: #484848;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slide-offers-four-lp .slide-offers-price-lp {
  color: #008916;
  font-size: 15px;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
.container-width-lp .container-slide-offers-lp .slide-offers-lp .slide-offers-four-lp .slide-offers-clubi-lp {
  text-align: center;
  margin-top: 20px;
}
.container-width-lp .container-example-04-lp {
  width: 100%;
  height: auto;
  margin-top: 100px;
  background-color: #e41010;
  padding-top: 100px;
  padding-bottom: 100px;
}
.container-width-lp .container-example-04-lp .title-example-04-lp {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 50px;
}
.container-width-lp .container-example-04-lp .example-04-lp-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.container-width-lp .container-example-04-lp .example-04-lp-flex .example-galery-lp {
  display: block;
  max-width: 468px;
}
.container-width-lp .container-example-04-lp .example-04-lp-flex .example-galery-lp .slick-dots {
  bottom: -30px !important;
}
.container-width-lp .container-example-04-lp .example-04-lp-flex .example-galery-lp .slick-dots button {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  text-indent: -9999px;
}
.container-width-lp .container-example-04-lp .example-04-lp-flex .example-galery-lp .slick-dots li.slick-active button {
  background-color: #fff;
}
.container-width-lp .container-example-04-lp .example-04-lp-flex .example-galery-lp .galery-lp-one {
  width: 468px;
  height: 368px;
  background-color: #cbcbcb;
  border-radius: 10px;
}
.container-width-lp .container-example-04-lp .example-04-lp-flex .example-galery-lp .galery-lp-one p {
  color: #fff;
  text-align: center;
}
.container-width-lp .container-example-04-lp .example-04-lp-flex .example-galery-lp .galery-lp-one img {
  width: 100%;
  border-radius: 10px;
}
.container-width-lp .container-example-04-lp .example-04-lp-flex .example-galery-lp .galery-lp-two {
  width: 468px;
  height: 368px;
  background-color: #cbcbcb;
  border-radius: 10px;
}
.container-width-lp .container-example-04-lp .example-04-lp-flex .example-galery-lp .galery-lp-two p {
  color: #fff;
  text-align: center;
}
.container-width-lp .container-example-04-lp .example-04-lp-flex .example-galery-lp .galery-lp-two img {
  width: 100%;
  border-radius: 10px;
}
.container-width-lp .container-example-04-lp .example-04-lp-flex .example-galery-lp .galery-lp-three {
  width: 468px;
  height: 368px;
  background-color: #cbcbcb;
  border-radius: 10px;
}
.container-width-lp .container-example-04-lp .example-04-lp-flex .example-galery-lp .galery-lp-three p {
  color: #fff;
  text-align: center;
}
.container-width-lp .container-example-04-lp .example-04-lp-flex .example-galery-lp .galery-lp-three img {
  width: 100%;
  border-radius: 10px;
}
.container-width-lp .container-example-04-lp .example-04-lp-flex .example-text-lp {
  max-width: 530px;
  margin-left: 50px;
}
.container-width-lp .container-example-04-lp .example-04-lp-flex .example-text-lp .p-example-lp {
  color: #fff;
  line-height: 35px;
  font-size: 18px;
}
.container-width-lp .container-example-04-lp .example-04-lp-flex .example-text-lp .container-button-example-lp {
  margin-top: 50px;
}
.container-width-lp .container-example-04-lp .example-04-lp-flex .example-text-lp .container-button-example-lp .button-example-lp {
  background-color: #fff;
  padding: 20px 80px;
  border: 1px solid #707070;
  border-radius: 10px;
}
.container-width-lp .container-example-04-lp .example-04-lp-flex .example-text-lp .container-button-example-lp .button-example-lp span {
  color: #e41010;
  text-transform: uppercase;
  font-weight: bold;
}
.container-width-lp .container-example-04-lp .example-04-lp-flex .example-text-lp .container-button-example-lp .button-example-lp:hover {
  background-color: #008916;
  transition: ease 600ms;
}
.container-width-lp .container-example-04-lp .example-04-lp-flex .example-text-lp .container-button-example-lp .button-example-lp:hover span {
  color: #fff;
  transition: ease 600ms;
}
.container-width-lp .container-button-lp-bloco {
  margin-top: 15px !important;
  width: 100%;
  height: auto;
}
.container-width-lp .container-button-lp-bloco .text-lp-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-width-lp .container-button-lp-bloco .text-lp-flex .button-lp-bloco {
  border: 2px solid #e41010;
  padding: 16px 40px;
  border-radius: 30px;
}
.container-width-lp .container-button-lp-bloco .text-lp-flex .button-lp-bloco span {
  color: #e41010;
  background-image: url(../img/seta.svg);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 40px;
  font-weight: 500;
}
.container-width-lp .container-button-lp-bloco .text-lp-flex .button-lp-bloco:hover {
  background-color: #e41010;
  transition: ease 600ms;
}
.container-width-lp .container-button-lp-bloco .text-lp-flex .button-lp-bloco:hover span {
  color: #fff;
  background-image: url(../img/setabranca.svg);
  transition: ease 600ms;
}
.container-width-lp .container-button-lp-bloco .text-lp-flex .button-pdf-lp {
  border: 2px solid #e41010;
  padding: 16px 40px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 20px;
}
.container-width-lp .container-button-lp-bloco .text-lp-flex .button-pdf-lp span {
  color: #e41010;
  background-position: right;
  background-repeat: no-repeat;
  font-weight: 500;
}
.container-width-lp .container-button-lp-bloco .text-lp-flex .button-pdf-lp i {
  margin-left: 15px;
}
.container-width-lp .container-button-lp-bloco .text-lp-flex .button-pdf-lp:hover {
  background-color: #e41010;
  transition: ease 600ms;
}
.container-width-lp .container-button-lp-bloco .text-lp-flex .button-pdf-lp:hover span {
  color: #fff;
  transition: ease 600ms;
}
.container-width-lp .container-example-05-lp {
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
  padding-top: 100px;
  padding-bottom: 100px;
}
.container-width-lp .container-example-05-lp .title-example-05-lp {
  color: #008916;
  font-size: 50px;
  text-align: center;
  font-weight: bold;
}
.container-width-lp .container-example-05-lp .container-text-example-05-lp-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
}
.container-width-lp .container-example-05-lp .container-text-example-05-lp-flex .container-text-example-05-lp {
  max-width: 960px;
}
.container-width-lp .container-example-05-lp .container-text-example-05-lp-flex .container-text-example-05-lp .text-example-05-lp {
  text-align: center;
  color: #484848;
  line-height: 35px;
  font-weight: bold;
}
.container-width-lp .container-example-05-lp .container-text-example-05-lp-flex .container-button-example-05-lp {
  margin-top: 80px;
}
.container-width-lp .container-example-05-lp .container-text-example-05-lp-flex .container-button-example-05-lp .button-example-05-lp {
  background-color: #e41010;
  padding: 20px 80px;
  border-radius: 8px;
  border: 1px solid #e41010;
}
.container-width-lp .container-example-05-lp .container-text-example-05-lp-flex .container-button-example-05-lp .button-example-05-lp span {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.container-width-lp .container-example-05-lp .container-text-example-05-lp-flex .container-button-example-05-lp .button-example-05-lp:hover {
  background-color: #fff;
  transition: ease 600ms;
}
.container-width-lp .container-example-05-lp .container-text-example-05-lp-flex .container-button-example-05-lp .button-example-05-lp:hover span {
  color: #e41010;
  transition: ease 600ms;
}
.container-width-lp .container-questions-lp {
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.container-width-lp .container-questions-lp .title-questions-lp {
  color: #008916;
  font-size: 50px;
  text-align: center;
}
.container-width-lp .container-questions-lp .questions-lp-width {
  position: relative;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  box-sizing: border-box;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex {
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  flex-direction: column;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp hr {
  border: 1px solid #d8d8d8;
  margin-left: 50px;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .question-lp-one {
  text-align: left;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .question-lp-one .question-lp {
  color: #484848;
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../img/setaverdeangle.svg) no-repeat left;
  padding-left: 50px;
  cursor: pointer;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .question-lp-one .question-lp-on {
  background: url(../img/setaverdeangledown.svg) no-repeat left;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .question-lp-one .question-reveal-lp {
  display: none;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .question-lp-one .question-reveal-lp-on {
  padding-left: 50px;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .question-lp-one .question-reveal-lp-on p {
  color: #484848;
  line-height: 26px;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .div-question-lp-two {
  text-align: left;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .div-question-lp-two .question-lp-two {
  color: #484848;
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../img/setaverdeangle.svg) no-repeat left;
  padding-left: 50px;
  cursor: pointer;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .div-question-lp-two .question-lp-on-two {
  background: url(../img/setaverdeangledown.svg) no-repeat left;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .div-question-lp-two .question-reveal-lp-two {
  display: none;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .div-question-lp-two .question-reveal-lp-on-two {
  padding-left: 50px;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .div-question-lp-two .question-reveal-lp-on-two p {
  color: #484848;
  line-height: 26px;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .div-question-lp-three {
  text-align: left;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .div-question-lp-three .question-lp-three {
  color: #484848;
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../img/setaverdeangle.svg) no-repeat left;
  padding-left: 50px;
  cursor: pointer;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .div-question-lp-three .question-lp-on-three {
  background: url(../img/setaverdeangledown.svg) no-repeat left;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .div-question-lp-three .question-reveal-lp-three {
  display: none;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .div-question-lp-three .question-reveal-lp-on-three {
  padding-left: 50px;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .div-question-lp-three .question-reveal-lp-on-three p {
  color: #484848;
  line-height: 26px;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .div-question-lp-four {
  text-align: left;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .div-question-lp-four .question-lp-four {
  color: #484848;
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../img/setaverdeangle.svg) no-repeat left;
  padding-left: 50px;
  cursor: pointer;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .div-question-lp-four .question-lp-on-four {
  background: url(../img/setaverdeangledown.svg) no-repeat left;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .div-question-lp-four .question-reveal-lp-four {
  display: none;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .div-question-lp-four .question-reveal-lp-on-four {
  padding-left: 50px;
}
.container-width-lp .container-questions-lp .questions-lp-width .questions-lp-flex .questions-lp .div-question-lp-four .question-reveal-lp-on-four p {
  color: #484848;
  line-height: 26px;
}
.container-width-lp .container-footer {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 150px auto 50px;
  padding: 0 20px;
  box-sizing: border-box;
}
.container-width-lp .container-footer .footer {
  display: flex;
  justify-content: space-around;
}
.container-width-lp .container-footer .footer .logo-footer .socials-footer-title {
  color: #008e1f;
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
}
.container-width-lp .container-footer .footer .logo-footer .socials-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.container-width-lp .container-footer .footer .logo-footer .socials-footer .facebook:hover {
  transform: scale(1.1);
  transition: all 300ms;
}
.container-width-lp .container-footer .footer .logo-footer .socials-footer .instagram:hover {
  transform: scale(1.1);
  transition: all 300ms;
}
.container-width-lp .container-footer .footer .logo-footer .socials-footer .youtube:hover {
  transform: scale(1.2);
  transition: all 300ms;
}
.container-width-lp .container-footer .footer .logo-footer .socials-footer img:nth-child(1) {
  padding-right: 20px;
}
.container-width-lp .container-footer .footer .logo-footer .socials-footer img:nth-child(3) {
  padding-left: 20px;
}
.container-width-lp .container-footer .footer .footer-pages .pages-footer-title {
  color: #008e1f;
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
}
.container-width-lp .container-footer .footer .footer-pages .ul-pages-footer {
  margin-top: 20px;
}
.container-width-lp .container-footer .footer .footer-pages .ul-pages-footer .ul-pages-footer-a {
  color: #484848;
}
.container-width-lp .container-footer .footer .footer-pages .ul-pages-footer li {
  color: #484848 !important;
  padding-top: 10px;
}
.container-width-lp .container-footer .footer .footer-pages .ul-pages-footer li a:hover {
  text-decoration: underline 1px solid #484848;
  transition: all 200ms;
}
.container-width-lp .container-footer .footer .footer-services .services-footer-title {
  color: #008e1f;
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
}
.container-width-lp .container-footer .footer .footer-services .ul-services-footer {
  margin-top: 20px;
}
.container-width-lp .container-footer .footer .footer-services .ul-services-footer .ul-services-footer-a {
  color: #484848;
}
.container-width-lp .container-footer .footer .footer-services .ul-services-footer li {
  color: #484848;
  padding-top: 10px;
}
.container-width-lp .container-footer .footer .footer-services .ul-services-footer li a:hover {
  text-decoration: underline 1px solid #484848;
  transition: all 200ms;
}
.container-width-lp .container-footer .footer .footer-protection .protection-footer-title {
  color: #008e1f;
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
}
.container-width-lp .container-footer .footer .footer-protection .ul-protection-footer {
  margin-top: 20px;
}
.container-width-lp .container-footer .footer .footer-protection .ul-protection-footer li {
  color: #484848;
  padding-top: 10px;
}
.container-width-lp .container-footer .footer .footer-protection .ul-protection-footer li a:hover {
  text-decoration: underline 1px solid #484848;
  transition: all 200ms;
}
.container-width-lp .container-footer .copy {
  margin-top: 100px;
  margin-left: 50px;
}
.container-width-lp .container-footer .copy span {
  color: #000;
}
.container-width-lp .faleconosco-whatsapp {
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: -35px;
  width: 155px;
}
.container-width-lp .faleconosco-whatsapp .faleconosco-whatsapp img {
  width: 100%;
  float: right;
  margin-top: 7px;
  margin-bottom: -5px;
}
.container-width-lp .cookie-popup {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background-color: #008916 !important;
  z-index: 999 !important;
  display: none;
}
.container-width-lp .cookie-popup .cookie-popup-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  gap: 20px;
}
.container-width-lp .cookie-popup .cookie-popup-text p {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding-right: 20px;
  line-height: 23px;
}
.container-width-lp .cookie-popup .cookie-popup-text .cookie-a-button {
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #008916;
  border-radius: 4px;
}
.container-width-lp .cookie-popup .cookie-popup-text .cookie-a-button span {
  color: #008916;
  font-weight: bold;
}
.container-width-lp .cookie-popup .cookie-popup-text .cookie-a-button:hover {
  background-color: #e9edf3;
  transition: ease 600ms;
}
@media (max-width: 960px) {
  .container-width-lp .cookie-popup .cookie-popup-text {
    flex-direction: column;
  }
  .container-width-lp .cookie-popup .cookie-popup-text p {
    text-align: center;
  }
}
@media (min-width: 1921px) {
  .container-width-lp {
    max-width: 1920px;
  }
}
@media (max-width: 1700px) {
  .container-width-lp .container-form-lp .form-lp-bg {
    background-size: 230px, 300px, cover;
    background-position: left 100px center, right 50px center, center;
  }
  .container-width-lp .container-products-lp .flex-products-lp .break-flex-lp {
    display: none;
  }
  .container-width-lp .container-galery-lp .galery-lp .break-flex-lp {
    display: none;
  }
  .container-width-lp .container-offers-clubi-lp {
    background-size: 230px, 300px, cover;
    background-position: left 100px center, right 50px center, center;
  }
}
@media (max-width: 1440px) {
  .container-width-lp .container-header-lp .header-lp {
    padding-top: 50px;
  }
  .container-width-lp .container-header-lp .header-lp .header-header-lp {
    max-width: 500px;
  }
  .container-width-lp .container-header-lp .img-header-lp img {
    max-width: 700px;
  }
  .container-width-lp .container-form-lp .form-lp-bg {
    margin-top: 0px;
    background-size: 220px, 288px, cover;
    background-position: left 50px center, right 30px center, center;
  }
  .container-width-lp .container-products-lp {
    margin-top: 0px;
  }
  .container-width-lp .container-offers-clubi-lp {
    margin-top: 0px;
    background-size: 220px, 288px, cover;
    background-position: left 50px center, right 30px center, center;
  }
  .container-width-lp .container-depositions-lp {
    margin-top: 0px;
  }
}
@media (max-width: 1280px) {
  .container-width-lp .container-header .socials .iframe-radio-container .radio {
    margin-right: 0px;
  }
  .container-width-lp .container-header .socials .iframe-radio-container span {
    font-size: 12px;
  }
  .container-width-lp .container-header .container-clubi {
    padding-right: 10px;
  }
  .container-width-lp .container-header-lp .header-lp .header-header-lp .text-cart-page-container p {
    font-size: 20px !important;
  }
  .container-width-lp .container-header-lp .img-header-lp img {
    max-width: 600px;
  }
  .container-width-lp .container-slide-offers-lp .slide-offers-lp {
    max-width: 1100px;
  }
}
@media (min-width: 1270px) {
  .container-width-lp .container-header .mobile-menu {
    display: none;
  }
}
@media (max-width: 1270px) {
  .container-width-lp .container-header .container-logo {
    margin-left: 0px;
  }
  .container-width-lp .container-header .header,
  .container-width-lp .container-header .container-clubi,
  .container-width-lp .container-header .socials {
    display: none;
  }
}
@media (min-width: 1201px) {
  .container-width-lp .nav-lp-mobile-div {
    display: none;
  }
}
@media (max-width: 1200px) {
  .container-width-lp .container-header .container-logo {
    margin-left: 20px;
    margin-right: auto;
  }
  .container-width-lp .container-header .container-logo .logo {
    max-width: 150px;
  }
  .container-width-lp .container-header .mobile-menu .btn-mobile {
    margin-right: 20px;
  }
  .container-width-lp .container-header .mobile-menu .header-mobile .socials-mobile .container-socials-media .facebook {
    max-width: 42px;
  }
  .container-width-lp .container-header .mobile-menu .header-mobile .socials-mobile .container-socials-media .instagram {
    max-width: 22px;
  }
  .container-width-lp .container-header-lp {
    display: block;
  }
  .container-width-lp .container-header-lp .header-lp {
    padding-top: 30px;
  }
  .container-width-lp .container-header-lp .header-lp .logo-none {
    display: none;
  }
  .container-width-lp .container-header-lp .header-lp .nav-lp {
    display: none;
  }
  .container-width-lp .container-header-lp .header-lp .nav-lp .nav-nav-lp {
    gap: 10px;
  }
  .container-width-lp .container-header-lp .header-lp .nav-lp-mobile-div {
    display: flex;
  }
  .container-width-lp .container-header-lp .header-lp .nav-lp-mobile-div img {
    margin-right: auto;
    margin-left: 20px;
    max-width: 150px;
  }
  .container-width-lp .container-header-lp .header-lp .nav-lp-mobile-div .lp-mobile {
    margin-left: auto;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container-width-lp .container-header-lp .header-lp .nav-lp-mobile-div .lp-mobile .nav-mobile-lp .btn-mobile-lp {
    background-image: url(../img/menu-hamburguer-64px.png);
    background-position: center;
    background-size: cover;
    padding: 20px;
    background-repeat: no-repeat;
    border: none;
    background-color: #fff;
    cursor: pointer;
  }
  .container-width-lp .container-header-lp .header-lp .nav-lp-mobile-div .lp-mobile .nav-mobile-lp .btn-mobile-x-lp {
    background-image: url(../img/cruz-64px.png);
  }
  .container-width-lp .container-header-lp .header-lp .nav-lp-mobile-div .lp-mobile .nav-mobile-lp .ul-mobile-lp {
    display: none;
  }
  .container-width-lp .container-header-lp .header-lp .nav-lp-mobile-div .lp-mobile .nav-mobile-lp .ul-mobile-lp-on {
    position: absolute;
    z-index: 999;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 10px;
    right: 0px;
    background-color: #fff;
  }
  .container-width-lp .container-header-lp .header-lp .nav-lp-mobile-div .lp-mobile .nav-mobile-lp .ul-mobile-lp-on .span-nav-lp-mobile {
    color: #008916;
    text-transform: uppercase;
    text-align: right;
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
    padding-right: 10px;
  }
  .container-width-lp .container-header-lp .header-lp .header-header-lp {
    padding-left: 30px;
    margin-top: 50px;
  }
  .container-width-lp .container-header-lp .header-lp .header-header-lp .title-header-lp {
    font-size: 30px !important;
  }
  .container-width-lp .container-header-lp .header-lp .header-header-lp .text-cart-page-container {
    padding-right: 20px;
  }
  .container-width-lp .container-header-lp .header-lp .header-header-lp .text-cart-page-container .text-header-lp {
    font-size: 23px;
    padding-right: 10px;
  }
  .container-width-lp .container-header-lp .header-lp .header-header-lp .text-cart-page-container .text-header-lp br {
    display: none;
  }
  .container-width-lp .container-header-lp .header-lp .header-header-lp .text-cart-page-container .text-header-lp-two {
    font-size: 23px;
    padding-right: 10px;
  }
  .container-width-lp .container-header-lp .header-lp .header-header-lp .text-cart-page-container .text-header-lp-two br {
    display: none;
  }
  .container-width-lp .container-header-lp .header-lp .header-header-lp .text-cart-page-container p {
    font-size: 16px !important;
    line-height: 25px !important;
    padding-right: 10px !important;
  }
  .container-width-lp .container-header-lp .img-header-lp {
    padding-top: 50px;
    padding-left: 30px;
  }
  .container-width-lp .container-header-lp .img-header-lp img {
    max-width: 80%;
    border-radius: 10px;
  }
  .container-width-lp .container-video-lp .title-video-lp {
    font-size: 40px;
    padding: 0 20px;
  }
  .container-width-lp .container-video-lp .video-lp iframe {
    aspect-ratio: 1.77777777778 !important;
    width: 100% !important;
    padding: 0 20px !important;
    height: auto !important;
  }
  .container-width-lp .container-form-lp {
    margin-top: 80px;
  }
  .container-width-lp .container-form-lp .title-form-lp {
    font-size: 40px;
    padding: 0 20px;
  }
  .container-width-lp .container-form-lp .form-lp-bg {
    background-image: none;
    background-color: #008916;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
  .container-width-lp .container-form-lp .form-lp-bg .subtitle-form-lp {
    font-size: 23px;
    padding: 0 20px;
  }
  .container-width-lp .container-form-lp .form-lp-bg .form-flex-lp-card .submit-card-lp {
    padding: 18px 70px;
  }
  @-moz-document url-prefix() {
    .container-width-lp .container-form-lp .form-lp-bg .form-flex-lp-card .submit-card-lp {
      padding: 18px 60px;
    }
  }
  .container-width-lp .container-products-lp {
    margin-top: 80px;
  }
  .container-width-lp .container-products-lp .title-products-lp {
    font-size: 30px;
    padding: 0 20px;
  }
  .container-width-lp .container-products-lp .flex-products-lp .products-lp img {
    max-width: 100% !important;
  }
  .container-width-lp .container-galery-lp {
    margin-top: 80px;
  }
  .container-width-lp .container-galery-lp .title-galery-lp {
    font-size: 40px;
    padding: 0 20px;
  }
  .container-width-lp .container-galery-lp .galery-lp .box-galery-lp {
    width: 350px;
  }
  .container-width-lp .container-text-lp {
    margin-top: 80px;
  }
  .container-width-lp .container-offers-clubi-lp {
    background-image: none;
    background-color: #008916;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 80px;
  }
  .container-width-lp .container-offers-clubi-lp .offers-clubi-lp {
    padding-top: 0px;
  }
  .container-width-lp .container-offers-clubi-lp .offers-clubi-lp .title-offers-clubi-lp {
    font-size: 40px;
    padding: 0 20px;
  }
  .container-width-lp .container-offers-clubi-lp .offers-clubi-lp .offers-clubi-lp-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container-width-lp .container-offers-clubi-lp .offers-clubi-lp .offers-clubi-lp-flex .offers-clubi-lp-one .title-one-clubi-lp {
    text-align: center;
    padding-left: 80px;
    background-position: left 50px center;
  }
  .container-width-lp .container-offers-clubi-lp .offers-clubi-lp .offers-clubi-lp-flex .offers-clubi-lp-one .text-clubi-lp {
    padding: 0 20px;
  }
  .container-width-lp .container-offers-clubi-lp .offers-clubi-lp .offers-clubi-lp-flex .offers-clubi-lp-one .text-clubi-lp br {
    display: none;
  }
  .container-width-lp .container-offers-clubi-lp .offers-clubi-lp .offers-clubi-lp-flex .offers-clubi-lp-two .title-two-clubi-lp {
    text-align: center;
    padding-left: 0px;
    background-position: left 50px center;
  }
  .container-width-lp .container-offers-clubi-lp .offers-clubi-lp .offers-clubi-lp-flex .offers-clubi-lp-two .text-clubi-lp {
    padding: 0 20px;
  }
  .container-width-lp .container-offers-clubi-lp .offers-clubi-lp .offers-clubi-lp-flex .offers-clubi-lp-two .text-clubi-lp br {
    display: none;
  }
  .container-width-lp .container-depositions-lp {
    margin-top: 80px;
  }
  .container-width-lp .container-depositions-lp .title-depositions-lp {
    font-size: 40px;
    padding: 0 20px;
  }
  .container-width-lp .container-depositions-lp .depositions-lp {
    flex-direction: column;
    gap: 20px;
  }
  .container-width-lp .container-depositions-lp .depositions-lp .depositions-lp-column iframe {
    width: 860px;
    max-width: 100%;
    aspect-ratio: 1.77777777778;
    padding: 0 20px;
    height: auto;
  }
  .container-width-lp .container-example-02-lp {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 80px;
  }
  .container-width-lp .container-example-02-lp .title-example-02-lp {
    font-size: 40px;
    padding: 0 20px;
  }
  .container-width-lp .container-example-02-lp .example-02-lp-flex {
    flex-direction: column;
  }
  .container-width-lp .container-example-02-lp .example-02-lp-flex .example-video-lp iframe {
    width: 860px;
    max-width: 100%;
    aspect-ratio: 1.77777777778;
    padding: 0 20px;
    height: auto;
  }
  .container-width-lp .container-example-02-lp .example-02-lp-flex .example-text-lp {
    margin-top: 15px;
    margin-left: 0px;
    padding: 0 20px;
  }
  .container-width-lp .container-offers-products-lp {
    margin-top: 80px;
  }
  .container-width-lp .container-offers-products-lp .title-offers-products-lp {
    font-size: 40px !important;
    padding: 0 20px !important;
  }
  .container-width-lp .container-offers-products-lp .text-offers-products-lp {
    padding: 0 20px;
  }
  .container-width-lp .container-slide-offers-lp {
    margin-top: 50px;
  }
  .container-width-lp .container-slide-offers-lp .slide-offers-lp {
    max-width: 960px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .container-width-lp .container-example-04-lp {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 80px;
  }
  .container-width-lp .container-example-04-lp .title-example-04-lp {
    font-size: 40px;
    padding: 0 20px;
  }
  .container-width-lp .container-example-04-lp .example-04-lp-flex {
    flex-direction: column;
  }
  .container-width-lp .container-example-04-lp .example-04-lp-flex .example-galery-lp {
    max-width: 350px;
  }
  .container-width-lp .container-example-04-lp .example-04-lp-flex .example-text-lp {
    margin-top: 45px;
    padding: 0 20px;
    margin-left: 0px;
  }
  .container-width-lp .container-example-05-lp .title-example-05-lp {
    font-size: 40px;
    padding: 0 20px;
  }
  .container-width-lp .container-example-05-lp .container-text-example-05-lp-flex .container-text-example-05-lp {
    padding: 0 20px;
  }
  .container-width-lp .container-questions-lp {
    margin-top: 80px;
  }
  .container-width-lp .container-questions-lp .title-questions-lp {
    font-size: 30px;
    padding: 0 20px;
  }
  .container-width-lp .container-questions-lp .questions-lp-width {
    padding: 0 20px;
  }
  .container-width-lp .container-footer {
    margin: 100px auto 50px;
  }
  .container-width-lp .container-footer .footer {
    flex-direction: column;
  }
  .container-width-lp .container-footer .footer .logo-footer .socials-footer {
    justify-content: flex-start;
  }
  .container-width-lp .container-footer .footer .footer-pages {
    margin-top: 20px;
  }
  .container-width-lp .container-footer .footer .footer-services {
    margin-top: 20px;
  }
  .container-width-lp .container-footer .footer .footer-protection {
    margin-top: 20px;
  }
  .container-width-lp .container-footer .copy {
    display: flex;
    justify-content: center;
    margin-left: 0px;
  }
  .container-width-lp .container-footer .copy span {
    padding-left: 5px;
  }
  .container-width-lp .faleconosco-whatsapp {
    right: 0px;
    width: 100px;
  }
  .h2-fix h2 {
    font-size: 30px !important;
    padding: 0 20px !important;
  }
}
.container-page .video-lp iframe {
  width: 860px !important;
  height: 515px !important;
}
@media (max-width: 1200px) {
  .container-page {
    margin-top: 80px !important;
  }
  .container-page .video-lp iframe {
    height: 200px !important;
  }
}
.container-page .galery-lp {
  display: block;
  max-width: 1200px;
  margin: 80px auto;
  height: 550px;
}
.container-page .galery-lp img {
  max-width: 900px;
  width: 100%;
  max-height: 550px;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.container-page .galery-lp .slick-next {
  background-image: url(../img/setadireita.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  color: #74b15a !important;
  right: -50px !important;
  width: 60px !important;
}
.container-page .galery-lp .slick-prev {
  background-image: url(../img/setaesquerda.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  color: #74b15a !important;
  left: -50px !important;
  width: 60px !important;
}
.container-page .galery-lp .slick-dots button {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #008916;
  text-indent: -9999px;
}
.container-page .galery-lp .slick-dots li.slick-active button {
  background-color: #008916;
}
@media (max-width: 560px) {
  .container-page .galery-lp {
    height: auto !important;
  }
  .container-page .galery-lp .slick-dots {
    bottom: -30px !important;
  }
}
.iframe-radio-container-black {
  background-color: #F1F3F4;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  display: inline-block;
  width: 320px;
  height: 43px;
  border-radius: 22px;
  box-shadow: rgba(0,0,0,0.12) 0px 1px 3px, rgba(0,0,0,0.24) 0px 1px 2px;
  position: relative;
  z-index: 999;
}
.iframe-radio-container-black audio {
  border: 1px solid transparent;
  width: 215px;
  height: 43px;
  display: inline-block;
  float: left;
  margin-left: 2px;
  border-radius: 22px 0px 0px 22px;
  z-index: 9999;
  display: inline-table;
}
.text-radio {
  width: 100px;
  display: inline-block;
  float: right;
}
.text-radio span {
  display: inline-block;
  color: #000;
  font-weight: bold;
  position: relative;
  float: right;
  margin-right: 20px;
  margin-top: 13px;
  font-size: 14px;
}
@-moz-document url-prefix() {
  .iframe-radio-container-black {
    background-color: #000;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
    display: inline-block;
    width: 320px;
    height: 43px;
    border-radius: 22px;
  }
  .iframe-radio-container-black audio {
    border: 1px solid transparent;
    width: 200px;
    height: 43px;
    display: inline-block;
    float: left;
    margin-left: 2px;
    border-radius: 22px 0px 0px 22px;
    z-index: 999;
  }
  .text-radio {
    width: 100px;
    display: inline-block;
    float: right;
  }
  .text-radio span {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    position: relative;
    float: right;
    margin-right: 20px;
    margin-top: 13px;
    font-size: 14px;
  }
}
@media (max-width: 1180px) {
  @-moz-document url-prefix() {
    .iframe-radio-container-black {
      background-color: #000;
      -webkit-transition: background-color 1000ms linear;
      -ms-transition: background-color 1000ms linear;
      transition: background-color 1000ms linear;
      display: inline-block;
      width: 320px;
      height: 43px;
      border-radius: 22px;
      display: inline-table;
    }
    .iframe-radio-container-black audio {
      float: left;
      width: 215px;
      display: inline-table;
      z-index: 999;
    }
    .text-radio {
      width: 100px;
      display: inline-block;
      float: right;
    }
    .text-radio span {
      display: inline-block;
      color: #fff;
      font-weight: bold;
      position: relative;
      float: right;
      margin-right: 20px;
      margin-top: 13px;
      font-size: 14px;
    }
  }
}
