/*
Theme Name:         Ficus
Description:        Ficus Theme
Version:            1.0
Author:             wevolved

Text Domain:        ficus
*/

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

html,
body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    user-select: none; /* Standard syntax */
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
input {
    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;
}

a {
    overflow-wrap: anywhere;
}

/**************** COMPONENTES DE FORMULARIOS **************/
/* Colocar os placeholders dos inputs com cor normal, remover o cinzento */
input::placeholder {
    color: #8b6501;
    opacity: 1; /* Firefox */
}

/* 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 #E1E54D inset !important;
    -webkit-text-fill-color: #8b6501 !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;
}

/******** SELECT IGUAL EM TODO O LADO ********* */
/* select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0 !important;

	color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	padding: 10px;
	width: 35%;
	cursor: pointer;

	background: #0d98e8
		url(https://cdn1.iconfinder.com/data/icons/universal-icons-set-for-web-and-mobile/100/controls_0-12-512.png)
		no-repeat right center;
	background-size: 40px 37px;
}

select option {
	background-color: #fff;
	color: black;
}
select::-ms-expand {
	display: none;
} */
/******** SELECT IGUAL EM TODO O LADO ********* */

/**************** FONTS ****************/
/* Fonts */
@font-face {
    font-family: "FontAwesome";
    src: url("fonts/FontAwesome.otf");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "thermal-variable", sans-serif;
    font-variation-settings: "opsz" 100, "wght" 100;
}

@font-face {
    font-family: "coordinates-variable", sans-serif;
    font-variation-settings: "wght" 300;
}

