/*
Theme Name: Ale Designer
Author: AGT Online
Author URI: https://agtonline.com.br
Description: Tema do site oficial Ale Designer
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Ale Designer, AGT Online
Text Domain: Ale Designer

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
* SUMARIO - CSS - Ale Designer
* ----------------------------------------------------------------------------
* 01 - ELEMENTOS EM GERAL
* 02 - HELPER CLASSES
* 03 - HEADER
* 04 - MENU SUPERIOR
* 05 - MENU MOBILE
* 06 - FOOTER
* 07 - COPYRIGHT
* 08 - FORMULARIOS
* 09 - PAGINA - HOME
* 10 - ESTRUTURA DAS PAGINAS INTERNAS
* 11 - BLOCOS QUE REPETEM / BLOCOS / WIDGETS
* 12 - PAGINA - SOBRE NOS
* 18 - PAGINA - POLITICA DE PRIVACIDADE
* 19 - PAGINA - 404
* XX - RESPONSIVE FIXES
*/

/**
* 01 - ELEMENTOS EM GERAL
* ----------------------------------------------------------------------------
*/

:root {
	--cor1: #0099b2;
	--cor2: #757575;
	--cor3: #eaeaea;
	--cor4: #f6f6f6;
	--cor5: #0a0a0a;
	--cor-padrao: #757575;
	--font-titulos: 'Atkinson Hyperlegible Next', Arial, sans-serif;
	--font-textos: 'Atkinson Hyperlegible Next', Arial, sans-serif;
	--radius-padrao: 12px;
	--radius-grande: 99px;
}

* {
}

html {
	font-size: 62.5%;
	/* 62.5% de 16px (tamanho padrão do navegador) = 10px */
}

body {
	/* font-size: 1.4rem; */
}

.main-wrapper {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

a {
	font-size: 1.8rem;
	color: var(--cor1);
}

a:hover {
	transition: all 0.3s;
}

div {
	color: var(--cor-padrao);
	font-family: var(--font-textos);
	font-size: 1.8rem;
}

p {
	color: var(--cor-padrao);
	font-family: var(--font-textos);
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-titulos);
	font-weight: 400;
	line-height: 1.3;
}

h1 {
	color: var(--cor5);
	font-size: 6.4rem;
	line-height: 1.1;
	margin-bottom: 1.5rem;
}

h2 {
	color: var(--cor5);
	font-size: 4.8rem;
	margin-bottom: 1.5rem;
}

h3 {
	color: var(--cor5);
	font-size: 2.6rem;
	margin-bottom: 1.5rem;
}

h4 {
	color: var(--cor2);
	font-size: 2.2rem;
	margin-bottom: 1.5rem;
}

/* h4 {
    color: var(--cor-padrao);
    font-size: 2.2rem;
    margin-bottom: 15px;
}

h5 {
    color: var(--cor-padrao);
    font-size: 1.6rem;
    margin-bottom: 15px;
} */

ul {
	padding-left: 20px;
}

ul li,
ol li {
	color: var(--cor-padrao);
	font-size: 1.8rem;
}

li + li {
	/* margin-top: 5px; */
}

img,
iframe {
	max-width: 100%;
	height: auto;
}

video {
	display: block;
	object-fit: cover; /* Garante que o vídeo preencha a área sem deformar */
	width: 100%;
	height: 600px;
}

.text-right {
	text-align: right !important;
}

.hidden {
	display: none !important;
}

.visible {
	display: block !important;
}

/**
* 02 - HELPER CLASSES
* ----------------------------------------------------------------------------
*/

/* Container */
.container {
	width: 100%;
	/* max-width: 1270px !important; */
	max-width: 1670px !important;
	padding: 0;
	margin: 0 auto;
}

@media screen and (max-width: 1600px) {
	.container {
		max-width: 1470px !important;
	}
}

@media screen and (max-width: 1536px) {
	.container {
		max-width: 1370px !important;
	}
}

@media screen and (max-width: 1440px) {
	.container {
		max-width: 1270px !important;
	}
}

.custom-container {
	width: 1270px;
	margin: 0 auto;
}

/* Visible or not */
.visible-xs {
	display: none !important;
}

.hidden-xs {
	display: block !important;
}

.visible-lg {
	display: none !important;
}

.hidden-lg {
	display: block !important;
}

/* Gaps */
[class^='gap'] {
	display: block;
	clear: both;
}

.gap10 {
	height: 10px;
}

.gap20 {
	height: 20px;
}

.gap30 {
	height: 30px;
}

.gap40 {
	height: 40px;
}

.gap50 {
	height: 50px;
}

.gap60 {
	height: 60px;
}

/* Titulos */
.sub h1,
.title h1 {
	color: var(--cor2);
	font-size: 4.2rem;
	font-weight: 400;
}

.sub h2,
.title h2 {
	color: var(--cor2);
	font-size: 4.2rem;
	font-weight: 400;
}

.sub h1 strong,
.sub h2 strong {
	color: var(--cor5);
	font-weight: normal;
}

/* Separadores */
.hr {
	margin-bottom: 0 !important;
}

.hr hr {
	border: 1px dotted #9f9f9f;
}

/* Titulos pequenos */
.upper-title {
	margin-bottom: 2.5rem;
}

.upper-title p {
	color: var(--cor5);
	font-size: 2rem;
	margin-bottom: 0;
}

/* Ctas */
.cta a {
	background-color: var(--cor1);
	border-radius: var(--radius-grande);
	border: 1px solid var(--cor1);
	color: #fff;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 5px 32px;
	text-decoration: none;
	transition: all 0.3s;
}

.cta a:hover {
	background-color: transparent;
	border-color: var(--cor1);
	color: var(--cor1);
}

.cta.alt a {
	background-color: transparent;
	border: 1px solid var(--cor-padrao);
	color: var(--cor-padrao);
}

.cta.alt a:hover {
	background-color: transparent;
	border-color: var(--cor2);
	color: var(--cor2);
}

/* Videos */
.video-wrapper {
}
.video-wrapper a {
	position: relative;
}

.video-wrapper a:after {
	background: transparent url(images/icones/play.svg) no-repeat center center;
	content: '';
	height: 57px;
	width: 82px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.video-wrapper a:hover {
	opacity: 0.8;
}

/* Swiper Slider */
.swiper-slide {
	/* display: flex;
	justify-content: center; */
}

.swiper-wrapper {
	/* text-align: center; */
}

.swiper-button-prev,
.swiper-button-next {
	color: #dedede !important;
	opacity: 0.5;
}

.swiper-pagination-bullet {
	background-color: #aaa;
	padding: 5px;
}

.swiper-pagination-bullet-active {
	background-color: var(--cor1);
}

/* Bgs */
/* .bg-cinza {
	background-color: #f5f5f5;
}

.bg-branco {
	background-color: #fff;
} */

/* Custom List */
.custom-list {
}

.custom-list ul {
	padding-left: 0;
}

.custom-list li + li {
	margin-top: 15px;
}

.custom-list li {
	color: var(--cor-padrao);
	font-size: 1.6rem;
	font-weight: 400;
	list-style: none;
	padding-left: 20px;
	position: relative;
}

.custom-list li:before {
	background-color: var(--cor2);
	border-radius: 100%;
	content: '';
	display: inline-block;
	height: 7px;
	width: 7px;
	position: absolute;
	left: 0;
	top: 10px;
}

/**
* 03 - HEADER
* ----------------------------------------------------------------------------
*/

#header {
	background-color: #fff;
	border-bottom: 1px dotted #9f9f9f;
	width: 100%;
	padding: 35px 0;
	position: relative;
	z-index: 999;
	/* display: NONE; */
}

