@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reckless Neue';
    src: url('../fonts/RecklessNeue-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Reckless Neue';
    src: url('../fonts/RecklessNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reckless Neue';
    src: url('../fonts/RecklessNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reckless Neue Book';
    src: url('../fonts/RecklessNeue-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reckless Neue';
    src: url('../fonts/RecklessNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


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

:root {
  --verde-padrao: #0D5244;
  --verde-escuro: #172623;
  --verde-claro: #daf14b;
}

p, span, input, a{
	font-family: 'Product Sans', sans-serif;
	letter-spacing: 0.2px;
}

body {
	background-color: #f3f2ed !important;
}

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


/* 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;
}

.mobileonly {
	display: none;
}

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

#construcao {
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: #f3f2ed;
	/* height: 100vh; */
	overflow: hidden;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
}

.logo {
	max-width: 220px;
	margin-bottom: 40px;
	padding-left: 40px;
}

.text-card-wrapper-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.card-top {
	background-color: #0D5244;
	border-radius: 30px;
	padding: 25px;
	max-width: 310px;
}

.card-top .icon-card {
	text-align: right;
	width: 100%;
	margin-bottom: 1rem;
}

.card-top .icon-card img {
	text-align: right;
    max-width: 60px;
}

.cards-wrapper-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.text-main h1 {
	font-family: 'Reckless Neue', serif;
	font-size: 105px;
	text-align: center;
	line-height: 90px;
	max-width: 80%;
	font-weight: 400;
	margin-right: auto;
}

.text-main h1 span {
	position: relative;
	right: 12.5rem;
	font-family: 'Reckless Neue', serif;
}

.card-top .text-card p {
	color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}

.card-left {
    background-color: #d8d0c3;
    padding: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 336px;
    max-width: 410px;
    border-radius: 20px;
}

.text-card-left p {
	color: #172623;
}

.wrapper-cards-middle {
	display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
}

.card-top-middle {
	background-color: #0D5244;
	border-radius: 30px;
	padding: 35px;
	text-align: center;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon-card-middle {
	width: 60px;
}

.card-bottom-middle {
	background-color: #172623;
	border-radius: 30px;
	padding: 25px;
	text-align: center;
	height: 160px;
	display: flex;
	justify-content: center;
	max-width: 210px;
	flex-direction: column;
}

.text-card-bottom-middle p {
	text-align: left;
	color: #fff;
	font-size: 15px;
}

.link-card-bottom-middle a {
	    width: 100%;
	    color: #fff;
	    text-decoration: unset;
	    padding: 8px 16px;
	    border: 1px solid #fff;
	    border-radius: 18px;
	    display: block;
	    transition: all .3s;
}


.link-card-bottom-middle a:hover {
	background-color: #daf14b;
	color: #0d5244;
	text-decoration: unset;
}

.card-newsletter {
	 width: 100%;
	 height: auto;
	 background-color: #daf14b;
	 border-radius: 30px;
	 position: relative;
	 bottom: 2.8rem;
}

.text-card-newsletter {
	padding: 20px 40px;
}

.text-card-newsletter > p {
	font-family: 'Reckless Neue', serif;
    font-size: 37px;
    color: #0d5244;
    line-height: 36px;
    max-width: 100%;
}

.form-newsletter input {
	background-color: transparent;
    border: 1px solid #0d5244;
    border-radius: 30px;
    height: 40px;
    display: flex;
    width: 100%;
    padding-left: 20px;
    color: #0d5244;
}


.form-newsletter input::placeholder {
	color: #0d5244;
}

.form-newsletter label {
	width: 100%;
	margin-bottom: 0;
}

.form-newsletter br {
	display: none;
}

.form-newsletter input.wpcf7-submit {
	background-color: #0D5244;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	padding: 0;
	text-align: center;]
	display: flex;
    justify-content: center;
    align-items: center;
}

form p {
	margin-bottom: 8px;
}

.wpcf7-checkbox .wpcf7-list-item {
	display: flex;
	gap: 0;
	margin: 0;
}

/* Oculta o checkbox real */
.wpcf7 .custom-checkbox input[type="checkbox"] {
  display: none;
}

/* Estiliza o rÃ³tulo */
.wpcf7 .custom-checkbox {
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  user-select: none;
}

/* CÃ­rculo externo */
.wpcf7 .custom-checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #0d5244;
  border-radius: 50%;
  box-sizing: border-box;
}

/* CÃ­rculo interno se checado */
.wpcf7 .custom-checkbox input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  left: -25px;
  top: 20%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background-color: #0d5244;
  border-radius: 50%;
}
.wpcf7-list-item-label {
	color: #0D5244;
}

.wpcf7-not-valid-tip {
	font-size: 12px !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    margin: 0;
    border-radius: 20px;
}


@media (min-width: 769px) and (max-width: 1400px) {
	
	.text-main h1 {
		font-family: 'Reckless Neue', serif;
		font-size: 85px;
		text-align: center;
		line-height: 90px;
		max-width: 60%;
		font-weight: 400;
		margin-left: 4rem;
	}
	
	.text-card-newsletter > p {
		font-family: 'Reckless Neue', serif;
		font-size: 34px; 
	}
	
	.text-card-newsletter > p {
        font-family: 'Reckless Neue', serif;
        font-size: 32px;
        max-width: 100%;
    }
	
	 .text-main h1 {
        font-family: 'Reckless Neue', serif;
        font-size: 70px;
        text-align: center;
        line-height: 67px;
        margin-bottom: 30px;
	}
	
	p {
		font-size: 14px;
	}
	
	.card-left {
		background-color: #d8d0c3;
		padding: 33px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 338px;
		max-width: 380px;
		border-radius: 20px;
	}
	
	.card-bottom-middle,
	.card-top-middle {
		height: 160px;
	}
	
	.card-top {
		background-color: #0D5244;
		border-radius: 30px;
		padding: 25px;
		max-width: 290px;
	}
	
	.logo {
		max-width: 200px;
		margin-bottom: 40px;
		padding-left: 20px;
	}
	
		.form-newsletter label {
		width: 100%;
		margin-bottom: 0;
		line-height: 17px;
	}
	
	.wpcf7 .custom-checkbox {
		padding-left: 20px;
	}

	.wpcf7 .custom-checkbox::before {
		top: 28%;
		transform: translateY(-50%);
		width: 12px;
		height: 12px; 
	}
	
	.wpcf7-list-item-label {
		color: #0D5244;
		font-size: 13px;
	}
	
	.wpcf7 .custom-checkbox input[type="checkbox"]:checked + span::after {
		content: "";
		position: absolute;
		left: -18px;
		top: 28%;
		transform: translateY(-50%);
		width: 8px;
		height: 9px;
		background-color: #0d5244;
		border-radius: 50%;
	}
	
	.card-top .icon-card img {
		text-align: right;
		max-width: 50px;
	}
	
	.card-newsletter {
		width: 100%;
		height: auto;
		background-color: #daf14b;
		border-radius: 30px;
		position: relative;
		bottom: 2.3rem;
	}
	
	#construcao {
		padding-top: 30px;
		padding-bottom: 0px; 
	}

	
}

@media screen and (max-width: 768px) {
	
	.text-main h1 {
		font-family: 'Reckless Neue', serif;
		font-size: 60px;
		text-align: left;
		line-height: 70px;
		max-width: 99%;
		font-weight: 400;
		margin: auto;
	}

	.text-main h1 span {
		position: relative;
		right: 0;
		font-family: 'Reckless Neue', serif;
	}
	
	.text-card-wrapper-top {
		flex-direction: column;
		gap: 30px;
	}
	
	.cards-wrapper-bottom {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 30px;
		flex-direction: column;
	}
	
	.card-top {
		max-width: 100%;
	}
	
	.wrapper-cards-middle {
		display: flex;
		gap: 16px;
			flex-direction: row;
		justify-content: space-between;
	}
	
	.text-card-newsletter {
		padding: 20px 20px;
	}
	
	.card-newsletter {
		bottom: 0;
	}
	
	.logo {
		padding-left: 20px;
		margin-bottom: 27px;
	}
	
	.card-top .text-card p {
		font-size: 16px;
	}
	
	.text-card-newsletter > p {
		font-size: 30px;
		color: #0d5244;
		line-height: 36px;
		max-width: 100%;
	}
	
	.text-main {
		width: 100%;
	}
	
	
}


@media screen and (max-width: 390px) {
	
	.wrapper-cards-middle {
		flex-wrap: wrap;
	}
	
	.text-main h1 {
        font-family: 'Reckless Neue', serif;
        font-size: 50px;
        text-align: left;
        line-height: 64px;
        max-width: 100%; 
	}
	
	.card-top-middle,
	.card-bottom-middle {
		width: 100%;
		max-width: 100%;
	}
}

/* Home */

.header-mobile {
	display: none;
}

body.page-template-homepage {
	padding: 0 10px;
}

.container-fluid {
	padding: 0;
}

.site-wrapper {
	background: var(--verde-escuro);
	border-radius: 40px;
	padding: 40px !important;
	margin-top: 10px;
}

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

#header {
	background-color: #f3f2ed;
	border-radius: 50px;
}

