@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;300;400;500;700;900&display=swap");
@import url("../fonts/herb/herb.css");
@import url("skin.css");

/*
====================================================
* [Master Stylesheet]

  Theme Name :  CLIENTEPREMIUM.COM.BR
  Version    :  1.0
  Author     :  EccoCreative
  Author URI :  https://www.eccocreative.com.br
==================================================== */

/* --------------------------------- */
/* GOOGLE AUTOFILL HACK
 ----------------------------------- */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px transparent inset;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow:
		/*your box-shadow*/ 0 0 0 50px transparent inset;
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out;
  background-color: 9999s ease-out;
  background: rgba(255, 255, 255, 0) !important;
}

.file-field .btn {
  line-height: 1rem;
}

input:-webkit-autofill {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out;
  background-color: 9999s ease-out;
  background: rgba(255, 255, 255, 0) !important;
}

input:-webkit-autofill:hover {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out;
  background-color: 9999s ease-out;
  background: rgba(255, 255, 255, 0) !important;
}

input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out;
  background-color: 9999s ease-out;
  background: rgba(255, 255, 255, 0) !important;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.95);
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #addb4e;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #8bb03f;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #6a8730;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

audio {
  vertical-align: middle;
}

canvas {
  vertical-align: middle;
}

img {
  vertical-align: middle;
}

video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.wow {
  visibility: hidden;
}

ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

q {
  quotes: none;
}

blockquote:before {
  content: "";
  content: none;
}

blockquote:after {
  content: "";
  content: none;
}

q:before {
  content: "";
  content: none;
}

q:after {
  content: "";
  content: none;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
}

a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
  border-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
  border-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
  border-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.link-2x {
  font-size: 1.4rem;
}

i.fal {
  vertical-align: middle;
  margin-left: 0;
}

i.far {
  vertical-align: middle;
  margin-left: 0;
}

i.fas {
  vertical-align: middle;
  margin-left: 0;
}

.svg-inline--fa {
  vertical-align: middle;
  margin-left: 0;
}

body {
  background-color: #fff;
  font-family: var(--fontDefault);
  height: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  color: #112528;
  background: #fff;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 100vh;
  height: auto;
}

html {
  height: auto;
  min-height: 100%;
}

.tit {
  font-size: 2.7rem;
  font-weight: 700;
}

@media (max-width: 320px) {
  .tit {
    font-size: 2rem;
    font-size: 2.3rem;
  }
}

