@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;300;400;500;700;900&display=swap');
@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;
}

.file-field .btn {
	line-height: 1rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
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
 ----------------------------------- */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(255, 255, 255, .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;
}

@-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);
	}
}


/* --------------------------------- */
/* RESET
 ----------------------------------- */

audio,
canvas,
img,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.wow {
	visibility: hidden;
}

/* HTML5 display-role reset for older browsers */
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: inherit;
}

a:focus,
a:active,
a:hover {
	text-decoration: none;
	outline: none;
	color: inherit;
	border-color: transparent;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}


/* --------------------------------- */
/* FONT FIX
 ----------------------------------- */

a.link-2x {
	font-size: 1.4rem;
}

i.fal,
i.far,
i.fas,
.svg-inline--fa {
	vertical-align: middle;
	margin-left: 0;
}


/* --------------------------------- */
/* PAGE DEFAULTS
 ----------------------------------- */

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;
}

html {
	height: auto;
	min-height: 100%;
}

.tit {font-size: 2.7rem; font-weight: 700;}

.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,
.btn.btn-custom:active,
.btn.btn-custom:focus {
	background-color: var(--blue);
	color: #fff;
}

.btn-outline-light:hover,
.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);
}

.white-text,
.txt-white {
	color: #fff;
}

.text-blue {
	color:var(--blue);
}

.text-green {
	color: var(--green);
}

.text-lightgreen {
	color: var(--lightgreen);
}

.text-purple {
	color: var(--lightpurple);
}

.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%;}


/* --------------------------------- */
/* SLICK CUSTOM
 ----------------------------------- */
.slick-custom .slick-dots li {
	margin: 0 6px;
}

.slick-custom .slick-dots {
	bottom: 20px;
}

.slick-custom .slick-dots li button:before {
	font-size: 20px;
	color: #fff;
}

.slick-custom.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.banner2 {
	visibility: hidden;
}

.slick-initialized {
	visibility: visible !important;
}

footer {
	background: var(--darkgrey);
	color: #fff;
	padding: 40px 0;
	text-align: center;
}

ul.social {
	text-align: center;
	margin-top: 30px;
	padding: 0;
}

ul.social li {
	display: inline-block;
	margin-right: 10px;
}

ul.social li:last-child {
	margin-right: 0;
}


/* --------------------------------- */
/* CUSTOM FORM
 ----------------------------------- */
::-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;
}


/* --------------------------------- */
/* HEADER
 ----------------------------------- */

textarea,
input,
*:focus {
	outline: none !important;
}

.navbar-nav,
header {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

header{
  background: linear-gradient(0deg, var(--green) 50%, #fff 50%);
}

header label {
    display: block;
    margin-bottom: .1rem;
    font-size: .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: .8rem .3rem;
	text-align: center;
	height: 100%;

  font-size: 1.15rem;
  letter-spacing: 0.05rem;
  color: #fff;
}

.navbar-prod li a:hover, .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;
}

.topbar a{
  color: #fff;
  font-weight: 700;
  font-family: var(--fontDefault);
}

/* BURGER MENU */

div.burger {
	height: 40px;
	width: 30px;
	position: absolute;
	top: 45px;
	cursor: pointer;
	z-index: 999;
	right: 20px;
}

div.x,
div.y,
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;
}

div.x,
div.y,
div.z {
	height: 2px;
	width: 26px;
}

div.y {
	top: 18px;
}

div.z {
	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.000, 0.995, 0.990, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

div.circle.expand {
	width: 100%;
	height: 1200px;
	top: 0;
	right: 0;
	border-radius: 0;
	-webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);

}

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: .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.000, 0.995, 0.990, 1.000);
	-moz-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

div.menu ul li a {
	color:  #fff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
	font-weight: 600;
	padding: .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.000, 0.995, 0.990, 1.000);
	-moz-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-ms-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	-o-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

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.20s;
}

div.menu li.animatee hr {
	width: 20%;
	height: 1px;
	border: none;
	background: #fff;
}

.menu .dropdown, .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: .9rem;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
	padding-left: 20px;
	font-weight: 600;
}

.dropdown-item.active, .dropdown-item:active{
	background: var(--darkgrey)!important;
	color: #fff!important;

}

