:root {
	--main-fontsize: 16px;
}

@media (max-width: 1600px) {
	:root {
		--main-fontsize: 14px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px !important;
	}
}

/* CSS RESET DEFAULT */

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, img, ins, kbd, q, s, samp,
small, strike, b, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  	overflow-x: hidden;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Geral */

div, h1, h2, h3, h4, h5, h6,
p, span, li, button, a, input, label, select, td, th, strong {
  font-family: 'Poppins', sans-serif !important;
}

.container-fluid {
  padding: 0;
}

.mobileonly {
  display: none;
}

a:hover {
	text-decoration: unset;
}

p {
	line-height: 1.9;
    margin-bottom: 1.5rem;
	text-align: justify;
	letter-spacing: 0.2px;
	font-size: 14px;
	color: #000;
}

p span {
	font-weight: 600;
}

img {
	max-width: 100%;
}

/*SCROLL */
*::-webkit-scrollbar {
  width: 5px;
}
*::-webkit-scrollbar-track {
  background: #fff;
}
*::-webkit-scrollbar-thumb {
  background-color: #000;
}
#video-kisol {
	position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.video-bg-home {
	position: absolute;
	bottom: -5rem;
	width: 100%;
	filter: brightness(0.8);
}

.text-init h1 {
	color: #FFFFFF;
    font-size: 34px;
    font-weight: 500 !important;
    line-height: 1.2em;
    width: 34%;
    margin-bottom: 20px;
}


.text-init h1 strong {
	font-weight: 500 !important;
}

.text-init h2 {
	font-size: 16px;
    width: 36%;
    margin-bottom: 28px;
	color: #fff;
	letter-spacing: 0.7px;
	line-height: 22px;
}

.text-init h2 strong {
	font-weight: 600 !important;
}

.buttons-cta-home {
	display: flex;
    flex-direction: column;
    gap: 15px;
}

.text-init a {
	font-size: 18px;
    font-weight: 600;
    fill: #fff;
    color: #fff;
    background-color: #c30c2e;
    padding: 11px 50px;
    border-radius: 25px;
	width: fit-content;
	text-transform: uppercase;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.text-init a:hover {
	color: #fff;
	text-decoration: unset;
	transform: scale(1.05);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}


.video-overlay {
	background-color: #000000a3;
    opacity: 0.89;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#beneficios {
	background-color: #101010;
	padding-top: 50px;
	padding-bottom: 50px;
}

.title-beneficios h3 {
	color: #FFFFFF;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 12px;
	text-align: center;
}


.title-beneficios p {
	color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
	text-align: center;
	width: 100%;
	margin: auto;
	margin-bottom: 40px;
}

.title-beneficios p strong {
	color: #c30c2e;
}

.text-beneficio h4 {
	color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
	line-height: 24px;
}

.wrapper-beneficios {
	display: flex;
	justify-content: space-between;
}

.beneficio {
    width: 22%;
    padding: 27px;
    background-color: #c30c2e;
    margin: 0;
    border-top-left-radius: 40px;
    padding-bottom: 40px;
    border-bottom-right-radius: 40px;
}

.icon-beneficio {
	text-align: center;
}

.text-init img {
	max-width: 180px;
    margin-bottom: 20px;
}

.icon-beneficio svg {
	max-width: 120px;
}

#produtos {
	background-color: #f1f1f1;
	padding-top: 70px;
	padding-bottom: 70px;
}

.wrapper-produtos {
	display: flex; 
	justify-content: space-between;
}

.produto {
	width: 33.3%;
	position: relative;
}

.img-produto {
	width: 100%;
	height: 180px;
	position: relative;
}

.img-produto img {
	width: 250px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: -40%;
}

.nome-produto h3 {
	text-align: center;
    font-weight: 600;
    font-size: 24px;
    max-width: 60%;
    margin: auto;
    line-height: 32px;
    margin-bottom: 30px;
    color: #c30c2e;
}

.bg-produto img {
	filter: grayscale(1);
	transition: all .3s;
	height: 380px;
	object-fit: cover;
	width: 100%;
	border-radius: 10px;
}

.produto:hover .bg-produto img {
	filter: grayscale(0);
}

.descricao-produto,
.preco-produto {
	max-width: 80%;
	margin: auto;
}

.descricao-produto ul li p {
    align-items: center;
    margin-bottom: 10px;
	text-align: left;
	line-height: 20px;
}

.pix p {
    font-size: 30px;
    font-weight: 700;
    color: #c30c2e;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1;
    margin-top: 25px;
}

.pix p span {
	color: #000;
	font-size: 16px;
}

.preco-lista p {
	font-size: 16px;
    font-weight: 600;
    color: #000; 
	text-align: center;
	margin-bottom: 0;
}

