/*

Theme Name: Valpassos [2026]
Author: Rafael Valpassos
Author URI: https://stanti.com.br/valpassos
Description: Website exclusivo desenvolvido para © Copyright 2026 - Natasha Leitão. Todos os direitos reservados. A sua distribuição ou cópia é proibida.
Version: 1.0.0
License: Uso Exclusivo

*/

@font-face {
	font-family: 'Marllgon';
	src: url('fonts/marllgon.otf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

:root {
	--v-gutter-x: 40px;
	--v-gutter-y: 20px;

	--v-color-1: #334E48;
	--v-color-2: #728C88;
	--v-color-3: #B0BAB7;
	--v-color-4: #EFEFF0;

	--v-space-1: linear-gradient(#192623 1px, #4A7169 1px);
	--v-space-2: linear-gradient(#5B706D 1px, #8FAFAA 1px);
	--v-space-3: linear-gradient(#8D9593 1px, #CBD6D3 1px);
	--v-space-4: linear-gradient(#BFBFC0 1px, #FFFFFF 1px);

	--v-color-5: #4D5156;
	--v-color-6: rgba(255, 255, 255, 0.50);
	--v-color-7: rgba(0, 0, 0, 0.5);
	--v-color-8: #25D366;
	--v-color-9: #f7f7f8;
	
	--v-font-1: 'Inter', sans-serif;
	--v-font-2: 'Marllgon', sans-serif;
	--v-font-3: 'Arial', sans-serif;
}

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

*:before, *:after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	background-color: var(--v-color-4);
	color: var(--v-color-5);
	font-family: var(--v-font-1);
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

.container {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 calc(var(--v-gutter-x) * .5);
}

@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 720px; } }
@media (min-width: 992px) { .container { max-width: 960px; } }
@media (min-width: 1200px) { .container { max-width: 1140px; } }
@media (min-width: 1400px) { .container { max-width: 1320px; } }

.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(-.5 * var(--v-gutter-x));
}

.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	margin-bottom: var(--v-gutter-y);
	padding: 0 calc(var(--v-gutter-x) * .5);
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 14px;
	color: var(--v-color-1);
	hyphens: auto;
}

h1 { font-size: 26px; line-height: 32px; font-weight: 600; }
h2 { font-size: 24px; line-height: 30px; font-weight: 600; }
h3 { font-size: 22px; line-height: 28px; font-weight: 600; }
h4 { font-size: 20px; line-height: 26px; font-weight: 600; }
h5 { font-size: 18px; line-height: 25px; font-weight: 600; }
h6 { font-size: 16px; line-height: 24px; font-weight: 600; }

h2:first-child {
	margin-bottom: 24px;
	font-weight: 400;
}

.article .entry-header {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 40px 0px 40px 0px;
}

.article .entry-header:before {
	position: absolute;
	z-index: 1;
	top: 44%;
	left: 0;
	right: 0;
	height: 2px;
	background-color: var(--v-color-3);
	content: "";
}

.article .entry-header span {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 2;
	padding: 8px 16px 8px 16px;
	background-color: var(--v-color-3);
	border-radius: 10px;
	color: var(--v-color-4);
	font-family: var(--v-font-3);
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.article .e-header h1 {
	font-family: var(--v-font-2);
	font-size: 40px;
	line-height: 46px;
	word-spacing: -5px;
	letter-spacing: 0.03em;
	font-weight: 400;
	-webkit-text-stroke: 0.5px var(--v-color-1);
}

.article .entry-space {
	height: 2px;
	margin-bottom: 20px;
	background: var(--v-space-4);
}

p {
	margin-bottom: 24px;
	color: var(--v-color-5);
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	hyphens: auto;
}

.article .e-content p {
	color: var(--v-color-5);
	text-align: justify;
}

.article .e-content p:last-child {
	margin-bottom: 0px;
}

span {
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	hyphens: auto;
}

small {
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
	hyphens: auto;
}

strong, b {
	font-weight: 600;
}

em, i {
	font-weight: 300;
	font-style: italic;
}

pre {
	display: none;
}

ul, ol {
	margin-bottom: 24px;
	list-style-type: none;
	font-weight: 400;
	text-justify: inter-word;
	hyphens: auto;
}

.article .e-content ul {
	counter-reset: item;
}

.article .e-content ul li {
	position: relative;
	margin: 0px 0px 14px 20px;
	color: var(--v-color-1);
	counter-increment: list;
}

.article .e-content ul li:before {
	color: var(--v-color-1);
	font-weight: 600;
	content: "▪ ";
	counter-increment: item;
}

.article .e-content ol {
	counter-reset: item;
}

.article .e-content ol li {
	position: relative;
	margin: 0px 0px 14px 20px;
	color: var(--v-color-1);
	counter-increment: list;
}

.article .e-content ol li:before {
	color: var(--v-color-1);
	font-weight: 600;
	content: counter(item, decimal-leading) ". ";
	counter-increment: item;
}

blockquote {
	margin: 40px 0px 40px 0px;
}

.article .e-content blockquote p {
	padding: 18px 0px 18px 20px;
	background: linear-gradient(to right, rgba(176, 186, 183, 0.5) 0%, rgba(176, 186, 183, 0) 100%);
	color: var(--v-color-1);
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	font-style: italic;
	text-align: left;
}

a {
	color: var(--v-color-1);
	font-weight: 400;
	text-decoration: underline;
}

a:hover, a:focus {
	color: var(--v-color-5);
}

.article .e-content a {
	color: var(--v-color-1);
	font-weight: 400;
	text-decoration: underline;
	transition: color 0.3s ease;
}

.article .e-content a:hover, .article .e-content a:focus {
	color: var(--v-color-3);
}

img, video {
	display: block;
	width: 100%;
	height: auto;
}

.article .e-content img, .article .e-content video, .article .entry-post-thumbnail img {
	padding: 10px;
	border: 2px solid var(--v-color-3);
	border-radius: 40px;
}

.article .entry-post-thumbnail img {
	transition: all 0.3s ease-in-out;
}

.article .e-content .gallery {
	display: grid;
	gap: 20px;
	margin: 40px 0px 40px 0px;
}

.article .e-content .gallery-columns-1 { grid-template-columns: repeat(1, 1fr); }
.article .e-content .gallery-columns-2 { grid-template-columns: repeat(2, 1fr); }
.article .e-content .gallery-columns-3 { grid-template-columns: repeat(3, 1fr); }
.article .e-content .gallery-columns-4 { grid-template-columns: repeat(4, 1fr); }
.article .e-content .gallery-columns-5 { grid-template-columns: repeat(5, 1fr); }
.article .e-content .gallery-columns-6 { grid-template-columns: repeat(6, 1fr); }
.article .e-content .gallery-columns-7 { grid-template-columns: repeat(7, 1fr); }
.article .e-content .gallery-columns-8 { grid-template-columns: repeat(8, 1fr); }
.article .e-content .gallery-columns-9 { grid-template-columns: repeat(9, 1fr); }

.article .e-content .gallery .gallery-item img {
	background-color: var(--v-color-6);
	border-radius: 20px;
	transition: background-color 0.3s ease;
}

.article .e-content .gallery .gallery-item img:hover {
	background-color: var(--v-color-3);
}

/* Valpassos [2026] */

.article .e-content .menu {
	padding: 2px 0px 3px 0px;
}

.article .e-content .menu ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
	counter-reset: none;
}

.article .e-content .menu ul li {
	display: list-item;
	position: static;
	margin: 0px;
	padding: 0px;
	counter-increment: none;
}

.article .e-content .menu ul li:before {
	content: none;
	counter-increment: none;
}

.article .e-content .menu ul li {
	overflow: hidden;
}

.article .e-content .menu ul li::after {
	display: block;
	height: 2px;
	background: var(--v-space-4);
	content: "";
}

.article .e-content .menu ul li:last-child::after {
	display: none;
}

.article .e-content .menu a {
	display: block;
	height: 44px;
	color: var(--v-color-1);
	font-family: var(--v-font-3);
	font-size: 14px;
	line-height: 44px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.3s ease;
}

.article .e-content .menu a:hover,
.article .e-content .menu .current-menu-item > a, 
.article .e-content .menu .current_page_item > a, 
.article .e-content .menu .current-menu-ancestor > a,
.article .e-content .menu .current-category-ancestor > a,
.article .e-content .menu .current-post-ancestor > a {
	color: var(--v-color-3);
}

/* Valpassos [2026] */

.article .e-content .e-menu {
	padding: 16px 0px 14px 0px;
}

.article .e-content .e-menu ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
	counter-reset: none;
}

.article .e-content .e-menu ul li {
	display: list-item;
	position: static;
	margin: 0px;
	padding: 0px;
	counter-increment: none;
}

.article .e-content .e-menu ul li:before {
	content: none;
	counter-increment: none;
}

.article .e-content .e-menu ul li {
	display: block;
	width: 100%;
	height: 44px;
	margin-bottom: 10px;
	background: url("images/e-menu.svg") top left no-repeat;
	background-color: var(--v-color-6);
	border: 1px solid var(--v-color-3);
	border-radius: 10px;
	overflow: hidden;
}

.article .e-content .e-menu ul li:last-child {
	margin-bottom: 0px;
}

.article .e-content .e-menu a {
	display: block;
	width: 100%;
	height: 44px;
	padding: 0px 44px 0px 44px;
	color: var(--v-color-1);
	font-family: var(--v-font-1);
	line-height: 42px;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.3s ease;
}

.article .e-content .e-menu a:hover,
.article .e-content .e-menu .current-menu-item > a, 
.article .e-content .e-menu .current_page_item > a, 
.article .e-content .e-menu .current-menu-ancestor > a,
.article .e-content .e-menu .current-category-ancestor > a,
.article .e-content .e-menu .current-post-ancestor > a {
	color: var(--v-color-3);
}

/* Valpassos [2026] */

.article .e-content .e-accordion {
    padding: 16px 0px 24px 0px;
}

.article .e-content .e-accordion .accordion-header {
    width: 100%;
    height: 44px;
    margin-bottom: 10px !important; 
    background: url("images/e-accordion-down-btn.svg") top right no-repeat;
    background-color: var(--v-color-9);
    border: 1px solid var(--v-color-3);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.article .e-content .e-accordion .accordion-header:hover {
    background: url("images/e-accordion-down-btn.svg") top right no-repeat;
    background-color: var(--v-color-9);
    border: 1px solid var(--v-color-3);
    background-position-y: -44px;
}

.article .e-content .e-accordion .accordion-header p {
    display: block;
    width: 100%;
    height: 44px;
    padding: 0px 44px 0px 44px;
    background: url("images/e-accordion.svg") top left no-repeat;
    color: var(--v-color-1);
    line-height: 42px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.article .e-content .e-accordion .accordion-header p:hover {
    color: var(--v-color-3);
}

.article .e-content .e-accordion .active-header {
    width: 100%;
    height: 44px;
    margin-bottom: 10px !important;
    background: url("images/e-accordion-up-btn.svg") top right no-repeat;
    background-color: var(--v-color-9);
    border: 1px solid var(--v-color-3);
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.article .e-content .e-accordion .active-header:hover {
    background: url("images/e-accordion-up-btn.svg") top right no-repeat;
    background-color: var(--v-color-9);
    border: 1px solid var(--v-color-3);
    background-position-y: -44px;
}

.article .e-content .e-accordion .accordion-content {
    display: none;
    margin: -10px 0px 10px 0px !important;
    padding: 0px !important; 
    background-color: var(--v-color-9);
    border: 1px solid var(--v-color-3);
	border-top: 0;
	border-radius: 0px 0px 10px 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.article .e-content .e-accordion .accordion-content > * {
    margin: 0 !important;
    padding-left: 26px !important;
    padding-right: 26px !important;
    padding-bottom: 22px !important;
    color: var(--v-color-5);
}

.article .e-content .e-accordion .accordion-content > :first-child {
    padding-top: 20px !important;
}

.article .e-content .e-accordion .accordion-content ul,
.article .e-content .e-accordion .accordion-content ol {
    padding-left: 25px !important;
	padding-bottom: 9px !important;
}

/* Valpassos [2026] */

.fixed-access {
	display: flex;
	justify-content: center;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 44px;
	background-color: var(--v-color-1);
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.fixed-access-btn {
	width: 44px;
	height: 44px;
	background: url("images/fixed-access-btn.svg") top left no-repeat;
	cursor: pointer;
}

.fixed-access-btn:hover {
	background-position: 0 -44px;
}

/* Valpassos [2026] */

.slidebar {
	position: fixed;
	z-index: 75;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 400px;
	height: 100%;
	background-color: var(--v-color-1);
	box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
	color: var(--v-color-4);
	visibility: hidden;
	transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
	transform: translateX(-100%);
}

.slidebar-state-backdrop {
	position: fixed;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: var(--v-color-7);
	backdrop-filter: blur(2px);
	display: none;
	cursor: pointer;
}

.slidebar-state-input {
	display: none;
}

.slidebar-state-input:checked ~ .slidebar {
	visibility: visible;
	transform: translateX(0);
}

.slidebar-state-input:checked ~ .slidebar-state-backdrop {
	display: block;
}

/* Valpassos [2026] */

.header {
	position: absolute;
	z-index: 25;
	top: 0;
	left: 0;
	width: 100%;
}

.header .row {
	margin-left: 0;
	margin-right: 0;
}

.header .col-s {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 400px;
	padding: 40px 40px 0px 40px;
	background-color: var(--v-color-1);
	border-radius: 0 0 40px 40px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.header .h-logo {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}

.header .h-access ul li, .slidebar .menu ul li {
	overflow: hidden;
}

.header .h-access ul li::after, .slidebar .menu ul li::after {
	display: block;
	height: 2px;
	background: var(--v-space-1);
	content: "";
}

.header .h-access ul li:last-child::after, .slidebar .menu ul li:last-child::after {
	display: none;
}

.header .h-access a, .slidebar .menu a {
	display: block;
	height: 44px;
	color: var(--v-color-4);
	font-family: var(--v-font-3);
	font-size: 14px;
	line-height: 44px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.3s ease;
}

.header .h-access a:hover,
.header .h-access .current-menu-item > a, 
.header .h-access .current_page_item > a, 
.header .h-access .current-menu-ancestor > a,
.header .h-access .current-category-ancestor > a,
.header .h-access .current-post-ancestor > a {
	color: var(--v-color-3);
}

.slidebar .menu a:hover,
.slidebar .menu .current-menu-item > a, 
.slidebar .menu .current_page_item > a, 
.slidebar .menu .current-menu-ancestor > a,
.slidebar .menu .current-category-ancestor > a,
.slidebar .menu .current-post-ancestor > a {
	color: var(--v-color-3);
}

.slidebar {
	padding: 67px 40px 40px 40px;
}

/* Valpassos [2026] */

.slideshow {
	position: relative;
	z-index: 15;
	width: 100%;
	overflow: hidden;
}

.slideshow .slide img {
	width: 100%;
	min-height: 652px;
	max-height: 967px;
	object-fit: cover;
	object-position: center;
}

/* Valpassos [2026] */

.v-expandable-wrapper {
	display: flex;
	flex-direction: column;
}

.v-hidden-part {
	display: grid;
	grid-template-rows: 0fr;
	overflow: hidden;
	opacity: 0;
	transition: grid-template-rows 0.3s ease, opacity 0.3s ease;
}

.v-hidden-part > div {
	min-height: 0;
}

.v-expand-check:checked ~ .v-hidden-part {
	grid-template-rows: 1fr;
	opacity: 1;
}

.v-expand-check:not(:checked) ~ .v-btn-less, .v-expand-check:checked ~ .v-btn-more {
	display: none;
}

.v-expand-btn {
	display: flex;
	justify-content: center;
	width: 114px;
	height: 44px;
	background-color: var(--v-color-1);
	border-radius: 10px;
	color: var(--v-color-4);
	font-family: var(--v-font-3);
	font-size: 14px;
	line-height: 44px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.v-expand-btn:hover {
	background-color: var(--v-color-3);
}

.v-btn-more, .v-btn-less {
	margin-top: 34px;
}

.more-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 114px;
	height: 44px;
	margin-top: 34px;
	background-color: var(--v-color-1);
	border-radius: 10px;
	color: var(--v-color-4) !important;
	font-family: var(--v-font-3);
	font-size: 14px;
	line-height: 44px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none !important;
	cursor: pointer;
	transition: all 0.3s ease-in-out !important;
}

.more-link:hover {
    background-color: var(--v-color-3);
}

/* Valpassos [2026] */

._page .e-header, ._page-featured .e-header {
	margin-top: 40px;
}

/* Valpassos [2026] */

._page-featured {
	background-color: var(--v-color-3);
}

._page-featured .entry-header span {
	background-color: var(--v-color-2);
}

._page-featured .entry-header:before {
	background-color: var(--v-color-2);
}

._page-featured .entry-space {
	background: var(--v-space-3);
}

._page-featured .e-content img, ._page-featured .e-content video, ._page-featured .entry-post-thumbnail img {
	border: 2px solid var(--v-color-2);
}

._page-featured .entry-post-thumbnail img:hover {
	background-color: var(--v-color-2);
}

._page-featured .e-content .gallery {
	margin: 0;
}

._page-featured .e-content .gallery .gallery-item img {
	background-color: var(--v-color-3);
}

._page-featured .e-content .gallery .gallery-item img:hover {
	background-color: var(--v-color-2);
}

._page-featured .e-content .more-link:hover {
	background-color: var(--v-color-2);
}

/* Valpassos [2026] */


._boas-vindas blockquote {
	margin: 40px 0px 0px 0px;
}

._sobre-mim .v-btn-more {
	margin-top: 0;
}

._teste-dtm .e-header {
	margin-top: 0;
}

._teste-dtm .v-btn-less {
	display: none;
}

._projeto-featured .e-header {
	margin-top: 0;
}

._projeto-featured h2 {
	margin-bottom: 0;
}

._projeto blockquote {
	margin: 40px 0px 0px 0px;
}

._meu-espaco blockquote {
	margin: 40px 0px 0px 0px;
}

._dor-orofacial .v-btn-more {
	margin-top: 0px;
}

._dtm .v-btn-more {
	margin-top: 0px;
}

._dor-neuropatica .v-btn-more {
	margin-top: 0px;
}

._bruxismo .v-btn-more {
	margin-top: 0px;
}

._odontologia-do-sono .v-btn-more {
	margin-top: 0px;
}

._existindo-sem-dor .e-header {
	margin-top: 0;
}

._existindo-sem-dor-featured .e-content h6 {
	margin-bottom: 0;
}

._existindo-sem-dor-featured .entry-post-thumbnail img {
	border-radius: 1000px;
}

._existindo-sem-dor-featured .e-content blockquote {
	margin: 27px 0px 10px 0px;
}

._existindo-sem-dor-featured:nth-child(odd) {
	background-color: var(--v-color-3);
}

._existindo-sem-dor-featured:nth-child(odd) .entry-header span {
	background-color: var(--v-color-2);
}

._existindo-sem-dor-featured:nth-child(odd) .entry-header:before {
	background-color: var(--v-color-2);
}

._existindo-sem-dor-featured:nth-child(odd) .entry-space {
	background: var(--v-space-3);
}

._existindo-sem-dor-featured:nth-child(odd) .entry-post-thumbnail img {
	border: 2px solid var(--v-color-2);
}

._existindo-sem-dor-featured:nth-child(odd) .e-content blockquote p {
	background: linear-gradient(to right, rgba(114,140,136,0.5) 0%,rgba(176,186,183,0) 100%);
}

._existindo-sem-dor-featured:nth-child(even) .row {
    display: flex;
    flex-direction: row-reverse;
}

._existindo-sem-dor-featured:nth-child(even) {
	background-color: var(--v-color-4);
}

/* Valpassos [2026] */

._agendamento-featured .entry-space {
	margin-bottom: 40px;
}

._agendamento-featured form input, ._agendamento-featured form textarea {
	display: block;
	width: 100%;
	height: 44px;
	padding: 0 18px;
	background-color: var(--v-color-6);
	border-radius: 10px;
	color: var(--v-color-1);
	font-family: var(--v-font-3);
	font-size: 14px;
	line-height: 44px;
}

._agendamento-featured form input:focus, ._agendamento-featured form textarea:focus {
	border: 2px solid var(--v-color-2);
}

._agendamento-featured form input:invalid:focus {
	border: 2px solid var(--v-color-8);
}

._agendamento-featured form .btn-submit {
	display: block;
	width: 114px;
	height: 44px;
	background: url("images/agendamento-btn.svg") top left no-repeat;
	background-position: calc(50%) center;
	background-color: var(--v-color-8);
	border-radius: 10px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

._agendamento-featured form .btn-submit:hover {
	background-color: var(--v-color-2);
}

/* Valpassos [2026] */

._footer-featured {
	padding-bottom: 110px;
	background-color: var(--v-color-2);
}

._footer-featured .entry-space {
	background: var(--v-space-2);
}

._footer-featured .e-content p:last-child {
	margin-bottom: 14px;
	color: var(--v-color-1);
	font-weight: 400;
}

._footer-featured .e-content a {
	color: var(--v-color-3);
	font-weight: 400;
	text-decoration: underline;
	transition: color 0.3s ease;
}

._footer-featured .e-content a:hover, ._footer-featured .e-content a:focus {
	color: var(--v-color-1);
}

._footer-featured .e-social {
	display: flex;
	justify-content: center;
}

._footer-featured .phone-btn {
	width: 44px;
	height: 44px;
	margin-right: 10px;
	background: url("images/phone-btn.svg") top left no-repeat;
	border-radius: 500px;
	transition: none !important;
}

._footer-featured .phone-btn:hover {
	background: url("images/phone-btn.svg") top left no-repeat;
	background-position: 0 -44px;
}

._footer-featured .whatsapp-btn {
	width: 44px;
	height: 44px;
	margin-right: 10px;
	background: url("images/whatsapp-btn.svg") top left no-repeat;
	border-radius: 500px;
	transition: none !important;
}

._footer-featured .whatsapp-btn:hover {
	background: url("images/whatsapp-btn.svg") top left no-repeat;
	background-position: 0 -44px;
}

._footer-featured .email-btn {
	width: 44px;
	height: 44px;
	margin-right: 10px;
	background: url("images/email-btn.svg") top left no-repeat;
	border-radius: 500px;
	transition: none !important;
}

._footer-featured .email-btn:hover {
	background: url("images/email-btn.svg") top left no-repeat;
	background-position: 0 -44px;
}

._footer-featured .facebook-btn {
	width: 44px;
	height: 44px;
	margin-right: 10px;
	background: url("images/facebook-btn.svg") top left no-repeat;
	border-radius: 500px;
	transition: none !important;
}

._footer-featured .facebook-btn:hover {
	background: url("images/facebook-btn.svg") top left no-repeat;
	background-position: 0 -44px;
}

._footer-featured .instagram-btn {
	width: 44px;
	height: 44px;
	background: url("images/instagram-btn.svg") top left no-repeat;
	border-radius: 500px;
	transition: none !important;
}

._footer-featured .instagram-btn:hover {
	background: url("images/instagram-btn.svg") top left no-repeat;
	background-position: 0 -44px;
}

/* Valpassos [2026] */

.footer {
	position: relative;
	z-index: 25;
	margin-top: -90px;
}

.footer .scrollup {
	display: flex;
	justify-content: center;
}

.footer .scrollup-btn {
	width: 180px;
	height: 20px;
	background: url("images/scrollup-btn.svg") top left no-repeat;
}

.footer .scrollup-btn:hover {
	background-position: 0 -20px;
}

.footer .copyright {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 13px 0px 13px 0px;
	background-color: var(--v-color-1);
	color: var(--v-color-4);
	font-family: var(--v-font-3);
}

.footer .copyright a {
	color: var(--v-color-3);
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer .copyright a:hover, .footer .copyright a:focus {
	color: var(--v-color-4);
}

.footer .sep::before {
	margin: 0px 4px 0px 4px;
	color: var(--v-color-4);
	content: " | ";
}

/* Valpassos [2026] *//* Responsive [MOBILE & TABLET] */

@media (max-width: 991px) {

	.col { flex: 1 0 0%; }
	.col-auto { flex: 0 0 auto; width: auto; }
	.col-1, .col-3, .col-5, .col-p, .col-s, .col-2-p, .col-2-s { width: 100%; }
	.col-2, .col-4, .col-6 { width: 50%; }
	.col-16, .col-28 { width: 100%; }
	.order-1 { order: 2; }
	.order-2 { order: 1; }
	.anchor { scroll-margin-top: 40px; }

	.header { position: relative; background-color: var(--v-color-1); }
	.header .col-s { max-width: 100%; margin: 0; padding: 0; border-radius: 0; box-shadow: none; }
	.header .h-logo { margin: 80px 0px 40px 0px; }
	.header .h-access { display: none; }
	
	.article .e-content .gallery-columns-4 { grid-template-columns: repeat(3, 1fr); }
	
	._galeria-featured .article .e-content .gallery-columns-5 { grid-template-columns: repeat(2, 1fr); }
	
	._agendamento-featured .e-header { margin-top: 0px; }
	._agendamento-featured form .btn-submit { width: 100%; }

	._footer-featured .e-header { margin-top: 0px; }
	._footer-featured { padding: 40px 0px 132px 0px; }
	._footer-featured .col-2 { width: 100%; }

	.footer { margin-top: -112px; }
	.footer .copyright { flex-direction: column; }
	.footer .sep { display: none; }
}

/* Valpassos [2026] *//* Responsive [NOTEBOOK & DESKTOP] */

@media (min-width: 992px) {

	.col { flex: 1 0 0%; }
	.col-auto { flex: 0 0 auto; width: auto; }
	.col-1 { width: 100%; }
	.col-2, .col-2-p, .col-2-s { width: 50%; }
	.col-3, .col-s { width: 33.33333333%; }
	.col-4 { width: 25%; }
	.col-5 { width: 20%; }
	.col-6 { width: 16.66666667%; }
	.col-p { width: 66.66666667%; }
	.col-16 { width: 154px; }
	.col-28 { flex: 1; width: 100%; }
	.order-1 { order: 1; }
	.order-2 { order: 2; }
	.anchor { scroll-margin-top: 0px; }

	.fixed-access, .slidebar, .slidebar-state-backdrop { display: none; }

	.v-sticky-container { align-items: flex-start; }
	.v-sticky-sidebar { position: -webkit-sticky; position: sticky; top: 40px; height: auto; }

	.footer .copyright span:last-of-type { flex: 0 0 100%; text-align: center; }
}

/* Valpassos [2026] */

.teste-dtm {
	margin-top: 40px;
	font-family: var(--v-font-1);
}

.dtm-question-item {
	margin-bottom: 10px;
	padding: 20px;
	background-color: var(--v-color-6);
	border: 1px solid var(--v-color-3);
	border-radius: 10px;
}

.dtm-question-text {
	display: block;
	margin-bottom: 14px;
	color: var(--v-color-1);
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

.dtm-options-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.dtm-option-label {
	flex: 1;
	position: relative;
	min-width: 110px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

.dtm-option-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.dtm-option-label span {
	display: block;
	height: 44px;
	background-color: var(--v-color-4);
	border: 1px solid var(--v-color-3);
	border-radius: 10px;
	color: var(--v-color-1);
	font-family: var(--v-font-3);
	line-height: 42px;
	transition: all 0.3s ease;
}

.dtm-option-label:hover span {
	background-color: var(--v-color-3);
	border: 1px solid var(--v-color-3);	
	color: var(--v-color-4);
}

.dtm-option-label input:checked + span {
	background-color: var(--v-color-1);
	border: 1px solid var(--v-color-1);	
	color: var(--v-color-4);
}

.dtm-actions {
	display: flex;
	gap: 20px;
}

.dtm-btn-submit, .dtm-btn-reset {
	margin-top: 30px;
}

.dtm-error-msg {
	text-align: center;
}

.dtm-result-inner {
	padding: 18px 0px 18px 20px;
	background: linear-gradient(to right, rgba(176, 186, 183, 0.5) 0%, rgba(176, 186, 183, 0) 100%);
	color: var(--v-color-1);
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	font-style: italic;
	hyphens: auto;
}

.teste-dtm blockquote {
	margin: 40px 0px 0px 0px;

}

@media (max-width: 767px) {
	.dtm-option-label {
		min-width: 47%;
	}
}

/* Valpassos [2026] */