@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;700;900&display=swap');
@import url('https://cdn.clienteherbalife.com.br/libs-frontend/fonts/HelveticaNeue/fonts.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;
}

textarea,
input,
*:focus {
  outline: none !important;
}

.navbar-nav,
header {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.navbar-prod {
  margin: 0;
  padding: 0;
}

.navbar-prod li {
  flex: 1;
}

.navbar-prod li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  text-transform: uppercase;
  padding: .8rem .2rem;
  text-align: center;
  height: 100%;
}

.navbar-prod li a:hover,
.navbar-prod li a.active {
  background: #e3e4e3;
  color: #54585a;
}

/* --------------------------------- */
/* 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: #112528;
}

a:focus,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
  color: #4272ff;
  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;
}

p {
  line-height: 1.5rem;
}

h1,
.h1 {
  font-size: 3rem;
}

h2,
.h2 {
  font-size: 2.2rem;
}

h3,
.h3 {
  font-size: 2.25rem;
}

h4,
.h4 {
  font-size: 1.8rem;
}

h5,
.h5 {
  font-size: 1.5rem;
}

h6,
.h6 {
  font-size: 1.3rem;
}

small {
  font-size: .9rem;
  line-height: 16px !important;
}


/* --------------------------------- */
/* ROOT SETTINGS
 ----------------------------------- */
:root {
  --corErr: #f14d7d;
  --corText: #54585a;
  --greyLT: #e3e4e3;
  --blue: #4272ff;
  --blueLT: #80b5df;
  --green: #78be20;
  --orange: #e87d24;

}


/* --------------------------------- */
/* 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);
  }
}

/* --------------------------------- */
/* HEADER
 ----------------------------------- */
header {
  background: #fff;
}

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 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  text-transform: uppercase;
  padding: .8rem .2rem;
  text-align: center;
  height: 100%;
}

.navbar-prod li a:hover,
.navbar-prod li a.active {
  background: #e3e4e3;
  color: #54585a;
}

/* BURGER MENU */

div.burger {
  height: 40px;
  width: 30px;
  position: absolute;
  top: 35px;
  cursor: pointer;
  z-index: 999;
  right: 20px;
}

div.x,
div.y,
div.z {
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  background: #484c4f;
  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: 1px solid rgba(72, 76, 79, 1);
  -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: rgba(255, 255, 255, 1);
}

div.burger.open div {
  background: rgba(255, 255, 255, 1);
}

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: rgba(65, 67, 69, .95);
  -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: #83be5c;
}

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: #78be20;
}

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;
}


.bootstrap-select .dropdown-menu li a {
  color: #54585a;
  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: #54585a !important;
  color: #fff !important;

}

.bootstrap-select {
  margin: 0 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #54585a;
  color: #fff !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: thin dotted #54585a !important;
  outline: 5px auto #78be20 !important;
  background: #fff !important;
}


.form-control:focus {
  color: #54585a;
  background-color: #fff;
  border-color: #78be20;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(120, 190, 32, .25);
}

.mob .dropdown-menu.show {
  width: 100%;
}

.bootstrap-select .dropdown-menu ul li {
  opacity: 1 !important;
}



/* --------------------------------- */
/* PAGE DEFAULTS
 ----------------------------------- */

body {
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  height: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  color: var(--corText);
}

html {
  height: auto;
  min-height: 100%;
}

.bold,
b {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.black {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.flight {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}

.hnormal {
  font-family: 'HelveticaNeueLTStd-Cn';
}

.hmedio {
  font-family: 'HelveticaNeueLTStd-MdCn';
}

.hblack {
  font-family: 'HelveticaNeueLTStd-BlkCn';
}

.hlight-ext {
  font-family: 'HelveticaNeueLTStd-ThEx';
}

.hblack-ext {
  font-family: 'HelveticaNeueLTStd-BlkEx';
  line-height: 110%;
}


.italic {
  font-style: italic;
}

.upper {
  text-transform: uppercase;
}

.txt-err {
  color: #f14d7d;
}

.erro-box {
  background-color: var(--corErr);
  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: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
}

.btn.btn-custom:hover,
.btn.btn-custom:active,
.btn.btn-custom:focus {
  background-color: #0076a4;
  color: #fff;
}

.btn-custom.gps{
	font-size: 0.9rem;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 20px;
	display: inline-flex;
	align-items: center;
}

.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;
}

.tit {font-size: 2.4rem;}
.subtit {font-size: 1.8rem;}

.bg-gray {background-color: var(--grey);}
.bg-secblue {background-color: var(--blueLT);}
.bg-blue {background-color: var(--blue);}
.bg-green {background-color: var(--green);}
.bg-orange{background-color: var(--orange);}
.bg-lightgrey {background-color: var(--greyLT);}

.white-text,.txt-white {color: #fff;}
.text-blue {color: var(--blue);}
.text-green {color: var(--green);}

.btn-green {
  color: #fff !important;
  background-color: #86d325;
  border-color: #86d325;
}

.btn-green:hover {
  background-color: #77bb21;
  border-color: #77bb21;
}

.btn-blue {
  color: #fff !important;
  background-color: #4272ff;
  border-color: #4272ff;
}

.btn-blue:hover {
  background-color: #3a65e2;
  border-color: #3a65e2;
}

.btn-secblue {
  color: #fff !important;
  background-color: var(--blueLT);
  border-color: var(--blueLT);
  opacity: 0.9;
}

.btn-secblue:hover {
  background-color: #3a65e2;
  border-color: #3a65e2;
  opacity: 1;
}


ul.social {
  text-align: center;
  margin-top: 18px;
  padding: 0;
}

ul.social li {
  display: inline-block;
  margin-right: 10px;
}

ul.social li:last-child {
  margin-right: 0;
}

.form-custom .form-control {
  border: 2px solid #77bb21;
  border-radius: 8px;
}

.form-custom .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 190, 32, 20%);
}