.parcelas p {
	font-size: 14px;
    font-weight: 400;
    color: #000; 
	text-align: center;
}

#bbq {
	background-color: #fff;
    padding-top: 70px;
    padding-bottom: 50px;
}

.steps-bbq {
	display: flex;
	justify-content: space-between;
	margin-bottom: 55px;
}

.cta-main {
	text-align: center;
}

.cta-main a {
	font-size: 19px;
	font-weight: 600;
	fill: #fff;
	color: #fff;
	background-color: #c30c2e;
	padding: 14px 44px;
	border-radius: 25px;
	width: fit-content;
	display: inline-block;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	line-height: 1;
}

#produtos .cta-main a {
	margin: auto;
}

.cta-main a:hover {
	transform: scale(1.05);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.title-bbq h3 {
	color: #000;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 12px;
    text-align: center;
}

.text-bbq p {
	color: #000;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: 40px;
}

.step {
    width: 23%;
    padding: 27px;
    background-color: #e7e7e7;
    margin: 0;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding-bottom: 40px;
    border-radius: 40px;
    position: relative;
}

.number-step h4 {
	text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.number-step span {
	font-weight: 700;
	font-size: 220px;
	color: #c30c2e;
	position: absolute;
	left: -67px;
	bottom: 0;
	  opacity: 0;
	  transition: all 0.6s ease-out;
}

.number-step.animate span {
  transform: translateX(0);
  opacity: .9;
}

#bbq .cta-main {
	width: 100%;
	display: flex;
	justify-content: center;
}

.title-produto h3 {
	font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 10px;
    color: #c30c2e;
}

.title-produto h4 {
	font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #000;
}

.text-produto li {
	line-height: 1.9;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
    font-size: 14px;
    color: #000;
	font-weight: 500;
}

#fogao .text-produto li {
	font-weight: 400;
}

.conteudo-produto .cta-main {
	text-align: left;
	margin-top: 40px;
}

.conteudo-produto {
	padding-right: 3rem;
}

#churrasqueira-eletrica {
	padding-top: 70px;
	padding-bottom: 70px;
}


#churrasqueira-gas {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #f1f1f1;
}

#fogao {
	padding-top: 70px;
	padding-bottom: 70px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f9f9f9f2;
  color: #333;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.comparison-table thead {
  background-color: #22090d;
}

.comparison-table th, 
.comparison-table td {
  padding: 16px 27px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #000000;
  line-height: 24px;
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

.comparison-table th:last-child,
.comparison-table td:last-child {
  border-right: none; 
}

.comparison-table th {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.comparison-table tbody tr:hover {
  background-color: #c30c2e1f;
}

.comparison-table td:first-child {
  font-weight: 500;
}

#depoimentos {
	padding-top: 112px;
	padding-bottom: 156px;
	position: relative;
	background-image: url('../imgs/bg-nomadiq-table.jpg');
	background-size: cover;
	background-position: center;
}

.detail-logo {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
}

.title-depoimentos h3 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	line-height: 46px;
}

.depoimentos-wrapper {
	margin-top: 72px;
}

.card-depoimento {
	background-color: #ffffffde;
	padding: 36px;
	border-radius: 20px;
}

.card-depoimento p {
	font-size: 16px;
	font-weight: 500;
	color: #1D1D1D;
	margin-bottom: 24px;
}

.card-depoimento  span {
	font-size: 14px;
	color: #000000;
	font-weight: 400;
}

.card-depoimento  span strong {
	font-weight: 700;
}

.owl-item {
  opacity: 0; 
  transition: opacity 0.3s ease; 
}

.owl-item.active {
  opacity: 1; 
}

.owl-item:not(.active):has(~ .owl-item.active) {
  opacity: 0;
}

.owl-item.active ~ .owl-item {
  opacity: 1;
}

#footer {
	padding: 10px 0;
}

.wrapper-copy {
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-footer img {
	max-width: 171px;
}

.copy-text p {
	margin-bottom: 0;
	font-size: 14px; 
	color: #1D1D1D;
}

#encerramento {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #F9F9F9 ;
}

.encerramento-title h3 {
	color: #1D1D1D;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    line-height: 46px;
	text-align: center;
}

.encerramento-text p {
	text-align: center;
	max-width: 70%;
	margin: auto;
	margin-bottom: 20px;
}

.encerramento-cta {
	max-width: 100%;
	margin: auto;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}

#tabela {
	padding-top: 70px;
	padding-bottom: 100px;
	background-color: #c30c2e;
	background-size: cover;
	background-position: center;
}

#tabela .cta-main {
	width: 100%;
	text-align: center;
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

#tabela .cta-main a {
	background-color: #000;
}