#header-wrapper {
	/* display: flex; */
	/* align-items: center; */
}

#header-wrapper > .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 999;
}

/* Logo */
#header-wrapper #logo {
	width: 230px;
}

/* Menu Superior */
#menu-superior-wrapper {
}

#menu-superior {
	padding: 0px 0;
	width: 100%;
}

#menu-superior ul {
	display: flex;
	align-items: center;
	margin: 0;
	gap: 40px;
}

#menu-superior ul li {
	font-family: 'Atkinson Hyperlegible', Arial, Helvetica, sans-serif;
	list-style: none;
	position: relative;
	transition: all ease 0.3s;
}

#menu-superior ul li a {
	color: var(--cor2);
	display: block;
	font-size: 2rem;
	font-weight: 400;
	text-decoration: none;
	/* text-transform: uppercase; */
}

#menu-superior ul li.contato a {
	border: 1px solid var(--cor1);
	border-radius: 99px;
	color: var(--cor1);
	padding: 3px 22px;
}

#menu-superior ul li:hover {
}

#menu-superior ul li a:hover,
#menu-superior ul li.current-menu-item a {
	color: #ddd;
	text-decoration: none;
}

/* Menu Level 2 */
#menu-superior ul.sub-menu {
	background-color: #000000b3;
	box-shadow: 0px 3px 6px #00000029;
	display: none !important;
	height: auto;
	min-width: 180px;
	padding: 0;
	position: absolute;
	top: 40px;
	z-index: 2;
	flex-direction: column;
	gap: 0 !important;
}

#menu-superior ul.sub-menu li {
	border-bottom: 0 !important;
	width: 100%;
	max-width: 100%;
	margin: 0;
}

#menu-superior ul.sub-menu li a {
	border-bottom: 1px solid #efefef;
	color: var(--color-gray-2) !important;
	display: block;
	font-size: 1.5rem !important;
	font-weight: normal;
}

#menu-superior ul.sub-menu li:hover {
	background-color: #efefef;
}

#menu-superior .sub-menu li:last-child a {
	border-bottom: none;
}

#menu-superior .sub-menu li a:after {
	display: none;
}

#menu-superior .sub-menu li a:hover,
#menu-superior .sub-menu li.current-menu-item a {
	color: #fff;
	background-color: var(--cor1);
}

#menu-superior li:hover .sub-menu {
	display: block !important;
}

/* Midias */
/* #midias {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
} */

/* #midias a:hover {
	opacity: 0.8;
} */

/* Busca */
#busca-header {
}

#busca-header input[type='text'] {
	background: #fff url(images/icones/icone-lupa.svg) no-repeat 95% center;
	border: none;
	border-radius: var(--radius-grande);
	padding: 0 6px;
	height: 40px;
	line-height: 40px;
	max-width: 160px;
}

/**
* 05 - MENU MOBILE
* ----------------------------------------------------------------------------
*/
#menu-mobile {
	cursor: pointer;
	height: 50px;
	float: right;
	margin-top: 14px;
	overflow: hidden;
	position: relative;
	width: 34px;
	z-index: 9999;
}

#menu-mobile span {
	height: 3px;
	background-color: #fff;
	display: block;
	width: 40px;
	transition: all 0.3s ease;
	margin: 6px 0;
}

#menu-mobile:hover span {
}

#menu-mobile:hover .span2 {
	width: 80%;
}

#menu-mobile.close {
	opacity: 1;
}

#menu-mobile.close .span1 {
	transform: rotate(-45deg);
	position: absolute;
	top: 10px;
	transition: all 1s ease;
}

#menu-mobile.close .span2 {
	width: 0;
	transition: all 0.3s ease;
}

#menu-mobile.close .span3 {
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
	transition: all 1s ease;
}

#menu-mobile.close [class^='span'] {
	background-color: var(--cor-verde3);
}

/* Menu Mobile Wrapper (Conteudo) */
#menu-mobile-wrapper {
	background-color: var(--cor1);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	height: auto;
	display: none;
	padding: 0 20px 0 20px;
	transition: all 0.3s linear;
	z-index: 9998;
}

#menu-mobile-wrapper.open {
	opacity: 1;
	transition: all 0.3s linear;
}

/*
#menu-mobile-wrapper #logo-menu {
	margin-top: 15px;
	text-align: center;
}

#menu-mobile-wrapper #logo-menu img {
	max-width: 145px;
} */

#menu-mobile-wrapper ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-top: 75px;
}

#menu-mobile-wrapper li {
	list-style: none;
	padding: 0;
	margin: 20px 0;
	text-align: left;
	line-height: 1.3;
}

#menu-mobile-wrapper li a {
	/* border-top: 1px solid #c4c6c8; */
	color: #fff;
	display: block;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
	margin: 5px 0;
	padding: 6px 0px;
	text-align: left;
	text-decoration: none;
}

#menu-mobile-wrapper li:not(.menu-item-has-children) a {
	/* background: transparent url(images/icones/arrow-right.svg) no-repeat 97% 12px; */
}

#menu-mobile-wrapper li:first-child a {
	border-top: none;
}

#menu-mobile-wrapper li a:hover,
#menu-mobile-wrapper li:hover,
#menu-mobile-wrapper li a:active,
#menu-mobile-wrapper li:active,
#menu-mobile-wrapper li a:focus,
#menu-mobile-wrapper li:focus {
	background: transparent;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

/* 2 level */
#menu-mobile-wrapper ul.sub-menu {
	border-top: none;
	border-bottom: 30px;
	display: none;
	margin-left: 0;
	position: relative;
	visibility: unset;
	z-index: 1;
	padding-top: 30px;
}

#menu-mobile-wrapper ul.sub-menu:before {
	content: 'Selecione a região:';
	color: #fff;
	/* background-color: red; */
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 25px;
}

#menu-mobile-wrapper li.menu-item-has-children {
}

#menu-mobile-wrapper .menu-item-has-children a {
	padding-bottom: 0;
}

#menu-mobile-wrapper .menu-item-has-children:hover > .sub-menu {
	display: block;
}

#menu-mobile-wrapper li > ul {
	padding-top: 0;
	padding-left: 10px;
}

#menu-mobile-wrapper li > ul.sub-menu li {
}