@font-face {
    font-family: 'mabry-light-pro';
    src: url('fonts/mabry-light-pro.woff2') format('woff2'),
    url('fonts/mabry-light-pro.woff') format('woff'),
    url('fonts/mabry-light-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mabry-regular-pro';
    src: url('fonts/mabry-regular-pro.woff2') format('woff2'),
    url('fonts/mabry-regular-pro.woff') format('woff'),
    url('fonts/mabry-regular-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Headers */
h1 {
    font-family: "Inter";
    font-weight: 300;
    font-size: 30px;
    color: #221F20;
}

h2 {
    font-family: "Inter";
    font-weight: 300;
    font-size: 25px;
    color: #221F20;
}

h3 {
    font-family: "Inter";
    font-weight: 300;
    font-size: 20px;
    color: #221F20;
}

h4 {
    font-family: "Inter";
    font-weight: 300;
    font-size: 15px;
    color: #221F20;
}

h5 {
    font-family: "Inter";
    font-weight: 300;
    font-size: 10px;
    color: #221F20;
}

/* Fonts default */
p,
a,
label,
input,
select,
textarea,
option {
    font-family: "Inter";
    font-style: normal;
    font-size: 16px;
    resize: none;
    color: #221F20;
}


/* Variáveis p/ reutilizar */
:root {
    /* Cores */
    --black: #000000;
    --white: #ffffff;
    --brown: #bda687;
    --greyBG: #f5f5f5;
    --grey: #222222;
    /* VALORES DEFAULT - MUDAR */
    --header-height: 110px;
    --page-margin-desktop-xl: 156px;
    --page-margin-desktop: 136px;
    --page-margin-tablet: 20px;
    --page-margin-mobile: 17px;
    --border-radius: 2px;
    --border-radius-big: 12px;
    --page-bottom-margin-desktop-xl: 60px;
    --page-bottom-margin-desktop: 40px;
    --page-bottom-margin-tablet: 30px;
    --page-bottom-margin-mobile: 22px;
}

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

/* REGRAS PARA PROJETO */

.btn-open-login-form {
    top: 85 !important;
}

body {
    /* margin:0px */
    overflow-x: hidden;
}

/* ----------------------------------- COOKIES PROMPT ----------------------------------- */
/* Opção escondida */
.display-none {
    display: none;
}

/* Estrutura do Prompt de Cookies */
.cookiesPrompt {
    position: fixed;
    transform: translate(-100%, -100%);
    top: 97%;
    left: calc(100% - var(--header-side-margin));
    width: 350px;
    height: fit-content;
    background-color: var(--darker-green);
    font-family: "SpaceGrotesk";
    border-radius: var(--border-radius);
    z-index: 8000;
    color: var(--white);
    border: 1px solid var(--electric-green);
}

/* Texto infomração Cookies */
.information {
    padding: 30px;
}

/* Mensagem dos Cookies */
.message,
p.message a {
    font-size: 16px;
}

p.message a {
    color: var(--electric-green);
}

/* Botões Cookies */
.cookiesButtons {
    padding-top: 20px;
    display: flex;
    gap: 20px;
}

/* Botão Aceitar/Rejeitar Cookie */
.acceptCookie,
.rejectCookie {
    font-weight: 600;
    font-size: 20px;
    background-color: transparent;
    display: block;
    padding: 0px;
    transition: all 0.2s ease-in-out;
    margin-bottom: 3px;
    border: 1px solid var(--white);
    background-color: var(--dark-green);
    padding: 5px 20px !important;
    color: var(--white);
    border-radius: var(--button-border-radius);
}

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


/* ----------------------------------- SITE ----------------------------------- */

/* Bárbara */

/* Newsletter form */

.block1-home form.wpcf7-form {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.block1-home form.wpcf7-form > p,
footer form.wpcf7-form > p{
    display: flex;
	align-items: flex-end;
}

.block1-home form.wpcf7-form input[name="email"],
footer form.wpcf7-form input[name="email"]{
	background-color: transparent;
	border: 1px solid #E1E54D;
	height: 50px;
	width: 240px;
	color: #E1E54D;
    font-weight: 300;
	font-family: "coordinates-variable", sans-serif;
	padding: 0px 15px;
	text-decoration: underline;
	font-size: 12px;
}

footer form.wpcf7-form input[name="email"]{
	width: 340px;
    border-right: 0px;
    border-radius: 0px;
	border-bottom: 1px solid #8B6501;
	padding: 0px;
	padding-bottom: 8px;
	text-decoration: none;
	height: fit-content;
	color:  #8B6501;
	height: 30px;
}

.block1-home form.wpcf7-form input[name="email"]::placeholder{	
	color: #E1E54D;
}

.block1-home form.wpcf7-form input[type="submit"],
footer form.wpcf7-form input[type="submit"]{
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-content: center;
	background-color: #E1E54D;
	border: 1px solid #E1E54D;
	font-size: 0px;
	background-image: url('/wp-content/uploads/2024/09/¬.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30%;
}

footer form.wpcf7-form input[type="submit"]{
	height: fit-content;
	border-bottom: 1px solid #8B6501;
	background-color: transparent;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 9px;
	font-family: 'mabry-regular-pro';
	color:  #8B6501;
	background-image: none;
	height: 32px;
	margin-left: -1px;
}

.block1-home form.sent .wpcf7-response-output,
footer form.sent .wpcf7-response-output {
    position: absolute;
    bottom: -10px;
    left: 0px;
    border: 0px;
    padding: 0px !important;
    margin: 0px;
    color: #e1e54d;
    transform: translateY(100%);
	font-family: "coordinates-variable", sans-serif;
	font-size: 12px;
}

footer form.sent .wpcf7-response-output {
	color:  #8B6501;
}

#subscribe::after{
	display: none !important;
}

.block1-home .wpcf7-spinner,
footer .wpcf7-spinner{
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
}

/* Home */

.block1-home {
	height: calc(100vh - 40px);
	min-height: unset !important;
}

.block1-home form.wpcf7-form input {
    border-radius: 0px !important;
}

/* Blog */

div#second-post > a{
    width: 300px;
    height: 360px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

div#second-post > a > img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

/**************************/

.container {
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.container.menu-top-control {
    display: flex;
    position: fixed !important;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
    margin: auto 5% !important;
    width: 90%; /* Ajusta a largura do container para garantir que a borda cubra toda a largura */
    position: relative; /* Garante que o pseudo-elemento ::after seja posicionado corretamente */
}

.container.menu-top-control::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 128, 0, 0) 0%, rgb(106 231 126 / 100%) 5%, rgb(106 231 126 / 100%) 95%, rgba(0, 128, 0, 0) 100%);
}


/* Adiciona flexbox à imagem do logo e ao menu de navegação */
.imagem-site-plug {
    flex: 0 1 auto; /* Fixa o logo à esquerda */
}

nav.main-navigation {
    flex: 1; /* Permite que o menu navegação ocupe o espaço disponível */
    display: flex;
    justify-content: flex-end; /* Alinha o menu à direita */
}

/* Estiliza o menu de navegação para manter os itens inline */
nav.main-navigation ul {
    display: flex;
    gap: 15px; /* Espaçamento entre os itens do menu */
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Para os links do menu */
nav.main-navigation a {
    text-decoration: none;
    color: inherit;
}


/* Esconde o submenu por padrão */
nav.main-navigation ul.sub-menu {
    display: none;
    position: absolute; /* Posiciona o submenu abaixo do item pai */
    background-color: #fff; /* Cor de fundo do submenu */
    padding: 10px;
    color: white;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

/* Mostra o submenu ao passar o mouse sobre o item pai */
nav.main-navigation li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
}

/* Adiciona uma seta ao lado do item pai que tem um submenu */
nav.main-navigation li.menu-item-has-children > a::after {
    content: ' \25BC'; /* Código Unicode para uma seta para baixo */
    margin-left: 5px;
    font-size: 0.8em; /* Tamanho da seta */
}

/* Estiliza os links do submenu */
nav.main-navigation ul.sub-menu li a {
    color: #333; /* Cor do texto do submenu */
    padding: 5px 10px;
    display: block;
    text-decoration: none;
}

nav.main-navigation ul.sub-menu li a:hover {
    background-color: #f0f0f0; /* Cor de fundo ao passar o mouse sobre os itens do submenu */
}

.imagem-site-plug img {
    height: 50px;
}

.menu-transparente.homepage-header {
    background-image: url('/wp-content/uploads/2024/08/plug-img-scaled.jpg');
    background-size: cover; /* Faz a imagem cobrir todo o header */
    background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat; /* Impede que a imagem se repita */
    height: 100vh; /* Define a altura do header como 100% da altura da viewport */
    color: white; /* Opcional: Define a cor do texto como branco */
}

/* Ajustes para garantir que o conteúdo do header seja visível */
.menu-transparente.homepage-header .container {
    z-index: 1; /* Garante que o conteúdo esteja acima do background */
    position: relative;
}

/* Configuração inicial dos itens do menu */
.menu-main-menu-container li {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    color: white;
    transition: border-color 0.3s ease, color 0.3s ease; /* Transição suave para as bordas e cor do texto */
}


/* ----------------------------------- SITE  ----------------------------------- */

.divider {
    min-height: 720px !important;
    height: 100vh !important;
    width: 50% !important;
}

#main-menu {
    position: absolute;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 23px;
}

#main-menu li a, #blog-menu li a {
    text-align: right;
    margin-right: 20px;
    margin-top: 23px;
    font-family: "coordinates-variable", sans-serif;
    font-variation-settings: "wght" 300;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.01em;
}

#main-menu li a {
    color: #E1E54D;
}

#main-menu li a:before, #blog-menu li a:before {
    content: "¬";
    margin-right: 15px;
    display: inline-block;
    font-size: 20px;
}

#blog-menu li a {
    color: #8B6501;
}

#blog-menu li {
    position: absolute;
    right: 0;
    margin-top: 20px;
}

.center-align {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

#section1-front-paragraph {
    width: 510px;
}

#section1-front-paragraph  p {
    font-family: "thermal-variable", sans-serif;
    font-variation-settings: "wght" 200;
    font-size: 26px;
    font-weight: 100;
    line-height: 34px;
    letter-spacing: 0.01em;
    color: #E1E54D;
}

.align-text-left {
    text-align: left;
}

.align-text-right {
    text-align: right;
}

.section1-front-paragraph-text-special {
    margin-right: 40px;
}

#section2-front-title {
    margin-top: 62px !important;
    font-family: 'mabry-regular-pro', sans-serif !important;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
}

#section2-front-title::after {
    content: "TM";
    font-family: 'mabry-regular-pro', sans-serif;
    font-size: 6px;
    line-height: 28px;
    letter-spacing: 0.06em;
    color: #8B6501;
    vertical-align: super;
}

#section2-front-upper-text p {
    font-family: "thermal-variable", sans-serif;
    font-variation-settings: "opsz" 100, "wght" 200;
    font-size: 22px;
    font-weight: 100;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #8B6501;
    max-width: 360px;
    width: calc(50vw - 40px);
    text-align: center;
}