.bootstrap-select{margin: 0!important;}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: var(--darkgrey);
	color: #fff!important;
}

.bootstrap-select .dropdown-toggle:focus, .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,.25);
}

.mob .dropdown-menu.show{width: 100%;}

.logo{max-width:300px;}

.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: .8rem .5rem;
}

.newmenupremium .nav-link{
  font-family: var (--fontDefault);
	font-size: 11pt!important;
}

.newmenusub{
	font-size: 10pt!important;
  font-weight: normal;
}

.navbar-prod li .newmenusub a:hover, 
.navbar-prod li .newmenusub a:active{
	background: var(--lightgreen);
	color: #fff;
}

/* --------------------------------- */
/* INDEX
 ----------------------------------- */

body {
	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;
}

.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;
}

.sec-2 {}

.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;
}

.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;
}

.shake-blocks > div {
	padding-top: 0;
	margin-bottom: 20px;
}

.img-shake {
	margin-top: -60px;
}

.sec-4 {}

.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;
}

.sec-5 {}

.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;
}

.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 .3s ease;
	transition: all .3s ease;
	display: inline-block;
	border-radius: 10px;
}

.bt-choice:hover {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	cursor: pointer;
}

.bt-shadow,
.bt-shadow:hover {
	box-shadow: 0 .5rem 1rem rgba(66, 114, 255, .8);
}

.sec-6 {}

.img-satisf{
	max-width:320px;
	margin-right: -26px;
}

.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;
}

.sec-7 {}

.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;
}

ul.site-itens li {
	padding-left: 85px;
	position: relative;
	margin-top: 20px;
	min-height: 60px;
}

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,.3);
}

.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;
}


/*.nao-shadow,.nao-shadow:hover{
  box-shadow: 0 .5rem 1rem rgba(223,81,255,.8);} */

.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/back-form_02.jpg) center top no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: repeat;
	height: auto;
	padding: 50px 0;
}


/* --------------------------------- */
/* RETORNE - BANNER
 ----------------------------------- */

.banner-retorne {
	background: url(../../images/banner-retorne_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;
}

.banner-retorne .slick-slide > div > div {
	display: grid !important;
}





/* --------------------------------- */
/* FULL WIDTH MODAL
 ----------------------------------- */
.modal.modal-custom .modal-content {
	background: #fff;
}

.modal-custom ~ .modal-backdrop {
	background: #714d9f;
	z-index: 998;
}

.modal-custom ~ .modal-backdrop.show {
	opacity: .85;
}

.modal.modal-full {
	background: transparent;
}

.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.modal-full {
	background-color: transparent !important;
}

.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-fullscreen size: we use Bootstrap media query breakpoints */

.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;}
.tabbr{display: none;}

.selo {
  position: absolute;
  right: 30px;
  top: 98px;
}


/* --------------------------------- */
/* RESPONSIVE
 ----------------------------------- */

/* iphone 5 and smaller */
@media (max-width:320px) {
	.tit {font-size: 2rem;}

	.tit {font-size: 2.3rem;}

	h2 {font-size: 2rem;}

	h4, .h4 {letter-spacing: .05rem;}

	h5 {font-size: 1.4rem;}

	.sec3-int {
    height: 160px;
	}

	.shake-blocks > div {
    margin-bottom: 10px;
    margin-top: 15px;
	}


	ul.site-itens {
    margin-bottom: 70px;
	}

	ul.site-itens li:first-child {
    margin-top: 20px;
	}

	ul.site-itens li:last-child {
		margin-bottom: 55px;
	}

	ul.site-itens li {
    padding-left: 70px;
    margin-top: 55px;
	}

	.sec3-int{height: auto;}

	.img-shake {margin-top: -40px;}

	.img-back-sec2, .img-back-sec4, .img-back-sec5, .img-back-sec6{min-height: 210px;}

	.pl-blocks {padding-left: 15px;}

	.img-satisf {margin:0;}

	.mobbr{display: block!important;}

	.banner-black img {max-width: 180px;}

  .logo{max-width:230px;}

}