.header-desktop {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
}

.logo-header img {
	max-width: 160px;
	width: 100%;
}

.categorias-header ul {
	display: flex;
	padding: 0;
	margin: 0;
	gap: 25px;
}

.categorias-header ul li a {
	color: var(--verde-escuro);
	font-size: 14px; 
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.page-template-homepage .categorias-header ul li a.home {
	font-weight: 600;
}

.page-template-quem-somos .categorias-header ul li a.quem-somos {
	font-weight: 600;
}

.page-template-servicos .categorias-header ul li a.servicos {
	font-weight: 600;
}

.page-template-trabalhe-conosco .categorias-header ul li a.trabalhe-conosco {
	font-weight: 600;
}

.page-template-cotacao .categorias-header ul li a.cta-cotacao-header {
	font-weight: 600;
}

.page-template-homepage .nav-mob ul li a.home {
	font-weight: 600;
}

.page-template-quem-somos .nav-mob ul li a.quem-somos {
	font-weight: 600;
}

.page-template-servicos .nav-mob ul li a.servicos {
	font-weight: 600;
}

.page-template-trabalhe-conosco .nav-mob ul li a.trabalhe-conosco {
	font-weight: 600;
}

.page-template-cotacao .nav-mob ul li a.cta-cotacao-header {
	font-weight: 600;
}

.categorias-header ul li a:hover {
	text-decoration: unset;
}

.cta-cotacao-header {
	background-color: var(--verde-claro);
	padding: 8px;
	border-radius: 14px;
}

#hero {
	margin-top: 20px;
	margin-bottom: 20px;
}

