

@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');

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&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; }

.ftMPlusRounded{ font-family: 'M PLUS Rounded 1c', sans-serif !important; }


:root {
	--white: #FFFFFF;
	--black: #000000;
	--default: #FFFFFF;
	--yellow: #f7d433;
	--red: #fd0000;
	--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: 'Roboto', sans-serif;
		line-height: 1.2; 
		font-weight: 300;
		font-size: 0.85rem;
		color: var(--default);
		letter-spacing: 0;
		background: var(--black) !important;
	}

	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-primary {
			background-color: #f60000 !important;
			border-color: #f60000 !important;
		}
		.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: 2.5rem;
		}

	/* 
		-----------------------------------------------------------------
		HEADER
		-----------------------------------------------------------------
	*/
		header{ 
			position: relative;
			background-color: var(--black);
			/*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(255, 255, 255,1) !important;
			font-size: .8rem !important;
			font-weight: 600 !important;
			padding: 0.5rem 2rem !important;
			margin: 0 20px !important;
		}
		.navbar-light .navbar-nav .nav-item.active .nav-link:before,
		.navbar-light .navbar-nav .nav-link:hover:before {
			right: 0;
			border: 2px solid #edac2b;
		}
		.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: var(--red) !important;
			*/

			content: "";
			position: absolute;
			height: 100%;
			bottom: 0;
			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: var(--red) !important; */
			border: 0px solid #edac2b;
			border-radius: 30px;
		}



			.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);
		}


		.sliderCardapio .quadro{
			border: 1px solid white;
			padding: 15px;
			border-radius: 10px;
		}
		.sliderCardapio .quadro img{
			border-radius: 10px;
		}




		.btn-golden{
			background-color: #e0da33 !important;
			border-color: #e0da33 !important;
			font-weight: bold;
			font-size: 1.25rem;
			padding: 0.50rem 1.5rem;
			line-height: 1;
			color: #a07319 !important;
		}
		.btn-green{
			font-weight: bold;
			font-size: 1rem;
			padding: 0.5rem 1rem;
			background-color: #02d2b7;
			color: #FFF;
		}

		.btn-golden.dots{
			position: relative;
		}
		.btn-golden.dots:before{
			content: '';
			position: absolute;
			top: -4px;
			left: -4px;
			width: calc(100% + 8px);
			height: calc(100% + 8px);
			border: 1px solid #fcc14c8f;
			border-radius: 0.70rem;
		}





		/*.btn-golden:hover {*/
		/*  transform: translateY(-3px);*/
		/*  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);*/
		/*}*/

		/*.btn-golden:active {*/
		/*  transform: translateY(-1px);*/
		/*  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
		/*}*/

		/*.btn-white {*/
		/*  background-color: #fff;*/
		/*  color: #777;*/
		/*}*/

		/*.btn-golden::after {*/
		/*  content: "";*/
		/*  display: inline-block;*/
		/*  height: 100%;*/
		/*  width: 100%;*/
		/*  border-radius: 100px;*/
		/*  position: absolute;*/
		/*  top: 0;*/
		/*  left: 0;*/
		/*  z-index: -1;*/
		/*  transition: all 0.4s;*/
		/*}*/

		/*.btn-white::after {*/
		/*  background-color: #fff;*/
		/*}*/

		/*.btn-golden:hover::after {*/
		/*  transform: scaleX(1.4) scaleY(1.6);*/
		/*  opacity: 0;*/
		/*}*/

		.btn-animated {
		  -webkit-animation: moveInBottom 5s ease-out;
				  animation: moveInBottom 5s ease-out;
		  -webkit-animation-fill-mode: backwards;
				  animation-fill-mode: backwards;
		}

		@-webkit-keyframes moveInBottom {
		  0% {
			opacity: 0;
			transform: translateY(30px);
		  }
		  100% {
			opacity: 1;
			transform: translateY(0px);
		  }
		}

		@keyframes moveInBottom {
		  0% {
			opacity: 0;
			transform: translateY(30px);
		  }
		  100% {
			opacity: 1;
			transform: translateY(0px);
		  }
		}



		/*.btn_animado {*/
		/*	position: relative;*/
		/*	width: 180px;*/
		/*	height: 60px;*/
		/*	cursor: pointer;*/
		/*	background: transparent;*/
		/*	border: 1px solid #91C9FF;*/
		/*	outline: none;*/
		/*	transition: 1s ease-in-out;*/
		/*}*/

		/*svg {*/
		/*	position: absolute;*/
		/*	left: 0;*/
		/*	top: 0;*/
		/*	fill: none;*/
		/*	stroke: #fff;*/
		/*	stroke-dasharray: 150 480;*/
		/*	stroke-dashoffset: 150;*/
		/*	transition: 1s ease-in-out;*/
		/*}*/

		/*.btn_animado:hover {*/
		/*	transition: 1s ease-in-out;*/
		/*	background: #4F95DA;*/
		/*}*/

		/*.btn_animado:hover svg {*/
		/*	stroke-dashoffset: -480;*/
		/*}*/

		/*.btn_animado span {*/
		/*	color: white;*/
		/*	font-size: 18px;*/
		/*	font-weight: 100;*/
		/*}*/

		.btn-wrap {
			/*min-width: 300px;*/
			/*min-height: 60px;*/
			font-family: 'Roboto', sans-serif;
			font-size: 1.25rem;
			text-transform: uppercase;
			letter-spacing: 1.3px;
			font-weight: 700;
			color: #313133;
			background: #4FD1C5;
			background: linear-gradient(90deg, rgb(160 115 25) 0%, rgb(224 218 51) 100%);
			border: none;
			border-radius: 1000px;
			box-shadow: 12px 12px 24px rgba(79,209,197,.64);
			box-shadow: 4px 4px 22px rgb(250 229 107);
			transition: all 0.3s ease-in-out 0s;
			cursor: pointer;
			outline: none;
			position: relative;
			padding: 6px 6px;
			text-align: center;
		}

		.btn-wrap::before {
			content: '';
			border-radius: 1000px;
			min-width: calc(100% + 12px);
			min-height: calc(100% + 12px);
			border: 4px solid #cfbb1f;
			box-shadow: 0 0 60px rgba(160, 115, 25,.64);
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			opacity: 0;
			transition: all .3s ease-in-out 0s;
		}

		.btn-wrap:hover, .button:focus {
			color: #313133;
			/*transform: translateY(-6px);*/
		}

		.btn-wrap:hover::before, .btn-wrap:focus::before {
			opacity: 1;
		}

		.btn-wrap::after {
			content: '';
			width: 30px; height: 30px;
			border-radius: 100%;
			border: 6px solid #00FFCB;
			position: absolute;
			z-index: -1;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			animation: ring 1.5s infinite;
		}

		.btn-wrap:hover::after, .btn-wrap:focus::after {
			animation: none;
			display: none;
		}

		@keyframes ring {
			0% {
				width: 30px;
				height: 30px;
				opacity: 1;
			}
			100% {
				width: 300px;
				height: 300px;
				opacity: 0;
			}
		}


		.tns-nav {
			margin: 8px auto !important;
			display: block !important;
			text-align: center !important;
		}
		.tns-nav button{
			cursor: pointer !important;
			height: 15px !important;
			width: 15px !important;
			border-radius: 50% !important;
			border: 0 !important;
			margin: 0 4px !important;
		}
		.tns-nav button.tns-nav-active{
			background-color: #6a3d1f !important;
		}
		




		.card.card-kit{
			margin: 10px 0;
			height: calc(100% - 20px); 
			border: 1px solid rgb(255 255 255 / 0%);
			background-color: rgb(255, 255, 255, 0);
			/*box-shadow: 5px 5px 3rem rgb(255 255 255 / 75%);*/
			padding: 0px; 
			border-radius: 10px;
		}
		.card.card-kit:hover{
			box-shadow: 4px 4px 1rem rgb(255 255 255 / 75%);
		}
		.card.card-kit.kit01{ background-color: rgb(255 215 215 / 75%); }
		.card.card-kit.kit02{ background-color: rgb(199 243 254 / 75%); }
		.card.card-kit.kit03{ background-color: rgb(225 236 230 / 75%); }
		.card.card-kit.kit04{ background-color: rgb(226 187 133 / 75%); }
		.card.card-kit.kit05{ background-color: rgb(163 209 255 / 75%); }

		.card.card-kit .card-body{
			font-size: 1.1rem;
		}
		.card.card-kit .card-body h4{
			font-weight: bold;
			font-size: 2rem !important;
		}

		.card.card-kit .card-body .item{
			display: flex;
			color: #4b4b4b;
		}
		.card.card-kit .card-body .vlr{
			padding-right: 15px;
			width: 80px;
			text-align: right;
		}
		.card.card-kit .card-footer{
			border-radius: 0 !important;
			background-color: rgb(255, 255, 255, 0);
			border-top: 1px solid rgb(255 255 255 / 55%);
		}



		.card.card-kit .card-footer .btn.btn-action{
			font-weight: bold;
			font-size: 1rem;
			padding: 0.5rem 1rem;
			background-color: #02d2b7;
			color: #FFF;		
		}
		.card.card-kit:hover .card-footer .btn.btn-action{
			background-color: #038f7c;
		}
		.card.card-kit .card-footer .btn.btn-action:hover{
			background-color: #038f7c;
		}



		.box-loading{
			position: absolute;
			background-color: rgb(255,255,255, .75);
			top: 0;
			right: -5000px;
			height: 100%;
			width: 100%;
			z-index: 99;
			border-radius: 0.5rem;
			display: flex;
			justify-content: center;
			align-items: center;

			-webkit-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
			z-index: 912;
		}
		.box-loading.active{ top: 0px; right: 0; }
		.box-loading .icon-loading{
			width: 80px;
			height: 80px;
		}
		.spinner-3 {
			width: 50px;
			aspect-ratio: 1;
			border-radius: 50%;
			background: 
			radial-gradient(farthest-side,#ffa516 94%,#0000) top/8px 8px no-repeat,
			conic-gradient(#0000 30%,#ffa516);
			-webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
			animation: s3 1s infinite linear;
		}
		@keyframes s3{ 
			100%{transform: rotate(1turn)}
		}



		.box-overlay{
			position: absolute;
			background-color: rgb(255 255 255 / 98%);
			top: 0;
			right: -5000px;
			height: 100%;
			width: 100%;
			z-index: 99;
			border-radius: 0.5rem;
			display: flex;
			justify-content: center;
			align-items: center;

			-webkit-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
			z-index: 912;
		}
		.box-overlay.active{ top: 0px; right: 0; }
		.box-overlay .text-content{}

		.box-overlay .box-msg-result{ font-size: 1.0rem; font-weight: normal; color: #000000; }


		.form-error{
			margin-top: 2px;
			display: block;
			text-align: left;
		}
		.form-error small{
			background-color: #ffdfdf;
			display: block;
			padding: 3px;
			border-radius: 3px;	
			font-size: .55rem;
			font-weight: bold;
			color: red;
		}


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

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


		.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-cardapio p,
		.section-video-principal p{
			text-align: justify;
			font-size: 16px;
			font-weight: normal;
			line-height: 1.4em;
			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/seja-franqueado.jpg');*/
			/*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 .shape.active { fill: #fe0000; } 
		

		#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: #fe0000; }

		#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 #fe0000;
			padding: 10px;
			margin-bottom: 15px;
			background-color: #fe0000;
			/*-webkit-box-shadow: 7px 7px 2px 0px rgb(81 81 81 / 84%);*/
			/*-moz-box-shadow: 7px 7px 2px 0px rgb(81 81 81 / 84%);*/
			/*box-shadow: 3px 3px 2px 0px rgb(254 0 0);*/
			/*box-shadow: 5px 5px 1px 0px rgb(81 81 81 / 55%);*/
			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: #ffffff;
		}
		.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: #fe0000;
		}
		.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(--black); background-color: var(--black); 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(255, 255, 255,1) !important;
			font-size: .8rem !important;
			font-weight: 600 !important;
		}