#menu-mobile-wrapper li > ul.sub-menu li a {
	color: #fff;
	border-bottom: none;
	font-size: 2.2rem;
	font-weight: normal;
	padding: 0px 15px;
	max-width: 100%;
}

#menu-mobile-wrapper li > ul.sub-menu li a:hover,
#menu-mobile-wrapper li > ul.sub-menu li a:focus,
#menu-mobile-wrapper li > ul.sub-menu li a:active {
	color: var(--cor-padrao);
}

/* #menu-mobile-wrapper li:hover > ul.sub-menu {
    display: block;
} */

/* Social */
.mobile-social a {
	color: white;
	text-decoration: none;
}

.mobile-social {
	text-align: left;
	padding: 0 34px;
	margin-top: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.mobile-social a:hover {
	text-decoration: none;
}

.mobile-social i {
	color: #fff;
	padding: 10px 0;
}

.mobile-social a {
	padding-left: 10px;
	font-size: 14px;
}

/* Cover Dark */
.cover-dark {
	display: none;
	background: var(--cor1);
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 998;
}

/**
* 06 - FOOTER
* ----------------------------------------------------------------------------
*/
/* Footer */
#footer {
	background-color: #2a2a2a;
	padding: 7rem 0;
	margin-top: 6rem;
}

#footer * {
	color: #e8e8e8;
	font-size: 1.5rem;
	font-weight: 300;
}

#footer a:hover {
	color: #fff;
}

#footer .footer-container {
}

#footer .footer-container .footer-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}

/* Colunas */
#footer div[class^='coluna'] {
	width: 30%;
}

#footer .coluna1 {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	width: 250px;
}

#footer .coluna1 p {
	margin-bottom: 0;
	max-width: 250px;
}

#footer .coluna2 {
}
#footer .coluna3 {
}

#footer .coluna3 p {
	margin-bottom: 0.7rem;
}

/* Logo */
#footer .footer-logo {
	width: 165px;
	margin-bottom: 3rem;
}

#footer a {
	text-decoration: none;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
	list-style: none;
	margin-bottom: 6px;
	text-transform: lowercase;
}

#footer li a {
	text-decoration: none;
}

/* Midias */
#footer .footer-social {
}

#footer .footer-social .links-wrapper {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: flex-start;
}

#footer .footer-social img {
	width: 22px;
	height: auto;
	transition: all 0.3s ease;
}

#footer .footer-social img:hover {
	opacity: 0.8;
}

/**
* 07 - COPYRIGHT
* ----------------------------------------------------------------------------
*/

#copyright {
	background-color: #1e1e1e;
	padding: 1rem 0;
}

#copyright .sep {
	display: inline-block;
	margin: 0 15px;
}

#copyright ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}

#copyright ul li {
	/* border-right: 1px solid var(--cor-verde3);
    padding: 0 30px; */
	color: #e8e8e8;
	font-size: 13px;
	list-style: none;
}

/* #copyright ul li:last-child {
    border-right: 0;
} */

#copyright ul li a {
	color: #e8e8e8;
	font-size: 13px;
	text-decoration: none;
}

/**
* 08 - FORMULARIOS
* ----------------------------------------------------------------------------
*/
.wpcf7 {
}

/* .wpcf7 .row {
    justify-content: space-between;
}

.wpcf7 .row .col-sm-6 {
    max-width: 50%;
} */

.wpcf7 .form-group {
	margin-bottom: 19px;
}

.wpcf7 br {
	display: none;
}

.wpcf7 h4 {
	margin-bottom: 25px;
}

.wpcf7 span {
	color: var(--cor-padrao);
	font-size: 1.5rem;
	margin: 0;
}

.wpcf7 label {
	display: block;
	font-size: 1.5rem;
}

.wpcf7 ::placeholder {
	color: var(--cor-padrao);
}

.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 input[type='number'],
.wpcf7 input[type='phone'],
.wpcf7 textarea {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	font-size: 1.6rem;
	font-weight: 300;
	color: #fff;
	height: 45px;
	line-height: 45px;
	padding: 6px 16px 6px 0;
	width: 100%;
}

.wpcf7 textarea {
	/* resize: none; */
	line-height: 1.3;
}

.wpcf7 input[type='text']::placeholder,
.wpcf7 input[type='email']::placeholder,
.wpcf7 input[type='number']::placeholder,
.wpcf7 input[type='phone']::placeholder,
.wpcf7 textarea::placeholder {
	color: #fff;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
	outline: none;
}

.wpcf7 textarea {
	height: 100px;
}

.wpcf7 select {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: var(--radius-padrao);
	color: var(--cor-padrao);
	font-size: 1.6rem;
	font-weight: 300;
	height: 45px;
	padding: 16px 16px 6px 0;
	text-transform: uppercase;
	width: 100%;
}

.wpcf7 .wpcf7-list-item {
	display: block;
}

.wpcf7 .wpcf7-list-item span {
	font-size: 2rem;
}

.wpcf7 input[type='checkbox'],
input[type='radio'] {
	margin-right: 5px;
	margin-top: 5px;
}

.wpcf7 input[type='submit'],
.wpcf7 button {
	background-color: var(--cor1);
	border-radius: var(--radius-grande);
	border: 1px solid var(--cor1);
	color: #fff;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 5px 32px;
	text-decoration: none;
	transition: all 0.3s;
	margin-bottom: 20px;
}

.wpcf7 input[type='submit']:hover,
.wpcf7 button:hover {
	background-color: transparent;
	border-color: var(--cor1);
	color: var(--cor1);
	text-decoration: none;
}

.wpcf7 .wpcf7-spinner {
	display: block;
}

/* Mensagens de Valicacao de Erro ou Ok */
.wpcf7 input[type='text'].wpcf7-not-valid,
.wpcf7 input[type='email'].wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
	background: #ffe1e2;
	color: #ff585d;
}

.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ok {
	background: #fff;
	border: 2px solid #d9d9d9;
	color: #398f14;
	font-size: 12px;
	padding: 7px 15px;
}

.wpcf7-form .wpcf7-response-output {
	border-radius: var(--radius-padrao);
	border-color: #fff;
	background: #fff;
	clear: both;
	font-size: 14px;
	margin: 0 !important;
	padding: 12px 15px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	/* envio sucesso */
	background-color: #dff2bf;
	border: 0;
	color: #4f8a10;
}

.wpcf7 form.invalid .wpcf7-response-output {
	/* envio erro */
	background-color: #ffe1e2;
	border: 0;
	color: #ff585d;
}

.wpcf7 span.wpcf7-not-valid-tip {
	color: #ff585d;
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
}

/* Google ReCaptcha */
.grecaptcha-badge {
	visibility: hidden;
}

/**
* 09 - PAGINA - HOME (ok)
* ----------------------------------------------------------------------------
*/
/* Video */
#video-wrapper {
	margin-top: 5rem;
}

#video-wrapper video {
	/* max-width: 1216px; */
	border-radius: var(--radius-padrao);
}