.wrapper-hero {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.wrapper-hero > .hero-left-coletiva,
.wrapper-hero > .hero-right-coletiva {
  flex: 1 1 0;        
  min-width: 0;
  border-radius: 50px;
}

.wrapper-hero > .hero-right-coletiva {
	background-color: var(--verde-padrao);
	justify-content: center;
    align-items: center;
    display: flex;
}

.text-hero {
	padding: 60px;
}

.text-hero h1 {
	color: #f3f2ed;
	font-size: 74px;
	line-height: 74px;
	font-weight: 400;
	font-family: 'Reckless Neue', serif;
}

.text-hero h2 {
	font-size: 21px;
	font-weight: 400;
	color: #f3f2ed;
	font-family: 'Reckless Neue', serif;
}

.hero-left-coletiva img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blocos {
  display: flex;
  gap: 20px;
}

.blocos .bloco {
  flex: 1;
  border-radius: 25px;
  overflow: hidden; /* imagem nÃ£o vaza */
  display: flex;
}

.blocos .bloco-texto {
  background: var(--verde-claro);
}

.blocos .bloco-texto .conteudo {
  padding: 40px;
  margin: auto; /* centraliza dentro */
}


.blocos .bloco-texto .conteudo h2 {
	color: var(--verde-escuro);
	font-size: 43px;
	line-height: 46px;
	font-weight: 400;
	font-family: 'Reckless Neue', serif;
}

.blocos .bloco-texto .conteudo p {
	line-height: 1.5;
	color: var(--verde-escuro);
	letter-spacing: 0.3px;
	font-size: 15px;
	font-family: "Product Sans", sans-serif !important;
}

.blocos .bloco-texto .conteudo p span {
	color: var(--verde-escuro);
	font-weight: 600;
}

.blocos .bloco-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#raiz {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: var(--verde-padrao);
	border-radius: 50px;
	padding: 70px 0;
}

#raiz .row {
	align-items: center;
}

.icon-raiz {
	position: relative;
	text-align: center;
}

.icon-raiz h3 {
	position: absolute;
	left: 24%;
	top: 25%;
	text-align: left;
	font-size: 40px;
	color: #f3f2ed;
	max-width: 213px;
	font-family: 'Reckless Neue', serif;
}

.icon-raiz img {
	max-width: 170px;
	margin: auto;
}

.text-wrapper-raiz {
	max-width: 80%;
}

.text-raiz h4 {
	color: #f3f2ed;
	margin-bottom: 20px;
	font-family: 'Reckless Neue', serif;
	font-weight: 400;
	line-height: 30px;
}

.text-raiz p {
	color: #f3f2ed;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 19px;
	max-width: 85%;
	letter-spacing: 1px;
}

.cta-cotacao {
	position: relative;
	top: 20px;
}

.cta-cotacao a {
	background-color: var(--verde-claro);
    padding: 10px 18px;
    border-radius: 14px;
	color: var(--verde-escuro);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}

.cta-cotacao a:hover {
	text-decoration: unset;
}

.title-servicos h3 {
	background: var(--verde-claro);
    padding: 20px 40px;
    margin: auto;
    border-radius: 20px;
    color: var(--verde-escuro);
    font-family: 'Reckless Neue', serif;
    font-size: 40px;
}

.wrapper-servicos {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.card-servico {
	background-color: #d7d0c5;
	border-radius: 25px;
	padding: 35px 44px;
	width: 100%;
}

.icon-servico img {
	max-width: 100px;
	width: 100%;
	margin-bottom: 25px;
}

.title-servico h3 {
	color: var(--verde-padrao);
	font-size: 22px;
	margin-bottom: 24px;
	font-weight: 500;
	font-family: 'Reckless Neue', serif;
}

.text-servico p {
	line-height: 1.5;
	color: var(--verde-padrao);
	letter-spacing: 0.3px;
	font-size: 15px;
	font-family: "Product Sans", sans-serif !important;
	font-weight: 400;
	margin-bottom: 0;
}

#servicos {
	margin-top: 20px;
	margin-bottom: 20px;
}


.left-diferenciais {
	background-color: var(--verde-claro);
}

.left-diferenciais {
	background-image: var(--verde-claro);
	padding: 50px;
	border-radius: 35px;
}

#sobre {
	margin-top: 20px;
	margin-bottom: 20px;
}