.bottom-center-align {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

#section2-front-bottom-text p {
    margin-bottom: 52px !important;
    font-family: "thermal-variable", sans-serif;
    font-variation-settings: "opsz" 100, "wght" 200;
    font-size: 22px;
    font-weight: 100;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #8B6501;
    max-width: 360px;
    width: calc(50vw - 40px);
    text-align: center;
}

#section2-right-up-text p {
    font-family: "coordinates-variable", sans-serif;
    font-variation-settings: "wght" 300;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #E1E54D;
    width: 235px;
}

#section2-right-bottom-text p {
    font-family: "thermal-variable", sans-serif;
    font-variation-settings: "opsz" 100, "wght" 200;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #E1E54D;
    width: 359px;
    text-align: center;
}

#section2-right-bottom-text {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 59px !important;
}

#section2-right-up-text {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 65px;
    margin-left: 45px;
}

#section-2-round-button p {
    font-family: "coordinates-variable", sans-serif;
    font-variation-settings: "wght" 300;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #E1E54D;
    text-decoration: underline;
    width: 76px;
    text-align: center;
}

#section-2-round-button {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 77px;
    margin-right: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

#section2-front-center-text{
    width: 335px;
}

#section2-front-center-text p{
    font-size: 13px;
    line-height: 20px;
    font-family: 'coordinates-variable';
    letter-spacing: 0.01em;
    color: #8B6501;
    text-align: center;
    font-weight: 400;
}

.section3-4-front-left-title {
    font-family: "thermal-variable", sans-serif !important;
    font-variation-settings: "opsz" 100, "wght" 200 !important;
    font-weight: 100 !important;
    letter-spacing: 0.01em;
    margin-top: 55px !important;
    width: 100%;
}

.section3-4-front-bottom-text p {
    font-family: "coordinates-variable", sans-serif;
    font-variation-settings: "wght" 300;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #8B6501;
    text-align: center;
    width: 100%;
}

.section3-4-front-bottom-text {
    width: 96%;
}

.section3-4-front-bottom-text > div:last-child {
    margin-bottom: 38px !important;
}

.section3-4-front-right-title {
    font-family: 'mabry-regular-pro', sans-serif !important;
    letter-spacing: 0.06em;
    margin-top: 54px !important;
}

.section3-4-paragraph p {
    font-family: "thermal-variable", sans-serif;
    font-variation-settings: "opsz" 100, "wght" 200;
    font-weight: 100;
    font-size: 30px;
    margin-bottom: 112px;
    color: #8B6501;
    line-height: 40px;
    letter-spacing: 0.01em;
    position: relative;
    text-align: center;
    width: calc(50vw - 40px);
}

.section3-4-paragraph p::after {
    content: "";
    position: absolute;
    height: 42px;
    top: 50%;
    left: 50%;
    margin-top: 56px;
    border-left: solid;
    border-width: 1px;
}

.section3-4-paragraph p:last-child::after {
    display: none;
}

.section-4-text, .section-4-text p {
    color: #E1E54D !important;
}

.section3-4-right-bottom-text {
    margin-bottom: 35px !important;
}

.section3-4-right-bottom-text p {
    font-family: "coordinates-variable", sans-serif;
    font-variation-settings: "wght" 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: center;
}

.section3-4-right-bottom-text a {
    text-decoration: underline;
    font-family: "coordinates-variable", sans-serif;
    font-variation-settings: "wght" 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: center;
    color: unset;
}

.brown p {
    color: #8b6501;
}

.yellow p {
    color: #E1E54D;
}

.top-left-align {
    position: absolute;
    top: 0;
    left: 0;
}

#section-5-title {
    width: 446px;
    font-family: "thermal-variable", sans-serif !important;
    font-variation-settings: "opsz" 100, "wght" 200 !important;
    letter-spacing: 0.01em;
    margin-left: 49px;
    margin-top: 61px;
}

.bottom-right-align {
    position: absolute;
    bottom: 0;
    right: 0;
}

#section-5-text p {
    width: 256px;
    font-family: 'mabry-light-pro', sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.06em;
    color: #8B6501;
    margin-bottom: 2em;
    margin-right: 29px;
}

#section-5-text p:last-child {
    margin-bottom: 49px;
}

#section-5-text p::before {
    position: absolute;
    content: "¬";
    left: -55px;
    font-size: 20px;
}

#section-5-round-button {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 67px;
    margin-bottom: 100px !important;
    z-index: 99;
}

#elipse1 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    margin-top: 35px !important;
    width: 113px;
    height: 113px;
    right: 0;
    top: 0;
}

#elipse2 {
    position: absolute;
    margin-left: 49px;
    margin-bottom: 59px !important;
    width: 113px;
    height: 113px;
    bottom: 0;
    left: 0;
}

#section-5-round-button p {
    font-family: "coordinates-variable", sans-serif;
    font-variation-settings: "wght" 300;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #8b6501;
    text-decoration: underline;
    width: 76px;
    text-align: center;
}

#section-5-round-button a {
    font-family: "coordinates-variable", sans-serif;
    font-variation-settings: "wght" 300;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #8b6501;
    text-decoration: underline;
    width: 76px;
    text-align: center;
}

#section-2-round-button a {
    font-family: "coordinates-variable", sans-serif;
    font-variation-settings: "wght" 300;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #E1E54D;
    text-decoration: underline;
    width: 76px;
    text-align: center;
}

.bottom-left-align {
    position: absolute;
    bottom: 0;
    left: 0;
}

.top-right-align {
    position: absolute;
    top: 0;
    right: 0;
}

#footer {
    position: relative;
    min-height: 464px;
    background-color: #E1E54D
}

#footer-left {
    font-family: "thermal-variable", sans-serif;
    font-variation-settings: "opsz" 100, "wght" 200;
    font-size: 28px;
    font-weight: 100;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: #8b6501;
    margin-left: 20px;
    margin-top: 47px;
    width: 446px;
}

#footer-ficus, #credits a {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: .01em;
    color: #8B6501;
    margin-left: 20px;
    margin-bottom: 28px;
}