/* Intro */
#intro-wrapper {
	padding-bottom: 7rem;
}

#intro-wrapper .text p {
	font-size: 2rem;
}

#intro-wrapper .cta {
	margin-bottom: 0;
}

/* Portfolio */
#portfolios-wrapper {
	padding-top: 7rem;
	padding-bottom: 7rem;
}

#portfolios-wrapper .cta {
	margin-top: 7rem;
	margin-bottom: 0;
}

/* Loop */
.portfolio-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* Cria 2 colunas iguais */
	gap: 30px; /* Espaço entre os itens */
}

.portfolio-item {
	background-color: #eaeaea;
	border-radius: var(--radius-padrao);
	padding: 8px 8px 20px 8px;
	display: flex;
	flex-direction: column;
	transition: all 0.7s ease;
}

.portfolio-thumbnail {
	border-radius: 8px;
	overflow: hidden;
}

.portfolio-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
	transition:
		transform 0.3s ease,
		background-color 0.3s ease;
}

.portfolio-info {
	display: flex;
	justify-content: space-between; /* Título na esquerda, Categoria na direita */
	align-items: baseline;
	margin-top: 20px;
	padding: 0 10px;
}

.portfolio-title {
	color: var(--cor-padrao);
	font-size: 2rem;
	margin: 0;
	transition: color 0.3s ease;
}

.portfolio-category {
	font-size: 1.6rem;
	transition: color 0.3s ease;
}

/* Responsividade: 1 coluna em celulares */
@media (max-width: 768px) {
	.portfolio-grid {
		grid-template-columns: 1fr;
	}
}

.portfolio-item:hover {
	background-color: #0a0a0a;
}

.portfolio-item:hover .portfolio-title,
.portfolio-item:hover .portfolio-category {
	color: #fff;
}

.portfolio-item:hover .portfolio-thumbnail img {
	transform: scale(1.02);
}

/* Services */
#services-wrapper {
	background-color: var(--cor4);
	padding-top: 7rem;
	padding-bottom: 7rem;
}

#services-wrapper .wpb_text_column {
	max-width: 1100px;
}

#services-wrapper .text p {
	font-size: 2rem;
}

#services-wrapper .list-type1 {
	max-width: 1100px;
	margin-bottom: 0;
}

.list-type1 {
}

.list-type1 ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 15px 40px;
	margin: 0;
	padding: 0;
}

.list-type1 ul li {
	font-size: 2rem;
	list-style: none;
	font-weight: 300;
}

.list-type1 ul li:before {
	content: '⊹ ';
	margin-right: 7px;
}

/* Depoimentos */
#testimonial-wrapper {
	padding-top: 7rem;
	padding-bottom: 7rem;
}

#testimonial-wrapper .sub {
	margin-bottom: 1rem;
}

#testimonial-wrapper h2 {
	color: var(--cor5);
}

/* Nav */
.nav-arrows {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	position: relative;
	margin-bottom: 15px;
}

.nav-arrows .button-next,
.nav-arrows .button-prev {
	height: 26px;
	width: 26px;
}

.nav-arrows .button-next {
	background: #fff url(images/icons/arrow-right.svg) no-repeat center;
}

.nav-arrows .button-prev {
	background: #fff url(images/icons/arrow-left.svg) no-repeat center;
}

/* Loop */
.depoimento-card {
	padding: 20px;
	background: #f9f9f9;
	border-radius: 14px;
	padding: 5rem 4.5rem;
	text-align: left;
}

.depo-text {
	font-size: 1.6rem;
}

.depo-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	margin-top: 4rem;
	margin-bottom: 1.7rem;
}

.depo-name {
	color: var(--cor2);
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	text-transform: uppercase;
}

.depo-role {
	color: var(--cor2);
	font-size: 1.4rem;
}

/* Blog */
#blog-wrapper {
	padding-top: 7rem;
	padding-bottom: 7rem;
}

#blog-wrapper .swiper-slide {
	height: auto; /* Importante para o Swiper calcular corretamente */
	display: flex;
}

.post-card {
	display: flex;
	flex-direction: column;
	width: 100%; /* Ocupa a largura total do slide */
	flex: 1; /* Força o card a esticar verticalmente para preencher o slide */
	background-color: #f4f4f4;
	border-radius: var(--radius-padrao);
	padding: 8px 8px 25px 8px;
}

.post-img {
	border-radius: var(--radius-padrao);
}

.post-content {
	padding: 10px 10px;
}

.post-content .post-date {
	display: block;
	font-size: 1.5rem;
	margin: 10px 0 20px 0;
}

.post-content .post-title {
	font-size: 2rem;
	font-weight: 500;
}

.post-content .post-title a {
	color: var(--cor-padrao);
	text-decoration: none;
}

#blog-wrapper .cta {
	margin-top: 6rem;
	margin-bottom: 0;
}

/* Contact */
#contact-wrapper {
	background-color: #1e1e1e;
	background-image: url(images/bg/a-contato.svg);
	background-repeat: no-repeat;
	background-position: bottom left;
	border-radius: 14px;
	padding: 4.5rem 5rem 4.5rem 5rem;
	margin-top: 7rem;
	margin-bottom: 3rem;
}

#contact-wrapper .col-left {
	padding-right: 5rem;
}

#contact-wrapper .sub {
	margin-bottom: 6rem;
}

#contact-wrapper .sub h2 {
	color: #fff;
}
#contact-wrapper .text {
}
#contact-wrapper .text p {
	color: #fff;
}

#contact-wrapper .col-right {
}

/**
* XX - PAGINA - BLOG 
* ----------------------------------------------------------------------------
*/

/* Listagem de Posts */
article.single-blog {
	width: 800px;
	max-width: 100%;
	margin: 7rem auto;
}

.blog-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 30px;
	padding: 20px 0;
}

.post-card {
	display: flex;
	flex-direction: column;
	height: 100%; /* Garante que todos os cards tenham a mesma altura */
	overflow: hidden;
	transition: transform 0.3s ease;
}

.post-card:hover {
	transform: translateY(-5px);
}

/* Elementos das Postagens */

/* Meta */
.single-blog .post-meta {
	display: flex;
	justify-content: flex-start;
	gap: 15px;
	align-items: center;
	margin-bottom: 2rem;
}

/* Titulo */
.single-blog .post-title {
	margin-bottom: 3rem;
}

/* Categorias e Data */
.single-blog .post-meta .cats {
}

.single-blog .post-meta .cats {
	border-left: 1px solid var(--cor-padrao);
	padding-left: 15px;
}

.single-blog .post-meta .cat-title {
	font-size: 15px;
}

.single-blog .post-meta .cat-title a {
}

.single-blog .post-meta .cat-title a:hover {
}

.single-blog .post-meta .data {
	font-size: 15px;
}

/* Imagem em Destaque */
.single-blog .post-feature-img {
}

.single-blog .post-feature-img img {
	border-radius: var(--radius-padrao);
	margin-bottom: 5rem;
	max-width: 100%;
	height: auto;
}

