/*

	CSS Reset

 */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

button, label { cursor: pointer; }

a,
input,
:focus,
:active {
	outline: 0;
}

html, body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: rgba(6, 20, 10, 0.8);
}

/*

	Padrões

 */

#container-principal > .bg-laranja,
#banner-principal .lado-direito,
#cta-produtos-desktop,
#cta-cliente .btn-cta:not(.btn-vazado),
#cta-produtos-desktop .bg-galho { display: none; }

.d-none { display: none !important; }
.o-hidden { overflow: hidden; }

.container {
	display: flex;
	flex-direction: column;

	width: 85%;
	margin: 0 auto;
}

ul {
	list-style: none;
}

h1, h2 {
	font-family: 'Playfair Display', serif;
	text-align: center;
	color: #06140a;
	margin: 25px 0;
	font-size: 2em;
}

h2, .h2 { font-size: 1.5em; }

p {
	font-family: 'Poppins', sans-serif;
	color: rgba(6, 20, 10, 0.6);
	margin-top: 20px;
}

p.descricao { text-align: center; }

a.text-link {
	text-decoration: none;
	color: #dd8a0e;
	border-bottom: 2px dotted rgba(221,138,14,.4);
}

a.sublinhado-pontilhado span { border-bottom: 2px dotted rgba(6, 20, 10, 0.4); }

.icone-carregando { animation: rotacao-360 1s linear infinite }

@keyframes rotacao-360 {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
}

/*

	Esconde elementos por padrão

 */

#contato .redes-sociais { display: none; }

/*

	Botões CTA

 */

.btn-cta {
	display: flex;
	justify-content: center;
	align-items: center;

	margin-top: 35px;
	padding: 10px 25px;
	border-radius: 26px;
	background-color: #dd8a0e;

	font-weight: 600;
	line-height: 1.5;
	color: white;
	text-decoration: none;
}

.btn-cta img { width: 30px; }

.btn-cta img.direita { margin-left: 15px; }

.btn-cta img.esquerda { margin-right: 15px; }

.btn-cta.btn-vazado {
	background-color: transparent;
	color: #dd8a0e;
	border: 3px solid #dd8a0e;
	padding: 7px 35px;
}

.btn-cta.btn-vazado.btn-verde {
	color: #12361b;
	border-color: #12361b;
}

/*

	BTN Hamburguer - abrir menu

 */

.btn-abrir-menu,
.btn-fechar {
	display: block;
	background-color: transparent;
	border: none;
	width: 40px;
	padding: 7px;
}

.btn-abrir-menu .carne {
	width: 100%;
	height: 4px;
	border-radius: 10px;
	background-color: #dd8a0e;
}

.btn-abrir-menu .carne:nth-child(2) { margin: 5px 0; }

.btn-fechar {
	position: relative;
	width: 40px;
	height: 40px;
}

.btn-fechar:before, .btn-fechar:after {
	position: absolute;
	top: 2px;
	left: 17px;
	content: ' ';
	height: 30px;
	width: 4px;
	background-color: #dd8a0e;
	border-radius: 10px;
}

.btn-fechar:before { transform: rotate(45deg); }
.btn-fechar:after { transform: rotate(-45deg); }

/*

	Tag

 */
.tag {
	border-radius: 18px;
	background-color: rgba(221, 138, 14, 0.2);
	text-align: center;
	font-size: 12px;
	color: #dd8a0e;
	padding: 5px 20px 6px;
}

/*

	Cards Vazados

 */

.cards-vazados {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cards-vazados .card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	width: 100%;
	max-width: 300px;
	min-height: 250px;

	margin-top: 25px;
	padding: 30px 15px;
	border-radius: 16px;
	border: solid 1px rgba(221,138,14,.2);
}

.cards-vazados .card:first-child { margin-top: 0; }

.cards-vazados .card .header .bg-img {
	display: flex;
	justify-content: center;
	align-items: center;

	width: 70px;
	height: 70px;
	padding: 15px;
	border-radius: 50%;
	background-color: rgba(221,138,14,.2);
}