.header-custom {
  background-color: #fff;
}

.header-custom .nav-item {
  margin-right: 20px;
}

.header-custom .nav-item:last-child,
.header-custom .nav-item:first-child {
  margin-right: 0;
}

/* --------------------------------- */
/* INDEX
 ----------------------------------- */

footer {
  background: #e3e4e3;
  padding: 40px 0;
  text-align: center;
  color: #949494;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  border:2px solid var(--corText);
  background-color: var(--corText);

}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item-retira {
  border-radius: 50px;
  border: 4px solid #fff;
  color: #fff;
  height: 100%;
  text-align: center;
  padding: 20px 10px 30px 10px;
}

.container-boxes .card{
  border-radius: 50px;
}

.container-boxes .card-body{
  padding: 35px 25px 20px;
}

.container-boxes b{
  display: block;
}

.container-boxes .row > div{
  margin-bottom: 30px;
}

.e-address:before{
  content: url(../../images/icc-entrega_24.jpg);
  position: absolute;
  left: 0;
}

.e-phone:before{
  content: url(../../images/icc-entrega_27.jpg);
  position: absolute;
  left: 0;
}

.e-time:before{
  content: url(../../images/icc-entrega_28.jpg);
  position: absolute;
  left: 0;
}

.e-coord{
  display:none;
}

.card-custom{
  border-radius: 50px;
}

.card-mapa{
  border-radius: 50px;
  background-color: transparent;
  border: 4px solid #fff;
  color: #fff;
}

.card-mapa-result{
  border-radius: 50px;
}

.card-mapa-result b{
  display: block;
}

  .container-boxes p{
    padding-left: 40px;
    position: relative;
  }

    .mapa-item-list p{
    position: relative;
    padding-left: 40px;
  }

/* --------------------------------- */
/* MAPA BRASIL
 ----------------------------------- */

.card-mapa svg {
	display: block;
	width: 110%;
	height: 100%;
	margin: 0 auto;
}

#svg-map path { fill:var(--blueLT); }
#svg-map text { fill:#fff; font:7px Arial, sans-serif; }
#svg-map a{ text-decoration:none }
#svg-map a path{ fill:var(--blueLT) !important; }
#svg-map a.nolink path,
#svg-map a.nolink:hover path { fill:#fff !important; }
#svg-map a:hover path { fill:#fff !important; cursor:pointer; text-decoration:none; -webkit-filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.75)); filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.75)); }

#svg-map a:hover text { fill:var(--blueLT)!important; }

.bg {
	background: url("bg.png") no-repeat;
	background-size:cover;
	max-width: 750px;
	padding-top: 39px;
	max-height: 833px;
	height: 833px;
	position: relative;
}

.logo {
	float: left;
	width: 180px;
	display: block;
	margin: 39px 0 0 39px;
}

.logo img {
	width: 100%;
	height: auto;
}

.info {
	width: 250px;
	display: block;
	position: absolute;
	right: 39px;
	top: 90px;
}

.info img {
	width: 100%;
	height: auto;
}

.info .texto {
	margin-top: 15px;
}
.info .texto2 {
	margin-top: 3px;
}


/* --------------------------------- */
/* CUSTOM MODAL
 ----------------------------------- */
.modal.modal-custom .modal-content {
  background: #fff;
  border: 0;
}

.modal-custom ~ .modal-backdrop {
  background: #000;
  z-index: 1040;
}

.modal-custom ~ .modal-backdrop.show {
  opacity: .8;
}

.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: 12px;
  top: 12px;
  padding: 10px;
  margin-top: 0;
  background: transparent;
  border: none;
  z-index: 9
}

.modal .btn-close img {
  width: 12px;
  height: auto;
}

