/*
Theme Name:         Grow-Beyond
Description:        Grow-Beyond Theme
Version:            1.0
Author:             wevolved

Text Domain:        Grow-Beyond
*/

/* Configurações BASE */
* {
	box-sizing: border-box;
}

html,
body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

/* desativar scroll quando adicionada a classe disableScroll ao HTML */
html.disableScroll {
	overflow-y: hidden;
}

img {
	max-width: 100%;
}

/********* Alterar o scroll bar **********/
html {
	scrollbar-width: thin; /* Adjust the width of the scrollbar */
	scrollbar-color: #888 transparent; /* Adjust the color of the scrollbar */
}

/* Define the style for the scrollbar track */
html::-webkit-scrollbar {
	width: 4px; /* Adjust the width of the scrollbar */
}

/* Define the style for the scrollbar thumb */
html::-webkit-scrollbar-thumb {
	background-color: #888; /* Adjust the color of the scrollbar thumb */
	border-radius: 4px; /* Adjust the border radius of the scrollbar thumb */
}

/* Style for scrollbar track (background) */
html::-webkit-scrollbar-track {
	background-color: var(--white); /* Background color of the scrollbar track */
}
/********* FIM DE Alterar o scroll bar **********/










/* Reset comportamento de links */
a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: var(--black);
	cursor: pointer;
        font-family: 'RedHatDisplay';
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
input {
        font-family: 'RedHatDisplay', sans-serif;
	margin: 0px;
	/* para que as fonts fiquem com linha mais fina */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a,
span {
	/* para que as fonts fiquem com linha mais fina */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
        font-family: 'RedHatDisplay';
}
a {
	overflow-wrap: anywhere;
}

/**************** COMPONENTES DE FORMULARIOS **************/
/* Colocar os placeholders dos inputs com cor normal, remover o cinzento */
input::placeholder {
	color: var(--white);
	opacity: 1; /* Firefox */
        font-family: 'RedHatDisplay';
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px var(--black) inset !important;
	-webkit-text-fill-color: var(--white) !important;
        font-family: 'RedHatDisplay';
}

/* Change the white to any color */
.white input:-webkit-autofill,
.white input:-webkit-autofill:hover,
.white input:-webkit-autofill:focus,
.white input:-webkit-autofill:active,
.white select:-webkit-autofill,
.white select:-webkit-autofill:hover,
.white select:-webkit-autofill:focus,
.white select:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
	-webkit-text-fill-color: var(--black) !important;
}

input:focus,
select:focus {
	outline: none !important;
}

/* Remover incremento de número - Chrome, Safari, Edge, Opera  */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* remover espaçamentos */
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.vc_btn3-container {
	margin-bottom: 0px !important;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
        font-family: 'RedHatDisplay';
}


.options_group .inline.notice.woocommerce-message.show_if_variable {
    display: none !important;
}




footer .footer-esq  a:hover, .sub-menu a:hover, .conteudo-contactos a:hover, .breadcrumb-container a:hover {
  text-decoration: underline;
  font-weight: bold;
}



/**************** FONTS ****************/
/* Fonts */
@font-face {
	font-family: "FontAwesome";
	src: url("fonts/FontAwesome.otf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'RedHatDisplay';
    src: url('fonts/RedHatDisplay-VariableFont_wght.woff2') format('woff2'),
         url('fonts/RedHatDisplay-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RedHatDisplayItalic';
    src: url('fonts/RedHatDisplay-Italic-VariableFont_wght.woff2') format('woff2'),
         url('fonts/RedHatDisplay-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}


html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}


/* Headers */
h1 {
    font-family: 'RedHatDisplay', sans-serif;
	font-size: 30px;
	color: #2C2C2C;
    -webkit-font-smoothing: antialiased !important; /* Suaviza fontes no Chrome, Safari e outros navegadores WebKit */
}

h2 {
    font-family: 'RedHatDisplay', sans-serif;
	font-size: 25px;
	color: #2C2C2C;
    -webkit-font-smoothing: antialiased !important; /* Suaviza fontes no Chrome, Safari e outros navegadores WebKit */
}

h3 {
    font-family: 'RedHatDisplay', sans-serif;
	font-size: 20px;
	color: #2C2C2C;
    -webkit-font-smoothing: antialiased !important; /* Suaviza fontes no Chrome, Safari e outros navegadores WebKit */
}

h4 {
    font-family: 'RedHatDisplay', sans-serif;
	font-size: 15px;
	color: #2C2C2C;
    -webkit-font-smoothing: antialiased !important; /* Suaviza fontes no Chrome, Safari e outros navegadores WebKit */
}

h5 {
    font-family: 'RedHatDisplay', sans-serif;
	font-size: 10px;
	color: #2C2C2C;
    -webkit-font-smoothing: antialiased !important; /* Suaviza fontes no Chrome, Safari e outros navegadores WebKit */
}
h6 {
    font-family: 'RedHatDisplay', sans-serif;
    -webkit-font-smoothing: antialiased !important; /* Suaviza fontes no Chrome, Safari e outros navegadores WebKit */
}
.vc_custom_heading {
    font-family: 'RedHatDisplay', sans-serif !important;
    font-size: 100px;
    font-weight: 700 !important;
}

/* Fonts default */
p,
a,
label,
input,
select,
textarea,
option {
    font-family: 'RedHatDisplay', sans-serif;
	font-style: normal;
	font-size: 16px;
	resize: none;
	color: #2C2C2C;
    -webkit-font-smoothing: antialiased !important; /* Suaviza fontes no Chrome, Safari e outros navegadores WebKit */
}
/* Variáveis p/ reutilizar */
:root {
	/* Cores */
	--black: #000000;
	--white: #ffffff;
	--grey: #222222;
	--header-height: 50px;
	--page-margin: 25px;
	--border-radius: 4px;
	--page-top-space: 180px;
	--page-bottom-margin: 128px;
}


/*containers  */
.our-blog-todos{
	padding: 50px 0px;
}

.our-blog-banner {
    padding: 100px 50px;
    background-color: #D7C4EA;
}
.fundo-faqs{
	padding: 50px 50px;
	background-color: #284d3c;
}
.ebook-block {
    background-color: #f8f2ff;
    padding: 50px;
}
.bloco-our-stories {
    background-color: #d7c4ea;
    padding: 50px;
    margin-bottom: 30px;
}

/*containers  */



/* Remover paddings */
.noPadding {
	padding-left: 0px;
	padding-right: 0px;
}

/* REGRAS PARA PROJETO */
body {
	/* margin:0px */
	overflow-x: hidden;
        -webkit-font-smoothing: antialiased !important; /* Suaviza fontes no Chrome, Safari e outros navegadores WebKit */
}
}

/* esconder badge do recaptcha */
.grecaptcha-badge {
	visibility: hidden !important;
}

/* esconder WPML no footer */
.otgs-development-site-front-end {
	display: none;
}

/* ----------------------------------- BOTÃO TELETRANSPORTE TOPO PÁGINA  ----------------------------------- */
.goUp {
	cursor: pointer;
	position: fixed;
	top: 90%;
	right: 30px;
	z-index: 9995;
	opacity: 0;
	transition: 300ms opacity linear;
}
.goUp.show {
	opacity: 1;
	transition: 300ms opacity linear;
}
.book-meeting-btn{
	background-color: yellow; 
	padding: 10px 20px; 
	border-radius: 5px; 
	color: black; 
	text-decoration: none; 
	font-weight: bold;
}
.container-menu-grow {
    display: flex;
    align-items: center;
    padding: 20px 0px;
}


.cinco-especial{
    position: fixed !important;
    z-index: 1 !important;
}
.sete-especial{
    float: right !important;
    width: 67% !important;
}



.menu-bar {
    display: flex;
    align-items: center;
    margin-left: auto;
}
div#extra-projetos-wrapper {
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    gap: 20px;
    margin-top: 50px;
}

#extra-projetos-wrapper a.projeto-card-2 {
    width: 100% !important;
}