.cards-vazados .card .header .bg-img img { width: 100%; }

.cards-vazados .card .header h1 {
	margin: 15px 0 25px 0;
	text-align: center;
	width: 100%;
}

.cards-vazados .card .body .texto {
	text-align: center;
	padding: 0;
}

/*

	Sanfonas

 */

.sanfona .item:not(:first-child) { margin-top: 25px; }

.sanfona .item .header a {
	display: flex;
	justify-content: space-between;
	align-items: center;

	width: 100%;
	padding: 15px 25px;
	border-radius: 8px;
	background-color: rgba(221, 138, 14, 0.2);

	text-decoration: none;
	color: rgba(6, 20, 10, 0.8);
}

.sanfona .item .header h3 {
	font-size: 1em;
	font-weight: 500;
	color: rgba(6, 20, 10, 0.8);
}

.sanfona .item .body {
	overflow: hidden;
	transition: max-height .3s ease-out;
}

.sanfona .item:not(.item-aberto) .body { max-height: 0 !important; }

/*

	Galeria

 */

.galeria .item {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 18px;
	margin-bottom: 15px;
}

.galeria .lado-direito .item:last-child { margin-bottom: 0; }

.galeria .item .container-img,
.galeria .item .container-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.galeria .item .container-img img { object-fit: cover; }

.galeria .item .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;

	display: flex;
	justify-content: center;
	align-items: center;

	background-color: rgba(0, 0, 0, 0.5);
}

.galeria .item .hover .icone {
	width: 50px;
	height: 50px;
	padding: 8px;
	border-radius: 50%;
	background-color: #dd8a0e;
}

.galeria .item .hover .icone img { width: 100%; }

/*

	Redes sociais

 */
.redes-sociais {
	display: flex;
	justify-content: center;
}

.redes-sociais a {
	display: block;
	width: 50px;
	height: 50px;
	padding: 10px;
	margin: 10px 0 20px 0;
}

.redes-sociais img { width: 100%; }

/*

	Modais

 */
.modal,
.modal-2 {
	position: fixed;
	z-index: 50;
	top: 0;
	right: 0;
	left: 0;
	max-height: 100vh;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);

	opacity: 0;
	transition: all .3s ease-in-out;
}

.modal.aberto {
	opacity: 1;
	transform: translateX(0%);
}

/*

	Modal 1

 */
.modal {
	background-color: white;

	display: flex;
	justify-content: center;
	align-items: center;

	transform: translateX(102%);
}

.modal .btn-fechar {
	position: absolute;
	top: 15px;
	right: 10px;
}

/*

	Modal 2

 */
.modal-2 {
	background-color: rgba(0, 0, 0, 0.8);
	overflow-y: auto;

	cursor: pointer;
}

.modal-2.aberto {
	opacity: 1;
}

.modal-2 section {
	padding: 30px;
	border-radius: 18px;
	box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.3);
	background-color: white;

	width: 90%;
	margin: 50px auto;

	cursor: initial;
}

.modal-2 header {
	display: flex;
	justify-content: flex-end;
	margin-top: 0;
}

.modal-2 .btn-fechar { margin-top: 0; }