/* Conteudo */
.single-blog .post-content {
}

.single-blog .post-content p {
	margin-bottom: 2rem;
}

#section-blog-post a:hover {
}

.single-blog .post-content h2 {
	margin-bottom: 3rem;
}

.single-blog .post-content h3 {
	margin-bottom: 3rem;
}

.single-blog .post-content h4 {
	margin-bottom: 3rem;
}

.single-blog .post-content ul {
	margin-bottom: 3rem;
}

.single-blog .post-content ul li {
}

.single-blog .post-content ul li:before {
}

.single-blog .post-content a {
	font-weight: bold;
}

.single-blog .post-content img,
.single-blog .post-content iframe {
	height: auto;
	margin-bottom: 5rem;
	margin-top: 5rem;
	max-width: 100%;
	width: auto;
}

.single-blog .post-content iframe {
	width: 100%;
}

.single-blog .post-content table {
	margin-bottom: 3rem;
}

.single-blog .post-content hr {
	margin: 2rem 0;
}

.single-blog .post-content .wp-caption {
	max-width: 100%;
}

/* Paginacao */
#pagination-wrapper {
	clear: both;
	margin-top: 4rem;
	text-align: center;
}

/* #pagination-wrapper h2 {
  font-size: 24px;
} */

#pagination-wrapper .page-numbers {
	color: var(--cor-padrao);
}

#pagination-wrapper .item-nav,
#pagination-wrapper .page-numbers {
	border-radius: var(--radius-padrao);
	display: inline-block;
	padding: 8px 15px;
	text-align: center;
	background: #f8f8f8;
	border: 1px solid #dfdfdf;
	font-size: 1.6rem;
	margin: 1rem 2rem 1rem 0;
	text-decoration: none;
}

#pagination-wrapper .page-numbers.current {
	background: var(--cor1);
	border-color: var(--cor1);
	color: #fff;
	font-weight: bold;
}

#pagination-wrapper .page-numbers:hover {
	background: var(--cor1);
	border-color: var(--cor1);
	color: #fff;
	transition: all 0.3s;
}

/* Posts Relacionados */
#posts-relacionados {
	padding: 7rem 0;
}

#posts-relacionados .swiper-slide {
	height: auto;
	display: flex;
}

/* Faixa CTA */
.content-wrapper.portfolio #faixa-cta {
	max-width: 1270px;
}

/**
* XX - PAGINA - PORTFOLIO (SINGLE) 
* ----------------------------------------------------------------------------
*/
.single-portfolio-wrapper {
	margin-bottom: 7rem;
}

/* Conteudo */
.portfolio-content {
	max-width: 1050px;
}

.portfolio-content .upper-title {
	color: var(--cor5);
}

.portfolio-content .overview {
}
.portfolio-content .overview a {
	font-weight: 600;
	text-decoration: none;
}

.portfolio-content .overview a:hover {
	color: var(--cor5);
}

/* Separador */
.content-wrapper.portfolio .hr {
}

/* Projetos Relacionados */
#projetos-relacionados {
	margin-top: 7rem;
}

#projetos-relacionados .upper-title {
	color: var(--cor5);
}

#projetos-relacionados h2 {
	color: var(--cor5);
}

/**
* XX - PAGINA - CONTATO 
* ----------------------------------------------------------------------------
*/
#contact-wrapper.pg-contact {
	background: #fff;
}

#contact-wrapper.pg-contact p {
	color: var(--cor-padrao);
}

#contact-wrapper.pg-contact .col-right {
	background: var(--cor4);
	border-radius: var(--radius-padrao);
	padding: 8rem 4rem 3rem 4rem;
}

#contact-wrapper.pg-contact .wpcf7 input:not([type='submit']),
#contact-wrapper.pg-contact .wpcf7 input::placeholder,
#contact-wrapper.pg-contact .wpcf7 textarea,
#contact-wrapper.pg-contact .wpcf7 textarea::placeholder {
	color: var(--cor-padrao) !important;
	border-color: var(--cor-padrao);
}

/**
* XX - PAGINA - OBRIGADO 
* ----------------------------------------------------------------------------
*/
#obrigado-wrapper {
	padding: 120px 25px;
}

#obrigado-wrapper .foto {
	margin-bottom: 20px;
}

#obrigado-wrapper .foto img {
}

#obrigado-wrapper .texto {
	margin-bottom: 0;
}

#obrigado-wrapper .texto h2 {
	font-size: 4.4rem;
	margin-bottom: 25px;
}

#obrigado-wrapper .texto p {
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1.2;
}

@media screen and (max-width: 1440px) {
	#obrigado-wrapper {
		padding: 70px 25px;
	}
}

@media screen and (max-width: 800px) {
	#obrigado-wrapper {
		padding: 35px 25px;
	}

	#obrigado-wrapper img {
		max-width: 80%;
	}
}

@media screen and (max-width: 480px) {
	#obrigado-wrapper img {
		max-width: 180px;
	}
}

/**
* XX - PAGINA - SOBRE MIM
* ----------------------------------------------------------------------------
*/
/* Hero */
#hero-who {
}

#hero-who .photo {
	margin-bottom: 0;
}

#hero-who .photo img {
	border-radius: var(--radius-padrao);
}

/* Intro */
#intro-who {
	padding-top: 7rem;
	padding-bottom: 7rem;
}

/* Proposito Trajetoria */
#purpose-who {
	background: var(--cor1) url(images/bg/purpose.png) no-repeat 80% center;
	padding-top: 7rem;
	padding-bottom: 7rem;
}

#purpose-who .col-left {
	padding-right: 5rem;
	max-width: 810px;
}

#purpose-who * {
	color: #fff;
}

#purpose-who .text {
	margin-bottom: 0;
}

#purpose-who .text p {
}

/* Servicos */
#services-who {
	padding-top: 7rem;
	padding-bottom: 7rem;
}

#services-who .line {
	border-bottom: 1px dotted #9f9f9f;
	display: flex;
	align-items: center;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

#services-who .service-name,
#services-who .list-type1 {
	margin-bottom: 0;
}

#services-who .service-name {
}
#services-who .service-name h3 {
	color: var(--cor5);
	font-size: 4.2rem;
}

#clients-wrapper {
	background-color: var(--cor4);
	padding-top: 10px;
	padding-bottom: 10px;
}

#clients-wrapper .logo {
	margin-bottom: 0;
}

#clients-wrapper img {
}

/**
* 10 - ESTRUTURA DAS PAGINAS INTERNAS
* ----------------------------------------------------------------------------
*/

.content-wrapper.internas {
	/* margin-top: -60px; */
}

/* Page Title */
#page-title-wrapper {
	/* border-top: 1px dotted #9f9f9f; */
	padding: 7rem 0 6rem 0;
}

#page-title-wrapper .conteudo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

#page-title-wrapper h1 {
	margin: 0;
	flex: 1;
}