ul#main-menu {
    display: flex;
}
ul#main-menu li {
    margin-right: 50px;
}
.menu-cta {
    margin-right: 50px;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.container {
    width: calc(100% - 100px);
}
.hamburger-menu{
	display: none;
}
.book-meeting-btn {
    background-color: #FFEF00;
    padding: 5px 20px;
    border-radius: 50px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    font-size: 20px;
    line-break: 24px;
    letter-spacing: 0%;
}

.book-meeting-btn:hover {
    background-color: #ffec88;
}


#main-menu li a{
	color: #284D3C;
	font-size: 24px;
	line-break: 28px;
	letter-spacing: 0%;
}

.text-grow-banner {
    width: 80%;
    margin: auto;
}

.banner-grow {
    height: 75vh;
    position: relative !important;
    display: flex;
    align-items: center;
    margin: auto;
}

.banner-grow.vc_custom_1744878092725{
    background-position: bottom !important;
}




/****************************** FOOTER ************************************/


.footer-grow {
    width: 100%;
}

.footer-split {
    display: flex;
    width: 100%;
    min-height: 180px;
}

.footer-left,
.footer-right {
    width: 50%;
    padding: 70px 50px 20px 50px;
    display: flex;
    justify-content: center;
}

.footer-left {
    background-color: #284D3C;
    color: #fff;
}

.footer-right {
    background-color: #E0EBE5;
    color: #2C2C2C;
}

.footer-container-left{
	DISPLAY: flex;
    width: 100%;
    justify-content: space-between;	
}
.footer-container {
    width: 100%;
}
/* Logo */
.footer-logo img {
    max-width: 150px;
    height: auto;
}

/* Redes Sociais */
.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons img {
    width: 24px;
    height: 24px;
}

/* Email + FAQ */
.footer-email a,
.footer-faq a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-email a:hover,
.footer-faq a:hover {
    text-decoration: underline;
}

.footer-right h3 {
    font-family: 'RedHatDisplay';
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}

.newsletter-form {
    position: relative;
    width: 100%;
}

.newsletter-form input {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: none;
    border-radius: 15px;
    font-size: 14px;
    font-family: 'RedHatDisplay';
}

.newsletter-form button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.newsletter-form button img {
    width: 20px;
    height: 20px;
}
.newsletter-form input::placeholder {
    color: #cdcdcd; /* ou outro cinza que preferires */
    opacity: 1;  /* garante visibilidade no Safari */
    font-size: 16px;
    font-family: 'RedHatDisplay';
}
.footer-social {
    text-align: right;
}
.footer-social .social-icons {
    margin-bottom: 15px;
}
.footer-social .social-icons {
    display: flex;
    gap: 15px;
    justify-content: end;
}

.footer-social .footer-social, .footer-social .footer-email, .footer-social .footer-faq{
	margin-bottom: 15px;
}
.footer-social .footer-email a, .footer-social .footer-faq a{
    font-size: 24px;
    line-height: 28px;
    font-family: 'RedHatDisplay';
}
.footer-social .footer-faq a{
   	text-decoration: underline;
}




/****************************** FOOTER ************************************/

.text-grow-banner h5 {
    font-family: 'RedHatDisplay', sans-serif;
    font-weight: 400;
    font-size: 52px;
    line-height: 60px;
    color: #ffffff;
    margin-bottom: 15px;
}

.text-grow-banner p{
	font-family: 'RedHatDisplay', sans-serif;
	font-size: 32px;
	color: #ffffff;
	margin-bottom: 30px;
}

.icon-home-img {
    margin-top: 50px;
    margin-bottom: 30px;
}
.bloco-desc-home {
    margin-bottom: 50px !important;
}

.bloco-desc-home h6{
	font-family: 'RedHatDisplay', sans-serif;
	font-size: 30px;
	line-height: 32px;
	font-weight: 800;
	color: #0C1913;
	margin-bottom: 15px;	
}
.bloco-desc-home h5{
	font-family: 'RedHatDisplay', sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	color: #0C1913;
	margin-bottom: 15px;	
}

.bloco-desc-home p{
	font-family: 'RedHatDisplay', sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #0C1913;
	margin-bottom: 15px;	
}

.cheio-container {
    background-color: #F8F2FF;
    padding: 50px 50px 90px 50px;
}
.cheio-container-our-work {
    background-color: #274b3a;
    padding: 50px 50px 50px 50px;
}
.cheio-container-our-work h4{
    color: white;
}
.footer-container input.wpcf7-email {
    height: 50px;
    border-radius: 20px;
    border: none;
    padding: 2px 15px;
    color: #7B7A7A;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
}
.footer-container .wpcf7 input.submit-newsletter-button {
    background: url('/wp-content/uploads/2025/05/arrow-submit.svg') no-repeat center center;
    background-size: contain;
    border: none;
    width: 25px;
    height: 25px;
    margin-left: -50px;
    z-index: 959595;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    padding: 0;
    cursor: pointer;
    top: -2px;
}
.footer-container .wpcf7-response-output {
    margin: 0 !important;
    padding: 0 15px !important;
}
label.seta-posicion {
    width: 100%;
}
.footer-container h6 {
    font-weight: 300;
    color: #0C1913;
    font-size: 28px;
    text-align: left;
    line-height: 36px;
    margin-bottom: 10px;
}

/* Aplica a todos os campos de input com placeholder */
.footer-container input::placeholder {
  color: #7B7A7A; /* Altera para a cor desejada */
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

/* Especificamente para o campo de email do CF7 */
.footer-container input[name="your-email"]::placeholder {
  color: #7B7A7A; /* Altera para a cor desejada */
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}


.coluna-primeira {
    border-radius: 25px;
    overflow: hidden; 
 }

/* As internas coladas, sem margem ou border-radius */
.coluna-segunda {
    margin: 0;
    border-radius: 0;
    padding: 35px 25px;
}
.coluna-terceira {
    margin: 0;
    border-radius: 0;
    min-height: 300px;
    padding: 50px 50px 50px 50px;
}
/* Cores diferentes */
.coluna-segunda {
    background-color: #FFFFFF;
    text-align: center;
}

.coluna-segunda img {
    margin-bottom: 30px !important;
    height: 75px;
}
.coluna-segunda h6 {
    font-family: 'RedHatDisplay', sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    color: #284D3C;
    margin-bottom: 25px;
}

.coluna-segunda p {
	font-family: 'RedHatDisplay', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	color: #284D3C;
	margin-bottom: 15px !important;
}

.coluna-terceira {
    background-color: #284D3C;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.coluna-primeira {
    margin: 75px 0px;
}


.coluna-segunda {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}


.coluna-terceira li {
    color: white;
    list-style: disc;
    font-family: 'RedHatDisplay', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.coluna-terceira li strong{

	font-weight: 700;
}
.banner-pub h6{
	font-family: 'RedHatDisplay', sans-serif;
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}



.projetos-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.projetos-see-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-decoration: none;
}

.projetos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.projeto-card, .workshop-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease;
        background-color: #f8f2ff;
}