.modal-2 .btn-fechar::after,
.modal-2 .btn-fechar::before { background-color: #06140a; }

/*

	Header

 */
header .container {
	margin-top: 5px;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.logo-principal {
	display: block;
	width: 50%;
	max-width: 150px;
}

.logo-principal img { width: 100%; }

header .btn-abrir-menu,
header .btn-fechar { margin-top: 15px; }

/*

	Menus

 */

nav a {
	color: rgba(6, 20, 10, 0.8);
	text-decoration: none;
}

header nav .bg-lista-paginas {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);

	background-color: white;
	display: flex;
	transform: translateY(-105vh);
	opacity: 0;
	transition: all .3s ease-out;
}

.menu-aberto header nav .bg-lista-paginas {
	transform: translateY(0vh);
	opacity: 1;
}

nav .bg-lista-paginas .container {
	display: flex;
	flex-direction: column;
	margin: 10px auto 20px auto;
}

nav .topo-lista-paginas {
	display: flex;
	justify-content: space-between;
	align-items: center;

	width: 100%;
	flex: 1;
}

nav .topo-lista-paginas .logo-principal,
nav .topo-lista-paginas .btn-fechar {
	opacity: 0;
	transform: translateX(-50px);
	transition: all .3s ease-out;
	transition-delay: .2s;
}

nav .topo-lista-paginas .btn-fechar { transform: translateX(50px); }

.menu-aberto nav .topo-lista-paginas .logo-principal,
.menu-aberto nav .topo-lista-paginas .btn-fechar {
	opacity: 1;
	transform: translateX(0px);
}

nav .bg-lista-paginas ul {
	display: flex;
	flex-direction: column;
	width: 100%;
	flex-basis: 100%;
	margin-top: 25px;
}

nav .bg-lista-paginas ul li {
	border-bottom: 1px solid #dd8a0e;
	transition: all .3s ease-out;
	opacity: 0;
	transform: translateY(-10px);
}

.menu-aberto nav .bg-lista-paginas ul li {
	opacity: 1;
	transform: translateY(0px);
}

.menu-aberto nav .bg-lista-paginas ul li:nth-child(1) { transition-delay: .2s; }
.menu-aberto nav .bg-lista-paginas ul li:nth-child(2) { transition-delay: .3s; }
.menu-aberto nav .bg-lista-paginas ul li:nth-child(3) { transition-delay: .4s; }
.menu-aberto nav .bg-lista-paginas ul li:nth-child(4) { transition-delay: .5s; }

nav .bg-lista-paginas ul li:last-child { border: none; }

nav .bg-lista-paginas ul a {
	display: block;
	padding: 15px;
	font-size: 1.1em;
}

nav .chamada-redes-sociais {
	font-family: PlayfairDisplay, serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #06140a;

	opacity: 0;
	transform: translateY(50px);
	transition: all .3s ease-out;
	transition-delay: .3s;
}

.menu-aberto nav .chamada-redes-sociais,
.menu-aberto nav .redes-sociais a {
	opacity: 1;
	transform: translateY(0px);
}

nav .redes-sociais a {
	opacity: 0;
	transform: translateY(50px);
	transition: all .3s ease-out;
}

nav .redes-sociais a:nth-child(1) { transition-delay: .4s; }
nav .redes-sociais a:nth-child(2) { transition-delay: .5s; }

/*

	Formulários

 */
form {
	width: 100%;
	margin: 0 -10px;
}

input[disabled=disabled],
textarea[disabled=disabled],
select[disabled=disabled],
button[disabled=disabled] { cursor: not-allowed; }

form .grupo-input {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 10px;
}

form .grupo-input label {
	padding-bottom: 5px;
	color: rgba(6, 20, 10, 0.6);
}

form .grupo-input input,
form .grupo-input textarea,
form .grupo-input select,
form .grupo-input .select {
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	color: rgba(6, 20, 10, 0.6);

	margin-bottom: 20px;
	padding: 10px 20px;
	background-color: white;

	border-radius: 8px;
	border: solid 1px rgba(6, 20, 10, 0.2);

	transition: border-color .2s ease-out;
}

form .grupo-input input:focus,
form .grupo-input textarea:focus { border-color: #dd8a0e; }

form .grupo-input input[disabled=disabled],
form .grupo-input textarea[disabled=disabled],
form .grupo-input select[disabled=disabled],
form .grupo-input .select-personalizado[disabled=disabled] .select {
	cursor: not-allowed;
	background-color: rgba(6, 20, 10, 0.04);
}

form .grupo-input .informacao-invalida,
form .grupo-input .select-personalizado.informacao-invalida .select { border-color: #e74c3c !important; }

form .grupo-input textarea {
	resize: vertical;
	max-width: 100%;
	min-height: 7rem;
}

form .grupo-input select:invalid,
form .grupo-input ::placeholder {
	color: rgba(6, 20, 10, 0.4);
	opacity: 1;
}

form .botoes-acoes { margin-top: 25px; }

form .ultimo-grupo-input .avisos {
	display: flex;
	align-items: center;
	margin: 0 auto 15px auto;
}

form .ultimo-grupo-input .avisos img {
	width: 25px;
	margin-right: 10px;
}

form .grupo-input button[type=submit] {
	display: flex;
	justify-content: center;
	align-items: center;

	padding: 10px 20px;
	border-radius: 26px;
	border: solid 3px #dd8a0e;
	background-color: transparent;

	color: #dd8a0e;
	font-weight: 600;
	font-size: 1em;
}

form .grupo-input button[type=submit] img:not(.icone-carregando) {
	width: 25px;
	margin-left: 10px;
}

form .grupo-input button[type=submit] img.icone-carregando {
	width: 25px;
	margin-right: 10px;
}

label.requerido::after {
	content: '*';
	margin: 8px 0 0 5px;
}

.msg-campos-obrigatorios span.requerido,
label.requerido::after {
	font-weight: bold;
	color: #dd8a0e;
}

.msg-campos-obrigatorios p { margin-top: 0; }

/*

	Select Personalizado

 */
.select-personalizado { position: relative; } /* Container de todos os elementos do select customizado */

.select-personalizado select { display: none; } /* Esconde o select original */

.select-personalizado .select { cursor: pointer; }

.select-personalizado .select::after { /* Seta do select */
	position: absolute;
	content: "";
	top: calc(1em - 1px);
	right: 20px;
	width: 17px;
	height: 17px;
	background: url("/img/icones/seta-baixo.svg") no-repeat;
	background-size: 100%;
	transition: all .2s ease-out;
}

.select-personalizado .select.select-aberto { border-color: #dd8a0e; }

.select-personalizado .select.select-aberto::after { transform: rotate(-180deg); }

.select-personalizado .itens-select {
	position: absolute;
	z-index: 2;

	width: 100%;
	padding: 15px;
	border-radius: 8px;
	border: solid 1px rgba(6, 20, 10, 0.2);
	background-color: white;
}

.select-personalizado .itens-select div {
	color: rgba(6, 20, 10, 0.6);
	cursor: pointer;

	padding: 15px;
	border-radius: 6px;
	transition: background-color .3s ease-out;
}

.select-personalizado .itens-select div:hover,
.select-personalizado .itens-select .item-selecionado { background-color: rgba(221, 138, 14, 0.2); }


/*

	Seção Whatsapp

 */
#cta-whatsapp { padding: 30px 0; }

#cta-whatsapp .container { align-items: center; }

#cta-whatsapp h1 { color: #dd8a0e; }

/*

	Contato

 */
#contato { padding: 30px 0; }

#contato .container { align-items: center; }

#contato .logo { width: 200px; }

#contato .lista-dados-contato {
	display: flex;
	flex-direction: column;
	max-width: 300px;
	margin-top: 35px;
}

#contato .lista-dados-contato li {
	display: flex;
	align-items: center;
	margin-top: 25px;
}

#contato .lista-dados-contato li:first-child { margin-top: 0; }

#contato .lista-dados-contato li:first-child img { width: 27px; }

#contato .lista-dados-contato img {
	margin-right: 10px;
	width: 25px;
}

#contato .lista-dados-contato p,
#contato .lista-dados-contato a {
	color: rgba(6, 20, 10, 0.8);
	text-decoration: none;
	margin: 0;
}