/* --------------------------------- */
/* 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: 90px;
  color: white;
  content: '-' !important;
  font-family: 'Montserrat', sans-serif;
}

.slick-custom.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-initialized {
  visibility: visible !important;
}

.slick-prev:before,
.slick-next:before {
  font-size: 50px;
  color: black;
}

.slick-prev,
.slick-next {
  z-index: 9;
  top: 48%;

}

.slick-prev {
  left: 15px;
}

.slick-next {
  right: 45px;
}

.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;
}


/* INPUT RANGE CUSTOM */

input[type="range"] {
    -webkit-appearance: none; /* Remove o estilo padrão em navegadores WebKit */
    width: 100%; /* Largura total */
    height: 8px; /* Altura do trilho */
    background: #ddd; /* Cor do trilho */
    border-radius: 5px; /* Arredondar os cantos do trilho */
    outline: none; /* Remove a borda de foco */
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Remove o estilo padrão */
    width: 20px; /* Largura do thumb */
    height: 20px; /* Altura do thumb */
    background: #3a65e2; /* Cor do thumb */
    border-radius: 50%; /* Arredondar o thumb */
    cursor: pointer; /* Cursor de ponteiro */
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); /* Sombra para o thumb */
}


input[type="range"]::-moz-range-thumb {
    width: 20px; /* Largura do thumb */
    height: 20px; /* Altura do thumb */
    background: #3a65e2; /* Cor do thumb */
    border-radius: 50%; /* Arredondar o thumb */
    cursor: pointer; /* Cursor de ponteiro */
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); /* Sombra para o thumb */
}


input[type="range"]::-ms-thumb {
    width: 20px; /* Largura do thumb */
    height: 20px; /* Altura do thumb */
    background: #3a65e2; /* Cor do thumb */
    border-radius: 50%; /* Arredondar o thumb */
    cursor: pointer; /* Cursor de ponteiro */
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); /* Sombra para o thumb */
}

.distance-slidecontainer {
    position: relative;
    width: 100%;
    margin: 30px 0 10px;
}

.distance-slider {
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.distance-slider:hover {
  opacity: 1;
}

.tooltip {
	position: absolute;
	top: -45px;
	background-color: #333;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 12px;
	white-space: nowrap;
	pointer-events: none;
	z-index: 10;
	transform: translateX(-50%);
  opacity: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100px;
}

.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  background-color: #e9e9e9;
}



/* --------------------------------- */
/* RESPONSIVE
 ----------------------------------- */

/* iphone 5 and smaller */
@media (max-width:320px) {

  h2 {
    font-size: 1.8rem;
  }

  h4,
  .h4 {
    letter-spacing: .05rem;
  }

  h5 {
    font-size: 1.4rem;
  }

  .navbar-brand {
    max-width: 100px;
  }

  .faixa {
    max-width: 150px;
  }

  #banner-top .slick-custom .slick-slide .banner-cont {
    height: 350px;
    display: block;
  }

}

/* Extra small devices (phones, less than 768px) */
@media (min-width:321px) and (max-width:575px) {

  h2 {
    font-size: 1.8rem;
  }

  h4,
  .h4 {
    letter-spacing: .05rem;
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.4rem;
  }

  .navbar-brand {
    max-width: 150px;
  }

  .faixa {
    max-width: 160px;
  }

  #banner-top .slick-custom .slick-slide .banner-cont {
    height: 450px;
    display: block;
  }

}


/* small */
@media (min-width:576px) and (max-width: 767px) {

  h2 {
    font-size: 2rem;
  }

  h4,
  .h4 {
    letter-spacing: .05rem;
  }

  h5 {
    font-size: 1.4rem;
  }

  .navbar-brand {
    max-width: 200px;
  }

  .faixa {
    max-width: 180px;
  }

  #banner-top .slick-custom .slick-slide .banner-cont {
    height: 600px;
    display: block;
  }

}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

  .navbar-brand {
    max-width: 220px;
  }

  .faixa {
    max-width: 194px;
  }

  #banner-top .slick-custom .slick-slide .banner-cont {
    height: 300px;
    display: block;
  }

}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width:1199px) {

  #banner-top .slick-custom .slick-slide .banner-cont {
    height: 400px;
    display: block;
  }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  #banner-top .slick-custom .slick-slide .banner-cont {
    height: 500px;
    display: block;
  }

}

@media (min-width: 992px) {
  .container-boxes{
    max-height: 500px;
    overflow-y: scroll;
  }

  .container-mapa-item{
    max-height: 770px;
    overflow-y: scroll;
    height: 100%
  }

}

 @media (max-width: 991px) {
  .header-custom {
    background-color: var(--greyLT);
  }

  .header-custom .navbar-nav {
    background-color: var(--corText);
  }

  .header-custom .navbar-nav .nav-item a{
    color:#fff
  }

  #consulta .card-custom .card-body img{
    max-width: 200px;
    margin: 0 auto;
  }

}