.projeto-card:hover, .workshop-card:hover {
    transform: translateY(-4px);
}

.projeto-thumb, .workshop-thumb {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 200px;
    border-radius: 20px !important;
    min-height: 200px;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}
.projetos-grid-pagina .projeto-thumb {
    height: 30vh;
    min-height: 30vh;
}
.projeto-categorias, .workshop-categorias {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.projeto-categoria, .workshop-categoria {
    background: rgb(248 248 248);
    padding: 4px 10px;
    border-radius: 50px;
    border: 1px solid #7A3BB6;
    color: #7A3BB6;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 20px;
}
.projeto-content-bottom{
	margin-bottom: 50px;
}

.projeto-brand {
    position: absolute;
    bottom: 15px;
    right: 15px;
    max-height: 40px;
    max-width: 80px;
}

.projeto-content {
    padding: 16px;
    display: flex;
    color: #0C1913;
    background-color: #f8f2ff;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.projeto-title {
    margin: 0 0 8px 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 800;
    color: #284D3C;
}

.projeto-excerpt p{
    margin: 0 0 8px 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #284D3C;
}

.projeto-link, .projeto-link-singleblog {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #284D3C;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
}

.projeto-link img {
    width: 12px;
}


.testemunhos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.testemunho-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease;
}

.testemunho-card:hover {
    transform: translateY(-4px);
}

.testemunho-thumb {
    position: relative;
    background-size: cover;
    background-position: center center;
    height: 200px;
    min-height: 200px;
    border-radius: 20px;
    margin: 10px;
}

.testemunho-brand {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 50px;
    max-width: 120px;
}

.testemunho-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.testemunho-title {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
}

.testemunho-excerpt {
    margin: 0 0 8px 0;
    font-size: 18px;
    line-height: 22px;
    color: #0C1913;
    font-weight: 400;
}

.testemunho-descricao {
    margin: 30px 0px 50px 0px !important;
}
.testemunho-descricao p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #0C1913;
}
.testemunho-link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
        font-family: 'RedHatDisplay';
    gap: 6px;
    font-weight: 600 !important;
    color: #000;
    text-decoration: none;
    font-size: 18px;
}
a .testemunho-link {
    font-weight: 600 !important;
        font-family: 'RedHatDisplay';
}
.testemunho-link:hover {
    text-decoration: underline;
}
.testemunho-link img {
    width: 12px;
}
.bloco-dois-home{
	margin-top: 30px;
}

.bloco-dois-home h6 {
    font-size: 30px;
    line-height: 36px;
    color: white;
    font-weight: 800;
    MARGIN: 75px 0px !important;
}

.banner-pub-original{
	margin: 100px 0px 100px 0px;
}

.carousel-brand-logo {
    max-height: 60px;
    max-width: 100px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.carousel-brand-logo:hover {
    filter: grayscale(0%);
}

.temp-color{
	margin: 50px -75px !important;
}

.carousel-brand-img{
	height: 40px !important;
	width: auto !important;
}

.slick-testemunhos .testemunho-card {
    margin: 0 10px !important;
    box-sizing: border-box;
}

.slick-track {
    padding: 5px 0px;
}

.bloco-padding-extra{
	padding: 50px 0px;
}

.bloco-bardo{
	background-color: #0000CC;
	padding: 50px 50px 50px 50px;
}

.bloco-bardo .vc_custom_heading {
    color: white;
}


.video-section {
    width: 70%;
    height: 100%;
    right: 0;
    position: absolute;
    overflow: hidden;
}

  .video-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 27%;
    transform: translateX(-50%);
    z-index: 2;
}
.row-video-bardo {
    margin-top: 100px;
}
.row-video-bardo p {
    font-size: 24px;
    line-height: 30px;
    color: white;
    margin-bottom: 30px;
    font-weight: 400;
}

.wpb_raw_code.wpb_content_element.wpb_raw_html.especial-video {
    height: 80vh;
    width: 100%;
}
.projeto-destaque {
    display: flex;
    width: 100%;
    min-height: 55vh;
    min-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 20px !important;
    position: relative;
    background-color: #f8f2ff;
}
.projeto-destaque-texto {
    width: 50%;
    padding: 40px;
    padding: 25px;
    display: flex;
    color: #0C1913;
    background-color: #f8f2ff;
    flex-direction: column;
    height: 100%;
    position: absolute;
}
.display-mobile{
    display: none;
}
.display-pc{
    display: block;
}
.projeto-destaque-imagem {
    width: 50%;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100%;
    border-radius: 20px;
    margin-left: auto;
}