#footer-right {
    font-family: "thermal-variable", sans-serif;
    font-variation-settings: "opsz" 100, "wght" 200;
    font-weight: 100;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: .01em;
    margin-top: 47px;
    margin-right: 103px;
    margin-bottom: 30px;
    width: 310px;
    color: #8B6501;
}

#email {
    background: transparent;
    border: 0;
    font-family: "coordinates-variable", sans-serif;
    font-variation-settings: "wght" 300;
    color: #8B6501;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
    width: 390px;
}

#email::placeholder {
    color: #8B6501;
}

#subscribe {
    width: 390px;
    right: 0;
    margin-right: 20px;
}

#subscribe::after {
    content: "";
    border-bottom: solid #8B6501 1px;
    position: absolute;
    width: 388px;
    left: 0;
    bottom: -8px;
    margin-left: 2px;
}

#subscribe-button {
    position: absolute;
    bottom: 0;
    font-family: 'mabry-regular-pro', sans-serif;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.06em;
    color: #8B6501;
    transform: translate(-100%, 0);
    color: #8b6501;
}

#subscribe-text {
    margin-bottom: 39px;
    font-family: 'mabry-regular-pro', sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.06em;
    color: #8B6501;
	position: relative;
}

#subscribe-text::after {
    content: "¬";
    right: 0;
    transform: unset;
    position: absolute;
}

#credits {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.01em;
    margin-bottom: 28px;
    margin-right: calc(33.33% - 410px);
    color: #8b6501;
}

#logo {
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;
}

/* Blog */

#blog-logo img {
    margin-top: 60px;
    margin-bottom: 62px;
}

.blog-title {
    font-family: 'mabry-regular-pro', sans-serif !important;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
    font-size: 14px;
    color: #8b6501;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    width: 100%;
}

.post-title {
    position: relative;
    font-family: "thermal-variable", sans-serif;
    font-variation-settings: "opsz" 100, "wght" 200;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.01em;
    font-weight: 100;
    color: #8b6501;
    text-align: center;
    width: 355px;
    margin-bottom: 20px;
}

#first-post-content > p {
    font-family: 'mabry-light-pro', sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 18px;
    color: #8b6501;
    position: relative;
    max-width: 466px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    margin-bottom: 98px;
    text-align: center;
    width: calc(100vw - 40px);
}

.read-more-button {
    font-family: "coordinates-variable", sans-serif;
    font-variation-settings: "wght" 300;
    font-size: 14px;
    line-height: 23.8px;
    letter-spacing: 0.01em;
    color: #8B6501;
    text-decoration: underline;
    position: relative;
    margin-bottom: 63px;
}

.read-more-button:hover {
    text-decoration: underline;
    position: relative;
    color: unset;
    font-variation-settings: "wght" 400;;
}

.read-more-button::before {
    content: "¬";
    margin-right: 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
}

#blog-menu {
    height: 95px;
}

#blog-filter > div:first-of-type a:first-of-type {
    position: absolute;
    left: 0;
    margin-left: 20px;
    text-decoration: underline;
}

#blog-filter > div {
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
    gap: 87px;
}

#blog-filter > div:first-of-type a {
    font-family: "coordinates-variable", sans-serif;
    font-variation-settings: "wght" 300;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.06em;
    color: #8b6501;
}

#second-post .post-title {
    color: #E1E54D;
    margin-top: 55px;
}

#second-post img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    height: 50% !important;
    width: auto !important;
    margin-bottom: 80px;
}

#second-post .read-more-button {
    color: #E1E54D;
    margin-bottom: 55px;
}

.divider div {
    padding: 0 !important;
}

#second-post p {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 50px;
    font-family: 'mabry-light-pro', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #E1E54D;
    width: 466px;
    text-align: center;
    letter-spacing: 0.06em;
}

#third-post {
    position: absolute;
    width: 100%;
    height: 100%;
    border-right: solid #8B6501 1px;
}

#third-post-image {
    height: 68%;
    width: calc(100% - 40px);
    margin: 0 20px;
    overflow: hidden;
    position: relative;
}

#third-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

#third-post-content {
    width: calc(100% - 40px);
    background-color: #E1E54D;
    margin: 0 20px;
    height: 32%;
}

.blog-categories {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: flex-end;
}

.blog-categories > a {
    margin-top: 38px;
}

#third-post-content a {
    text-decoration: underline;
}

.blog-author {
    display: flex;
    justify-content: center;
    margin-bottom: 21px;
}

.blog-categories a, .blog-author p a, .blog-author p {
    font-family: "coordinates-variable", sans-serif;
    font-variation-settings: "wght" 300;
    font-size: 9px;
    line-height: 15px;
    letter-spacing: 0.06em;
    color: #8b6501 !important;
}

.post-title-div {
    width: calc(100% - 48px);
    display: flex;
    justify-content: center;
    margin-left: 24px;
}

#third-post .read-more-button {
    margin-bottom: 36px;
}

#remaining-posts {
    height: 100%;
    position: absolute;
    width: calc(100% - 40px);
    margin: 0 20px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.remaining-post {
    display: flex;
    height: 50%;
    position: relative;
    margin-bottom: 56.5px;
}

.remaining-post:last-child {
    margin-bottom: 0;
}

.remaining-post-image {
    width: calc(100% - 40px);
    position: relative;
}

.remaining-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.remaining-post-content {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.blog-excerpt {
    position: relative;
    width: calc(100% - 48px);
    display: flex;
    justify-content: center;
}

.blog-excerpt p {
    font-family: 'mabry-light-pro', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #8b6501;
    letter-spacing: 0.06em;
    text-align: center;
    padding-bottom: 4em;
    max-width: 246px;
}

#header-text {
    background-color: #E1E54D;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    min-height: 40px;
	z-index: 2;
    position: relative;
}
.remaining-post-content .read-more-button{
    margin-bottom: 0;
}

#header-text p, #header-text a {
    font-family: "coordinates-variable", sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #8b6501;
    text-align: center;
}

#header-text a {
    text-decoration: underline;
}

#remaining-posts {
    overflow-y: scroll;
    scrollbar-color: #8b6501 #E1E54D;
    scrollbar-width: thin;
}

#remaining-posts::-webkit-scrollbar {
    width: 4px;
}

#remaining-posts::-webkit-scrollbar-thumb {
    background-color: #8b6501;
    border-radius: 4px;
}

#remaining-posts::-webkit-scrollbar-track {
    background-color: #E1E54D;
}