.wrapper-sobre {
	background-color: #f3f2ed;
	padding: 60px;
	display: flex;
	align-items: center;
	border-radius: 30px;
	padding-bottom: 75px;
}

.title-diferenciais h3 {
	font-size: 40px;
	max-width: 57%;
	font-weight: 500;
	line-height: 43px;
	margin-bottom: 16px;
	color: var(--verde-escuro);
	font-family: 'Reckless Neue', serif;
}

.subtitle-diferenciais h4 {
	font-size: 22px;
	color: var(--verde-escuro);
	margin-bottom: 21px;
	font-family: 'Reckless Neue', serif;
	font-weight: 400;
}

.text-diferenciais p {
	line-height: 1.5;
	color: var(--verde-escuro);
	letter-spacing: 0.3px;
	font-size: 15px;
	font-family: "Product Sans", sans-serif !important;
	font-weight: 400;
	margin-bottom: 30px;
}

.text-especial-diferenciais p {
	letter-spacing: 0.4px;
	font-size: 14px;
	color: var(--verde-escuro);
	font-weight: 600;
}

.cta-cotacao-verde a {
    background-color: var(--verde-padrao);
    padding: 10px 18px;
    border-radius: 14px;
    color: var(--verde-claro);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.cta-cotacao-verde a:hover {
	text-decoration: unset;
}

.cta-cotacao-verde {
	margin-top: 35px;
}

.img-diferenciais {
	width: 100%;
	height: 100%;
	border-radius: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url('../imgs/home/img-sobre-coletiva.png');
	background-size: cover;
	background-position-x: center;
	background-position-y: -7.5rem;
	filter: saturate(1.3);
}

.text-central p {
	color: #f3f2ed;
	font-size: 62px;
	font-weight: 500;
	font-family: 'Reckless Neue', serif;
}

.right-sobre {
	margin-left: 7rem;
	margin-right: 4rem;
}

.logo-raizes img {
	    width: 190px;
	transition: all .3s;
}

.logo-raizes img:hover {
	transform: scale(1.1);
}

.title-sobre h3 {
	font-size: 22px;
	color: var(--verde-escuro);
	margin-bottom: 21px;
	max-width: 80%;
	font-family: 'Reckless Neue', serif;
}

.conteudo-sobre p {
	line-height: 1.5;
	color: var(--verde-escuro);
	letter-spacing: 0.3px;
	font-size: 15px;
	font-family: "Product Sans", sans-serif !important;
	font-weight: 400;
	margin-bottom: 20px;
}

.conteudo-sobre p a {
	letter-spacing: 0.4px;
	font-size: 14px;
	color: var(--verde-escuro);
	text-decoration: underline;
	font-weight: 600;
	background-color: var(--verde-claro);
	border-radius: 10px;
	padding: 2px;
}

/* Footer */

.wrapper-footer {
	padding: 60px;
	background: var(--verde-padrao);
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.coluna-footer {
	width: 100%;
}

.logo-footer img {
	max-width: 150px;
	width: 100%;
	margin-bottom: 30px;
}

.imgs-empresa {
	display: flex;
	align-items: center;
	gap: 16px;
}

.imgs-empresa img {
	max-width: 68px;
}

.imgs-empresa a:last-child img {
	max-width: 70px;
}

.descricao-footer p,
.empresas-grupo p {
	line-height: 1.5;
	color: #fff;
	letter-spacing: 0.5px;
	font-size: 14px;
	font-family: "Product Sans", sans-serif !important;
	font-weight: 400;
	margin-bottom: 20px
}

.empresas-grupo p {
	margin-bottom: 10px;
}

.sitemap-footer ul li {
	margin-bottom: 20px;
}

.sitemap-footer ul li:last-child {
	margin-bottom: 0;
}

.sitemap-footer ul li a {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}

.fale-conosco p {
	letter-spacing: 0.4px;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 30px;
}

.logo-gptw img {
	max-width: 120px;
}

.infos-principais {
	margin-right: 60px;
}

.endereco p {
	max-width: 160px;
	line-height: 1.6;
	margin-bottom: 0;
}

.fale-conosco {
	position: relative;
	left: 2rem;
}

#alem {
	margin-top: 20px;
}

.wrapper-alem  {
	background: #cec6ba;
	padding: 30px 40px;
	margin: auto;
	border-radius: 20px;
	margin-bottom: 20px;
	padding-bottom: 65px;
}

.title-alem h3 {
	color: var(--verde-escuro);
	font-family: 'Reckless Neue', serif;
	font-size: 45px;
	font-weight: 400;
	text-align: center;
}

.text-alem p {
	font-size: 26px;
    max-width: 85%;
    letter-spacing: 1px;
    line-height: 32px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 20px;
    color: var(--verde-escuro);
    font-family: 'Reckless Neue', serif;
}

.wrapper-alem .cta-cotacao {
    text-align: center;
}

/* Serviços */

.wrapper-hero-servicos { 
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.wrapper-hero-servicos .hero-left-coletiva {
  flex: 2;
  min-width: 0;
  border-radius: 50px;
	height: 480px;
}

.wrapper-hero-servicos .hero-left-coletiva img {
	  border-radius: 30px;
}

.wrapper-hero-servicos .hero-right-coletiva {
  flex: 8;
  min-width: 0;
  border-radius: 50px;
	background-color: var(--verde-padrao);
    justify-content: center;
    align-items: center;
    display: flex;
}

.wrapper-hero-servicos .text-hero h1 {
    color: #f3f2ed;
    font-size: 74px;
    line-height: 74px;
    font-weight: 400;
    font-family: 'Reckless Neue', serif;
    margin-bottom: 25px;
    max-width: 90%;
}

.page-template-servicos .blocos .bloco-texto .conteudo h2 {
    color: var(--verde-escuro);
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Reckless Neue', serif;
}


.page-template-servicos .blocos .bloco {
    height: 260px;
}

.page-template-servicos .cta-cotacao-verde a {
	color: #fff;
}


.wrapper-card-servico { 
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.wrapper-card-servico .servico-left-coletiva {
  flex: 2;
  min-width: 0;
  border-radius: 50px;
}

.wrapper-card-servico .servico-left-coletiva img {
	  border-radius: 30px;
	width: 100%;
}

.wrapper-card-servico .servico-right-coletiva {
  flex: 8;
  min-width: 0;
  border-radius: 50px;
	background-color: var(--verde-padrao);
    justify-content: center;
    align-items: center;
    display: flex;
}

.wrapper-card-servicos {
	margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#servicos-detalhes .wrapper-card-servico .servico-right-coletiva {
    flex: 8;
    min-width: 0;
    border-radius: 50px;
    background-color: #edebe5;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 40px;
}

.text-card-servico h3 {
	    color: var(--verde-escuro);
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Reckless Neue', serif;
    margin-bottom: 20px;
}

.text-card-servico p {
	color: var(--verde-escuro);
    letter-spacing: 0.3px;
    font-size: 17px;
    font-family: "Product Sans", sans-serif !important;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 25px;
    width: 90%;
}

/* Quem Somos */

.wrapper-hero-quem-somos .hero-right-coletiva {
    min-width: 0;
    border-radius: 50px;
    background-image: url('../imgs/quem-somos/hero-quem-somos.png');
	background-position: center;
    justify-content: center;
    align-items: center;
    display: flex;
	height: 600px;
	background-size: cover;
}

.page-template-quem-somos .bloco-foto {
	background-color: #0D5244;
    border-radius: 30px;
    padding: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	flex: 3;
}

.page-template-quem-somos .bloco-texto {
	flex: 7;
}

.page-template-quem-somos .blocos .bloco-foto img {
	object-fit: contain;
	    width: 140px;
}

.page-template-quem-somos .blocos .bloco-texto .conteudo h2 {
    color: var(--verde-escuro);
    font-size: 23px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Reckless Neue', serif;
    margin-bottom: 20px;
}

.page-template-quem-somos .blocos .bloco-texto p {
	    color: var(--verde-escuro);
    letter-spacing: 0.3px;
    font-size: 16px;
    font-family: "Product Sans", sans-serif !important;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 25px;
    width: 91%;
}

#timeline {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #cdc5b9;
	border-radius: 20px;
	padding: 80px 60px;
}

.item-timeline {
	display: flex;
	gap: 30px;
	margin-bottom: 60px;
}

.logo-timeline img {
	width: 100px;
	margin-left: 40px;
}

.title-timeline {
	position: relative;
}

.title-timeline h3 {
	 font-size: 94px;
	 line-height: 64px;
	 font-weight: 400;
	 font-family: 'Reckless Neue', serif;
	 transform: rotate(270deg);
	 width: 100%;
	 position: absolute;
	 left: -14rem;
	 top: 28rem;
	 width: max-content;
	 height: auto;
	 color: var(--verde-escuro);
}

.title-ano-timeline h4 {
	    font-family: 'Reckless Neue', serif;
    font-weight: 600;
    color: var(--verde-escuro);
    margin-bottom: 40px;
}

.text-timeline p {
	color: var(--verde-escuro);
    letter-spacing: 0.3px;
    font-size: 16px;
    font-family: "Product Sans", sans-serif !important;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 25px;
}


.text-timeline p a {
	font-weight: 600;
	color: var(--verde-escuro);
}

.title-ano-timeline {
	position: relative;
}

.title-ano-timeline:after {
	content: "";
	position: absolute;
	bottom: -1rem;
	left: -3rem;
	height: 5px; 
	background-color: #fff;
	border-radius: 6px; 
	width: 350px;
}

.title-ano-timeline:before {
	content: "";
    position: absolute;
    bottom: -24px;
    left: -57px;
    height: 25px;
    background-color: #fff;
    border-radius: 100%;
    width: 25px;
}

.right-timeline {
	padding-left: 5rem;
}

.timeline-wrapper {
	position: relative;
}

.timeline-wrapper:after {
	content: "";
	position: absolute;
	top: 30px;
	left: 12.7rem;
	height: 100%;
	background-color: #fff;
	border-radius: 6px;
	width: 5px;
}

.ano-2001 .logo-timeline img {
	position: relative;
	top: 30px;
}

.ano-2007 .logo-timeline img {
	
}

.ano-2021 .logo-timeline img{
	
}

.ano-2024 .logo-timeline img {
	
}

.ano-2025 .logo-timeline img {
	position: relative;
	top: 30px;
}


/* Cotação */

.wrapper-hero-cotacao {
    display: flex;
    align-items: stretch;
    gap: 20px;
}

.wrapper-hero-cotacao .hero-left-coletiva {
  flex: 4;
  min-width: 0;
  border-radius: 50px;
	height: auto;
}

.wrapper-hero-cotacao .hero-left-coletiva img {
	  border-radius: 30px;
}

.wrapper-hero-cotacao .hero-right-coletiva {
  flex: 6;
  min-width: 0;
  border-radius: 50px;
	background-color: var(--verde-padrao);
    justify-content: center;
    align-items: center;
    display: flex;
}

.wrapper-hero-cotacao .text-hero {
    padding-right: 160px;
	    padding-bottom: 95px;
}

.wrapper-hero-cotacao .cta-cotacao a {
    color: var(--verde-padrao); 
}


.page-template-cotacao #mosaico {
	margin-bottom: 20px;
}

.page-template-cotacao .blocos-cotacao {
    display: flex;
    gap: 20px;
}

.page-template-cotacao .bloco-foto {
    flex: 4;
    min-width: 0;
    border-radius: 50px;
    background-color: #cec6ba;
    justify-content: center;
    align-items: center;
    display: flex;
	padding: 60px 0;
}

.page-template-cotacao .bloco-foto img {
	max-width: 60%;
	margin: auto;
}

.page-template-cotacao .bloco-form {
    flex: 6;
    min-width: 0;
    border-radius: 50px;
    background-color: #edebe5;
    justify-content: center;
    align-items: center;
    display: flex;
	    padding: 20px 60px;
	padding-top: 50px;
	flex-direction: column;
}

.bloco-form input {
	background-color: transparent;
    border: 1px solid #0d5244;
    border-radius: 30px;
    height: 40px;
    display: flex;
    width: 100%;
    padding-left: 20px;
    color: #0d5244;
	font-weight: 500;
}

.title-form h3 {
	    font-family: 'Reckless Neue', serif;
	margin-bottom: 20px;
}


.bloco-form textarea {
	background-color: transparent;
    border: 1px solid #0d5244;
    border-radius: 30px;
    height: 100px;
    display: flex;
    width: 100%;
    padding-left: 20px;
    color: #0d5244;
	font-weight: 500;
	padding-top: 10px;
	margin-bottom: 15px;
}

.bloco-form textarea::placeholder {
	color: #0d5244;
}

.bloco-form .wpcf7 .custom-checkbox {
	margin-bottom: 15px;
}

.bloco-form .wpcf7-not-valid-tip {
    font-size: 12px !important;
    padding-left: 11px;
    margin-top: 10px;
    position: relative;
    bottom: 5px;
}


.bloco-form input::placeholder {
	color: #0d5244;
}

.bloco-form label {
	width: 100%;
	margin-bottom: 0;
}

.bloco-form br {
	display: none;
}

.bloco-form input.wpcf7-submit {
	background-color: #0D5244;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	padding: 0;
	text-align: center;]
	display: flex;
    justify-content: center;
    align-items: center;
}