.projetos-grid-pagina {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

a.projeto-card-2 {
    width: calc(50% - 10px) !important;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease;
    background-color: #f8f2ff;
}
.projeto-destaque a.projeto-link {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.projeto-destaque .projeto-brand {
    right: 25px;
}
.projetos-grid-pagina .projeto-brand {
    bottom: 50%;
    transform: translate(0px, 50%);
}
.banner-pub-branco{
	padding: 50px 0px;
}

.banner-pub-branco.banner-pub h6 {
    color: white;
}

.vc_row.wpb_row.vc_row-fluid.cheio-container-our-clients {
    padding: 50px;
    background-color: #F8F2FF;
}

.page-projects-testemunhos{
	padding: 50px 0px;
}

.page-projects-carrocel{
	margin: 0px -75px;
}

.page-projects-testemunhos .testemunho-card {
	background: #284d3c;;
}

.page-projects-testemunhos .testemunho-title, .page-projects-testemunhos .testemunho-excerpt p, .page-projects-testemunhos .testemunho-descricao p, .page-projects-testemunhos .testemunho-link{
    color: white;
}

.page-projects-testemunhos .testemunho-link img {
    filter: brightness(0) saturate(100%) invert(1);
}

.projeto-destaque .projeto-excerpt{
	margin-top: 30px;
}


.projetos-grid-pagina .projeto-destaque-imagem  .projeto-brand {
    bottom: 15px;
    transform: unset;
}

.our-blog-banner h1{
	font-size: 140px;
	line-height: 140px;
	font-weight: 800;
	margin-bottom: 20px;
	color: #0C1913;
}
.our-blog-banner p {
    font-size: 48px;
    line-height: 60px;
    max-width: 782px;
    font-weight: 500;
    color: #0C1913;
}



#filtro-categorias-singleblog {
	margin-bottom: 20px;
	text-align: left;
}

.filtro-botao-singleblog, .filtro-botao-workshop {
	margin: 5px;
	padding: 8px 16px;
	background: #eee;
	border: none;
	cursor: pointer;
	transition: 0.3s;
}


.artigo-grid-singleblog {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}


.artigo-card-singleblog {
	background: #fff;
	border: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.imagem-wrapper-singleblog {
	background-size: cover;
	background-position: center;
	height: 35vh;
	position: relative;
}

.categorias-overlay-singleblog {
	position: absolute;
	top: 10px;
	left: 10px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 4px 8px;
	font-size: 12px;
	border-radius: 2px;
}

.conteudo-singleblog {
	padding: 15px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.conteudo-singleblog h3 {
	margin-top: 0;
}

.card-footer-singleblog {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
}

.data-singleblog {
	font-size: 16px;
	color: #0C1913;
	line-height: 20px;
	font-weight: 300;
}


.projeto-link-singleblog img {
	width: 14px;
	height: 14px;
}

.artigo-link-singleblog {
	text-decoration: none;
	color: inherit;
}

.artigo-item-singleblog {
	display: block;
    transition: transform 0.2s ease;
}

.artigo-card-singleblog .projeto-categoria {
	border: 1px solid #0C1913;
	color: #0C1913;
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
	line-height: 20px;
}

.conteudo-singleblog h3 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 800;
	color: #0C1913;
	margin-bottom: 30px;
}
.conteudo-singleblog p, .breve-descricao {
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	color: #000000;

}

#filtro-categorias-singleblog h6 {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 15px;
}

.filtro-botao-singleblog, .filtro-botao-workshop {
    background: rgb(248 248 248);
    padding: 4px 10px;
    border-radius: 50px;
    border: 1px solid #7A3BB6;
    color: #7A3BB6;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 20px;
    transition: all 0.3s ease;
}

.filtro-botao-singleblog:hover, .filtro-botao-workshop:hover {
    background: #7A3BB6;
    color: #fff;
    box-shadow: 0 2px 8px rgba(122, 59, 182, 0.3);
}
.filtro-botao-singleblog.ativo , .filtro-botao-workshop.ativo  {
    background: #7A3BB6;
    color: #fff;
    box-shadow: 0 2px 8px rgba(122, 59, 182, 0.3);
}
.artigo-item-singleblog:hover {
    transform: translateY(-4px);
}
.voltar-singleblog span {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    margin-bottom: 3px;
}

.texto-singleblog-single {
    flex: 1;
    position: relative;
    display: flex;
    padding: 20px;
    align-items: end;
    background-color: #e0ebe5;
}
.conteudo-singleblog-single {
    margin: 30px 0px;
}

.texto-singleblog-single h1{
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: 800;
}

.texto-singleblog-single .breve-descricao{
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	color: #0C1913;
}


.texto-singleblog-single .data-singleblog{
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
}
.texto-singleblog-single .post-conteudo{
	margin-bottom: 30px;
}

.conteudo-singleblog-single-2 {
    max-width: 1056px;
    margin: auto;
    padding: 50px;
    background-color: #e0ebe5;

}

.conteudo-singleblog-single-2 li, .conteudo-singleblog-single-2 p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
}

.voltar-header-fixo {
    position: fixed;
    top: 97px; /* posição inicial */
    left: 0;
    width: 100%;
    z-index: 1;
    transition: top 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.conteudo-singleblog-botao {
    text-align: center;
    padding: 75px 0px 100px 0px;
}
.titulo-faqs h1{
	font-weight: 800;
	font-size: 140px;
	line-height: 140px;
}
.titulo-faqs {
    margin-top: 50px;
    margin-bottom: 20px;
}

#main{
	min-height: 60vh;
}

.fundo-faqs h4{
	font-size: 30px;
	line-height: 36px;
	font-weight: 800;
	color: white;
}

.fundo-faqs p{
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	color: white;
}


.genio-img{
    margin: 50px 0px !important;
}
.bloco-inicio {
    margin: 50px 0px !important;
}


.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon, .vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: transparent !important;
    border-color: transparent !important;
}
.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon {
    background-image: url('/wp-content/uploads/2025/04/arrow-right-faqs.svg') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 30px !important;
    height: 30px !important;
    display: inline-block !important;
    left: -15px !important;
    position: relative;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    transform-origin: center center;

}

/* Remove símbolos antigos */
.vc_toggle_icon:before,
.vc_toggle_icon:after {
    display: none !important;
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon{
	 background-image: url('/wp-content/uploads/2025/04/arrow-right-faqs.svg') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
/* Rotação ao abrir o toggle */
.vc_toggle.vc_toggle_active .vc_toggle_icon {
    transform: rotate(90deg) !important;
    left: -15px !important;
    top: 20% !important;
}
.banner-pub-original-faq {
    padding-bottom: 50px;
}
.about-us-img img {
    position: absolute;
    right: -80.5%;
    top: 50px;
}
.row-about-us{
	display: flex;
	align-items: end;
}
.about-us-img-2 p {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
}
.about-us-img-2 strong {
    font-weight: 800;
}
.imagem-round-about img {
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
    overflow: hidden;
    display: block;
}

.story-line .video-section {
    height: 55vh;
    width: 88%;
    border-radius: 25px;
    right: 50px;
}
.story-line {
    min-height: 55vh;
    margin-top: 50px;
}

.video-split-wrapper {
    height: 55vh;
    background-color: #284d3c;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.timeline::-webkit-scrollbar {
  width: 8px;
}

.timeline::-webkit-scrollbar-track {
  background: transparent;
}

.timeline::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 4px;
}
.timeline {
    scrollbar-width: thin;
    scrollbar-color: #e0ebe5 transparent;
}


.timeline-section {
    max-width: 100%;
    padding: 40px 65px;
}

.timeline-header {
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: white;
  margin-bottom: 40px;
}

.timeline {
    position: relative;
    max-width: 95%;
    overflow-y: auto;
    padding-right: 5%;
    overflow-x: visible;
    height: calc(55vh - 170px);
    padding-bottom: 50px;
}
.timeline-2 {
    padding-left: 50px;
    margin-left: 15px;
    border-left: 6px solid white;
}

.timeline-event {
    position: relative;
    margin-bottom: 75px;
}

.timeline-event::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 5px;
    width: 25px;
    height: 25px;
    background-color: #7A3BB6;
    border-radius: 50%;
    transform: translateX(-50px);
    z-index: 10;
}


    .timeline-event h3 {
      margin: 0;
      line-height: 36px;
      font-weight: 900;
      font-size: 30px;
      color: white;
    }

    .timeline-event p {
      margin: 5px 0 0;
      color: white;
      font-size: 24px;
      line-height: 30px;
      font-weight: 400;
    }
.ebook-block h6{
    font-size: 60px;
    font-weight: 600;
    line-height: 80px;
}

.ebook-block h5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 50px;
}