#most-viewwd {
    height: 600px;
    display: flex;
    margin: 0 20px;
    min-height: 600px;
    justify-content: space-around;
    gap: 40px;
}

#most-viewwd .read-more {
    height: 0 !important;
    justify-content: flex-start;
}

#favourite-articles p {
    font-family: "thermal-variable", sans-serif;
    font-variation-settings: "opsz" 100, "wght" 200;
    font-size: 30px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #8b6501;
    margin-top: 55px;
    margin-left: 17px;
    margin-bottom: 21px;
}

#favourite-articles {
    left: unset !important;
}

.favorites .vc_column-inner {
    padding-top: 0 !important;
}

.most-viewed-item {
    width: 100%;
    position: relative;
}

.most-viewed-image {
    width: 100%;
    height: 60%;
    position: relative;
}

.most-viewed-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.most-viewed-item .post-title, .most-viewed-item .blog-title {
    text-align: left;
    position: relative;
}

.most-viewed-item .post-title {
    left: 0;
    transform: translate(0, 0);
    margin-bottom: 35px;
}

.most-viewed-item .blog-title {
    margin-top: 20px;
}

.most-viewed-item .read-more-button {
    left: 0;
    transform: translate(0, 0);
    margin-bottom: 56px;
    position: relative;
}

.most-viewed-item .read-more-button::after {
    display: none;
}

.inside-blog .divider .blog-title{
    margin-top: 0px !important;
}

#blog-info-bottom .bottom-left-align.blog-right > p{
    display: flex;
    gap: 10px;
}

#blog-info-bottom .bottom-left-align.blog-right > p::after{
    content: '';
    background-image: url('/wp-content/uploads/2024/10/Group-31.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    display: block;
}

#blog-info-bottom > .bottom-left-align > p:nth-child(2) > a{
    text-decoration: underline;
}

.inside-blog .divider .post-title {
    font-family: 'mabry-regular-pro', sans-serif !important;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.06em;
    color: #E1E54D;
    margin-top: 60px;
}

.inside-blog .divider .blog-title {
    font-family: "thermal-variable", sans-serif !important;
    font-variation-settings: "opsz" 100, "wght" 200;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.01em;
    font-weight: 100;
    color: #E1E54D;
    text-align: center;
    margin-top: 97px;
    width: 355px;
}

.inside-blog .divider p {
    font-family: 'mabry-light-pro', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #E1E54D;
    letter-spacing: 0.06em;
    text-align: center;
    max-width: 386px;
    width: calc(100vw - 40px);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    margin-bottom: 98px;
}

.inside-blog .divider .read-more-button {
    color: #E1E54D;
    width: 100px;
}

.inside-blog .divider .top-center-align {
    height: 100%;
}

.inside-blog .divider .top-center-align::after {
    content: "";
    height: 103px;
    width: 10px;
    border-left: solid #E1E54D 1px;
    border-bottom: solid #E1E54D 1px;
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
}

#inside-blog-info {
    background: #E1E54D;
    height: 264px;
    width: 100%;
    display: flex;
}

#blog-inside-info-post {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.inside-blog-info {
    display: flex;
    width: 100%;
    position: relative;
    height: 100%;
}

.inside-blog-info .top-left-align {
    margin-top: 60px;
    margin-left: 20px;
}

#blog-info-top .blog-right {
    margin-top: 60px;
    margin-left: 230px;
    padding-right: 20px;
}

#blog-info-bottom .blog-right {
    margin-bottom: 107px;
    margin-left: 230px;
    padding-right: 20px;
}

.inside-blog-info .bottom-left-align {
    margin-bottom: 107px;
    margin-left: 20px;
}

.inside-blog-info p, .inside-blog-info a {
    font-family: "coordinates-variable", sans-serif;
    font-variation-settings: "wght" 300;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.06em;
    color: #8b6501 !important;
}

.inside-blog-info a {
    text-decoration: underline;
}

#post-description-text {
    width: 100%;
    position: relative;
}

#post-description-text p {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, 50%);
    font-family: 'mabry-light-pro', sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.06em;
    color: #8b6501;
    width: 442px;
}

#blog-content {
    display: flex;
}

#blog-content aside {
    width: 30%;
}

#blog-content div {
    width: 70%;
    margin-left: 20px;
    margin-right: 51px;
}

#blog-content .blog-title {
    text-align: left;
    margin-top: 90px;
}

#blog-content aside div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#blog-content div p,
#blog-content ul li{
    width: 712px;
    font-family: 'mabry-light-pro', sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.06em;
    color: #8b6501;
    margin-bottom: 50px;
}

#blog-content .post-title {
    position: unset;
    text-align: left;
    transform: translate(0, 0);
    margin-bottom: 25px;
}

#blog-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#favourite-articles {
    background-color: #D8D5CB;
}

#favourite-articles p {
    margin-left: 20px;
    margin-top: 90px;
}

#blog-content aside div {
    margin: 0;
}

aside #most-viewwd {
    margin-left: 20px !important;
}

aside #most-viewwd .most-viewed-item img {
    width: calc(100% - 45px);
}


aside #most-viewwd .blog-title {
    margin-top: 20px !important;
}

aside .most-viewed-item .read-more-button {
    margin-bottom: 0;
    position: unset;
}

aside #most-viewwd .most-viewed-item {
    margin-bottom: 100px;
}

#blog-content aside #most-viewwd {
    height: calc(100% - 173px);
}

#blog-content .wp-block-heading {
    font-family: "thermal-variable", sans-serif;
    font-variation-settings: "opsz" 100, "wght" 200;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #8b6501;
    margin-bottom: 50px;
    width: 406px;
    font-size: 23px;
    margin-top: 50px;
}

#blog-content td {
    padding: 0;
    border: none;
    padding-bottom: 4em;
    width: 246px;
    padding-right: 50px;
    font-family: 'mabry-light-pro', sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.06em;
    color: #8b6501;
}

#blog-content td strong {
    font-family: 'mabry-regular-pro', sans-serif;
}

.read-more-button:hover {
    color: #8b6501;
}


#blog-related-articles ul {
    display: flex;
    gap: 40px;
    overflow-x: auto;
    padding: 0;
    list-style: none;
    scrollbar-width: thin;
}