form p {
	margin-bottom: 8px;
}

.wpcf7-checkbox .wpcf7-list-item {
	display: flex;
	gap: 0;
	margin: 0;
}

/* Oculta o checkbox real */
.wpcf7 .custom-checkbox input[type="checkbox"] {
  display: none;
}

/* Estiliza o rótulo */
.wpcf7 .custom-checkbox {
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  user-select: none;
}

/* Círculo externo */
.wpcf7 .custom-checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #0d5244;
  border-radius: 50%;
  box-sizing: border-box;
}

/* Círculo interno se checado */
.wpcf7 .custom-checkbox input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  left: -25px;
  top: 20%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background-color: #0d5244;
  border-radius: 50%;
}
.wpcf7-list-item-label {
	color: #0D5244;
}

.wpcf7-not-valid-tip {
	font-size: 12px !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    margin: 0;
    border-radius: 20px;
}

.page-template-trabalhe-conosco .hero-left-coletiva img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50px;
}

footer a {
		color: #fff !important;
	}


/* estado inicial (escondido) */
.text-hero {
  opacity: 0;
  transform: translateY(12px);
}

/* animação aplicada após o load */
.text-hero.is-visible {
  opacity: 1;
  transform: none;
  transition: opacity .6s ease, transform .6s ease;
}