.comparison-table tr:last-child td{
	border-bottom: 0;
}

.copy-text p {
	text-align: center;
	width: 100%;
}

.fotos-produto img {
	border-radius: 20px;
}

#churrasqueira-gas .conteudo-produto {
	padding-right: 0;
	padding-left: 3rem;
}

.img-bbq img {
	height: 150px;
	object-fit: cover;
}

.beneficio {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.6s ease-out;
}

.beneficio.animate {
  opacity: 1;
  transform: translateX(0);
}

.text-produto ul li span {
	margin-right: 15px;
}

.owl-dots {
	text-align: center;
	margin-top: 15px;
}

.owl-dot {
	width: 8px;
	height: 8px;
	background-color: #DEDEDE !important;
	border-radius: 10px;
	margin: 3px;
}

.owl-dot.active {
	background-color: #727272 !important;
}

.floating-wpp {
	position: fixed;
	right: 40px;
	background: transparent linear-gradient(273deg, #128C7E 0%, #25D366 100%) 0% 0% no-repeat padding-box;
	bottom: 40px;
	z-index: 10000000000;
	font-size: 42px;
	color: #fff;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.floating-wpp svg {
	position: relative;
	left: 1px;
}

.wrapper-fotos {
	display: flex;
	justify-content: center;
}

.overlay {
    background-color: #000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.title-depoimentos svg {
	width: 80px;
    margin-right: 30px;
    height: 80px;
}

.encerramento-section {
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 12px;
}

.encerramento-title h3 {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: auto;
  text-align: left;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 62%;
}

.benefits-list li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.benefits-list p {
  margin: 0;
  font-size: 1.1rem;
  color: #000;
  line-height: 1.4;
}

.benefits-list strong {
  color: #c30c2e;
}

.check-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}

.cta-subtitle {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 30px;
}


.benefits-list svg {
	width: 50px;
	height: 50px;
}

@media (max-width: 768px) {
	
	.wrapper-beneficios {
		flex-wrap: wrap;
        gap: 20px;
	}
	
	.bg-produto img.colorido {
		filter: grayscale(0);
	  }
	
	.beneficio {
    	width: 47%;
		padding: 10px;
	}
	
	.icon-beneficio svg {
		max-width: 90px;
		height: 120px;
	}
	
	.text-init h1,
	.text-init h2 {
		width: 100%;
	}
	
	.video-bg-home {
		position: absolute;
		top: 0;
		width: 100%;
		filter: brightness(0.8);
		height: 100%;
		object-fit: cover;
	}
	
	#video-kisol {
		height: 70vh;
	}
	
	.produto {
    	width: 100%; 
	}
	
	.wrapper-produtos {
		flex-direction: column;
		gap: 30px;
	}
	
	
	.steps-bbq {
		flex-wrap: wrap;
		gap: 10px;
	}
	
	.step {
		width: 47%;
		padding: 15px; 
		padding-bottom: 30px;
	}
	
	.text-bbq p {
		width: 90%;
	}
	
	.wrapper-fotos {
		flex-wrap: wrap;
	}
	
	.wrapper-fotos li {
		width: 33.3%;
	}
	
	.benefits-list {
		max-width: 100%;
	}
	
	.cta-subtitle {
		line-height: 25px;
	}
	
	.comparison-table {
		display: block;
		overflow-x: scroll;
	}
	
	.comparison-table::-webkit-scrollbar {
	  	width: 1px;
		height: 2px;
		border-radius: 10px;
	}
	.comparison-table::-webkit-scrollbar-track {
	  background: #eee;
	}
	.comparison-table::-webkit-scrollbar-thumb {
	  background-color: #878787;
	}
	
	.title-depoimentos svg {
		width: 60px;
		margin-right: 30px;
		height: 70px;
	}
	
	.title-depoimentos h3 {
		line-height: 16px;
	}
	
	#fogao .fotos-produto,
	#churrasqueira-eletrica .fotos-produto {
		margin-top: 2rem;
	}
	
	#churrasqueira-gas .fotos-produto {
		margin-bottom: 2rem;
	}
	
	.conteudo-produto {
		padding: 0 !important;
	}
	
	#churrasqueira-eletrica {
    	padding-top: 20px; 
	}
	
	.number-step span {
		font-weight: 700;
		font-size: 100px;
		color: #c30c2e;
		position: absolute;
		left: -10px;
		bottom: 40px;
		opacity: 0;
		transition: all 0.6s ease-out;
	}
	
	.text-beneficio h4 {
    	font-size: 16px; 
	}

}

@media (max-width: 363px) {
	.wrapper-beneficios {
		column-gap: 10px;
	}
	
	.text-beneficio h4 {
        font-size: 15px;
        line-height: 22px;
    }
}