#blog-related-articles li {
    width: 386px;
    flex: 0 0 auto;
}

#blog-related-articles li .post-title {
    position: unset;
    text-align: unset;
    transform: unset;
}

#blog-related-articles li img {
    width: 100%;
    height: 319px;
    object-fit: cover;
    margin-bottom: 20px;
}

#blog-related-articles li .blog-title {
    text-align: unset;
}

#blog-related-articles > p {
    margin-top: 60px;
    margin-bottom: 21px;
    margin-left: 37px;
    font-family: "thermal-variable", sans-serif;
    font-variation-settings: "opsz" 100, "wght" 200;
    font-size: 30px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #8b6501;
}

#blog-related-articles li:last-child {
    margin-right: 40px;
}

#blog-related-articles li:first-child {
    margin-left: 40px;
}

#blog-related-articles li .read-more-button {
    margin-bottom: 0;
    left: unset;
    transform: unset;
}

#blog-related-articles div {
    margin-top: 30px;
    margin-bottom: 60px;
}

.wp-block-table {
    width: calc(100% - 275px);
    overflow: hidden;
}

#third-post-height {
    height: 1000px;
    width: 100%;
}

.vc_row {
    margin: 0 !important;
}

.menu a:hover {
    text-decoration: underline;
    font-variation-settings: "wght" 400 !important;
}

.home-products img {
    width: 550px;
    max-width: unset !important;
}

.home-products {
    width: 50vw;
}

.secton-3-4-upper-text {
    margin-top: 102px;
    width: 100%;
}

.secton-3-4-upper-text p {
    font-family: "coordinates-variable", sans-serif;
    font-variation-settings: "wght" 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #8B6501;
    max-width: unset;
    text-align: center;
    width: 425px;
}

.secton-3-4-upper-text > div {
    display: flex;
    justify-content: center;
}

.read-more {
    width: 100%;
    display: flex;
    justify-content: center;
}

#third-post-content a:hover, #first-post a:hover, .remaining-post a:hover, .most-viewed-item a:hover {
    color: #8b6501;
}

#first-post-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 20px;
}

.home-products {
    width: 100%;
}

#footer .top-right-align {
    width: calc(33.33% - 20px);
}

#footer-ficus, #credits,  #credits a {
    font-family: coordinates-variable, sans-serif;
    font-variation-settings: "wght" 300;
}

/* ----------------------------------- HEADER ----------------------------------- */


/* ----------------------------------- HEADER  ----------------------------------- */


/****************************** MEDIA QUERIES ************************************/
/* HD READY - Resolução Base Desenvolvimento */
@media only screen and (max-width: 1440px) {
    /* ----------------------------------- COOKIES PROMPT ----------------------------------- */
    /* Estrutura do Prompt de Cookies */
    .cookiesPrompt {
        top: 97%;
        height: fit-content;
        display: none !important;
    }

    /* Texto infomração Cookies */
    .information {
        padding: 20px;
    }

    /* Mensagem dos Cookies */
    .message,
    p.message a {
        font-size: 14px;
    }

    /* Botões Cookies */
    .cookiesButtons {
        padding-top: 10px;
    }

    /* Botão Aceitar/Rejeitar Cookie */
    .acceptCookie,
    .rejectCookie {
        font-size: 16px;
    }

}

/* Media query para menu hamburguer */
@media print, screen and (max-width: 1250px) {
    .post-title {
        position: relative;
        font-family: "thermal-variable", sans-serif;
        font-variation-settings: "opsz" 100, "wght" 200;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.01em;
        font-weight: 100;
        color: #8b6501;
        text-align: center;
        width: 250px;
        margin-bottom: 40px;
    }

    #section1-front-paragraph {
        width: 450px;
    }

    .blog-excerpt {
        position: relative;
        width: calc(100% - 48px);
    }

    .home-products img {
        width: 450px;
    }
}

@media print, screen and (max-width: 1290px) and (min-width: 1024px) {

    .blog-excerpt p {
        font-family: 'mabry-light-pro', sans-serif;
        font-size: 14px;
        line-height: 16px;
        color: #8b6501;
        letter-spacing: 0.06em;
        text-align: center;
        padding-bottom: 4em;
        max-width: 246px;
    }
	
	footer form.wpcf7-form input[name="email"] {
		width: 250px;
	}
	
	

    #subscribe::after {
        width: 298px;
    }

    #email {

        width: 300px;
    }

    #subscribe {
        width: 300px;

    }


}

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