.ebook-block p{
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    color: #000000;
}
.ebook-block img{
    width: 85%;
}
.texto-botao-learn{
    margin-top: 80px;
}
.workshops-bloco{
    padding: 50px 0px;
}
.workshops-bloco h6{
    font-size: 100px;
    font-weight: 700;
    line-height: 140px;
}

.workshops-grid .workshop-thumb {
    height: 35vh;
}

.workshops-grid .workshop-categorias {
    position: absolute;
    top: 15px;
    right: 15px;
    left: unset;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.workshops-grid {
    display: inline-block;
    max-width: 100%;
    gap: 20px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    padding-top: 50px; /* padding só em cima */
    scroll-behavior: smooth;

    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    position: relative;
}

/* Esconde scroll no Chrome, Safari e outros WebKit */
.workshops-grid::-webkit-scrollbar {
    display: none;
}


.workshops-grid .workshop-card {
    background-color: #284d3c;
    width: 31% !important;
    display: inline-block;
    margin-right: 20px;
}

.workshops-grid.is-grabbing {
    cursor: grabbing;
}

.data-box {
    background-color: white;
    width: 95px;
    height: 100px;
    top: 15px;
    color: #0C1913;
    position: absolute;
    left: 15px;
    text-align: center;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.data-dia {
    font-size: 46px;
    color: #0C1913;
    line-height: 56px;
}

.data-mes {
    font-size: 26px;
    text-transform: uppercase;
    color: #0C1913;
    line-height: 34px;
    font-weight: 400;
}

.workshop-text-data .data-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.workshop-text-data {
    position: absolute;
    bottom: 15px;
    justify-content: space-between;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0px 15px;
}
.data-item span{
    font-weight: 400;
    color: white;
    font-size: 26px;
    line-height: 34px; 
}

.workshop-info {
    min-height: 30vh;
    padding: 15px;
    color: white;
    white-space: normal;
    position: relative;
}
/* Overlay gradiente */
.workshop-thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 75.53%);
    z-index: 0;
}

#filtro-categorias-workshops{
    padding-left: 65px;
}

.workshops-grid .workshop-card:first-of-type{
    margin-left: 70px;
}
.workshop-title {
    font-weight: 800;
    line-height: 34px;
    font-size: 24px;
    color: white;
    margin-bottom: 20px;
}

.workshop-info p{
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    color: white;
}

.workshop-link {
    color: white;
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}



.bloco-subscreve .wpcf7 input.submit-newsletter-button {
    background: url('/wp-content/uploads/2025/05/arrow-submit.svg') no-repeat center center;
    background-size: contain;
    border: none;
    width: 30px;
    height: 30px;
    margin-left: -50px;
    z-index: 959595;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    padding: 0;
    cursor: pointer;
    top: -2px;
}


/* Aplica a todos os campos de input com placeholder */
.bloco-subscreve input::placeholder {
  color: #7B7A7A; /* Altera para a cor desejada */
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

/* Especificamente para o campo de email do CF7 */
.bloco-subscreve input[name="your-email"]::placeholder {
  color: #7B7A7A; /* Altera para a cor desejada */
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}


.bloco-subscreve label.seta-posicion {
    position: relative;
    width: 100%;
}
.bloco-subscreve  label.seta-posicion input{
    width: 100%;
}
.bloco-subscreve  form {
    width: 45%;
    position: relative;
    text-align: left;
    background-color: #284d3c;
    padding: 30px 20px 0px 20px;
    margin: auto;
    border-radius: 30px;
    color: white;
}
.bloco-subscreve h6{
   font-weight: 300;
   color: white;
   font-size: 32px;
   text-align: center;
   line-height: 40px; 
   margin-bottom: 10px;
}

.bloco-subscreve-titulo{
    margin-bottom: 20px;
}
.bloco-subscreve-titulo p {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    color: black;
    margin-bottom: 30px !important;
}

.bloco-subscreve {
    margin-bottom: 100px;
    margin-top: 50px;
}


.bloco-subscreve input.wpcf7-email {
    height: 50px;
    border-radius: 20px;
    border: none;
    padding: 2px 15px;
  color: #7B7A7A; /* Altera para a cor desejada */
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
input:-webkit-autofill .submit-newsletter-button {
  filter: invert(1);
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #e0ebe5 inset !important;
    -webkit-text-fill-color: #000000 !important;
      color: #7B7A7A; /* Altera para a cor desejada */
      font-size: 24px;
      font-weight: 300;
      line-height: 30px;
}
span.wpcf7-not-valid-tip {
    position: absolute;
}
.wpcf7-not-valid-tip {
    font-size: 0.7em;
}
.bloco-our-stories h6{
    font-size: 100px;
    font-weight: 700;
    line-height: 120px;
    text-align: right;
}

.bloco-our-stories .artigo-grid-singleblog {
    margin: 30px 0px 30px 0px!important;
}
.bloco-our-stories .projetos-container {
    margin: 70px 0px 0px 0px !important;
    justify-content: end;
}
.cheio-container-our-work .projetos-container {
    justify-content: end;
}

.bloco-our-stories .projetos-see-all {
    color: #000000;
}

.workshops-bloco-2.workshops-bloco{
    padding-top: 0px !important;
}

.bloco-talk-to-us h1{
    font-weight: 800;
    font-size: 140px;
    line-height: 180px;
    color: #0C1913;
    margin-bottom: 10dvh !important;
}
.bloco-talk-to-us p, .bloco-talk-to-us p a{
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}

.comprimido-espaco{
    max-width: 650px;
    margin: auto;
}

.comprimido-wrapper {
    background-color: #284d3c;
    padding: 30px 50px;
    margin-top: 110px;
    margin-bottom: 100px !important;
}
.comprimido-botoes {
    display: flex;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 20px;
}

.comprimido-btn {
    flex: 1;
    padding: 20px 20px;
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    border: none;
    background: #DC7200;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.comprimido-btn.ativo {
    background: #fff;
    color: #DC7200;
}

.comprimido-conteudo p{
    color: white;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}
.comprimido-conteudo{
    display: none;
}

.comprimido-conteudo.ativo {
    display: block;
}

.comprimido-wrapper label, .comprimido-wrapper input, .comprimido-wrapper select, .comprimido-wrapper textarea, .comprimido-wrapper option {
    width: 100%;
    color: #2C2C2C;
    border-radius: 30px;
    border: none;
    min-height: 50px;
    padding: 15px;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
}

.comprimido-wrapper label{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: white !important;
}
.comprimido-wrapper ::placeholder {
    color: #7B7A7A;
    opacity: 1; /* Garante visibilidade em Firefox */
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;

}

/* Compatibilidade com outros navegadores */
.comprimido-wrapper :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #7B7A7A;
        font-size: 24px;
    font-weight: 300;
    line-height: 24px;
}

.comprimido-wrapper ::-ms-input-placeholder { /* Microsoft Edge */
    color: #7B7A7A;
        font-size: 24px;
    font-weight: 300;
    line-height: 24px;
}

.comprimido-wrapper ::-webkit-input-placeholder { /* Chrome, Safari, Opera */
    color: #7B7A7A;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
}


.comprimido-wrapper form {
    margin-top: 50px;
    margin-bottom: 50px !important;
}

.comprimido-wrapper input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: auto;
    padding: 5px 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #ffef00 !important;
    background-color: transparent;
    border: 1px solid;
    margin: auto;
    transition: all 0.3s ease;

}