/*

	Rodapé

 */

footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 10px;
}

footer .redes-sociais a {
	margin-top: 0;
	margin-bottom: 0;
}

footer .faixa-laranja {
	width: 100%;
	flex: 1;
	background-color: #dd8a0e;
	margin-top: 40px;
}

footer p {
	font-size: .85em;
	text-align: center;
	color: white;
}

footer .desenvolvedor { margin: 20px 0; }

footer .desenvolvedor a {
	display: block;
	width: 50px;
	margin: 0 auto;
	padding: 10px;
}

footer .desenvolvedor img { width: 100%; }

/*

	Seção banner

 */

#banner-principal { padding: 25px 0; }

#banner-principal .lado-esquerdo {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*

	Seção CTA Clientes

 */

#cta-cliente {
	margin-top: 70px;
	padding: 30px 0;

	background-image: url(/img/bg-cta-cliente.png);
	background-image: image-set(
			url(/img/bg-cta-cliente.png) 1x,
			url(/img/bg-cta-cliente@2x.png) 2x,
			url(/img/bg-cta-cliente@3x.png) 3x
	);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#cta-cliente .container { align-items: center; }

#cta-cliente h1,
#cta-cliente p {
	color: white;
	text-align: center;
}

#cta-cliente h1 { margin: 0; }