#first-post-content {
    margin-bottom: 0;
}

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

    .block1-home {
        height: fit-content;
        min-height: unset !important;
    }

    .section3-4-paragraph p {
        font-family: "thermal-variable", sans-serif;
        font-variation-settings: "opsz" 100, "wght" 200;
        font-weight: 100;
        font-size: 30px;
        margin-bottom: 112px;
        color: #8B6501;
        line-height: 40px;
        letter-spacing: 0.01em;
        position: relative;
        text-align: center;
        width: calc(100vw - 40px);
    }

    #section-5-text p:last-child {
        margin-bottom: 60px;
    }

    #section-5-text p {
        width: 256px;
        font-family: 'mabry-light-pro', sans-serif;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.06em;
        color: #8B6501;
        margin-bottom: 2em;
        margin-right: 17px;
    }


    .remaining-post-content .post-title, .remaining-post-content .blog-excerpt p {
        width: 100%;
        text-align: center;
        max-width: unset;
    }

    .remaining-post-content .read-more-button {
        margin-bottom: unset;
    }

    #invert {
        display: flex;
        flex-direction: column-reverse;
    }

    #footer .top-right-align {
        width: calc(100% - 40px);
    }

    #section2-front-upper-text p, #section2-front-bottom-text p {
        width: calc(100vw - 40px);
    }

    .section3-4-right-bottom-text p {
        width: 100vw;
    }

    #subscribe-button {
        right: 0;
        position: absolute;
        bottom: 0;
        font-family: 'mabry-regular-pro', sans-serif;
        font-size: 12px;
        line-height: 28px;
        letter-spacing: 0.06em;
        margin-bottom: -8px;
        transform: unset;
    }

    .inside-blog .divider .top-center-align::after {
        content: "";
        height: 48px;
        width: 10px;
        border-left: solid #E1E54D 1px;
        border-bottom: solid #E1E54D 1px;
        position: absolute;
        left: 50%;
        top: 72%;
        transform: translate(-50%, -50%);
    }

    .inside-blog .divider p {
        font-family: 'mabry-light-pro', sans-serif;
        font-size: 14px;
        line-height: 18px;
        color: #E1E54D;
        letter-spacing: 0.06em;
        text-align: center;
        max-width: 386px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0);
        margin-bottom: 98px;
        width: calc(100vw - 40px);
    }

    #post-description-text p {
        position: relative;
        /* left: 0; */
        /* top: 0; */
        /* transform: translate(0, 50%); */
        font-family: 'mabry-light-pro', sans-serif;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.06em;
        color: #8b6501;
        width: calc(100vw - 40px);
        /* bottom: 0; */
        margin-left: 20px;
    }

    #section-5-title {
        margin-left: 20px;
    }

    #blog-inside-info-post {
        display: flex;
        width: 100%;
        flex-direction: column;
        /* position: relative; */
        height: 33%;
    }

    .vc_row-flex {
        display: flex;
        flex-direction: column;
    }

    .home-products img {
        width: 360px;
    }

    div#second-post > a {
        width: 240px;
        height: 260px;
        top: 48%;
    }

    .divide-height {
        height: 50vh !important;
        min-height: 310px !important;
        width: 100% !important;
    }

    #section-5-title {
        width: 277px;
        text-align: left;
    }

    #blog-menu {
        flex-direction: unset;
    }

    #first-post > p {
        font-family: 'mabry-light-pro', sans-serif;
        font-size: 14px;
        letter-spacing: 0.06em;
        line-height: 18px;
        color: #8b6501;
        position: absolute;
        max-width: 386px;
        width: calc(100vw - 40px);
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0);
        margin-bottom: 98px;
        text-align: center;
    }

    #blog-filter > div {
        display: flex;
        justify-content: flex-end;
        margin-right: 20px;
        gap: 19px;
    }

    #third-post {
        position: relative;
        width: 100%;
        height: 695px;
        border-right: solid #8B6501 1px;
    }

    #third-post-height{
        flex-direction: row;
        max-height: 695px !important;
        height: 695px !important;
    }

    #third-post-image {
        height: 416px;
    }

    #third-post-content {
        height: 279px;
    }

    .post-title {
        position: relative;
        font-family: "thermal-variable", sans-serif;
        font-variation-settings: "opsz" 100, "wght" 200;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.01em;
        font-weight: 100;
        color: #8b6501;
        text-align: center;
        width: 367px;
    }

    #inside-blog-info {
        background: #E1E54D;
        height: 459px;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-top: 50px;
    }

    .wp-block-table {
        width: 100%;
        overflow: hidden;
    }

    #blog-content {
        display: flex;
        flex-direction: column;
    }

    #blog-content aside div {
        margin: 0;
        height: 380px;
    }

    #blog-content aside {
        width: 100%;
    }

    #blog-related-articles {
        display: none;
    }

    #blog-content div {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    #blog-content div p,
	#blog-content ul li{
        width: 100%;
        font-family: 'mabry-light-pro', sans-serif;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.06em;
        color: #8b6501;
        margin-bottom: 50px;
    }

    #favourite-articles {
        margin-top: 60px;
    }

    #first-post-content > p {
        margin-bottom: 30px;
    }

    .most-viewed-item {
        width: calc(100% / 3);
        position: relative;
        height: 100%;
    }

    #most-viewwd {
        height: 500px;
        display: flex;
        margin: 0 20px;
        flex-direction: row;
    }

    #remaining-posts {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100%;
        width: calc(100% - 20px);
        margin: 0px;
    }

    .remaining-post {
        display: flex;
        height: 850px;
        position: relative;
        margin-bottom: unset;
        flex-direction: column;
        width: 100%;
    }

    .remaining-post-content .blog-categories, .remaining-post-content .blog-author, .remaining-post-content .blog-title, .remaining-post-content .post-title, .remaining-post-content .blog-excerpt {
        position: relative !important;
    }

    .remaining-post-content .blog-excerpt {
        top: unset !important;
    }

    .remaining-post-content {
        margin-top: 0;
        height: 450px;
    }

    .remaining-post-image {
        width: 100%;
        position: relative;
        height: 400px;
        margin-top: 0px;
    }

    .post-title {
        width: fit-content;
    }

    .blog-excerpt {
        width: 100%;
    }

    #second-post p {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        margin-bottom: 20px;
        font-family: 'mabry-light-pro', sans-serif;
        font-size: 14px;
        line-height: 18px;
        color: #E1E54D;
        max-width: 466px;
        text-align: center;
        letter-spacing: 0.06em;
        width: calc(100% - 40px);
    }

    .inside-blog .read-more {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }

    .inside-blog .divider .blog-title {
        font-family: "thermal-variable", sans-serif !important;
        font-variation-settings: "opsz" 100, "wght" 200;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.01em;
        font-weight: 100;
        color: #E1E54D;
        text-align: center;
        margin-top: 40px;
        width: 355px;
    }

    #credits {
        font-size: 11px;
        line-height: 18px;
        letter-spacing: 0.01em;
        margin-bottom: 28px;
        margin-right: 20px;
        /* position: relative; */
        color: #8B6501;
    }

    #footer .top-right-align {
        position: relative;
        margin-left: 20px;
        margin-right: 20px;
        padding-bottom: 40px;
    }

    #footer-left {
        position: relative;
        margin-top: 0;
        padding-top: 47px;
        max-width: 334px;
        width: calc(100vw - 40px);
    }

    #footer .top-right-align {
        position: relative;
        margin-left: 20px;
        margin-right: 95px;
    }

    #footer-right {
        font-family: "thermal-variable", sans-serif;
        font-variation-settings: "opsz" 100, "wght" 200;
        font-weight: 100;
        font-size: 22px;
        line-height: 27px;
        letter-spacing: .01em;
        margin-top: 47px;
        margin-right: 103px;
        margin-bottom: 30px;
        max-width: 310px;
        color: #8B6501;
        width: calc(100vw - 40px);
    }

    #subscribe {
        position: relative;
        width: 100%;
    }


    #footer-ficus {
        font-size: 11px;
        line-height: 18px;
        letter-spacing: .01em;
        color: #8B6501;
        margin-left: 20px;
        margin-bottom: 28px;
        /* position: relative; */
    }

    #end-footer {
        position: relative;
        /* height: 30px; */
        display: flex;
        margin-top: 80px;
    }

    #footer {
        display: flex;
        flex-direction: column;
    }

    #subscribe::after {
        content: "";
        border-bottom: solid #8B6501 1px;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -8px;
    }
	
	#subscribe-text {
		width: 390px;
	}

}