@media (min-width: 321px) and (max-width: 575px) {
  .tit {
    font-size: 2.2rem;
    font-size: 2rem;
    font-size: 2.3rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .tit {
    font-size: 2rem;
    font-size: 2.3rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tit {
    font-size: 2.3rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tit {
    font-size: 2.3rem;
  }
}

.subtit {
  font-size: 2.5rem;
}

.txt-err {
  color: var(--errColor);
}

.erro-box {
  background-color: var(--errColor);
  padding: 1rem;
  color: #fff;
  position: absolute;
  width: 40%;
}

a.linkbb:hover {
  border-bottom: 1px solid;
  padding-bottom: 2px;
}

.btn.btn-custom {
  background-color: transparent;
  color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 10px;
  font-family: var(--fontDefault);
  font-weight: 500;
  font-size: 1.3rem;
}

.btn.btn-custom:hover {
  background-color: var(--blue);
  color: #fff;
}

.btn.btn-custom:active {
  background-color: var(--blue);
  color: #fff;
}

.btn.btn-custom:focus {
  background-color: var(--blue);
  color: #fff;
}

.btn-outline-light:hover {
  color: var(--blue) !important;
}

.btn-outline-light:active {
  color: var(--blue) !important;
}

.btn-outline-light:focus {
  color: #fff;
}

a[aria-disabled="true"] {
  color: currentColor;
  display: inline-block;
  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
  cursor: not-allowed;
}

.bg-gray {
  background-color: var(--lightgrey);
}

.bg-darkgrey {
  background-color: var(--darkgrey);
}

.bg-purple {
  background-color: var(--lightpurple);
}

.bg-green {
  background-color: var(--green);
}

.bg-lightgreen {
  background-color: var(--lightgreen);
}

.bg-white {
  background-color: #fff;
}

.white-text {
  color: #fff;
}

.txt-white {
  color: #fff;
}

.text-blue {
  color: var(--blue);
}

.text-green {
  color: var(--green);
}

.text-darkgrey {
  color: var(--darkgrey);
}

.text-lightgreen {
  color: var(--lightgreen);
}

.text-red {
  color: var(--red);
}

.btn-green {
  color: #fff !important;
  background-color: var(--green);
  border-color: var(--green);
  opacity: 0.85;
}

.btn-green:hover {
  background-color: var(--green);
  border-color: var(--green);
  opacity: 1;
}

.btn-blue {
  color: #fff !important;
  background-color: var(--blue);
  border-color: var(--blue);
}

.btn-blue:hover {
  background-color: var(--blue);
  border-color: var(--blue);
  opacity: 0.8;
}

.block-info {
  background: var(--light);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.btn-fixed {
  display: block;
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

.pl-blocks {
  padding-left: 10%;
}

@media (max-width: 320px) {
  .pl-blocks {
    padding-left: 15px;
  }
}

@media (min-width: 321px) and (max-width: 575px) {
  .pl-blocks {
    padding-left: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .pl-blocks {
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pl-blocks {
    padding-left: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pl-blocks {
    padding-left: 4%;
  }
}

.slick-custom .slick-dots li {
  margin: 0 6px;
}

.slick-custom .slick-dots {
  bottom: 20px;
}

.slick-custom .slick-dots li button:before {
  font-size: 12px;
  color: #fff;
}

.slick-custom.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-custom .slick-prev, 
.slick-custom .slick-next{
	z-index: 9;
}

.slick-custom .slick-prev{
	left:25px;
}

.slick-custom .slick-next{
	right:25px
}

.slick-custom .slick-prev:before,
.slick-custom .slick-next:before{
	font-size: 2.5rem;
}

.banner2 {
  visibility: hidden;
}

.slick-initialized {
  visibility: visible !important;
}

.banner2.slick-custom,
.banner2.slick-custom .slick-slide .banner-cont {
  height: 550px;
  display: block;
}

@media (max-width:320px) {
	.banner2.slick-custom,
	.banner2.slick-custom .slick-slide .banner-cont {
	height: 220px;
	}
}

@media (min-width:321px) and (max-width:409px) {
	.banner2.slick-custom,
	.banner2.slick-custom .slick-slide .banner-cont {
	height: 280px;
	}
}

@media (min-width:410px) and (max-width:575px) {
	.banner2.slick-custom,
	.banner2.slick-custom .slick-slide .banner-cont {
	height: 340px;
	}
}
@media (min-width:576px) and (max-width:767px) {
	.banner2.slick-custom,
	.banner2.slick-custom .slick-slide .banner-cont {
	height: 450px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.banner2.slick-custom,
	.banner2.slick-custom .slick-slide .banner-cont {
	height: 330px;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.banner2.slick-custom,
	.banner2.slick-custom .slick-slide .banner-cont {
	height: 380px;
	}
}
@media (min-width:1200px) and (max-width:1400px) {
	.banner2.slick-custom,
	.banner2.slick-custom .slick-slide .banner-cont {
	height: 480px;
	}
}
@media (min-width:1401px) and (max-width:1700px){
	.banner2.slick-custom,
	.banner2.slick-custom .slick-slide .banner-cont {
	height: 550px;
	}
}
@media (min-width:1701px) and (max-width:2200px){
	.banner2.slick-custom,
	.banner2.slick-custom .slick-slide .banner-cont {
	height: 690px;
	}
}
@media (min-width:2201px){
	.banner2.slick-custom,
	.banner2.slick-custom .slick-slide .banner-cont {
	height: 700px;
	}
}


footer {
  background: #f9f9f9;
  color: var(--darkgrey);
  padding: 40px 0;
  text-align: center;
}

footer p {
  font-size: 0.85rem;
}

#logoFooter {
  max-width: 200px;
}

ul.social {
  padding: 0;
  margin-top: -8px;
}

ul.social li {
  display: inline-block;
  margin-right: 10px;
  font-size: 22px;
}

ul.social li:last-child {
  margin-right: 0;
}

.btn-comeco {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
  display: inline-flex;
  padding: 20px 30px;
  background-color: var(--fluorgreen);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 15px;
  font-size: 1.4rem;
  text-decoration: none;
}

.btn-comeco:hover{
	box-shadow: 3px 3px 11px rgba(0,0,0,.3);
	color:#fff;
}

::-webkit-input-placeholder {
  font-style: italic;
}

::-moz-placeholder {
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

:-moz-placeholder {
  font-style: italic;
}

.form-check-label {
  margin-bottom: -3px;
  font-size: 14px;
}

.form-control.invalid {
  border-color: var(--errColor);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.invalid:focus {
  border-color: var(--errColor);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.invalid {
  border-color: var(--errColor);
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}

.custom-select.invalid:focus {
  border-color: var(--errColor);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-check-input.invalid ~ .form-check-label {
  color: var(--errColor) !important;
}

textarea {
  outline: none !important;
}

input {
  outline: none !important;
}

*:focus {
  outline: none !important;
}

.navbar-nav {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

header {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  background: linear-gradient(0deg, var(--green) 50%, #fff 50%);
}

header label {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.9rem;
}

header .form-group {
  margin-bottom: 0;
}

.navbar-prod {
  margin: 0;
  padding: 0;
}

.navbar-prod li {
  flex: 1;
}

.navbar-prod li > a {
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0.8rem 0.3rem;
  text-align: center;
  height: 100%;

  font-size: 1.15rem;
  letter-spacing: 0.05rem;
  color: #fff;
}

.navbar-prod li a:hover {
  background: var(--lightgreen);
  color: #fff;
}

.navbar-prod li a.active {
  background: var(--lightgreen);
  color: #fff;
}

.topbar {
  background-color: var(--purple);
  text-align: center;
  color: #fff;
  padding: 8px;
  margin-bottom: -6px;
  font-family: var(--fontDefault);
  font-size: 0.9rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .topbar {
    font-size: 0.65rem;
  }
}

.topbar a {
  color: #fff;
  font-weight: 700;
  font-family: var(--fontDefault);
}

div.burger {
  height: 40px;
  width: 30px;
  position: absolute;
  top: 45px;
  cursor: pointer;
  z-index: 999;
  right: 20px;
}

div.x {
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  background: var(--darkgrey);
  border-radius: 2px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  height: 2px;
  width: 26px;
}

div.y {
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  background: var(--darkgrey);
  border-radius: 2px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  height: 2px;
  width: 26px;
  top: 18px;
}

div.z {
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  background: var(--darkgrey);
  border-radius: 2px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  height: 2px;
  width: 26px;
  top: 37px;
}

.burger div.collapsee {
  top: 20px;
  background: var(--darkgrey);
  -webkit-transition: all 70ms ease-out;
  -moz-transition: all 70ms ease-out;
  -ms-transition: all 70ms ease-out;
  -o-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}

div.burger.open span {
  color: var(--darkgrey);
}

div.rotate30 {
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 50ms ease-out;
  -moz-transition: all 50ms ease-out;
  -ms-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
  display: block;
}

div.rotate150 {
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-transition: all 50ms ease-out;
  -moz-transition: all 50ms ease-out;
  -ms-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
  display: block;
}

div.rotate45 {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  display: block;
}

div.rotate135 {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  display: block;
}

div.circle {
  border-radius: 0;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--green);
  -webkit-transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
}

div.circle.expand {
  width: 100%;
  height: 1200px;
  top: 0;
  right: 0;
  border-radius: 0;
  -webkit-transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
}

div.menu {
  width: 100%;
  display: none;
  text-align: center;
  width: 100%;
  position: absolute;
  height: 100vh;
  top: 0;
  overflow-y: auto;
  padding: 80px 0 50px;
}

div.menu ul {
  padding: 0;
}

div.menushow {
  display: block;
}

div.menushow li {
  display: block;
  line-height: 55px;
  font-size: 35px;
}

div.menushow li a {
  font-weight: 400;
  color: #fff;
}

div.burger span {
  position: absolute;
  top: 20px;
  right: 40px;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: var(--green);
}

div.menu ul li {
  list-style: none;
  opacity: 0;
  text-align: center;
  font-size: 0px;
  line-height: 2.1rem;
  -webkit-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
}

div.menu ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
  font-weight: 600;
  padding: 0.5rem 2.5rem;
}

div.menu ul li .dropdown-menu a {
  color: #484c4f;
}

div.menu ul li a:hover {
  color: var(--green);
}

div.menu li.animatee {
  font-size: 1.1rem;
  opacity: 1;
  -webkit-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
}

div.menu li.animatee:nth-of-type(1) {
  transition-delay: 0.04s;
}

div.menu li.animatee:nth-of-type(2) {
  transition-delay: 0.08s;
}

div.menu li.animatee:nth-of-type(3) {
  transition-delay: 0.12s;
}

div.menu li.animatee:nth-of-type(4) {
  transition-delay: 0.16s;
}

div.menu li.animatee:nth-of-type(5) {
  transition-delay: 0.2s;
}

div.menu li.animatee hr {
  width: 20%;
  height: 1px;
  border: none;
  background: #fff;
}

.menu .dropdown {
  width: 80% !important;
  margin: 0 auto;
}

.menu .input-group {
  width: 80% !important;
  margin: 0 auto;
}

.menu-sup .bootstrap-select {
  width: 150px !important;
}

.bootstrap-select .dropdown-menu li a {
  color: var(--darkgrey);
  font-size: 0.9rem;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  padding-left: 20px;
  font-weight: 600;
}

.dropdown-item.active {
  background: var(--darkgrey) !important;
  color: #fff !important;
}

.dropdown-item:active {
  background: var(--darkgrey) !important;
  color: #fff !important;
}

.bootstrap-select {
  margin: 0 !important;
}

.dropdown-item:focus {
  background-color: var(--darkgrey);
  color: #fff !important;
}

.dropdown-item:hover {
  background-color: var(--darkgrey);
  color: #fff !important;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted var(--darkgrey) !important;
  outline: 5px auto var(--green) !important;
  background: #fff !important;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: thin dotted var(--darkgrey) !important;
  outline: 5px auto var(--green) !important;
  background: #fff !important;
}

.form-control:focus {
  color: var(--darkgrey);
  background-color: #fff;
  border-color: var(--green);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(120, 190, 32, 0.25);
}

.mob .dropdown-menu.show {
  width: 100%;
}

.logo {
  max-width: 200px;
}

@media (max-width: 320px) {
  .logo {
    max-width: 190px;
  }
}

@media (min-width: 321px) and (max-width: 575px) {
  .logo {
    max-width: 190px;
  }
}

.mega-burguer {
  margin-top: -3px;
  margin-right: 15px;
}

.mega-chev {
  margin-top: -3px;
  margin-left: 15px;
}

.link-expand {
  min-width: 350px;
}

.link-expand .nav-link:hover {
  background-color: #fff !important;
  color: #112528 !important;
  filter: inherit;
}

.link-expand .nav-link:hover ~ .area-expand {
  display: block !important;
}

.area-expand {
  display: none;
  min-width: 26%;
  width: auto;
  background: #fff;
  padding: 5px 20px;
  position: absolute;
  z-index: 99;
  left: 15px;
  margin: 0;
  top: 46px;
  list-style: none;
  box-sizing: border-box;
}

.area-expand:hover {
  display: block !important;
}

.area-expand > div > div {
  flex: 1;
  min-width: 250px;
}

.area-expand > div > div a {
  padding: 10px 15px;
  font-family: var(--fontDefault);
  font-weight: 500;
  font-size: 0.9rem;
}

.cont-menu a {
  padding: 0.8rem 0.5rem;
}

.newmenupremium .nav-link {
  font-family: var (--fontDefault);
  font-size: 11pt !important;
}

.newmenusub {
  font-size: 10pt !important;
  font-weight: normal;
}

@media (max-width: 767px) {
  .newmenusub {
    font-size: 14pt !important;
  }
}

.navbar-prod li .newmenusub a:hover {
  background: var(--lightgreen);
  color: #fff;
}

.navbar-prod li .newmenusub a:active {
  background: var(--lightgreen);
  color: #fff;
}

.banner-top {
  background: url(../../images/landing_08.png) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.banner-top .slick-slide > div > div {
  display: grid !important;
}

.img-back-sec2 {
  background: url(../../images/sec-2_07.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  min-height: 420px;
}

@media (max-width: 320px) {
  .img-back-sec2 {
    min-height: 210px;
  }
}

@media (min-width: 321px) and (max-width: 575px) {
  .img-back-sec2 {
    min-height: 210px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .img-back-sec2 {
    min-height: 290px;
  }
}

.sec-3 {
  background: url(../../images/sec-3-back_09.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}

.sec3-int {
  height: 180px;
}

@media (max-width:320px) {
	.sec3-int {
	height: 260px;
	}
}

@media (min-width:321px) and (max-width:409px) {
	.sec3-int {
	height: 270px;
	}
}

@media (min-width:410px) and (max-width:575px) {
	.sec3-int {
	height: 380px;
	}
}
@media (min-width:576px) and (max-width:767px) {
	.sec3-int {
	height: 660px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.sec3-int {
	height: 80px;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.sec3-int {
	height: 110px;
	}
}
@media (min-width:1200px) and (max-width:1400px) {
	.sec3-int {
	height: 150px;
	}
}
@media (min-width:1401px) and (max-width:2200px){
	.sec3-int {
	height: 220px;
	}
}
@media (min-width:2201px){
	.sec3-int {
	height: 230px;
	}
}

.bt-float {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block;
	border-radius: 10px;
	position: fixed;
	bottom: 35px;
	right: 25px;
	z-index: 9;
	box-shadow: 3px 3px 6px rgba(0,0,0,.4);
}

.bt-float:hover {
	box-shadow: 3px 3px 6px rgba(0,0,0,.6);
	cursor: pointer;
}

.img-shake {
  margin-top: -60px;
}

@media (max-width: 320px) {
  .img-shake {
    margin-top: -40px;
  }
}

@media (min-width: 321px) and (max-width: 575px) {
  .img-shake {
    margin-top: -10px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .img-shake {
    margin-top: -10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .img-shake {
    margin-top: -20px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.img-back-sec4 {
  background: url(../../images/img-sec4_14.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  min-height: 420px;
}

@media (max-width: 320px) {
  .img-back-sec4 {
    min-height: 210px;
  }
}

@media (min-width: 321px) and (max-width: 575px) {
  .img-back-sec4 {
    min-height: 210px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .img-back-sec4 {
    min-height: 290px;
  }
}

.img-back-sec5 {
  background: url(../../images/img-sec5_15.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  min-height: 420px;
}

@media (max-width: 320px) {
  .img-back-sec5 {
    min-height: 210px;
  }
}

@media (min-width: 321px) and (max-width: 575px) {
  .img-back-sec5 {
    min-height: 210px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .img-back-sec5 {
    min-height: 290px;
  }
}

.box-purple {
  background-color: var(--lightpurple);
  border-radius: 15px;
  max-width: 450px;
  padding: 15px 30px;
  margin-top: 20px;
}

.box-purple > div:first-child {
  border-right: 1px solid #fff;
}

.bt-choice {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  border-radius: 10px;
}

.bt-choice:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.bt-shadow {
  box-shadow: 0 0.5rem 1rem rgba(66, 114, 255, 0.8);
}

.bt-shadow:hover {
  box-shadow: 0 0.5rem 1rem rgba(66, 114, 255, 0.8);
}

.img-satisf {
  max-width: 320px;
  margin-right: -26px;
}

@media (max-width: 320px) {
  .img-satisf {
    margin: 0;
  }
}

@media (min-width: 321px) and (max-width: 575px) {
  .img-satisf {
    margin: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .img-satisf {
    margin: 0;
  }
}

 .icon-boxes{max-width: 200px;}

.img-back-sec6 {
  background: url(../../images/img-sec6_18.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  min-height: 420px;
}

@media (max-width: 320px) {
  .img-back-sec6 {
    min-height: 210px;
  }
}

@media (min-width: 321px) and (max-width: 575px) {
  .img-back-sec6 {
    min-height: 210px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .img-back-sec6 {
    min-height: 290px;
  }
}

.num-item {
  display: block;
  color: #4272ff;
  font-weight: 900;
  font-family: var(--fontDefault);
  font-size: 1.2rem;
}

.sec-8 {
  background: url(../../images/back-sec-8_28.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  padding: 30px 0 0;
}

ul.site-itens {
  margin: 0;
  padding: 0;
}

@media (max-width: 320px) {
  ul.site-itens {
    margin-bottom: 70px;
  }
}

@media (min-width: 321px) and (max-width: 575px) {
  ul.site-itens {
    margin-bottom: 70px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  ul.site-itens {
    margin-bottom: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  ul.site-itens {
    margin-bottom: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  ul.site-itens {
    margin-bottom: 35px;
  }
}

ul.site-itens li {
  padding-left: 85px;
  position: relative;
  margin-top: 20px;
  min-height: 60px;
}

@media (max-width: 320px) {
  ul.site-itens li {
    padding-left: 70px;
    margin-top: 55px;
  }
}

@media (min-width: 321px) and (max-width: 575px) {
  ul.site-itens li {
    padding-left: 70px;
    margin-top: 35px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  ul.site-itens li {
    padding-left: 70px;
    margin-top: 55px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  ul.site-itens li {
    padding-left: 70px;
    margin-top: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  ul.site-itens li {
    padding-left: 70px;
    margin-top: 15px;
  }
}

ul.site-itens li:before {
  position: absolute;
  top: -3px;
  left: 0;
}

li.pedidos:before {
  content: url(../../images/icon-site_29.png);
}

li.monitor:before {
  content: url(../../images/icon-site_32.png);
}

li.receitas:before {
  content: url(../../images/icon-site_34.png);
}

li.desempenho {
  margin-top: 24px !important;
}

li.desempenho:before {
  content: url(../../images/icon-site_36.png);
}

.img-site {
  box-shadow: 10px 20px 25px rgba(0, 0, 0, 0.3);
}

.bt-float {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  border-radius: 10px;
  position: fixed;
  bottom: 35px;
  right: 25px;
  z-index: 9;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}

@media (min-width: 321px) and (max-width: 575px) {
  .bt-float {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .bt-float {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bt-float {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  }
}

.bt-float:hover {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.banner-black {
  background: url(../../images/back-black_02.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  min-height: 480px;
}

.form-consultor {
  background: url(../../images/FundoForm.png) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: repeat;
  height: auto;
  padding: 50px 0;
}

.box-obj {
  background-color: #ededed;
  border-radius: 15px;
}

.objetivo-btn {
  border-radius: 12px;
  transition: all 0.3s ease;
  min-width: 200px;
  opacity: 0.5;
}

.objetivo-btn.active {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.tiktok-slider .slick-slide {
  padding: 0.5rem;
}

.tt-iframe {
  width: 100%;
  height: 600px;
  border: 0;
  display: block;
  border-radius: 10px;
}

@media (max-width: 1200px) {
  .tt-iframe {
    height: 520px;
  }
}

@media (max-width: 576px) {
  .tt-iframe {
    height: 460px;
  }
}

.tiktok-slider .slick-next:before {
  color: var(--green);
  font-size: 40px;
}

.tiktok-slider .slick-prev:before {
  color: var(--green);
  font-size: 40px;
}

.tiktok-slider .slick-prev {
  left: -42px;
}

#destaques .card {
  border: 0;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
  cursor: pointer;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.modal.modal-custom .modal-content {
  background: #fff;
}

.modal-custom ~ .modal-backdrop {
  background: #714d9f;
  z-index: 998;
}

.modal-custom ~ .modal-backdrop.show {
  opacity: 0.85;
}

.modal.modal-full {
  background: transparent;
  background-color: transparent !important;
}

.modal.modal-full .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

.modal.modal-full .modal-content h4 {
  margin: 15px 0 0 0;
}

.modal-full .modal-content h4 i {
  vertical-align: top;
  font-size: 2rem;
  margin-top: -5px;
}

.modal .btn-close {
  position: absolute;
  right: 0;
  top: 8px;
  padding: 10px;
  margin-top: 0;
  background: transparent;
  border: none;
}

.btn-close .svg-inline--fa {
  font-size: 1.8rem;
  font-weight: 200;
  color: #000;
}

.modal.modal-full .modal-dialog {
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (min-width: 540px) {
  .modal.modal-full .modal-dialog {
    width: 750px;
  }
}

@media (min-width: 720px) {
  .modal.modal-full .modal-dialog {
    width: 970px;
  }
}

@media (min-width: 960px) {
  .modal.modal-full .modal-dialog {
    max-width: 720px;
  }
}

@media (min-width: 1140px) {
  .modal.modal-full .modal-dialog {
    max-width: 720px;
  }
}

.loader-spin img {
  width: 24px;
  height: 24px;
}

.mobbr {
  display: none;
}

@media (max-width: 320px) {
  .mobbr {
    display: block !important;
  }
}

@media (min-width: 321px) and (max-width: 575px) {
  .mobbr {
    display: block !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .mobbr {
    display: block !important;
  }
}

.tabbr {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .tabbr {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tabbr {
    display: block !important;
  }
}

.selo {
  position: absolute;
  right: 30px;
}

@media (max-width: 991px) {
  .selo {
    display: none !important;
  }
}

.partners {
  flex-wrap: wrap;
  gap: 10px;
}

.partners img {
  height: 80px;
  object-fit: contain;
}

@media (max-width: 320px) {
  h2 {
    font-size: 2rem;
  }
}

@media (min-width: 321px) and (max-width: 575px) {
  h2 {
    font-size: 2rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 2rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 2rem;
  }
}

@media (max-width: 320px) {
  h4 {
    letter-spacing: 0.05rem;
  }
}

@media (min-width: 321px) and (max-width: 575px) {
  h4 {
    letter-spacing: 0.05rem;
    font-size: 1.5rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  h4 {
    letter-spacing: 0.05rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h4 {
    letter-spacing: 0.05rem;
  }
}

@media (max-width: 320px) {
  .h4 {
    letter-spacing: 0.05rem;
  }
}

@media (min-width: 321px) and (max-width: 575px) {
  .h4 {
    letter-spacing: 0.05rem;
    font-size: 1.5rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .h4 {
    letter-spacing: 0.05rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .h4 {
    letter-spacing: 0.05rem;
  }
}

@media (max-width: 320px) {
  h5 {
    font-size: 1.4rem;
  }
}

@media (min-width: 321px) and (max-width: 575px) {
  h5 {
    font-size: 1.4rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  h5 {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h5 {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  h5 {
    font-size: 1.3rem;
  }
}

@media (max-width: 320px) {
  ul.site-itens li:first-child {
    margin-top: 20px;
  }
}

@media (min-width: 321px) and (max-width: 575px) {
  ul.site-itens li:first-child {
    margin-top: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  ul.site-itens li:first-child {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  ul.site-itens li:first-child {
    margin-top: 20px;
  }
}

@media (max-width: 320px) {
  ul.site-itens li:last-child {
    margin-bottom: 55px;
  }
}

@media (min-width: 321px) and (max-width: 575px) {
  ul.site-itens li:last-child {
    margin-bottom: 55px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  ul.site-itens li:last-child {
    margin-bottom: 55px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  ul.site-itens li:last-child {
    margin-bottom: 55px;
    margin-top: 40px !important;
  }
}

@media (max-width: 320px) {
  .banner-black img {
    max-width: 180px;
  }
}

@media (min-width: 321px) and (max-width: 575px) {
  .banner-black img {
    max-width: 180px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .banner-black img {
    max-width: 180px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .shake-blocks {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .link-expand + li {
    font-family: var(--fontDefault);
    font-weight: 500;
    text-transform: none !important;
  }
}

.bg-blue {
  background-color: var(--blue);
}

.secborder {
  border: 2px solid #a1a1a1;
  border-top: 0;
  border-radius: 0 0 50px 50px;
}

.secborderw {
  border: 2px solid #fff;
  border-top: 0;
  border-radius: 0 0 50px 50px;
}

#faq .accordion-item {
  background: transparent;
  border: 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

#faq .accordion-item .accordion-button {
  background: transparent;
  color: #fff;
}

#faq .accordion-button:focus {
  box-shadow: none;
}

#faq .accordion-button::after {
  filter: brightness(0) invert(1);
}

/* --------------------------------- */
/* PRELOADER
 ----------------------------------- */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