/* leve “stagger” entre h1 e h2 */
.text-hero h1,
.text-hero h2 {
  opacity: 0;
  transform: translateY(10px);
}

.text-hero.is-visible h1 {
  opacity: 1;
  transform: none;
  transition: opacity .6s ease .05s, transform .6s ease .05s;
}

.text-hero.is-visible h2 {
  opacity: 1;
  transform: none;
  transition: opacity .6s ease .18s, transform .6s ease .18s;
}

/* acessibilidade: reduz animação para quem prefere menos movimento */
@media (prefers-reduced-motion: reduce) {
  .text-hero,
  .text-hero h1,
  .text-hero h2 {
    transition: none !important;
    transform: none !important;
  }
}


/* estado inicial dos cards */
.wrapper-servicos .card-servico {
  opacity: 0;
  transform: translateY(14px);
}

/* quando visível */
.wrapper-servicos .card-servico.is-visible {
  opacity: 1;
  transform: none;
  transition: opacity .6s ease, transform .6s ease;
}

/* elementos internos com leve stagger */
.wrapper-servicos .card-servico .icon-servico,
.wrapper-servicos .card-servico .title-servico,
.wrapper-servicos .card-servico .text-servico {
  opacity: 0;
  transform: translateY(10px);
}

.wrapper-servicos .card-servico.is-visible .icon-servico.reveal,
.wrapper-servicos .card-servico.is-visible .title-servico.reveal,
.wrapper-servicos .card-servico.is-visible .text-servico.reveal {
  opacity: 1;
  transform: none;
  transition: opacity .55s ease var(--delay, 0ms),
              transform .55s ease var(--delay, 0ms);
}

