

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

@font-face {
    font-family: 'kathenregular';
    src: url('../fonts/kathen_font_by_situjuh_7ntypes-webfont.woff2') format('woff2'),
         url('../fonts/kathen_font_by_situjuh_7ntypes-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.ftKathenregular{ font-family: 'kathenregular' !important; }
.ftSatisfy{ font-family: 'Satisfy', cursive !important; }


:root {
	--white: #FFFFFF;
	--black: #4A4A4A;
	--default: #444444;
	--yellow: #f7d433;
	--yellow: #F6B204;
	--gray: #d3d3d3;
	--bordo: #AB484D;
	--green: #85C34C;
}


/* ------------------------------------------- */
/* customizacao */
/* ------------------------------------------- */
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
	html, body{ height: 100%; }
	body{
		font-family: 'Open Sans', sans-serif;
		line-height: 1.2; 
		font-weight: 300;
		font-size: 0.85rem;
		color: var(--default);
		letter-spacing: 0;
	}

	h1, h2, h3, h4, h5, h6{ }

	h1, .heading-size-1{ font-size: 3.20rem; font-weight: 300; }
	h2, .heading-size-2 { font-size: 2.80rem; font-size: 60px; font-weight: 300; }
	h3, .heading-size-3 { font-size: 2.90rem; font-size: 60px; font-weight: 300; }
	h4, .heading-size-4 { font-size: 2.50rem; font-weight: 300; }
	h5, .heading-size-5 { font-size: 1.750rem; font-weight: 300; }

	p{ font-size: 0.85rem; line-height: 1.2; }
	p.ft2{ font-size: 1.15rem; line-height: 1.2; }

	a{ text-decoration: none !important; }
	a:hover{ text-decoration: none !important; }

		.img-fluid-max120{ max-width: 120% !important; }

		.bold{ font-weight: 600; }

		.container-fluid{ width: 92% !important; margin: 0 auto;  }
		.container-fluid-full{ width: 97% !important; margin: 0 auto;  }

		.color-red{ color: var(--red) !important; }
		.color-magenta{ color: var(--magenta) !important; }

		.c1{ background-color: #ECCFCF; }
		.c2{ background-color: #EEDAAE; }

		.bg{ 
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center center; 
		}
	

		.btn{ 
			border-radius: 0.5rem;
			padding: 0.75rem 1rem;
			font-size: 0.75rem;
		}
		.btn.btn-sm {
			padding: 0.25rem 0.5rem;
			font-size: .75rem;
			border-radius: 0.2rem;
		}
		.btn.btn-yellow{ 
			border-radius: .5rem; 
			padding: 0.75rem 1.75rem;
			font-size: 0.9rem;
			background-color: #f6b204;
			border-color: #f6b204;
		}
		.btn.btn-gray{ 
			border-radius: .5rem; 
			padding: 0.75rem 1.75rem;
			font-size: 0.9rem;
			background-color: #4a4a4a;
			border-color: #4a4a4a;
			color: white;
		}

		.section-area{ 
			border: 0px dotted red; 
			min-height: 300px; 
		}

		.sutitle-area{
			font-size: 1rem;
			font-weight: 400;
		}
		.title-area{
			font-weight: bold;
			font-size: 3.1rem;
		}

	/* 
		-----------------------------------------------------------------
		HEADER
		-----------------------------------------------------------------
	*/
		header{ 
			position: relative;
			background-color: var(--yellow);
			/*box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.75);*/
			/*-webkit-box-shadow: -1px 3px 4px 0px rgb(176 176 176 / 75%);*/
			/*-moz-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.75);*/
			/*height: 70px;*/
			padding: 10px 0;
			/*padding-top: 15px;*/
			font-size: 18px;
		}

		.navbar-light .navbar-nav .nav-link {
			position: relative;
			color: rgba(0,0,0,1) !important;
			font-size: .8rem !important;
			font-weight: 600 !important;
		}
		.navbar-light .navbar-nav .nav-item.active .nav-link:before,
		.navbar-light .navbar-nav .nav-link:hover:before {
			right: 5px;
		}
		.navbar-light .navbar-nav .nav-link:before{
			content: "";
			position: absolute;
			height: 2px;
			bottom: -9px;
			left: 0;
			right: 100%;
			-webkit-transition-property: right;
			transition-property: right;
			-webkit-transition-duration: 0.3s;
			transition-duration: 0.3s;
			-webkit-transition-timing-function: ease-out;
			transition-timing-function: ease-out;

			background: #ffc000 !important;
			background: #000000 !important;
		}



			.mr-nav-bar{
				display: none !important;
				position: absolute; 
				top: 0; 
				right: 0; 
				z-index: 100; 
				height: 78%; 
			}
			.mr-nav-bar .iconmenu{
				background-color: #535353;
				height: 78%;
				padding: .25rem .75rem;
				font-size: 1.25rem;
			}

			.mr-nav-bar-close{
				display: none;
				position: absolute; 
				top: 0; 
				right: 0; 
				z-index: 210; 
				height: 78%; 
			}
			.mr-nav-bar-close.active{ display: none ; }
			.mr-nav-bar-close .iconmenu{
				background-color: #535353;
				height: 78%;
				padding: .25rem .75rem;
				font-size: 1.25rem;
			}

			.menu-principal{
				position: relative; 
				top: 0; 
				right: 0; 
				height: 100%;
				width: 100%;
			}
			.menu-overlay{
				display: none;
				position: fixed;
				top: 0;
				right: 0;
				height: 100%;
				background-color: #025891;
				width: 100%;
				z-index: 199;
			}
			.menu-principal .navbar{
				position: relative; 
				padding-top: 0px;
				z-index: 200 !important;	
			}






	/* 
		-----------------------------------------------------------------
		MAIN
		-----------------------------------------------------------------
	*/
		main{ 
			background-color: #ebebeb;
			overflow: hidden;
		}

		.section-slider{
			color: var(--black);
			position: relative;
		}
		.section-slider.content-SliderPrincipal .box-slider-nav {
			position: absolute;
			bottom: 0;
			left: 0;
			display: flex;
			width: 95%;
			/*border: 1px dotted white;*/
			z-index: 50;
			/*background: rgb(255 255 255 / 50%);*/
			justify-content: end;
		}
		.section-slider.content-SliderPrincipal .box-slider-nav .controlNav{
			width: 40px;
			height: 40px;
			display: flex;
			border-radius: 50%;
			background-color: #f6b204;
			border: 3px solid var(--white);
			margin: 5px;
			margin-bottom: 10px;
			justify-content: center;
				align-items: center;
		}
		.section-slider.content-SliderPrincipal .box-slider-nav .controlNav a{
			font-size: 1.5rem;
			padding: 5px 15px;
			color: var(--white);
		}











		.section-quem-somos{
			background-color: var(--yellow);
			background-color: var(--white);
			color: var(--black);
		}
		.section-video-principal{
			background-color: var(--yellow);
			color: var(--black);
		}

		.section-nossas-delicias{ 
			padding: 60px 0;
			background-color: var(--white);
			color: var(--black);
		}


		.section-breadcrumb{ 
			padding: 90px 0; 
			text-align: center; 
			position: relative;
			background-size: cover;
		}
		.section-breadcrumb h1{ color: var(--white); }
		.section-breadcrumb .overlay{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: rgb(0,0,0, .5);
		}
		.section-breadcrumb .breadcrumb-text{ z-index: 120; }


		.section-quem-somos{ position: relative; display: block; }
		.section-quem-somos .col-fotos{ max-width: 55%; }
		.section-quem-somos .box-foto-topo{ height: 360px; }
		.box-foto-img-left{ 
			width: 41%; 
			height: 360px; 
			background-color: green; 
			border-right: 1px solid white;
		}
		.box-foto-img-right{ 
			width: 59%; 
			height: 360px; 
			background-color: orange; 
			border-right: 1px solid white;
		}


		.section-quem-somos p,
		.section-video-principal p{
			text-align: justify;
			font-size: 17px;
			font-weight: normal;
			line-height: 1.6em;
			letter-spacing: 0px;
		}

		.section-video-principal{ 
			position: relative;
			padding-top: 60px;
			padding-bottom: 60px;
			border-top: 1px solid #FFFFFF;
		}
		.section-seja-um-franqueado{ 
			position: relative;
			padding: 60px 0; 
			background-color: #3E3E3E;
			background-image: url('../images/setor-oeste.jpeg');
			background-position: center center;
			background-size: cover;
			color: var(--yellow);
		}
		.section-seja-um-franqueado p{
			font-size: 1.00rem;	
		}
		.section-seja-um-franqueado .franq-itens{}
		.section-seja-um-franqueado .franq-itens h3{
			font-weight: 900;
			margin: 0;
			line-height: 1;
			font-size: 2.15rem;
		}
		.section-form-contato{
			padding: 100px 0;
			background-color: rgb(0,0,0, .5);
			color: var(--black);

			background-image: url('../images/setor-oeste.jpeg');
			background-position: center center;
			background-size: cover;
			background-attachment: fixed;
		}
		.section-form-contato h1{
			color: var(--white);
			text-align: center;
		}
		.section-form-contato .form-label{
			margin-bottom: 0.3rem;
			font-weight: 500;
		}

		.section-form-contato .form-error {
			font-size: .65rem;
			background: #ff6d6d;
			display: table;
			color: white;
			padding: 2px 10px;
			border-radius: 0.2rem;
			margin-top: 2px;
		}


		textarea:focus, 
		textarea.form-control:focus, 
		input.form-control:focus, 
		input[type=text]:focus, 
		input[type=password]:focus, 
		input[type=email]:focus, 
		input[type=number]:focus,
		input[type=button]:focus,
		[type=text].form-control:focus, 
		[type=password].form-control:focus, 
		[type=email].form-control:focus, 
		[type=tel].form-control:focus, 
		[contenteditable].form-control:focus,
		button[type=button]:focus,
		select.form-select:focus,
		.btn:focus{
			box-shadow: inset 0 -1px 0 #ddd;
			box-shadow: none;
		}


		.box-formulario{ position: relative; }

		.box-loading{
			position: absolute;
			top: -1500px;
			background-color: rgb(255,255,255, .95);
			height: 100%;
			width: 100%;
			border-radius: .25rem;
			z-index: 600;

			-webkit-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
			z-index: 111;
		}
		.box-loading.active{ top: 0px; }
		.box-loading .text-msg{ color: var(--black); padding: 10px; font-size: .9rem; font-weight: 500; text-align: center; }

		.overlay{
			position: absolute;
			top: -1500px;
			background-color: rgb(255,255,255, .98);
			height: 100%;
			width: 100%;
			border-radius: .25rem;
			z-index: 600;

			-webkit-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
			z-index: 110;
		}
		.overlay.active{ top: 0px; }
		.overlay .text-msg{ padding: 10px; font-size: .9rem; font-weight: 500; text-align: center; }



		.section-sorvetes-premium{
			background-color: var(--white);
			color: var(--black);
			padding: 60px 0;
		}
		.section-sorvetes-premium.bg-white{
			background-color: var(--white);	
		}
		.section-sorvetes-premium p{
			text-align: justify;
			font-size: 17px;
			font-weight: normal;
			line-height: 1.6em;
			letter-spacing: 0px;
		}
		p.subtitle{
			font-size: 1.75rem;
			font-weight: 900;
			margin: 0;
		}
		.text-produto{
			font-size: 1.55rem;
			font-weight: bold;
			color: var(--bordo);
		}
		.text-produto-veg{
			font-size: 1.55rem;
			font-weight: bold;
			color: var(--green);
		}
		/*.box-card-img-serv-01{*/
			/*height: 400px;*/
			/*background-position: top center;*/
			/*background-size: cover;*/
		/*}*/
		.box-card-img-serv-taca{
			height: 550px;
			background-position: top center;
			background-size: cover;
		}
		.box-card-veg-fundo{
			padding-top: 400px;
			background-position: center center;
			background-size: cover;
		}
		.box-card-veg{
			z-index: 20;
			position: relative;
			width: 55%;
			margin: 0 auto;
			margin-bottom: -40px;
			padding: 15px;
			background-color: var(--green);
		}
		.box-card-veg h2{ 
			color: var(--white); 
		}


		.section-nossas-delicias{
			background-color: var(--white);
			color: var(--black);
			padding: 60px 0;
		}
		.section-produtos{
			padding: 30px 0;
		}
		.section-produtos.padding-bubble-bottom{ padding-bottom: 200px !important; }
		.section-produtos h3{
			font-size: 4rem;
			font-weight: normal;
			line-height: 1;
		}
		.section-produtos h4{
			font-size: 2.0rem;
			font-weight: normal;
			/*line-height: 1.6em;*/
			letter-spacing: 0px;
		}
		.section-produtos h4.ftpeq{
			font-size: 1.5rem;
		}
		.section-produtos h5{
			font-size: 1.45rem;
			font-weight: normal;
			/*line-height: 1.6em;*/
			letter-spacing: 0px;
		}
		.section-produtos p{
			font-size: 18px;
			font-weight: normal;
			/*line-height: 1.6em;*/
			letter-spacing: 0px;

			font-size: .9rem;
			font-weight: normal;
			line-height: 1.35;
			letter-spacing: 0px;
		}
		.section-produtos p.ft2{
			font-size: 1.15rem;
		}
		.bg-produto{
			background-position: left center;
			background-size: contain;
			background-size: 300px;
			background-repeat: no-repeat;
			/*background-color: #fefbec;*/
			border-top: 1px solid white;
		}
		.bg-produto.contain{
			background-position: left bottom;
			background-size: contain;
			background-repeat: no-repeat;
			/*background-color: #fefbec;*/
			border-top: 1px solid white;
		}
		.bg-produto.buble{
			background-size: 400px;
			background-position: left bottom;
			background-repeat: no-repeat;
			/*background-color: #fefbec;*/
			border-top: 1px solid white;
		}
		.bg-produto.right{
			background-position: right bottom;
		}
		.section-produtos.fondue{
			padding-top: 100px !important;
			padding-bottom: 100px !important;
		}

		.corAzulEscuro{ color: #1B69A7; }
		.corVerdeEscuro{ color: #68A74B; }
		.corLaranja{ color: #F9A51B; }
		.corAzul{ color: #01BDF2; }
		.corRosa{ color: #ED028C; }
		.corMarron{ color: #574326; }

		.item-icon{
			width: calc(50% - 0px);
			display: flex;
			justify-content: center;
		}
		.item-icon-100p{ 
			width: calc(25% - 0px);
			display: flex;
			justify-content: center;		
		}

		.item-icon .prod-icon-buffet{ width: calc(50% - 5px); }
		.item-icon-100p .prod-icon-buffet{ width: calc(100% - 5px); }
		.prod-icon-buffet img{ max-width: 70px; }
		.prod-icon-buffet.larg img{ max-width: 100px; }

		.imgSizeSmall{ max-height: 230px; }
		.imgSizePeq{ max-height: 200px; }
		.imgSizePeqAlt{ max-height: 350px; }

		.imgSizeTacas{ max-width: 100%; }

		.grid-text-01{ width: 50%; }
		.grid-image-01{ width: 50%; }

		.grid-text-02{ width: 65%; }
		.grid-image-02{ width: 35%; }

		.grid-text-crazy-01{ width: 60%; padding-top: 60px; }
		.grid-image-crazy-01{ width: 40%; }


		.rotateLeft{
			transform: rotate(35deg);
			z-index: 15;
			position: absolute;
			/* top: 0%; */
			right: 30%;
			width: 100%;
			margin-top: -30%;
		}
		.rotateCaramel{
			transform: rotate(10deg);
			z-index: 15;
			position: absolute;
			/* top: 0%; */
			left: -20%;
			width: 100%;
			margin-top: 10%;
		}


		/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
		.box-inner-video{
			position: relative;
			margin: 10px;
		}
		.box-inner-video:before{
			content: '';
			position: absolute;
			top: -10px;
			left: -10px;
			width: calc(100% + 20px);
			height: calc(100% + 20px);
			border: 1px solid rgb(255 255 255 / 20%);
			border: 1px solid rgb(246 178 4 / 20%);
		}
		.box-inner-video.white:before{
			border: 1px solid rgb(255 255 255 / 20%);
		}
		.box-video-principal{
			object-fit: cover;
			max-width: 100%;
			width: 100%;
			margin: 0;
			line-height: 1;
			border: none;
			height: 450px;
			display: block;
		}
		.box-video-franqueado{
			position: relative;
			object-fit: cover;
			max-width: 100%;
			width: 100%;
			margin: 0;
			line-height: 1;
			border: none;
			height: 300px;
			display: block;
			z-index: 1;
		}
		.box-video{
			position: relative;
			object-fit: cover;
			max-width: 100%;
			width: 100%;
			margin: 0;
			line-height: 1;
			border: none;
			height: 380px;
			display: block;
			z-index: 1;
		}
		.capa-video{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			-webkit-background-size: cover;
			background-size: cover;
			background-position: 50%;
			z-index: 10;
		}

		.play-now{
			position: absolute;
			left: 50%;
			top: 50%;
			display: block;
			border-radius: 50%;
			z-index:10;
			width:60px;
			height:60px;
			-webkit-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
			transform-origin: center center;    
		}

		.play-now .icon{
			position: absolute;
			left: 50%;
			top: 50%;
			height: 75px;
			width: 75px;
			text-align: center;
			line-height: 75px;
			background-color: #f6b204; 
			/*246, 178, 4,*/
			color: #ffffff;
			z-index: 1;
			font-size: 25px;
			padding-left: 5px;
			display: block;
			
			-webkit-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
			-webkit-transform-origin:center;
			transform-origin: center center; 

			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			-ms-border-radius: 50%;
			-o-border-radius: 50%;
			border-radius: 50%;
			-webkit-box-shadow: 0 5px 15px 0 rgba(246, 178, 4, 0.1);
			-moz-box-shadow: 0 5px 15px 0 rgba(246, 178, 4, 0.1);
			-ms-box-shadow: 0 5px 15px 0 rgba(246, 178, 4, 0.1);
			-o-box-shadow: 0 5px 15px 0 rgba(246, 178, 4, 0.1);
			box-shadow: 0 5px 15px 0 rgba(246, 178, 4, 0.1);
			 /*246 178 4*/

		}

		.play-now .ripple,
		.play-now .ripple:before,
		.play-now .ripple:after {
			display: none;
			position: absolute;
			top: 50%;
			left: 50%;
			height: 65px;
			width: 65px;

			-webkit-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
			-webkit-transform-origin:center;
			transform-origin: center center; 
		  
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			-ms-border-radius: 50%;
			-o-border-radius: 50%;
			border-radius: 50%;
			
			-webkit-box-shadow: 0 0 0 0 rgba(246, 178, 4, .3);
			-moz-box-shadow: 0 0 0 0 rgba(246, 178, 4, .3);
			-ms-box-shadow: 0 0 0 0 rgba(246, 178, 4, .3);
			-o-box-shadow: 0 0 0 0 rgba(246, 178, 4, .3);
			box-shadow: 0 0 0 0 rgba(246, 178, 4, .3);
			
			-webkit-animation: ripple 3s infinite;
			-moz-animation: ripple 3s infinite;
			-ms-animation: ripple 3s infinite;
			-o-animation: ripple 3s infinite;
			animation: ripple 3s infinite;
		}

		.play-now .ripple:before {
			-webkit-animation-delay: .9s;
			-moz-animation-delay: .9s;
			-ms-animation-delay: .9s;
			-o-animation-delay: .9s;
			animation-delay: .9s;
			content: "";
			position: absolute;

		}

		.play-now .ripple:after {
			-webkit-animation-delay: .6s;
			-moz-animation-delay: .6s;
			-ms-animation-delay: .6s;
			-o-animation-delay: .6s;
			animation-delay: .6s;
			content: "";
			position: absolute;

		}

		@-webkit-keyframes ripple {
			70% {box-shadow: 0 0 0 40px rgba(246, 178, 4, 0);}
			100% {box-shadow: 0 0 0 0 rgba(246, 178, 4, 0);}
		}

		@keyframes ripple {
			70% {box-shadow: 0 0 0 40px rgba(246, 178, 4, 0);}
			100% {box-shadow: 0 0 0 0 rgba(246, 178, 4, 0);}
		}

		.modal-dialog {
			max-width: 800px;
			margin: 30px auto;
		}
		.modal-content {
			background-color: transparent;
		}
		.modal-body {
			position:relative;
			padding:0px;
		}
		.close {
			position:absolute;
			right:-30px;
			top:0;
			z-index:999;
			font-size:2rem;
			font-weight: normal;
			color:#fff;
			opacity:1;
		}
		/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



		.section-nossas-lojas{
			position: relative;
			padding: 60px 0;
		}

		/*#svg-map path { fill:#0094d9 }*/
		/*#svg-map text { fill:#fff; font:12px Arial-BoldMT, sans-serif; cursor:pointer }*/
		/*#svg-map a{ text-decoration:none }*/
		/*#svg-map a:hover { cursor:pointer; text-decoration:none }*/
		/*#svg-map a:hover path{ fill:#003399 !important }*/
		/*#svg-map .circle { fill:#66ccff }*/
		/*#svg-map a:hover .circle { fill:#003399 !important; cursor:pointer }*/


		#map { display: none; }
		#map .state { cursor: pointer; }
		#map .state .shape { cursor: pointer; -width: 0; }
		#map .state .label_icon_state {
			fill: #fff;
			font-family: Arial;
			font-size: 11px;
			line-height: 12px;
			font-weight: normal;
		}
		#map .state .label_state {
			display: none;
			font-family: Arial;
			font-size: 14px;
			line-height: 16px;
			font-weight: bold;
		}
		#map .state:hover .label_state,
		#map .state.hover .label_state { display: block; }
		#map .model-green .state .shape { fill: #6cb361; fill: #acacac; }

		/* ativo */
		#map .model-green .state .shape.active { fill: #f6b204; } 

		#map .model-green .state .icon_state { fill: #10592f; fill: #767474; }
		#map .model-green .state .icon_state.active { fill: #c28b00; }

		#map .model-green .state .label_icon_state { fill: #fff; }
		#map .model-green .state .label_state { fill: #666; }
		#map .model-green .state:hover .shape,
		#map .model-green .state.hover .shape { fill: #2d68b2; fill: #f6b204; }
		#map .model-green .state:hover .icon_state,
		#map .model-green .state.hover .icon_state { fill: #5a95ce; }
		/*#map .model-green .state.hover .icon_state.active { fill: #c28b00; }*/


		#map .model-orange .state .shape { fill: #fd7132; }
		#map .model-orange .state .icon_state { fill: #6cb361; fill: #acacac }
		#map .model-orange .state .label_icon_state { fill: #fff; }
		#map .model-orange .state .label_state { fill: #666; }
		#map .model-orange .state:hover .shape,
		#map .model-orange .state.hover .shape { fill: #c93f04; }
		#map .model-orange .state:hover .icon_state,
		#map .model-orange .state.hover .icon_state { fill: #10592f; #767474 }
		#map .model-darkgreen .state .shape { fill: #366823; }
		#map .model-darkgreen .state .icon_state { fill: #2779c6; }
		#map .model-darkgreen .state .label_icon_state { fill: #fff; }
		#map .model-darkgreen .state .label_state { fill: #666; }
		#map .model-darkgreen .state:hover .shape,
		#map .model-darkgreen .state.hover .shape { fill: #4a8c31; }
		#map .model-darkgreen .state:hover .icon_state,
		#map .model-darkgreen .state.hover .icon_state { fill: #5a95ce; }




		.card-lojas{
			position: relative;
			/* padding-bottom: 1.5rem !important; */
			border-radius: .25rem;
			border: 1px solid #fff;
			padding: 10px;
			margin-bottom: 15px;
			background-color: #dadada;

			-webkit-box-shadow: 3px 3px 5px 0px rgba(194,190,194,1);
			-moz-box-shadow: 3px 3px 5px 0px rgba(194,190,194,1);
			box-shadow: 3px 3px 5px 0px rgba(194,190,194,1);

			height: 100%;

		}
		.card-lojas:before{
			
		}
		.card-lojas p{ margin-bottom: .5rem; }
		.card-lojas p.embreve{
			font-size: 3rem;
			line-height: 1;
			font-weight: 900;
			text-align: right;
			margin: 0;
			color: #cccccc;
		}
		.card-lojas .is_foto{ 
			position: absolute;
			top: 3px;
			right: 3px;
			font-size: 1.2rem;
			opacity: .5;
		}

		.col-itens-lojas{ padding-bottom: 15px; }

		.list-filter-uf{}
		.list-filter-uf .itUF{ 
			margin: 0px 1px;
			margin-bottom: 2px; 
			border: 1px solid white;
			border-radius: .25rem;
			background-color: #acacac;
			display: flex;
		}
		.list-filter-uf .itUF{
			width: 30px;
		} 
		.list-filter-uf .itUF.all{
			width: 60px;
		} 
		.list-filter-uf .itUF.active{
			background-color: #f6b204;
		}
		.list-filter-uf .itUF a{ 
			padding: 8px 7px;
			color: white;
			font-size: .68rem;
			font-weight: bold;
		}







		.loading {
			display: flex;
			justify-content: center;
		}
		.loading div {
			width: 10px;
			height: 10px;
			margin: 2rem 0.3rem;
			background: #7912fb;
			background: #000000;
			border-radius: 50%;
			-webkit-animation: 0.9s bounce infinite alternate;
				  animation: 0.9s bounce infinite alternate;
		}
		.loading div:nth-child(2) {
			-webkit-animation-delay: 0.3s;
				  animation-delay: 0.3s;
		}
		.loading div:nth-child(3) {
			-webkit-animation-delay: 0.6s;
				  animation-delay: 0.6s;
		}

		@-webkit-keyframes bounce {
		  to {
			opacity: 0.3;
			transform: translate3d(0, -1rem, 0);
		  }
		}

		@keyframes bounce {
		  to {
			opacity: 0.3;
			transform: translate3d(0, -1rem, 0);
		  }
		}
		.donut {
		  width: 2rem;
		  height: 2rem;
		  margin: 2rem;
		  border-radius: 50%;
		  border: 0.3rem solid rgba(151, 159, 208, 0.3);
		  border-top-color: #979fd0;
		  -webkit-animation: 1.5s spin infinite linear;
				  animation: 1.5s spin infinite linear;
		}
		.donut.multi {
		  border-bottom-color: #979fd0;
		}

		@-webkit-keyframes spin {
		  to {
			transform: rotate(360deg);
		  }
		}

		@keyframes spin {
		  to {
			transform: rotate(360deg);
		  }
		}
		.ripple {
		  width: 2rem;
		  height: 2rem;
		  margin: 2rem;
		  border-radius: 50%;
		  border: 0.3rem solid #979fd0;
		  transform: translate(50%);
		  -webkit-animation: 1s ripple ease-out infinite;
				  animation: 1s ripple ease-out infinite;
		}

		@-webkit-keyframes ripple {
		  from {
			transform: scale(0);
			opacity: 1;
		  }
		  to {
			transform: scale(1);
			opacity: 0;
		  }
		}

		@keyframes ripple {
		  from {
			transform: scale(0);
			opacity: 1;
		  }
		  to {
			transform: scale(1);
			opacity: 0;
		  }
		}




	/* 
		-----------------------------------------------------------------
		FOOTER
		-----------------------------------------------------------------
	*/
		footer{ border: 0px dotted yellow; border-top: 1px solid var(--white); background-color: var(--yellow); color: var(--white); min-height: 100px; padding: 30px 0; }
		footer .box-copy{ padding-top: 35px; }
		footer .social-media ul{
			list-style: none;
			padding: 0;
			display: flex;
			margin-bottom: .5rem;
		}
		footer .social-media ul li { margin-right: 10px; }
		footer .social-media ul li a{ font-size: 2rem; color: white; text-decoration: none; }

		footer .navbar-nav .nav-link {
			position: relative;
			padding: 0.25rem 1rem !important;
			color: rgba(0,0,0,1) !important;
			font-size: .8rem !important;
			font-weight: 600 !important;
		}