#page-title-wrapper .descricao-direita {
	flex: 1;
	font-size: 2rem;
	text-align: right;
}

/**
* 11 - BLOCOS QUE REPETEM / BLOCOS / WIDGETS
* ----------------------------------------------------------------------------
*/

/*** Faixa CTA **/
#faixa-cta {
	background-color: var(--cor5);
	border-radius: var(--radius-padrao);
	padding: 4rem 16rem;
	max-width: 1215px;
	margin: 0 auto;
	margin-top: 9rem;
	margin-bottom: 2.5rem;
}

#faixa-cta > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper,
#faixa-cta .linha {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

#faixa-cta .text {
	margin-bottom: 0;
}

#faixa-cta .text p {
	color: #fff;
	font-size: 3.2rem;
	margin-bottom: 0;
	/* line-height: 0.7;
    font-family: var(--font-titulos);
    font-size: 6rem; */
}

#faixa-cta .text p strong {
	color: #82edff;
	font-weight: 400;
}

#faixa-cta .cta {
	margin-bottom: 0;
	text-align: right;
}

#faixa-cta .cta p {
	margin-bottom: 0;
}

/**
* 12 - PAGINA - SOBRE NOS
* ----------------------------------------------------------------------------
*/

/**
* 18 - PAGINA - POLITICA DE PRIVACIDADE
* ----------------------------------------------------------------------------
*/
#politica-wrapper {
	padding-top: 120px;
}

/**
* 19 - PAGINA - 404
* ----------------------------------------------------------------------------
*/

#pg-404 {
	padding: 120px 0 60px 0;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

#pg-404 .ops {
	background: var(--cor1);
	border-radius: 50px;
	border: 2px solid var(--cor1);
	color: #fff;
	display: inline-block;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 25px;
	padding: 6px 20px;
}

#pg-404 h1 {
	color: var(--cor1);
	margin-bottom: 45px;
}

#pg-404 h3 {
	font-size: 4rem;
	font-weight: 500;
	margin-bottom: 35px;
}

#pg-404 .cta a {
	text-decoration: none;
}

/**
* XX - RESPONSIVE FIXES
* ----------------------------------------------------------------------------
*/

/*
**********************************************
Standard Desktop Screen Size Stats Worldwide
**********************************************
1366x768  = 22.6%
1920x1080 = 20.87%
1536x864  = 8.52%
1440x900  = 6.97%
1280x720  = 4.81%
1600x900  = 4%
1024x768  = 2.59%

**********************************************
Mobile Screen Resolution Stats Worldwide
**********************************************
360 x 640 = 12.98%
414 x 896 = 7.82%
375 x 667 = 6.65%
360 x 780 = 6.02%
360 x 760 = 5.27%
375 x 812 = 5.15%

**********************************************
Tablet Screen Resolution Stats Worldwide
**********************************************
768 x 1024 = 6.11%
1280 x 800 = 7.38%
800 x 1280 = 5.9%
601 x 962 = 5.15%

*/

/**********************************************
Ate 1536px
**********************************************/
@media screen and (max-width: 1536px) {
}

/**********************************************
Ate 1440px
**********************************************/
@media screen and (max-width: 1440px) {
}

/**********************************************
Ate 1366px
**********************************************/
@media screen and (max-width: 1366px) {
	/* Elementos em Geral */
	html {
		font-size: 60.5%;
	}

	/* Header */
	#header {
		padding: 20px 0 40px 0;
	}

	#header #produtos-menu-top {
		padding-top: 100px;
	}

	/* Pag - Home */
	#slider-home {
		margin-top: -130px;
	}

	/* Pag - Sustentabilidade */
	#section-sustentabilidade .icone img {
		max-width: 650px;
	}
}

/**********************************************
Ate 1280px
**********************************************/
@media screen and (max-width: 1280px) {
	/* Elementos em Geral */
	html {
		font-size: 59%;
	}

	/* Header */
	#header {
		padding-left: 25px;
		padding-right: 25px;
	}

	/* Footer */
	#footer {
		padding-left: 25px;
		padding-right: 25px;
	}
}

/**********************************************
Ate 1279px
**********************************************/
@media screen and (max-width: 1279px) {
	/* Header */
	#midias {
		display: none;
	}

	/* Footer */
	#footer .footer-container .footer-content {
		gap: 30px 0;
	}

	#footer div[class^='coluna'] {
		width: 50%;
		padding: 0 25px;
	}

	#footer div.coluna1 {
		width: 75%;
	}

	#footer div.coluna2 {
		width: 25%;
	}

	/* Home */
	#slider-home {
		margin-top: -150px;
	}
}

/**********************************************
Ate 1024px
**********************************************/
@media screen and (max-width: 1024px) {
	/* Elementos HTML em geral */
	html {
		font-size: 56%;
	}

	/* Helper Classes */
	.hidden-lg {
		display: none !important;
	}

	.visible-lg {
		display: block !important;
	}

	.cta a {
		font-size: 1.9rem;
	}

	/* Header */
	#header {
		padding: 25px 25px 40px 25px;
	}

	/* Pagina - Home */
	#section-selecao-home {
		padding: 60px 25px 25px 25px !important;
	}

	#section-video-home {
		padding: 60px 25px 100px 25px !important;
	}

	#section-video-home .sub {
		margin-bottom: 35px;
	}

	#section-video-home .video-wrapper img {
		max-width: 80%;
	}

	#section-sustentabilidade-home {
		padding: 130px 0 0 0;
		background-size: cover;
	}

	/* Pagina - Sobre Nos */
	#section-qs {
		padding: 60px 25px 0 25px !important;
	}

	#linha-texto-intro {
		margin-top: 50px;
		max-width: 100%;
		padding: 40px 25px 15px 25px;
	}

	#section-panducho-qs #faixa-cta {
		margin-left: 25px;
		margin-right: 25px;
	}

	#linha-midias-panducho {
		padding: 15px 25px;
	}

	#section-bracell-papeis {
		padding: 0 25px !important;
	}

	#section-bracell-papeis .vc_row:before {
		margin-bottom: 60px;
	}

	/* Pagina - Sustentabilidade */
	#section-sustentabilidade .tit h1 br {
		display: none;
	}

	#section-sustentabilidade .icone img {
		max-width: 550px;
	}

	#linha-tabs-sustentabilidade {
		padding: 30px 25px 30px 25px !important;
	}

	#linha-tabs-sustentabilidade:before {
		margin-bottom: 60px;
	}

	#tabs-widget .vc_tta-panel-body {
		padding: 50px 35px 15px 35px;
	}

	#tabs-widget ul.vc_tta-tabs-list li a {
		background-position: 10px center;
		background-size: 60px;
		font-size: 25px;
		padding: 20px 7px 15px 73px !important;
	}

	#tabs-widget ul.vc_tta-tabs-list li:nth-child(1) a,
	#tabs-widget ul.vc_tta-tabs-list li:nth-child(4) a {
		background-size: 40px !important;
	}

	#tabs-widget ul.vc_tta-tabs-list li:nth-child(2) a,
	#tabs-widget ul.vc_tta-tabs-list li:nth-child(3) a {
		padding-left: 80px !important;
	}

	/* Pagina - Onde Encontrar */
	#section-onde-encontrar {
		padding: 120px 25px 0 25px !important;
	}

	#linha-mapa .col-esq,
	#linha-mapa .col-dir {
		width: 100%;
	}

	#linha-mapa .col-esq {
		margin: 0 auto 35px auto;
	}

	#linha-mapa .col-esq .wrapper {
		margin: 0 auto;
	}

	#linha-mapa .col-esq img {
		left: 10%;
		width: 160px;
	}

	#linha-mapa .col-dir {
		margin: 0 auto;
	}

	#lojas-online {
		padding-top: 60px;
	}

	/* Pag - Contato */
	#section-contato .col-conteudo > .vc_column-inner > .wpb_wrapper {
		margin-top: 100px;
	}

	#section-faq {
		padding: 60px 25px 25px 25px !important;
	}

	#section-form-contato {
		padding: 25px 25px 150px 25px !important;
	}

	#section-form-contato .vc_row:before {
		margin-bottom: 60px;
	}

	#section-form-contato .sub h2 {
		margin-bottom: 35px;
	}

	#section-form-contato .sub {
		margin-bottom: 35px;
	}

	/* Pag - Produtos */
	.produto-wrapper.folha-dupla {
		padding: 120px 25px 40px 25px !important;
	}

	.produto-selecao .wrapper .num {
		height: 50px;
		width: 50px;
	}

	.produto-foto-design {
		margin-top: 35px;
	}

	.produto-wrapper.folha-simples {
		padding: 80px 25px 45px 25px !important;
	}

	.produto-wrapper .galeria-wrapper img {
		width: 90%;
	}

	#faixa-cta.pag-produtos {
		margin: 30px 25px 80px 25px;
		padding-left: 50px;
		padding-right: 50px;
	}
}