/*

	Seção CTA Produtos

 */

#cta-produtos-mobile {
	margin-top: 60px;
	overflow: hidden;

	background-image: url(/img/bg-conheca-produtos.png);
	background-image: image-set(
			url(/img/bg-conheca-produtos.png) 1x,
			url(/img/bg-conheca-produtos@2x.png) 2x,
			url(/img/bg-conheca-produtos@3x.png) 3x
	);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#cta-produtos-mobile .divisao-ondulada {
	margin-left: -1%;
	width: 102%;
}

#cta-produtos-mobile .divisao-ondulada:last-child { margin-bottom: -3%; }

#cta-produtos-mobile .divisao-ondulada.invertida {
	margin-top: -1%;
	transform: rotateX(180deg) rotateY(180deg);
}

#cta-produtos-mobile .container {
	padding: 40px 0;
	align-items: center;
}

#cta-produtos-mobile h1 { margin-top: 0; }

#cta-produtos-mobile h1,
#cta-produtos-mobile p { color: white; }

/*

	Media queries

 */

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
	/* Devices com mouse ou touch pad */

	/*

		Menu principal

	 */
	nav .bg-lista-paginas ul li { transition: all .3s ease-in-out; }

	nav .bg-lista-paginas ul li:hover,
	nav .bg-lista-paginas ul li:last-child:hover { border-bottom: 3px solid #9ec200; }

	/*

		Botões

	 */
	button[type=submit]:not([disabled=disabled]),
	button[type=submit]:not([disabled=disabled]) img,
	.btn-cta,
	.btn-cta img.direita { transition: all .3s ease-in-out; }

	button[type=submit]:hover:not([disabled=disabled]),
	.btn-cta:hover {
		box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.3);
		transform: scale(1.006);
	}

	button[type=submit]:hover:not([disabled=disabled]) img,
	.btn-cta:hover img.direita { animation: deslocacao-direita 1s linear infinite; }

	@keyframes deslocacao-direita {
		from { transform: translateX(0); }
		50% { transform: translateX(5px); }
		to { transform: translateX(0); }
	}

	/*

		Seção banner principal

	 */
	#banner-principal .lado-direito img { transition: transform .3s ease-in-out; }

	#banner-principal .lado-direito img:hover { transform: scale(1.01); }

	/*

		Imagens de BG

	 */
	.duas-folhas,
	.folhas-amora,
	.galho,
	.bg-folhas,
	.bg-folhas-amora,
	.bg-folhas-verdes-2,
	.bg-colheres,
	.bg-folha,
	.bg-sementes,
	.bg-galho,
	.animacao-scale,
	.animacao-scale-2 { transition: transform .3s ease-in-out; }

	.duas-folhas:hover,
	.folhas-amora:hover,
	.galho:hover,
	.bg-folhas:hover,
	.bg-folhas-amora:hover,
	.bg-folhas-verdes-2:hover,
	.bg-colheres:hover,
	.bg-folha:hover,
	.bg-sementes:hover,
	.bg-galho:hover,
	.animacao-scale:hover { transform: scale(1.01) !important; }

	.animacao-scale-2:hover  { transform: scale(1.02) !important; }
}

@media screen and (min-width: 576px) {

	/*

		CTA - Seja um cliente

	 */
	#cta-cliente { padding: 60px 0; }
	#cta-cliente h1 br { display: none; }

	/*

		Rodapé

	 */
	footer p br { display: none; }
}