.comprimido-wrapper  span.wpcf7-spinner {
    position: absolute;
}
p.center {
    text-align: center;
}

.comprimido-wrapper input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: #ffec88;
    color: black !important;
    border: 1px solid #ffec88;
    cursor: pointer;
}
/* Estilos base para todas as mensagens do Contact Form 7 */
.wpcf7 .wpcf7-response-output {
    border: none !important;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'RedHatDisplay', sans-serif;
    margin: 20px 0 0;
    padding: 0;
}

/* Mensagem de sucesso (form enviado) */
.wpcf7 form.sent .wpcf7-response-output {
    color: #e0ebe5; /* Verde claro ou cor de sucesso */
}

/* Mensagem de erro (form com falhas) */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
    color: #ff3b3b; /* Vermelho para erros */
}

/* Mensagem de aviso (ex: campos obrigatórios em falta) */
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    color: #ff9800; /* Laranja para avisos */
}
.hamburger-menu, .menu-do-hamburguer{
    display: none;
}




/* Intermédio 2 */
@media only screen and (max-width: 1650px) {

.bloco-desc-home h5, #main-menu li a, .footer-social .footer-email a, .footer-social .footer-faq a, .bloco-desc-home h5, .projetos-see-all , .projeto-title ,
 .testemunho-title , .row-video-bardo p, .conteudo-singleblog-single-2 li, .conteudo-singleblog-single-2 p, .about-us-img-2 p, .timeline-event p, .ebook-block h5 , .workshop-title  , .bloco-subscreve input.wpcf7-email , .wpcf7 .wpcf7-response-output , .bloco-talk-to-us p, .bloco-talk-to-us p a, .comprimido-btn,
  .comprimido-wrapper label, .about-us-img-2 p
  {
    font-size: 20px;
    line-height: 30px;
}

.vc_custom_heading {
    font-family: 'RedHatDisplay', sans-serif !important;
    font-size: 70px;
    font-weight: 700 !important;
}

.workshops-bloco h6, .bloco-our-stories h6{
    font-size: 70px;
    line-height: 100px;
}

.bloco-desc-home h6, .coluna-segunda h6, .bloco-dois-home h6, .conteudo-singleblog h3, .voltar-singleblog span, .texto-singleblog-single h1, .fundo-faqs h4, .timeline-event h3, .ebook-block p, .bloco-subscreve h6 {
    font-size: 26px;
    line-height: 30px;
}


.bloco-desc-home p , .coluna-segunda p , .projeto-link, .projeto-link-singleblog , .testemunho-excerpt , .workshop-info p, .workshop-link {
    font-size: 16px;
    line-height: 24px;
}

.data-item span , .data-mes {
    font-size: 20px;
    line-height: 26px;
}
.workshop-info {
    min-height: 40vh;
}

.our-blog-banner p {
    font-size: 38px;
    line-height: 48px;
}
.bloco-talk-to-us h1, .titulo-faqs h1 , .bloco-talk-to-us h1 {
    font-size: 110px;
}

.comprimido-btn {
    padding: 15px 15px;
}
input::placeholder  {
  font-size: 20px !important;
  line-height: normal;
}
textarea::placeholder  {
  font-size: 20px !important;
  line-height: normal;
}
select::placeholder  {
  font-size: 20px !important;
  line-height: normal;
}



}













/****************************** MEDIA QUERIES ************************************/
/* Intermédio 1 */
@media only screen and (max-width: 1750px) {
}
/* Intermédio 2 */
@media only screen and (max-width: 1650px) {
}


/* Media query para menu hamburguer */
@media print, screen and (max-width: 1250px) {
}

/* Media query para menu hamburguer */
@media print, screen and (max-width: 1200px) {
}

/*tablet landscape or old laptop */
@media print, screen and (max-width: 1024px) {
}

/* Size considerado para Tablet */
@media only screen and (max-width: 991px) {
}
/* Size considerado para Tablet modo portrait*/
@media only screen and (max-width: 767.5px) {
    .workshops-grid {
        cursor: auto;
    }
}

@media only screen and (min-width: 790px) and (max-width: 1350px) {
   ul#main-menu li, .menu-cta {
        margin-right: 25px;
    }
    .testemunho-link {
        font-size: 14px;
    }
}

@media only screen and (min-width: 790px) and (max-width: 1170px) {
   ul#main-menu li, .menu-cta {
    margin-right: 25px;
}

.container-menu-grow {
    align-items: start;
}
.site-grow img {
    max-width: 173px;
}

ul#main-menu {
    display: block;
    text-align: right;
}
.container {
    width: calc(100% - 50px);
}
ul#main-menu li {
    margin-right: 0px;
}
.menu-bar {
    text-align: right;
}

.vc_column_container>.vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.coluna-terceira {
    padding: 30px 50px 30px 50px;
}

.menu-bar {
    display: none;
}

    .hamburger-menu {
        display: block;
        margin-left: auto;
        margin-top: 15px;
        width: 30px;
        height: 24px;
        cursor: pointer;
        position: relative;
        z-index: 3;
    }

    .menu-do-hamburguer {
        display: block; /* DEIXA "block" aqui para a animação funcionar */
    }

.hamburger-menu .bar {
    height: 3px;
    background: #284d3c;
    margin-bottom: 5px;
    border-radius: 2px;
    transition: all 0.4s ease;
}

/* Animação para virar X */
.hamburger-menu.active .bar1 {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.active .bar2 {
    opacity: 0;
}

.hamburger-menu.active .bar3 {
    transform: rotate(-45deg) translate(6px, -6px);
}
.menu-do-hamburguer.active {
    max-height: fit-content;
    padding: 50px 30px;
}
/* Esconde o menu com max-height 0 e sem padding */
.menu-do-hamburguer {
    max-height: 0;
    overflow: hidden;
    padding: 0 30px;
    position: absolute;
    top: 85px;
    width: 100%;
    background-color: #ffffff;
    text-align: right;
    transition: max-height 0.5s ease, padding 0.3s ease;
    z-index: 2;
}
ul#main-menu li, .menu-cta {
    margin-right: 0px;
    margin-top: 15px;
}
.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    justify-content: flex-end;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.coluna-primeira-pai {
    display: flex;
    gap: 15px;
}
.bloco-talk-to-us h1, .titulo-faqs h1, .bloco-talk-to-us h1 {
    font-size: 7.7vw;
}


}