/**********************************************
Fix para Ceular Deitado (Smartphone Landscape)
**********************************************/
@media screen and (max-width: 900px) {
}

/**********************************************
Ate 800px
**********************************************/
@media screen and (max-width: 800px) {
	/* Elementos em Geral */
	html {
		font-size: 50%;
	}

	h1 {
		font-size: 7rem;
	}

	h2 {
		/* font-size: 2.5rem; */
	}

	h3 {
		/* font-size: 2.2rem; */
	}

	h4 {
		/* font-size: 1.8rem; */
	}

	h5 {
		/* font-size: 1.6rem; */
	}

	h6 {
		/* font-size: 1.5rem; */
	}

	p,
	a,
	ol li {
		font-size: 1.9rem;
	}

	/* Helper Classes */
	.hidden-xs {
		display: none !important;
	}

	.visible-xs {
		display: block !important;
	}

	.cta a {
		/* font-size: 1.5rem; */
	}

	.sub h1,
	.title h1 {
		font-size: 7rem;
	}

	.title.big h2,
	.sub.big h2 {
		font-size: 7rem;
	}

	.title h2,
	.sub h2 {
		font-size: 7rem;
	}

	.sub h2 + p {
		/* font-size: 1.5rem;
        margin-top: 5px; */
	}

	.video-wrapper a:after {
		background-size: contain;
		height: 35px;
	}

	/* Header */
	#header {
		background: var(--cor1);
		padding: 15px 15px;
	}

	#header:after {
		/* width: 100%;
        content: '';
        height: 30px;
        display: block;
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: -10px;
        left: 0;
        background: transparent url(images/bg/bg-curva-header.svg) no-repeat
            bottom center;
        background-size: cover; */
	}

	#header-wrapper #logo {
		max-width: 130px;
	}

	/* Footer */
	#footer * {
		font-size: 1.8rem;
	}

	#footer .footer-container .footer-content {
		flex-direction: column;
	}

	#footer div.coluna1 {
		display: flex;
		flex-direction: column;
		gap: 20px;
		text-align: center;
		width: 100%;
	}

	#footer .footer-logo,
	#footer .footer-desc {
		margin: 0 auto;
		max-width: 100%;
	}

	#footer .footer-logo img {
		width: 80%;
	}

	#footer div.coluna2 {
		width: 100%;
	}

	#footer .footer-menu {
		margin-right: 0;
	}

	#footer .footer-menu .menu {
		text-align: center;
	}

	#footer div[class^='coluna'] {
		width: 100%;
	}

	#footer div.coluna3 {
		text-align: center;
	}

	#footer div.coluna4 {
		text-align: center;
	}

	#footer .footer-social .links-wrapper {
		justify-content: center;
	}

	/* Arvores */
	#footer-arvores {
		margin-top: 35px;
	}

	/* Copyright */
	#copyright ul {
		flex-direction: column;
	}
	#copyright ul li {
		border-right: none;
		margin-bottom: 7px;
		padding: 0;
	}

	/* Elementos Que Repetem / Widgets */
	#faixa-cta {
		border-radius: 30px;
		flex-direction: column;
		gap: 20px;
		padding: 20px;
		text-align: center;
	}

	#faixa-cta p {
		text-align: center;
	}

	/* Pagina - Home */
	#slider-home {
		margin-top: 0;
	}

	#section-selecao-home .sub {
		margin-bottom: 50px;
	}

	.regiao-wrapper.home {
		border-radius: 15px;
		margin: 0 auto;
		max-width: 320px;
		padding: 30px 35px 20px 35px;
	}

	.regiao-wrapper.home p {
		font-size: 5rem;
		margin-bottom: 20px;
	}

	.regiao-wrapper.home p br {
		display: none;
	}

	#section-selecao-home .vc_col-sm-6:nth-child(2) {
		margin-top: 35px;
	}

	#section-selecao-home .texto {
		margin-bottom: 25px;
	}

	#section-selecao-home .foto img {
		max-width: 100%;
		width: 80%;
	}

	#section-video-home {
		padding: 60px 15px 120px 15px !important;
	}

	#section-video-home .video-wrapper img {
		max-width: 100%;
	}

	#section-sustentabilidade-home {
		margin-top: -100px;
		padding: 90px 25px 0 25px !important;
	}

	#section-sustentabilidade-home .d-flex {
		flex-direction: column;
	}

	#section-sustentabilidade-home .sub,
	#section-sustentabilidade-home .texto,
	#section-sustentabilidade-home .cta {
		max-width: 400px;
		margin: 0 auto 35px auto;
		text-align: center;
	}

	/* Pag - Sobre Nos */
	#section-qs {
		padding: 60px 15px 0 15px !important;
	}

	#section-qs > .vc_row {
		display: flex;
		flex-direction: column;
	}

	#section-qs .vc_col-sm-5 {
		padding-top: 60px;
		order: 0;
	}

	#section-qs .vc_col-sm-5 .tit {
		text-align: center;
	}

	#section-qs .panda {
		text-align: center;
	}

	#section-qs .panda img {
		max-width: 60%;
	}

	#linha-texto-intro {
		border-radius: 30px;
		margin-left: 0;
		margin-top: 0;
	}

	#linha-texto-intro .tit {
		display: none;
		margin-bottom: 20px;
	}

	#linha-texto-intro .sub {
		margin-bottom: 20px;
	}

	#section-qs .icone img {
		width: 30px;
	}

	#section-panducho-qs {
		background: #e7efed;
		min-height: auto;
		padding-bottom: 25px;
	}

	#section-panducho-qs #faixa-cta {
		margin-bottom: 60px;
	}

	#linha-midias-panducho {
		float: none;
		margin: 0 auto;
		max-width: 340px;
	}

	#section-panducho-qs .visible-xs {
		margin-top: 35px;
	}

	/* Pagina - Sustentabilidade */
	#section-sustentabilidade .icone img {
		max-width: 100%;
		width: 90%;
	}

	#linha-tabs-sustentabilidade .sub h2 + p {
		font-size: 2.2rem;
	}

	#tabs-widget .vc_tta-panel-heading {
		background-color: transparent;
	}

	#tabs-widget .vc_tta-panel-heading h4 a {
		background-color: #f8f8f8;
		background-position: 25px center;
		background-repeat: no-repeat;
		border: 1px solid #a7a7a7;
		/* border-radius: 20px 20px 0px 0px; */
		color: var(--cor1);
		font-family: var(--font-titulos);
		font-size: 32px;
		line-height: 0.6;
		padding: 20px 15px 13px 15px;
		text-transform: uppercase;
	}

	#tabs-widget .vc_active .vc_tta-panel-heading h4 a {
		background-color: var(--cor1);
		border-color: var(--cor1);
		color: #fff;
	}

	#tabs-widget .vc_tta-panel-body {
		border-radius: 0;
		padding: 25px 25px 0 25px;
	}

	#tabs-widget .conteudo h4 {
		margin-bottom: 20px;
	}

	#tabs-widget .vc_tta-panel-heading h4 a,
	#tabs-widget .vc_active .vc_tta-panel-heading h4 a,
	#tabs-widget .vc_tta-panel-body {
		border-radius: 10px;
	}

	/* Pag - Onde Encontrar */
	#section-onde-encontrar {
		padding: 120px 10px 0 10px !important;
	}

	#linha-mapa .col-esq {
		padding-left: 0;
		padding-bottom: 20px;
	}

	#linha-mapa .col-esq img {
		display: none;
	}

	#linha-mapa .col-dir {
		max-width: 100%;
		padding: 20px;
	}

	#linha-mapa .col-dir .col-sm-4 {
		text-align: center;
		width: 50%;
	}

	#linha-mapa .col-dir h3 {
		font-size: 3.2rem;
		line-height: 1.2;
	}

	#linha-mapa .col-dir .wrapper h4 {
		font-size: 2.8rem;
		margin-bottom: 20px;
	}

	#lojas-online {
		padding-top: 40px;
	}

	/* Pag - Contato */
	#section-contato {
		background: #e7efed;
		min-height: auto;
		padding: 25px;
	}

	#section-contato .col-conteudo > .vc_column-inner > .wpb_wrapper {
		margin: 100px auto 0 auto;
		float: none;
	}

	#section-contato .sac-wrapper {
		margin-top: 85px;
		max-width: max-content;
		padding: 15px 40px;
		position: relative;
	}

	#section-contato .sac-wrapper:before {
		background: transparent url(panducho-isolado.png) no-repeat top center;
		background-size: contain;
		content: '';
		display: block;
		height: 80px;
		left: 0;
		margin-top: -60px;
		position: absolute;
		top: 0;
		width: 100%;
	}

	#section-faq {
		padding: 40px 15px 25px 15px !important;
	}

	#faq-widget .vc_tta-panel {
		margin-bottom: 25px;
		padding-bottom: 25px;
	}

	#faq-widget .vc_tta-controls-icon {
		height: 14px;
		width: 14px;
	}

	#faq-widget h4 a {
		padding-left: 36px;
	}

	#faq-widget .vc_tta-panel-body {
		padding-left: 35px;
	}

	#section-form-contato {
		padding: 25px !important;
	}

	body.page-id-148 #footer-arvores {
		background: #e5efee;
		margin-top: 0;
	}

	/* Pag - Produtos */
	.produto-wrapper.folha-dupla {
		/* padding: 120px 0 60px 0 !important; */
		padding: 100px 0 60px 0 !important;
	}

	.galeria-wrapper {
		text-align: center;
	}

	.produto-wrapper .container {
		padding: 0 20px;
	}

	.produto-wrapper .linha-d-flex {
		display: flex;
		flex-direction: column;
	}

	.produto-wrapper .linha-d-flex .col-md-7 {
		order: 1;
	}

	.produto-wrapper .linha-d-flex .col-md-5 {
		order: 2;
	}

	.produto-infos {
		border-radius: 20px;
		margin-bottom: 30px;
		padding: 30px 15px 25px 25px;
	}

	.produto-infos h1 {
		background-size: 80px;
		font-size: 3.2rem;
		padding-right: 100px;
	}

	.produto-infos h1 span {
		font-size: 6.4rem;
	}

	.produto-selecao-wrapper {
		/* margin-bottom: 25px; */
		margin-bottom: 15px;
	}

	.produto-selecao .wrapper {
		padding: 0;
	}

	.produto-selecao .wrapper:nth-child(1) {
		padding-right: 15px;
		margin-right: 15px;
	}

	.produto-selecao .wrapper .tipo span {
		font-size: 2rem;
	}

	#faixa-cta.pag-produtos {
		padding: 25px;
	}

	/* Folha Simples */
	.produto-wrapper.folha-simples {
		/* padding: 80px 10px 45px 10px !important; */
		padding: 40px 10px 45px 10px !important;
	}

	.folha-simples .produto-infos {
		margin-bottom: 25px;
	}

	/* Fix Nordeste */
	.nordeste .folha-dupla .produto-selecao {
		margin-top: 20px;
	}

	.nordeste .produto-selecao .wrapper:nth-child(1) {
		border-right: 2px solid #a7a7a7;
		margin-right: 15px;
		padding-right: 15px;
	}

	.nordeste #folha-simples .produto-selecao .wrapper:nth-child(2) {
		border-right: 2px solid #a7a7a7;
		margin-right: 15px;
		padding-right: 15px;
	}

	.nordeste .folha-dupla .produto-infos {
		margin-bottom: 10px;
	}

	/* Pag - Politica de Privacidade */
	#politica-wrapper {
		padding: 120px 25px 25px 60px;
	}
}

/**********************************************
Ate 480px
**********************************************/
@media screen and (max-width: 480px) {
	/* Pag - Produtos */
	.produto-selecao .wrapper .num {
		font-size: 4rem;
		height: 40px;
		width: 40px;
	}
}