@media screen and (min-width: 768px) {

	/*

		Padrões

	 */
	h1, h2 {
		font-family: 'Playfair Display', serif;
		text-align: center;
		color: #06140a;
		margin: 25px 0;
		font-size: 2.5em;
	}

	h2, .h2 { font-size: 2em; }

	/*

		Cards

	 */
	.cards-vazados { justify-content: space-around; }

	.cards-vazados  .card:first-child { margin-top: 25px; }

	/*

		Cabeçalho

	 */
	header { margin-top: 15px; }

	/*

		Formulários

	 */
	form {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	form .grupo-input.meia-linha { width: 46%; }
}

@media screen and (min-width: 1024px) {

	/*

		Padrões

	 */
	#container-principal {
		position: relative;
		overflow-x: hidden;
		width: 100%;
	}

	/*

		Cabeçalho

	 */
	header .btn-abrir-menu { display: none; }

	/*

		Menu

	 */
	header nav .bg-lista-paginas {
		position: unset;
		height: auto;
		background-color: transparent;
		display: block;
		transform: none;
		opacity: 1;
		transition: none;
	}

	nav .bg-lista-paginas .container { width: 100%; }

	nav { flex: 1; }

	nav .bg-lista-paginas ul {
		flex-direction: row;
		justify-content: flex-end;
		width: 100%;
		flex-basis: 100%;
		margin-top: 0;
	}

	nav .bg-lista-paginas ul li,
	nav .bg-lista-paginas ul li:last-child {
		border: none;
		opacity: 1;
		transform: none;
		margin: 0 15px;
		border-bottom: 3px solid transparent;
	}

	nav .bg-lista-paginas ul li.atual { border-bottom: 3px solid #9ec200; }

	nav .bg-lista-paginas ul li:last-child { margin-right: 0; }

	nav .bg-lista-paginas ul a {
		padding: 10px 15px;
		font-size: 1em;
	}

	header nav .topo-lista-paginas,
	header nav .chamada-redes-sociais,
	header nav .redes-sociais { display: none; }

	/*

		Formulário

	 */
	form .ultimo-grupo-input .avisos { margin-bottom: 0; }

	form .botoes-acoes {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}

	form .grupo-input button[type=submit] {
		padding-left: 30px;
		padding-right: 30px;
	}

	/*

		Seção inicial

	 */
	#banner-principal {
		position: relative;
		height: 500px;

		display: flex;
		align-items: center;
	}

	#banner-principal .lado-esquerdo {
		align-items: flex-start;
		max-width: 350px;
	}

	#banner-principal .bg-esquerda { display: none; }

	#banner-principal h1,
	#banner-principal .btn-cta {
		text-align: left;
		margin: 0;
	}

	#banner-principal p {
		text-align: left;
		margin: 30px 0;
	}

	#banner-principal .lado-direito {
		display: block;
		position: absolute;
		width: 50%;
		top: auto;
		bottom: 100px;
		right: 50px;
	}

	#container-principal > .bg-laranja {
		display: block;

		position: absolute;
		top: -60px;
		right: -60px;
		z-index: -1;

		width: 400px;
		height: 600px;

		background-color: rgba(221, 138, 14, 0.2);
		border-radius: 50px;
	}

	#banner-principal .bg-direita { width: 100%; }

	/*

		CTA - Produtos

	 */
	#cta-produtos-mobile { display: none; }

	#cta-produtos-desktop {
		display: block;

		background: url('/img/bg-ondas.svg') no-repeat bottom;
		background-size: 100%;

		margin-top: 50px;
		padding-bottom: 150px;
	}

	#cta-produtos-desktop .container { align-items: center; }

	.cards {
		display: flex;
		align-items: center;
		justify-content: space-between;

		width: 100%;
	}

	.cards .card {
		width: 275px;
		height: 275px;
		margin: 0;
		border-radius: 18px;

		position: relative;
		overflow: hidden;

		box-shadow: 0 5px 10px -3px rgba(0,0,0,0.75);
	}

	.cards .card img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.cards .card .conteudo {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;

		display: flex;
		flex-direction: column;
		justify-content: flex-end;

		background-color: rgba(6, 20, 10, 0.4);
	}

	.cards .card .conteudo .titulo {
		width: 100%;
		height: 100px;

		display: flex;
		flex-direction: column;
		justify-content: flex-end;

		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	}

	.cards .card .conteudo h3 {
		font-size: 20px;
		font-weight: 600;
		text-align: center;
		color: white;
		margin-bottom: 40px;
	}

	#cta-produtos-desktop .btn-cta { margin-top: 60px; }

	/*

		CTA - Cliente

	 */
	#cta-cliente {
		width: 85%;
		margin: 100px auto 0 auto;
		border-radius: 60px;
		padding: 50px 60px;
	}

	#cta-cliente .container {
		flex-direction: row;
		width: 100%;
	}

	#cta-cliente .lado-esquerdo { width: 380px; }

	#cta-cliente .lado-direito {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-grow: 1;
	}

	#cta-cliente .lado-esquerdo h1,
	#cta-cliente .lado-esquerdo p { text-align: left; }

	#cta-cliente .lado-esquerdo br { display: unset; }

	#cta-cliente .lado-direito .btn-cta { margin-top: 0; }

	#cta-cliente .btn-cta.btn-vazado { display: none; }
	#cta-cliente .btn-cta:not(.btn-vazado) { display: flex; }

	/*

		Pré rodapé

	 */
	#pre-rodape { margin-top: 100px; }

	#pre-rodape > .container {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	#contato,
	#cta-whatsapp {
		width: 50%;
		flex: 50%;
	}

	/*

		Contato

	 */
	#contato .redes-sociais {
		margin-top: 30px;
		display: flex;
	}

	#contato .redes-sociais a { margin: 0; }

	/*

		CTA - Whatsapp

	 */
	#cta-whatsapp { display: flex; }

	#cta-whatsapp .container { justify-content: center; }

	#cta-whatsapp h1 {
		text-align: left;
		margin-top: 0;
	}

	/*

		Rodapé

	 */
	footer .redes-sociais { display: none; }
}