/* Size considerado para Tablet */
@media only screen and (max-width: 991px) {

    /* Blog */

    .most-viewed-image {
        width: 100%;
        height: 45%;
        position: relative;
    }

    .divider {
        width: 100% !important;
    }

    div#second-post > a{
        top: 0px;
        position: relative;
        transform: translateY(-0%) translateX(-50%);
    }

    #first-post-content {
        margin-top: 45px;
        position: relative;
    }

    .block2-blog .divider {
        min-height: unset !important;
        height: fit-content !important;
    }

    .vc_row.vc_row-o-full-height {
        min-height: fit-content !important;
    }

    .block1-home .divider {
        min-height: calc(100dvh - 80px) !important;
        height: fit-content !important;
        width: 100% !important;
    }

    .inside-blog .top-center-align{
        position: relative;
        margin-top: 60px;
    }

    .inside-blog .divider .blog-title {
        margin: 0 auto;
    }

    .inside-blog .divider .post-title {
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .inside-blog .top-center-align > img{
        position: relative !important;
        left: 50% !important;
        top: 0 !important;
        transform: translateX(-50%) !important;
        margin-top: 50px !important;
    }

    .inside-blog .divider{
        height: fit-content !important;
    }

    .inside-blog .divider .top-center-align::after {
        position: relative;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        display: block;
        margin-top: 35px;
    }

    .inside-blog .bottom-center-align {
        position: relative;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .inside-blog .divider p {
        position: relative;
        width: calc(100vw - 40px);
        margin-top: 25px;
        margin-bottom: 60px;
    }


}

/* Size considerado para Tablet modo portrait*/
@media only screen and (max-width: 767.5px) {
}

@media only screen and (max-width: 600px) {
    /* ----------------------------------- COOKIES PROMPT ----------------------------------- */
    /* Estrutura do Prompt de Cookies */
    .cookiesPrompt {
        top: 100%;
        left: 0%;
        width: 100%;
        transform: translate(0px, -100%);
    }

    .mc4wp-form-fields p {
        text-align: center;
    }

    .success-message,
    .wpcf7-response-output {
        top: calc(var(--header-height) + var(--header-top-margin) + 20px);
        width: 80%;
        text-align: center;
    }

    .home-products img {
        width: 430px;
    }

    #section-5-round-button, #section-2-round-button, #elipse1, #elipse2, #section2-right-up-text p, #section2-right-bottom-text p {
        display: none;
    }

    .section3-4-paragraph p {
        font-size: 25px;
    }

    #header-text {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /* Homepage */


    .block1-home > .vc_col-sm-6:first-child{
        height: 100dvh;
    }

    .experience-treatments{
        height: fit-content !important;
        min-height: 500px !important;
    }

    .vc_row.vc_row-o-full-height {
        min-height: fit-content !important;
    }

    .secton-3-4-upper-text p{
        width: 70%;
    }

    /* Footer */

    footer form.wpcf7-form input[type="submit"] {
        margin-left: -3px;
        border-radius: 0px !important;
    }

    footer form.wpcf7-form input[name="email"]{
        border-radius: 0px !important;
    }

    /* Blog */

    .block2-blog .divider:first-child {
        min-height: unset !important;
        height: 310px !important;
    }

    #first-post-content {
        margin-top: 45px;
        position: relative;
    }

    .post-destaque.divider {
        min-height: 720px !important;
        height: fit-content !important;
        width: 100% !important;
        flex-direction: column;
    }

    #first-post .post-title {
        max-width: 80%;
        width: 360px;
    }

    #first-post .post-title-div {
        flex-direction: column;
        align-items: center;
    }

    #first-post .post-title-div img{
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        transform: translate(0%, 0%) !important;
        margin-top: 0 !important;
    }

    #third-post-height {
        flex-direction: row;
        max-height: fit-content !important;
        height: 695px !important;
    }

    .blog-categories > a{
        margin: 0px;
    }

    #second-post .post-title {
        width: 70%;
    }

    #third-post-content .blog-categories > a{
        margin-top: 40px;
    }

    .remaining-post-content {
        height: fit-content;
        margin-top: 25px;
    }

    #remaining-posts {
        margin: 20px 20px;
        width: calc(100% - 40px);
        position: relative;
        margin-top: 70px;
    }

    .most-viewed-item {
        height: 500px;
        width: 100%;
    }

    #most-viewwd {
        height: fit-content;
        flex-wrap: wrap;
    }

    .most-viewed-image {
        height: 55%;
    }

    .inside-blog .post-title {
        width: 100%;
        text-align: center;
    }

    #blog-content .wp-block-heading {
        padding-right: 50px;
    }

    aside #most-viewwd .most-viewed-item img {
        width: calc(100% - 45px);
        height: 250px;
        position: relative;
    }

    aside #most-viewwd .most-viewed-item{
        margin-bottom: 60px;
    }

    .juntar-paragrafos p{
        padding: 0px 20px;
    }

}

/* Size considerado Mobile - 430px*/
@media only screen and (max-width: 430px) {
    #section1-front-paragraph {
        max-width: 370px;
        width: calc(100% - 40px);
    }

    .section3-4-paragraph p {
        font-size: 21px;
    }

    .home-products img {
        width: 414px;
    }

}

/* smartphones plus */
@media only screen and (max-width: 414px) {
    .home-products img {
        width: 378px;
    }
}

/* smartphones normais  */
@media only screen and (max-width: 378px) {
    .home-products img {
        width: 340px;
    }
}

/* iphone 5 <=  */
@media only screen and (max-width: 340px) {
}

@media only screen and (max-width: 680px) {
	#subscribe-text {
        width: 100%;
    }
	
	footer form.wpcf7-form input[name="email"]{
		width: 100%;
	}
	
	footer form span.wpcf7-form-control-wrap {
		width: 100%;
	}

}

@media only screen and (min-width: 1280px) {
    .section1-front-paragraph-text p {
        font-size: 27px;

    }
}