@media only screen and (max-width: 790px) {



.cinco-especial{
    position: unset !important;
    z-index: 1 !important;
}
.sete-especial{
    float: unset !important;
    width: unset !important;
}




.projeto-destaque {
    display: grid;
    min-height: auto;
    height: 100%;
    margin-bottom: 0 !important;
}
.bloco-talk-to-us p a{
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
}
.story-line {
    display: grid;
}
.story-line .video-section {
    height: 50vh;
    width: 100%;
}
.timeline-section {
    max-width: 100%;
    padding: 25px 0px;
}
.comprimido-wrapper {
    background-color: #284d3c;
    padding: 30px 30px;
    margin-top: 50px;
    margin-right: -25px;
    margin-left: -25px;
    margin-bottom: 100px !important;
}
.timeline {
    padding: 0px 50px;
    height: calc(70vh - 220px);
}
.bloco-talk-to-us h1, .titulo-faqs h1, .bloco-talk-to-us h1 {
    font-size: 40px;
    margin-top: 50px;
    line-height: 50px;
    margin-bottom: 25px !important;
}
.story-line .wpb_column.vc_column_container.vc_col-sm-4 {
    height: 50vh;
    width: calc(100% - 50px);
    padding: unset;
    margin: 0px auto 30px;
    border-radius: 25px !important;
    overflow: hidden;
    padding: 0;
    order: 1;
    max-width: 100%;
}
.story-line .wpb_column.vc_column_container.vc_col-sm-8 {
    order: 2;
    width: calc(100% - 25px);
}
.video-split-wrapper {
    height: 70vh;
}
.row-about-us {
    display: flex;
    align-items: end;
    flex-direction: column;
}
.wpb_single_image.wpb_content_element.vc_align_left.imagem-round-about {
    width: 70%;
    margin-bottom: 50px !important;
}
.about-us-img-2 p{
margin-bottom: 15px;
}


.about-us-img img {
    position: absolute;
    right: 2px;
    top: 25px;
    width: 200px;
    height: auto !important;
}
.voltar-header-fixo {
    padding: 0;
}
.our-blog-todos {
    padding: 50px 15px;
}
.bloco-our-stories {
    margin-bottom: 0px;
}
.our-blog-banner h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 15px;
}
.our-blog-banner p {
    font-size: 24px;
    line-height: 30px;
}
.filtro-botao-singleblog, .filtro-botao-workshop {
    margin: 2px;
    margin-bottom: 15px;
}
.our-blog-banner {
    padding: 50px 30px 70px 30px;
}
.bloco-our-stories .artigo-grid-singleblog {
    display: inline-block;
    white-space: nowrap;
    overflow-x: auto;
    margin-right: -50px !important;
    margin-left: -30px !important;
}
.artigo-grid-singleblog {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.bloco-our-stories .artigo-item-singleblog:first-of-type {
    margin-left: 30px !important;
}
.bloco-our-stories .artigo-item-singleblog:last-of-type {
    margin-right: 50px !important;
}
.bloco-our-stories .artigo-item-singleblog {
    display: inline-block;
    max-width: 80%;
    white-space: normal;
    margin-right: 10px;
}
.bloco-our-stories .conteudo-singleblog {
    min-height: 50vh;
}

.bloco-subscreve  form {
    width: 100%;
}
.bloco-our-stories .projetos-container {
    margin: 30px 0px 30px 0px !important;
}

.bloco-our-stories {
    padding: 25px;
}

.workshop-info {
    min-height: 50vh;
}
.workshop-info {
    min-height: 55vh;
    height: auto;
}
.info-left-card {
    margin-bottom: 20px;
}
.workshop-text-data {
    justify-content: left;
    display: flex;
    align-items: flex-start;
    padding: 0px 15px;
    flex-direction: column;
    align-content: flex-start;
}
#filtro-categorias-workshops {
    padding-left: 25px;
}
.data-item span, .data-mes {
        font-size: 26px;
        line-height: 26px;
    }
.workshops-bloco h6, .bloco-our-stories h6 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
}
.workshops-grid .workshop-card:first-of-type {
    margin-left: 30px;
}
.workshops-grid .workshop-categorias {
    position: absolute;
        top: 20px;
    right: 15px;
    left: unset;
    /* float: left; */
    text-align: right;
    width: 200px;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}
.workshops-grid .workshop-card {
    width: 80% !important;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: auto;
}
.filtro-botao-singleblog, .filtro-botao-workshop {
    line-height: 16px;
}
.workshops-bloco {
    padding: 40px 0px;
}
.ebook-block h6 {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    margin-top: 25px;
}
.ebook-block p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.ebook-block {
    padding: 50px 30px 50px 30px;
}
.ebook-block img {
    width: 168px;
    margin: auto;
}
.ebook-block .wpb_single_image.vc_align_left {
    text-align: center;
}

.bloco-bardo .vc_custom_heading {
    margin-left: -20px;
}
.row-video-bardo {
    margin-top: 50px;
}
.display-mobile{
    display: block;
}
.display-pc{
    display: none;
}
a.projeto-card-2 {
    width: 100% !important;
}
.projetos-grid-pagina .projeto-thumb {
    height: 25vh;
    min-height: 25vh;
}
.projeto-content {
    padding: 25px;
    min-height: 25vh;
}
.projeto-destaque-texto {
    display: block;
    width: 100%;
    position: relative;
    order: 2;
    min-height: 25vh;
}
.projeto-destaque-imagem {
    margin-left: unset;
    width: 100%;
    display: block;
    height: 25vh;
    order: 1;
    position: relative !important;
}
.video-section {
    right: unset;
    left: 0;
    width: 75%;
}
.projeto-destaque-texto {
    right: 0;
}
.projeto-destaque-imagem {
    margin-left: unset;
}
.image-overlay img{
    max-width: 200px;
}
.wpb_raw_code.wpb_content_element.wpb_raw_html.especial-video {
    height: 50vh;
    width: 100%;
}
.texto-bloco-our-2{
    margin: 50px 0px !important;
}
.image-overlay {
    right: 0;
    left: unset;
    transform: translateX(25%);
}
.footer-split {
    display: grid;
}
.footer-left {
    width: 100%;
    order: 2;
    padding: 50px 30px;
}
.footer-right {
    width: 100%;
    padding: 50px 30px 30px 30px;
    order: 1;
}
.footer-container-left {
    DISPLAY: block;
    width: 100%;
}
.footer-social {
    text-align: left;
    margin-top: 30px;
}
.footer-social .social-icons {
    justify-content: start;
}
.footer-logo img {
    max-width: unset;
}
.voltar-singleblog span{
    font-size: 16px;
    line-height: 20px;
    color: #0C1913;
    font-weight: 700;
}
.conteudo-singleblog-single{
    display: block !important;
}
.voltar-direita img{
    margin-left: 5px !important;
}
.voltar-esquerda img{
    margin-right: 5px !important;
}
.texto-singleblog-single h1{
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
}
.conteudo-singleblog-single-2 {
    padding: 30px !important;
    margin: 0px -40px !important;
}
.conteudo-singleblog-single {
    margin: 30px -10px !important;
}
.timeline-event p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.comprimido-btn{
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
}
.timeline-header {
    padding: 10px 50px;
}
.timeline-event {
    margin-bottom: 50px;
}
.comprimido-wrapper label, .comprimido-wrapper input, .comprimido-wrapper select, .comprimido-wrapper textarea, .comprimido-wrapper option {
    margin-top: 10px;
}
.comprimido-wrapper label{
    padding: 15px 0px;
}
.comprimido-botoes {
    margin-bottom: 30px;
}
.fundo-faqs h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
.bloco-desc-home h6, .coluna-segunda h6, .bloco-dois-home h6, .conteudo-singleblog h3, .timeline-event h3, .bloco-subscreve h6, .workshop-title, .bloco-talk-to-us p, .comprimido-wrapper label {
    font-size: 24px;
    line-height: 30px;
}
.bloco-talk-to-us p {
    font-weight: 400;
}
.bloco-desc-home h5, #main-menu li a,  .bloco-desc-home h5, .projetos-see-all, .row-video-bardo p, .conteudo-singleblog-single-2 li, .conteudo-singleblog-single-2 p, .about-us-img-2 p, .ebook-block h5, .bloco-subscreve input.wpcf7-email, .wpcf7 .wpcf7-response-output, .about-us-img-2 p {
    font-size: 18px;
    line-height: 26px;
}
.footer-social .footer-email a, .footer-social .footer-faq a{
    font-size: 24px;
    line-height: 30px;
}
.social-icons img {
    width: 23px;
    height: 23px;
}
.banner-pub-original {
    margin: 60px 0px 60px 0px;
}
.testemunho-title{
    font-size: 20px;
    color: #284D3C;
}
.texto-singleblog-single{
    min-height: 40vh !important;
}