@media screen and (min-width: 1200px) {

	/*

		Seção inicial

	 */
	#banner-principal .lado-esquerdo { margin-left: 100px; }

	#banner-principal .lado-direito {
		top: 90px;
		right: 120px;
	}

	#container-principal > .bg-laranja {
		width: 500px;
		height: 650px;
	}

	/*

		Padrões

	 */
	.container { width: 80%; }

	.redes-sociais a {
		width: 60px;
		height: 60px;
	}

	h1 { font-size: 48px; }

	h2, .h2 { font-size: 32px; }

	/*

		Menu

	 */
	nav .bg-lista-paginas ul li { margin: 0 30px; }

	/*

		CTA - Produtos

	 */
	#cta-produtos-desktop { padding: 80px 0 160px; }

	#cta-produtos-desktop .card {
		width: 320px;
		height: 320px;
	}
}

@media screen and (min-width: 1400px) {

	/*

		Menu

	 */
	nav .bg-lista-paginas ul li { margin: 0 50px; }

	/*

		Seção inicial

	 */
	#banner-principal { height: 700px; }

	#container-principal > .bg-laranja {
		width: 750px;
		height: 700px;
	}

	#banner-principal .lado-direito {
		right: 200px;
		bottom: 180px;
	}

	/*

		CTA - Produtos

	 */
	#cta-produtos-desktop { padding-bottom: 200px; }

	#cta-produtos-desktop .card {
		max-width: 33%;
		width: 485px;
		height: 485px;
	}

	#cta-produtos-desktop .btn-cta { margin-top: 60px; }

	/*

		CTA - Cliente

	 */
	#cta-cliente { padding: 100px 150px; }

	#cta-cliente .btn-cta:not(.btn-vazado) { margin-left: 100px; }
}

@media screen and (min-width: 1920px) {

	/*

		Padrões

	 */
	.container { max-width: 1920px; }
}





