/* Extra small devices (phones, less than 768px) */
@media (min-width:321px) and (max-width:575px) {

	.tit {font-size: 2.2rem;}

	.tit {font-size: 2rem;}

	.tit {font-size: 2.3rem;}

	h2 {font-size: 2rem;}

	h4, .h4 {letter-spacing: .05rem; font-size: 1.5rem;}

	h5 {font-size: 1.4rem;}

	.sec3-int {
    height: 160px;
	}

	.shake-blocks > div {
    margin-bottom: 0;
    margin-top: 15px;
		margin-left: 20px;
    margin-right: 20px;
	}

	.img-shake {margin-top: -10px;}


	ul.site-itens {
    margin-bottom: 70px;
	}

	ul.site-itens li:first-child {
    margin-top: 20px;
	}

	ul.site-itens li:last-child {
		margin-bottom: 55px;
	}

	ul.site-itens li {
    padding-left: 70px;
    margin-top: 35px;
	}

	.sec3-int{height: auto;}


	.img-back-sec2, .img-back-sec4, .img-back-sec5, .img-back-sec6{min-height: 210px;}

	.pl-blocks {padding-left: 15px;}

	.bt-float {
		box-shadow: 3px 3px 6px rgba(0,0,0,.4);
	}

	.img-satisf {margin:0;}

	.mobbr{display: block!important;}

	.banner-black img {max-width: 180px;}

  .logo{max-width:230px;}

}

/* small */
@media (min-width:576px) and (max-width: 767px) {

	.tit {font-size: 2rem;}

	.tit {font-size: 2.3rem;}

	h2 {font-size: 2rem;}

	h4, .h4 {letter-spacing: .05rem;}

	h5 {font-size: 1.4rem;}

	.sec3-int {
    height: 160px;
	}

	.shake-blocks{margin-top: 30px;}
	.shake-blocks > div {
    margin-bottom: 10px;
    margin-top: 0
	}


	ul.site-itens {
    margin-bottom: 70px;
	}

	ul.site-itens li:first-child {
    margin-top: 20px;
	}

	ul.site-itens li:last-child {
		margin-bottom: 55px;
	}

	ul.site-itens li {
    padding-left: 70px;
    margin-top: 55px;
	}

	.sec3-int{height: auto;}

	.img-shake {margin-top: -10px;}

	.img-back-sec2, .img-back-sec4, .img-back-sec5, .img-back-sec6{min-height: 290px;}

	.pl-blocks {padding-left: 15px;}

	.bt-float {
		box-shadow: 3px 3px 6px rgba(0,0,0,.4);
	}

	.img-satisf {margin:0;}

	.mobbr{display: block!important;}

	.banner-black img {max-width: 180px;}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

	.tit {font-size: 2.3rem;}

	h2 {font-size: 2rem;}

	h4, .h4 {letter-spacing: .05rem;}

	h5 {font-size: 1.4rem;}

	.sec3-int {
    height: 160px;
	}

	.shake-blocks > div {
    margin-bottom: 10px;
    margin-top: 15px;
	}


	ul.site-itens {
    margin-bottom: 70px;
	}

	ul.site-itens li:first-child {
    margin-top: 20px;
	}

	ul.site-itens li:last-child {
		margin-bottom: 55px;
    margin-top: 40px!important;
	}

	ul.site-itens li {
    padding-left: 70px;
    margin-top: 25px;
	}

	.sec3-int{height: auto;}

	.img-shake {
		margin-top: -20px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    display: block;
	}

	.pl-blocks {padding-left: 15px;}

	.bt-float {
		box-shadow: 3px 3px 6px rgba(0,0,0,.4);
	}

	.tabbr{display: block!important;}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width:1199px) {

	.tit {font-size: 2.3rem;}

	h2 {font-size: 2rem;}

	h5 {font-size: 1.3rem;}

	.sec3-int {
    height: 160px;
	}
	.shake-blocks > div {
    margin-bottom: 10px;
    margin-top: 15px;
	}


	ul.site-itens {
    margin-bottom: 35px;
	}

	ul.site-itens li {
    padding-left: 70px;
    margin-top: 15px;
	}

	.pl-blocks {padding-left: 4%;}

	.tabbr{display: block!important;}

}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 991px) {
  .selo{display: none!important}
}


@media (max-width:767px){
  .link-expand + li{
    font-family: var(--fontDefault);
    font-weight: 500;
    text-transform: none!important;
  }

  .newmenusub{font-size: 14pt!important;}

  .topbar{
    font-size: 0.65rem;
  }
}