/* acessibilidade: reduz movimento se preferido */
@media (prefers-reduced-motion: reduce) {
  .wrapper-servicos .card-servico,
  .wrapper-servicos .card-servico .icon-servico,
  .wrapper-servicos .card-servico .title-servico,
  .wrapper-servicos .card-servico .text-servico {
    transition: none !important;
    transform: none !important;
  }
}

@media screen and (max-width: 769px) {
	
	.mobileonly {
		display: block;
	}
	
	body {
		padding: 0 5px !important;
	}
	
	footer a {
		color: #fff !important;
	}
	
	.wrapper-hero > .hero-left-coletiva, .wrapper-hero > .hero-right-coletiva,
	.hero-left-coletiva img {
		border-radius: 30px;
	}
	
	.header-desktop {
		display: none;
	  }
	
	  .header-mobile {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px;
	  }
	
	#menu-mobile {
		width: 90%;
		height: 100vh;
		background: #f3f2ed;
		padding-left: 2rem;
		padding-top: 2rem;
		padding-bottom: 2rem;
		position: absolute;
		top: 0;
		left: -100%;
		transition-property: left;
		transition-duration: 1s;
		z-index: 2;
		box-shadow: 0px 0px 10px #00000033;
		border-radius: 30px;
		}
	
	  .nav-mob {
    padding-top: 5rem;
  }

  .nav-mob ul li {
    margin-bottom: 1.8rem;
  }

  .nav-mob ul li a {
    color: var(--verde-escuro);
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: uppercase;
  }
	
	.social-media ul li a {
		color: #fff;
	}

  .logo-menu-mobile {
    position: absolute;
    top: 2rem;
	width: 50%;
  }
	
	.close-menu-mob {
		    position: absolute;
		right: 2rem;
		top: 2.2rem;
	}
	
	.close-menu-mob button {
		background: unset;
		border:unset; 
	}
	
	.close-menu-mob button svg {
		width: 15px;
	}
	
	.nav-mob ul {
		padding-left: 0;
	}
	
	.wrapper-hero {
		flex-direction: column-reverse;
	}
	
	.site-wrapper {
		padding: 20px !important;
	}
	
	.text-hero h1 {
		color: #f3f2ed;
		font-size: 54px;
		line-height: 57px;
		font-weight: 500;
	}
	
	.text-hero h2 {
		font-size: 19px;
		line-height: 25px; 
	}
	
	.blocos {
		flex-direction: column;
	}
	
	.blocos .bloco-texto .conteudo h2 {
		font-size: 41px;
	}
	
	.text-wrapper-raiz {
		margin: auto;
		margin-top: 30px; 
		max-width: 100%;
    	padding: 0;
		padding-bottom: 40px;
	}
	
	.icon-raiz {
		position: relative;
		text-align: left;
	} 
	
	
	.icon-raiz h3 {
		position: absolute;
		left: 0; 
	}
	
	.wrapper-servicos {
		flex-direction: column-reverse;
	}
	
	.img-diferenciais {
		height: 400px;
    	margin-top: 20px;
		background-size: cover;
        background-position: center;
	}
	
	.wrapper-sobre {
		flex-direction: column;
		padding: 30px;
	}
	
	.left-diferenciais {
		padding: 30px;
	}
	
	.title-sobre h3 {
		max-width: 100%;
	}
	
	.title-diferenciais h3 {
		font-size: 32px;
		max-width: 100%;
		font-weight: 500;
		line-height: 38px; 
	}
	
	.subtitle-diferenciais h4 {
    	font-size: 18px; 
	}
	
	.logo-raizes img {
		width: 100%
	}
	
	.right-sobre {
		margin-left: 0;
        margin-top: 70px;
        margin-right: 0;
        max-width: 80%;
	}
	
	.wrapper-footer {
		flex-direction: column;
		padding: 30px;
		padding-top: 50px;
	}
	
	.infos-principais {
		margin-right: 0;
	}
	
	.icon-servico img {
    	max-width: 80px;
	}
	
	.card-servico {
    	padding: 30px;
	}
	
	.coluna-footer {
		margin-bottom: 30px;
	}
	
	.fale-conosco {
		left: 0;
		margin-top: 18px;
	}
	
	.sitemap-footer ul {
		padding: 0;
	}
	
	.logo-gptw {
		text-align: left !important;
	}
	
	.logo-gptw img {
		max-width: 80px;
	}
	
	.logo-header img {
		max-width: 140px;
		width: 100%;
	}
	
	.btn-menu {
		border: unset;
		background-color: transparent !important;
	}
	
	.btn-menu svg {
		position: relative;
    	top: 3px;
		background-color: transparent !important;
	}
	
	button:focus {
		outline: unset;
		background-color: transparent !important;
	}
	
	#raiz {
		padding: 30px;
	}
	
	.text-hero {
		padding: 30px;
	}
	
	#timeline {
		margin-top: 20px;
		margin-bottom: 20px;
		background-color: #cdc5b9;
		border-radius: 20px;
		padding: 50px 40px;
	}
	
	.title-timeline h3 {
		position: relative;
		transform: unset;
		font-size: 42px;
		top: 0;
		left: 0;
	}
	
	.logo-timeline {
		display: none;
	}
	
	.right-timeline {
		padding: 0;
	}
	
	.timeline-wrapper:after {
		display: none;
	}
	
	.title-ano-timeline:after {
		content: "";
		position: absolute;
		bottom: -1.7rem;
		left: 0;
		height: 5px;
		background-color: #fff;
		border-radius: 6px;
		width: 100%;
	}
	
	.title-ano-timeline:before {
		content: "";
		position: absolute;
		bottom: -36px;
		left: 0;
		height: 25px;
		background-color: #fff;
		border-radius: 100%;
		width: 25px;
	}
	
	.title-ano-timeline h4 {
		margin-bottom: 50px;
	}
	
	.wrapper-hero-quem-somos .hero-right-coletiva {
		min-width: 0;
		border-radius: 50px;
		background-image: url(../imgs/quem-somos/hero-quem-somos.png);
		background-position: center;
		justify-content: center;
		align-items: center;
		display: flex;
		height: 350px;
		background-size: cover;
	}
	
	.wrapper-hero-servicos {
		display: flex;
		align-items: stretch;
		gap: 20px;
		flex-direction: column-reverse;
	}
	
	.wrapper-hero-servicos .text-hero h1 {
		color: #f3f2ed;
        font-size: 54px;
        line-height: 57px;
        font-weight: 500;
	}
	
	.wrapper-hero-servicos .hero-left-coletiva img {
		border-radius: 30px;
		height: 300px;
	}
	
	.servico-left-coletiva {
		display: none;
	}
	
	.page-template-trabalhe-conosco .wrapper-hero {
        flex-direction: column;
    }
	
	  .page-template-trabalhe-conosco .wrapper-hero  .text-hero {
        padding-bottom: 60px;
    }
	
	.text-alem p {
		font-size: 23px;
		max-width: 100%;
		letter-spacing: 1px;
		line-height: 32px;
		text-align: center;
		margin: auto;
		margin-bottom: 20px;
		margin-top: 20px;
		color: var(--verde-escuro);
		font-family: 'Reckless Neue', serif;
	}
	
	.wrapper-hero-cotacao {
		display: flex;
		align-items: stretch;
		gap: 20px;
		flex-direction: column;
	}
	
	.page-template-cotacao .blocos-cotacao {
		display: flex;
		gap: 20px;
		flex-direction: column-reverse;
	}
	
	.wrapper-hero-cotacao .text-hero {
		padding-right: 30px;
		padding-bottom: 75px;
	}
	
	.page-template-cotacao .bloco-form {
		flex: 6;
		min-width: 0;
		border-radius: 50px;
		background-color: #edebe5;
		justify-content: center;
		align-items: center;
		display: flex;
		padding: 20px 40px;
		padding-top: 50px;
		flex-direction: column;
	}
	
	.title-form h3 {
		font-family: 'Reckless Neue', serif;
		margin-bottom: 20px;
		font-size: 22px;
	}
	
	.page-template-cotacao .text-hero h1 {
        color: #f3f2ed;
        font-size: 44px;
        line-height: 53px;
        font-weight: 500;
    }
	
	.imgs-empresa {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 390px) {
	
	.text-hero h1 {
        color: #f3f2ed;
        font-size: 46px;
        line-height: 53px;
        font-weight: 500;
    }
	
	.text-hero h2 {
        font-size: 17px;
        line-height: 23px;
    }
	
	.blocos .bloco-texto .conteudo {
		padding: 30px;
		margin: auto;
	}
	
	.blocos .bloco-texto .conteudo h2 {
        font-size: 37px;
    }
	
}