.footer-container h6 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.projeto-title  {
    font-size: 24px;
    line-height: 30px;
}
.banner-pub h6 {
    font-size: 20px;
    line-height: 26px;
    padding-right: 25px;
}
.coluna-segunda p, .projeto-link, .projeto-link-singleblog, .workshop-info p, .workshop-link {
    font-size: 18px;
    line-height: 24px;
}
.bloco-desc-home p, .testemunho-excerpt {
    font-size: 16px;
    line-height: 24px;
}
.testemunho-excerpt, .testemunho-descricao p, .testemunho-link{
    color: #284D3C;
}
.testemunho-link {
    font-size: 18px;
}
.testemunho-descricao p {
    font-size: 14px;
    line-height: 20px;
}
  .icon-desc-home.slick-initialized, .coluna-primeira-pai.slick-initialized {
    display: flex !important;
  }
  .coluna-segunda {
    margin: auto;
    border-radius: 0;
    height: 45vh;
    padding: 20px 20px;
}
.slick-testemunhos {
    margin: 0px -20px;
}
.projetos-grid.slick-initialized {
    display: flex !important;
    margin: 50px -50px;
  }
  .coluna-primeira-pai.slick-initialized {
    margin: 50px -50px;
  }
.coluna-primeira-pai .slick-dots, .projetos-grid .slick-dots {
    display: none !important;

}
.bloco-dois-home h6 {
    MARGIN: 20px 0px 70px 0px !important;
}
.coluna-segunda img {
    margin: auto;
}
.coluna-terceira {
    height: 50vh;
}
.coluna-primeira {
    margin: 0px 0px 30px 0px;
}

.coluna-primeira.coluna-primeira-first {
    margin-left: 40px !important;
}
.coluna-primeira {
    margin-left: 10px !important;
}
.projeto-destaque .projeto-excerpt {
    margin-top: 10px;
}
.slick-testemunhos .testemunho-card {
    margin: 0 10px 0px 0px !important;
    box-sizing: border-box;
}
.page-projects-testemunhos {
    padding: 50px 0px;
    margin: 0px -30px;
}
.slick-testemunhos .slick-track {
    padding-left: 35px;
}
 .testemunho-card.slick-current {
    transform: translateY(-8px);
}
.testemunho-card:hover {
    transform: translateY(0px);
}
.slick-testemunhos .slick-list.draggable {
    padding-right: 50px;
}
.projetos-grid .slick-track .projeto-card:first-of-type {
    margin-left: 50px !important;
}
.projetos-grid .projeto-card {
    margin-left: 10px !important;
}
.cheio-container-our-work .projetos-container {
    justify-content: START;
    MARGIN-TOP: 25px;
}
.testemunho-thumb {
    margin: 0px auto;
}
.icon-desc-home .slick-dots li button:before {
    font-size: 17px;
    color: #D7C4EA;
    opacity: 1;
}
.icon-desc-home .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #7A3BB6;
}
.container-menu-grow {
    align-items: start;
}
.site-grow img {
    max-width: 173px;
}

ul#main-menu {
    display: block;
    text-align: right;
}
.container {
    width: calc(100% - 50px);
}
ul#main-menu li {
    margin-right: 0px;
}
.menu-bar {
    text-align: right;
}

.vc_column_container>.vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.coluna-terceira {
    padding: 30px 50px 30px 50px;
}

.menu-bar {
    display: none;
}

    .hamburger-menu {
        display: block;
        margin-left: auto;
        margin-top: 15px;
        width: 30px;
        height: 24px;
        cursor: pointer;
        position: relative;
        z-index: 3;
    }

    .menu-do-hamburguer {
        display: block; /* DEIXA "block" aqui para a animação funcionar */
    }

.hamburger-menu .bar {
    height: 3px;
    background: #284d3c;
    margin-bottom: 5px;
    border-radius: 2px;
    transition: all 0.4s ease;
}

/* Animação para virar X */
.hamburger-menu.active .bar1 {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.active .bar2 {
    opacity: 0;
}

.hamburger-menu.active .bar3 {
    transform: rotate(-45deg) translate(6px, -6px);
}
.menu-do-hamburguer.active {
    max-height: fit-content;
    padding: 50px 30px;
}
/* Esconde o menu com max-height 0 e sem padding */
.menu-do-hamburguer {
    max-height: 0;
    overflow: hidden;
    padding: 0 30px;
    position: absolute;
    top: 85px;
    width: 100%;
    background-color: #ffffff;
    text-align: right;
    transition: max-height 0.5s ease, padding 0.3s ease;
    z-index: 2;
}
.text-grow-banner h5 {
    font-size: 30px;
    line-height: 36px;
}

.text-grow-banner p {
    font-size: 20px;
    margin-bottom: 30px;
}
.vc_custom_heading {
    font-size: 40px;
    font-weight: 700 !important;
}

.text-grow-banner {
    width: calc(100% - 50px);
}
.cheio-container {
    padding: 50px 20px 90px 40px;
}
.cheio-container-our-work {
    padding: 50px 30px 50px 30px;
}
.slick-next {
    right: -10px;
}
.slick-prev {
    left: -10px;
}




.menu-cta {
    margin-right: 0px;
    margin: 20px 0px;
}
.social-icons {
    display: flex;
    gap: 15px;
    justify-content: right;
}
.container-menu-grow {
    z-index: 10;
    position: relative;
}


}
/* Size considerado Mobile - 430px*/
@media only screen and (max-width: 430px) {
}
/* smartphones plus */
@media only screen and (max-width: 414px) {
}
/* smartphones normais  */
@media only screen and (max-width: 378px) {
}
/* iphone 5 <=  */
@media only screen and (max-width: 320px) {
}
