/*Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:100%;
}
ul, ol {list-style:none; margin:0; padding:0;}
h1, h2, h3, h4, h5, h6, p {margin:0; line-height:normal;}

/*Default*/
html {scroll-behavior:smooth; scroll-padding-top:30px;}
body {
	width:100%; height:100%; font-family:'Red Hat Display', sans-serif; font-weight:500; font-optical-sizing:auto; margin:0; 
	background-color:var(--orange-extra-light);
}
a {text-decoration:none; transition:all 0.3s linear;}
a:hover {text-decoration:underline; transition:all 0.3s linear;}
a img {border:none;}
*:focus {outline:none;}
a:focus{outline:0}
hr {opacity:1;}
input[type=search]::-ms-clear {display:none; width:0; height:0;}
input[type=search]::-ms-reveal {display:none; width:0; height:0;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {display:none;}
.paytone {font-family:"Paytone One", sans-serif;}

a.btTop {right:20px; bottom:90px; z-index:100; width:60px; height:60px;}
a.btWhatsDefault {background:#86E54B; width:60px; height:60px; z-index:110; right:20px; bottom:160px;}
.aligncenter, 
.alignleft,
.alignright,
.alignnone {display:block; margin:0 auto 30px; max-width:100%; height:auto;}
.cursor-pointer {cursor:pointer !important;}
.fullWidth {width:100%; max-width:1920px;}
.transition {transition:all 0.2s linear;}
.p-last-mg-0 p:last-child {margin-bottom:0!important;}
.lkCTA {border-radius:40px;}
.modal .btFechar {width:50px; height:50px; left:inherit; right:inherit; background:url(../images/bt-close.png) no-repeat 0 0; text-indent:-5000em; opacity:1;}
#popupVideo .modal-content {border-radius:0!important; background:none!important;}
#popupVideo .modal-body {padding:0!important;}

div.paginacao {width:100%;}
	div.paginacao span.pages {display:none;}
	div.paginacao a,
	div.paginacao span.extend {display:inline-block; color:var(--green-default); text-decoration:none; font-size:20px; font-weight:700; margin:0 15px;}
	div.paginacao a:hover {color:var(--green-light);}
	div.paginacao span.current {display:inline-block; color:var(--green-light); font-size:20px; font-weight:700; margin:0 15px;}

.pageDefault p,
.pageDefault ul {margin-bottom:20px; line-height:24px;}
.pageDefault ul li:before {content:"•"; display:inline-block; font-weight:400; color:var(--orange-default); margin-right:6px;}
.pageDefault strong {font-weight:700;}
.pageDefault p a,
.pageDefault ul a {color:var(--orange-default);}
.pageDefault p a:hover,
.pageDefault ul a:hover {color:var(--gray-extra-dark);}
.pageDefault h2 {font:32px "Paytone One", sans-serif; color:var(--gray-extra-dark); font-weight:400; margin-bottom:20px;}
.pageDefault h3 {font:28px "Paytone One", sans-serif; color:var(--gray-extra-dark); font-weight:400; margin-bottom:20px;}
.pageDefault h4 {font:26px "Paytone One", sans-serif; color:var(--gray-extra-dark); font-weight:400; margin-bottom:20px;}
.pageDefault h5,
.pageDefault h6 {font:22px "Paytone One", sans-serif; color:var(--gray-extra-dark); font-weight:400; margin-bottom:20px;}
.pageDefault .ct-ultimate-gdpr-container {display:none!important;}
.ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup #ct-ultimate-gdpr-cookie-content {font-size:12px;}
.ct-ultimate-gdpr-cookie-popup-modern#ct-ultimate-gdpr-cookie-popup #ct-ultimate-gdpr-cookie-content a {color:var(--bs-white);}
#ct-ultimate-gdpr-cookie-change-settings {display:none!important;}
#ct-ultimate-gdpr-cookie-open {font-family:inherit; font-size:12px; padding:10px 15px; font-weight:700;}
.grecaptcha-badge {z-index:10;}

/*Header - Footer*/
.site-header {top:0; z-index:300; width:100%;}
	.site-header .header-overlay {
		position:fixed; z-index:199; top:0; left:0; width:100%; height:100vh; background-color:rgba(0,0,0,0.7); transition:0.25s; transform:translateX(-100%);
	}
	.site-header .main-nav {
		display:flex; flex-direction:column; position:fixed; z-index:600; top:0; left:0; bottom:0; width:340px; overflow-x:hidden; overflow-y:hidden; 
		transition:0.35s; transform:translateX(-100%); -webkit-overflow-scrolling:touch;
	}
.nav-is-toggled .site-header .header-overlay,
.nav-is-toggled .site-header .main-nav {transform:translateX(0);}
	.site-header .btnOpenMenu {border-radius:4px; width:40px; height:36px;}
	.site-header .main-nav .nav-wrapper {height:calc(100% - 160px); position:relative;}
	.site-header .nav-items {overflow-y:auto; overflow-x:hidden; width:100%;}
	.site-header .nav-items.no-scroll {overflow-y:hidden;}
	.site-header .nav-items::-webkit-scrollbar {width:8px;}
	.site-header .nav-items::scrollbar {width:8px;}
	.site-header .nav-items::-webkit-scrollbar-track {background:none; border-radius:4px;}
	.site-header .nav-items::scrollbar-track {background:none; border-radius:4px;}
	.site-header .nav-items::-webkit-scrollbar-thumb {background:var(--bs-gray-300); border-radius:4px;}
	.site-header .nav-items::scrollbar-thumb {background:var(--bs-gray-300); border-radius:4px;}
	.site-header .nav-item {margin-bottom:20px;}
	.site-header .nav-link {color:var(--orange-default); font-size:14px; padding:0; text-decoration:none; display:inline-block;}
	.site-header .nav-link:hover {color:var(--green-default);}
	.site-header .nav-link.link-submenu:after {
		content:"\F282"; display:block; position:absolute; top:0; right:0; font-family:'bootstrap-icons'; font-size:15px; color:var(--gray-extra-dark);
	}
	.site-header .active .nav-link.link-submenu:after {content:"\F286";}
	.site-header .nav-submenu {display:none; padding-top:15px;}
		.site-header .nav-submenu .nav-item {border:none; margin-bottom:8px;}
		.site-header .nav-submenu .nav-link {padding-left:15px; font-size:15px; color:var(--green-default)}
		.site-header .nav-submenu .nav-link:hover {color:var(--orange-default);)}
	.site-header .has-submenu {position:relative;}
	.site-header .has-submenu.active > .nav-submenu {display:block;}
.site-footer {clear:both; background-image:url(../images/bg-footer.png); background-size:500px;}
	.site-footer .navFooter ul li {margin-bottom:10px;}
		.site-footer .navFooter ul li a {color:var(--gray-default); text-decoration:none;}
		.site-footer .navFooter ul li a:hover {color:var(--orange-default);}
	.site-footer .icone {width:60px; height:auto;}
	.site-footer hr {opacity:0.2;}
.baseSlide {border-radius:0 0 50px 50px;}
.baseSlide .swiper {width:100%; height:640px;}
	.baseSlide .swiper-slide {height:auto!important; background-size:cover;}
	.baseSlide .swiper-wrapper .filtro {z-index:10; left:0; right:0; top:0; bottom:0;}
	.baseSlide .swiper-wrapper a.lkOverlay {z-index:35; left:0; right:0; top:0; bottom:0;}
	.baseSlide .swiper-wrapper .container {z-index:30;}
	.baseSlide .swiper-wrapper h1,
	.baseSlide .swiper-wrapper h2 {font:40px "Paytone One", sans-serif; color:var(--bs-white); margin-bottom:15px;}
	.baseSlide .swiper-wrapper p {margin-bottom:25px;}
.baseSlide .swiper-wrapper .topoVideo {width:100%; height:100%;}			
	.baseSlide .swiper-wrapper .topoVideo video {width:100%; height:100%; object-fit:cover;}
.baseSlide .swiper-wrapper .baseTxt {z-index:20; left:0; top:0; bottom:0; right:0;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:100%;}	
.baseSlide .control div {top:-90px; right:15px; z-index:50;}
	.baseSlide .control button {width:58px; height:58px;}
.spotProd .nav-tabs .nav-item {margin:0 5px 10px;}
.spotProd .nav-tabs .nav-item:first-child {margin-left:0;}
.spotProd .nav-tabs .nav-item:last-child {margin-right:0;}
	.spotProd .nav-tabs .nav-item .nav-link {border:none; border-radius:0; padding:0; color:var(--gray-default); background:none;}
		.spotProd .nav-tabs .nav-item .nav-link span {width:80px; height:80px;}
	.spotProd .nav-tabs .nav-item .nav-link.active {color:var(--gray-extra-dark);}
.slideProd {width:100%;}
	.slideProd .swiper-slide {width:340px;}			
	.slideProd#slideRelacionados .swiper-slide {width:auto;}			
		.slideProd .swiper-slide img {border-radius:20px 20px 20px 100px;}			
		.slideProd .swiper-slide .info {width:100%;}			
			.slideProd .swiper-slide .info div {width:calc(100% - 70px);}			
		.slideProd .swiper-slide .lkMore {width:58px; height:58px;}
.spotSobre img {max-width:100%; height:auto; border-radius:0 0 0 100px;}		
.spotSobre p,
.boxContato p {opacity:0.7; line-height:26px; margin-bottom:20px;}
	.spotSobre p a,
	.boxContato p a {color:var(--bs-white); text-decoration:underline;}
.slideLogos {width:100%;}	
	.slideLogos .swiper-slide {width:160px; height:120px;}	
		.slideLogos .swiper-slide a,
		.slideLogos .swiper-slide span {width:100%; height:100%;}	
		.slideLogos .swiper-slide img {opacity:0.3;}	
		.slideLogos .swiper-slide:hover img {opacity:1;}
.spotDiferenciais {border-radius:0 0 50px 50px; min-height:840px;}		
	.spotDiferenciais ul li {max-width:200px;}
.boxContato {width:100%; height:100%; border-radius:20px;}	
	.boxContato h2 strong {font-weight:400; color:var(--orange-light);}	
	.boxContato .campo-txt {width:100%; height:58px; border:1px solid rgba(255,255,255,0.6); border-radius:40px;}
	.boxContato .campo-txt::-ms-input-placeholder {color:var(--bs-white); opacity:0.6;}
	.boxContato .campo-txt::placeholder {color:var(--bs-white); opacity:0.6;}
	.boxContato .btEnviar {width:100%; height:58px; border-radius:40px;}	
	.boxContato .wpcf7 p {margin-bottom:0; line-height:normal;}
	.boxContato .wpcf7-spinner {margin:0; position:absolute; right:30px; top:16px;}
	.boxContato .wpcf7-response-output {margin:10px 0 0;}
	.boxContato .wpcf7-not-valid-tip {color:var(--orange-light);}
.contatoEquipe {border-radius:20px;}
	.contatoEquipe h2 strong {display:block; font-weight:400; color:var(--orange-default);}
.spotLinhas ul li {width:100%; max-width:420px;}
	.spotLinhas ul li .thumb {border-radius:20px;}
	.spotLinhas ul li .icone {max-width:40px; height:auto;}
	.spotLinhas ul li .info {width:100%;}			
		.spotLinhas ul li .info div {width:calc(100% - 70px);}
	.spotLinhas ul li .lkMore {width:58px; height:58px;}
.spotContato .colContato:before {
	content:" "; display:block; position:absolute; z-index:0; top:0; bottom:0; right:0; border-radius:0 20px 20px 0; background-color:#f78000; width:2000px;
}
.spotContato .social a {width:60px; height:60px;}
.tel span a {color:var(--gray-extra-dar);}
.spotMapa .imgMapa {border-radius:20px; height:250px; width:100%; object-fit:cover;}
.topoPage {min-height:400px; border-radius:0 0 50px 50px;}
	.topoPage h1 strong {display:block; font-size:40px; font-weight:400; color:var(--bs-white); line-height:40px;}
.produtos .filtro li {margin:0 15px 20px;}
	.produtos .filtro li a {border:none; border-radius:0; padding:0; color:var(--gray-default); background:none;}
		.produtos .filtro li a span {width:80px; height:80px; opacity:0.5;}
	.produtos .filtro li a.active {color:var(--gray-extra-dark);}
		.produtos .filtro li a:hover span,
		.produtos .filtro li a.active span {opacity:1;}
.produtos #search-form {width:100%; border-radius:20px;}
	.produtos #search-form .input-search {height:78px; border:none; width:calc(100% - 70px);}
	.produtos #search-form .search-submit {width:48px; height:78px;}
.produtos .tituloCategoria span {height:1px;}
.listaProd li {width:100%; max-width:420px;}			
	.listaProd li img {border-radius:20px;}			
	.listaProd li .info {width:100%;}			
		.listaProd li .info div {width:calc(100% - 70px);}			
	.listaProd li .lkMore {width:58px; height:58px;}
.detalheProd .imgProd {border-radius:12px;}
.detalheProd p {margin-bottom:20px; line-height:24px;}
.detalheProd .tabelaNutricional ul {width:100%}
	.detalheProd .tabelaNutricional ul li .titulo {width:45%}
	.detalheProd .tabelaNutricional ul li .quantidade {width:35%}
	.detalheProd .tabelaNutricional ul li .porcentagem {width:20%;}
.detalheProd .lkVoltar span {width:50px; height:50px;}
.detalheProd .lkVoltar:hover span {background-color:var(--orange-default);}

@media only screen and (min-width : 480px) {
	.slideProd#slideRelacionados {width:94%;}
}

@media only screen and (min-width : 576px) {
	#ct-ultimate-gdpr-cookie-popup {display:flex; align-items:center;}
	#ct-ultimate-gdpr-cookie-content {padding-right:15px;}
	#ct-ultimate-gdpr-cookie-popup .ct-ultimate-gdpr-cookie-buttons {padding:0;}
	.baseSlide .swiper-wrapper .baseTxt .container,
	.spotSobre .boxAlign {width:540px;}
	.spotProd .nav-tabs .nav-item {margin:0 10px;}
	.site-footer .navFooter ul li {width:48%;}
	.slideProd#slideRelacionados {width:80%;}
}

@media only screen and (min-width : 768px) {
	.aligncenter {display:block; margin:0 auto 30px;}
	.alignleft {float:left; margin:0 30px 20px 0; max-width:40%;}
	.alignright {float:right; margin:0 0 20px 30px; max-width:40%;}
	.alignnone {margin:0;}
	.baseSlide,
	.spotDiferenciais,
	.topoPage {border-radius:0 0 100px 100px;}
	.baseSlide .swiper {height:750px;}
	.baseSlide .swiper-slide {background-size:initial;}
	.baseSlide .swiper-wrapper .baseTxt .container,
	.spotSobre .boxAlign {width:720px;}
	.baseSlide .swiper-wrapper h1,
	.baseSlide .swiper-wrapper h2 {font-size:50px;}
	.baseSlide .control div {top:-445px;}
	.spotProd .nav-tabs .nav-item {margin:0 15px;}
	.topoPage h1 strong {font-size:50px; line-height:50px;}
	.listaProd li {width:47%;}	
	.detalheProd .tabelaNutricional ul {width:80%}
	.slideProd#slideRelacionados {width:100%;}
	.site-footer {background-size:initial;}
}

@media only screen and (min-width : 992px) {
	.baseSlide .swiper {height:638px;}
	.baseSlide .swiper-wrapper .baseTxt .container {width:940px;}
	.baseSlide .control div {top:-390px;}
	.spotSobre .boxAlign {width:460px;}
	.spotSobre img {width:100%; height:100%; min-height:670px; object-fit:cover;}
	.contatoEquipe h2 {width:40%;}
	.contatoEquipe p {width:32%;}
	.spotLinhas ul li {width:32%; margin-right:2%;}
	.spotLinhas ul li:nth-child(3n+0) {margin-right:0;}
	.spotContato .colContato img {width:100%; height:100%; min-height:530px; object-fit:cover; border-radius:0 20px 20px 0;}
	.site-footer .colImg img {bottom:0; left:15px; width:95%; height:auto;}
	.produtos .filtro li:last-child {margin-right:0;}
	.listaProd li {width:31%; margin-right:3.5%;}
	.listaProd li:nth-child(3n+0) {margin-right:0;}
}

@media only screen and (min-width : 1200px) {
	.aligncenter {max-width:100%;}
	.alignleft,
	.alignright {max-width:50%;}
	.site-header .main-nav {
		position:relative; top:inherit; left:inherit; bottom:inherit; width:auto; height:auto; transform:none; overflow:inherit; background:none!important;
	}
	.site-header .main-nav .nav-wrapper {height:auto;}
	.site-header .nav-items:not(.nav-submenu) {display:flex; overflow:inherit; align-items:center;}
	.site-header .nav-item {line-height:normal; margin:0 0 0 20px; padding:0; border-bottom:none;}
	.site-header .nav-item:first-child {margin-left:0;}
	.site-header .nav-link {color:var(--bs-white);}
	.site-header .nav-link.link-submenu:after {color:var(--bs-white); top:4px;}
	.site-header .nav-link.link-submenu {padding-right:20px;}
	.site-header .nav-link.link-submenu:after {top:2px; font-size:13px; line-height:20px;}
	.site-header .nav-submenu {
		position:absolute; border-radius:8px; background-color:var(--bs-white); overflow:inherit; height:auto; width:auto; min-width:150px; left:0; top:100%;
		padding:8px 0 10px; box-shadow:0px 5px 25px 0px rgba(0,0,0,0.15);
	}
	.site-header .nav-submenu .nav-item {padding:6px 20px; margin-left:0; margin-bottom:0;}
	.site-header .nav-submenu .nav-item:before {display:none;}
	.site-header .nav-submenu .nav-link {line-height:normal; padding:0; font-size:14px;}
	.baseSlide .swiper {height:750px;}
	.baseSlide .swiper-wrapper h1,
	.baseSlide .swiper-wrapper h2 {font-size:60px;}
	.baseSlide .control div {top:-445px;}
	.spotSobre .boxAlign {width:550px;}
	.site-footer .colImg img {bottom:-50px; width:98%;}
	.topoPage h1 strong {font-size:60px; line-height:60px;}
	.detalheProd .tabelaNutricional ul {width:70%}
}

@media only screen and (min-width : 1400px) {
	.baseSlide .swiper-wrapper .baseTxt .container {width:1320px;}
	.spotSobre .boxAlign {width:640px;}
	.contatoEquipe h2 {width:38%;}
	.site-footer .colImg img {bottom:-60px; width:auto;}
	.listaProd li {width:32%; margin-right:2%;}
	.detalheProd .tabelaNutricional ul li .titulo {width:38%}
}

@media only screen and (min-width : 1480px) {
	.site-footer .colImg img {left:90px;}
}